Fix autogen.sh after m4 directory change.

This commit is contained in:
Kim Woelders 2013-03-16 13:26:41 +01:00
parent a87fc81f0a
commit 26f04329f9
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
rm -rf autom4te.cache
rm -f aclocal.m4 ltmain.sh
echo "Running aclocal..." ; aclocal -I . $ACLOCAL_FLAGS || exit 1
echo "Running aclocal..." ; aclocal -I m4 $ACLOCAL_FLAGS || exit 1
echo "Running autoconf..." ; autoconf || exit 1
echo "Running autoheader..." ; autoheader || exit 1
echo "Running libtoolize..." ; (libtoolize --copy --force --automake || glibtoolize --automake) || exit 1