From 5dca296833ce4941dceadf956ff0fb6fe59fe4e8 Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Fri, 25 Sep 2015 18:13:47 -0700 Subject: 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. --- autogen.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'autogen.sh') 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 -- cgit v1.2.1