removed intltool again
and ignire more standard m4/ macros
This commit is contained in:
parent
bf70a4d0bf
commit
c84f642d09
7
.gitignore
vendored
7
.gitignore
vendored
@ -55,6 +55,13 @@ m4/lt~obsolete.m4
|
|||||||
m4/ltoptions.m4
|
m4/ltoptions.m4
|
||||||
m4/ltsugar.m4
|
m4/ltsugar.m4
|
||||||
m4/ltversion.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
|
missing
|
||||||
mkinstalldirs
|
mkinstalldirs
|
||||||
po/Makefile.in.in
|
po/Makefile.in.in
|
||||||
|
2
TODO
2
TODO
@ -1,3 +1,5 @@
|
|||||||
|
- 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
|
||||||
|
@ -56,7 +56,7 @@ 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
|
#intltoolize --copy --force --automake
|
||||||
aclocal -I m4
|
aclocal -I m4
|
||||||
autoconf
|
autoconf
|
||||||
autoheader
|
autoheader
|
||||||
|
Loading…
Reference in New Issue
Block a user