Use m4 directory.

SVN revision: 35292
This commit is contained in:
Cedric BAIL 2008-08-01 12:33:44 +00:00
parent e8a734772d
commit 2f71e6a3d4
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 $ACLOCAL_FLAGS || exit 1
echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS -I m4 || exit 1
echo "Running autoheader..." ; autoheader || exit 1
echo "Running autoconf..." ; autoconf || exit 1
echo "Running libtoolize..." ; (libtoolize --copy --automake || glibtoolize --automake) || exit 1