Skip to content
Snippets Groups Projects
Commit cfe03293 authored by Ralph Giles's avatar Ralph Giles
Browse files

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.
parent c00791b3
No related branches found
No related tags found
No related merge requests found
......@@ -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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment