oops droppped aclocal somehow

This commit is contained in:
John Cupitt 2016-05-18 14:27:57 +01:00
parent 9c9e97bd80
commit bf70a4d0bf
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@ -49,6 +49,7 @@ libvips/include/vips/version.h
fred
ltmain.sh
m4/gtk-doc.m4
m4/intltool.m4
m4/libtool.m4
m4/lt~obsolete.m4
m4/ltoptions.m4

View File

@ -56,7 +56,8 @@ 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
$LIBTOOLIZE --copy --force --automake