removed intltool again

and ignire more standard m4/ macros
This commit is contained in:
John Cupitt 2016-05-18 16:24:06 +01:00
parent bf70a4d0bf
commit c84f642d09
3 changed files with 10 additions and 1 deletions

7
.gitignore vendored
View File

@ -55,6 +55,13 @@ m4/lt~obsolete.m4
m4/ltoptions.m4
m4/ltsugar.m4
m4/ltversion.m4
m4/codeset.m4
m4/gettext.m4
m4/glibc21.m4
m4/iconv.m4
m4/introspection.m4
m4/lcmessage.m4
m4/progtest.m4
missing
mkinstalldirs
po/Makefile.in.in

2
TODO
View File

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

View File

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