From 2cec4b7878c874a44b135a26da4a8ca68902403c Mon Sep 17 00:00:00 2001 From: Tobias Mueller Date: Thu, 31 Mar 2011 19:06:47 +0200 Subject: Do not overwrite aclocal flags in autogen, fixes b.fd.o #35261 Signed-off-by: Richard Hughes --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index 092cfa8..5194515 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,7 +1,7 @@ #!/bin/sh # Run this to generate all the initial makefiles, etc. -ACLOCAL_FLAGS="-I m4" +ACLOCAL_FLAGS="-I m4 ${ACLOCAL_FLAGS}" touch ChangeLog -- cgit v1.2.1