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:13:47 -07:00 committed by Ralph Giles
parent 3a1dc9dc15
commit 5dca296833

View file

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