Commit 5b8af30d authored by Max Kellermann's avatar Max Kellermann

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

parent 30fadaed
...@@ -5,7 +5,7 @@ set -e ...@@ -5,7 +5,7 @@ set -e
rm -rf config.cache build rm -rf config.cache build
mkdir build mkdir build
aclocal -I m4 aclocal -I m4 $ACLOCAL_FLAGS
autoheader autoheader
automake --add-missing --foreign automake --add-missing $AUTOMAKE_FLAGS
autoconf autoconf
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment