summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorRalph Giles <giles@thaumas.net>2015-09-25 18:13:47 -0700
committerRalph Giles <giles@mozilla.com>2015-09-25 18:14:18 -0700
commit5dca296833ce4941dceadf956ff0fb6fe59fe4e8 (patch)
treedf642eb326c30628aeb97c0195bda9b8203d62f8 /autogen.sh
parent3a1dc9dc152634dd982dfc911d0015983677cbba (diff)
downloadopus-5dca296833ce4941dceadf956ff0fb6fe59fe4e8.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 942ba098..4de5f1c3 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -7,5 +7,4 @@ test -n "$srcdir" && cd "$srcdir"
echo "Updating build configuration files, please wait...."
-ACLOCAL_FLAGS="-I m4"
autoreconf -isf