mirror of
https://github.com/xiph/opus.git
synced 2025-06-02 00:27:43 +00:00
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:
parent
3a1dc9dc15
commit
5dca296833
1 changed files with 0 additions and 1 deletions
|
@ -7,5 +7,4 @@ test -n "$srcdir" && cd "$srcdir"
|
|||
|
||||
echo "Updating build configuration files, please wait...."
|
||||
|
||||
ACLOCAL_FLAGS="-I m4"
|
||||
autoreconf -isf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue