From 588847fe4b5ed905f3a035825567e08a3b4d516d Mon Sep 17 00:00:00 2001 From: Sven Herzberg Date: Mon, 15 Nov 2010 19:04:47 +0100 Subject: [PATCH] ensure gnome-autogen.sh's behaviour * autogen.sh: make sure that autoreconf calls aclocal the same way gnome-autogen.sh would have done --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 0c99021..bc7c59c 100755 --- a/autogen.sh +++ b/autogen.sh @@ -20,7 +20,7 @@ if test -z $AUTORECONF; then echo "*** No autoreconf found, please install it ***" exit 1 else - autoreconf --force --install || exit $? + ACLOCAL="aclocal $ACLOCAL_FLAGS" autoreconf --force --install || exit $? fi -- 2.7.4