add ACLOCAL_FLAGS to the aclocal call.

This commit is contained in:
Dana Jansens 2003-07-06 19:19:57 +00:00
parent 5d1718b81b
commit 9b0e134da1

View file

@ -8,7 +8,7 @@ export WANT_AUTOMAKE=1.7
sh autopoint --force # for GNU gettext
sh libtoolize --copy --force --automake
sh aclocal -I m4
sh aclocal -I m4 $ACLOCAL_FLAGS
#sh autoheader
sh autoconf
sh automake --foreign --include-deps --add-missing --copy