summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorRalph Giles <giles@thaumas.net>2015-09-25 18:29:25 -0700
committerRalph Giles <giles@thaumas.net>2015-09-25 18:29:25 -0700
commit6c36ab3fce6ed9b465dfbc3790596238b6b11e17 (patch)
tree6c15162a54dd4ca0064d0787ce561f82184544fe /autogen.sh
parent9b2ba419aecb4a1c97114545d57174593dc13111 (diff)
downloadogg-git-6c36ab3fce6ed9b465dfbc3790596238b6b11e17.tar.gz
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.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 221bd05..c9782e1 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -9,5 +9,4 @@ test -n "$srcdir" && cd "$srcdir"
echo "Updating build configuration files for $package, please wait...."
-ACLOCAL_FLAGS="-I m4"
autoreconf -if