Remove spurious ACLOCAL_FLAGS variable from autogen.sh.

autoreconf looks for ACLOCAL_*FLAGS in Makefile.am and will
pass that on when it invokes aclocal. Furthermore, setting
a local like this doesn't make it available to subcommands,
so the line has no effect.
This commit is contained in:
Ralph Giles 2015-09-25 18:29:25 -07:00
parent 9b2ba419ae
commit 6c36ab3fce

View File

@ -9,5 +9,4 @@ test -n "$srcdir" && cd "$srcdir"
echo "Updating build configuration files for $package, please wait...."
ACLOCAL_FLAGS="-I m4"
autoreconf -if