Skip to content

Commit

Permalink
Remove spurious ACLOCAL_FLAGS variable from autogen.sh.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rillian committed Sep 26, 2015
1 parent c00791b commit cfe0329
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ test -n "$srcdir" && cd "$srcdir"

echo "Updating build configuration files for opusfile, please wait...."

ACLOCAL_FLAGS="-I m4"
autoreconf -isf

0 comments on commit cfe0329

Please sign in to comment.