autogen.sh: re-add $ACLOCAL_FLAGS, $AUTOMAKE_FLAGS

This commit is contained in:
Max Kellermann 2014-01-27 10:35:33 +01:00
parent 30fadaed7f
commit 5b8af30da1
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ set -e
rm -rf config.cache build
mkdir build
aclocal -I m4
aclocal -I m4 $ACLOCAL_FLAGS
autoheader
automake --add-missing --foreign
automake --add-missing $AUTOMAKE_FLAGS
autoconf