intltool mystery solved

carefully removed 8 years ago, according to the logs
This commit is contained in:
John Cupitt 2016-05-18 19:54:27 +01:00
parent c84f642d09
commit 493ac80890
2 changed files with 0 additions and 3 deletions

2
TODO
View File

@ -1,5 +1,3 @@
- why is intltool commented out in bootstrap? investigate
- add more webp tests to py suite - add more webp tests to py suite
- try moving some more of the CLI tests to py - try moving some more of the CLI tests to py

View File

@ -56,7 +56,6 @@ test -r aclocal.m4 || touch aclocal.m4
# it ... hopefully any errors will go to stderr and not be hidden # it ... hopefully any errors will go to stderr and not be hidden
glib-gettextize --force --copy > /dev/null glib-gettextize --force --copy > /dev/null
test -r aclocal.m4 && chmod u+w aclocal.m4 test -r aclocal.m4 && chmod u+w aclocal.m4
#intltoolize --copy --force --automake
aclocal -I m4 aclocal -I m4
autoconf autoconf
autoheader autoheader