add ACLOCAL_FLAGS to the aclocal call.
This commit is contained in:
parent
5d1718b81b
commit
9b0e134da1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue