From 6c36ab3fce6ed9b465dfbc3790596238b6b11e17 Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Fri, 25 Sep 2015 18:29:25 -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 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 -- cgit v1.2.1