oops droppped aclocal somehow
This commit is contained in:
parent
9c9e97bd80
commit
bf70a4d0bf
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user