From 2911d3db535db98f7c0352e3ea40f2a7e65d82ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Th=C3=A1i=20Ng=E1=BB=8Dc=20Duy?= Date: Thu, 30 Dec 2010 08:16:10 +0700 Subject: [PATCH] autogen.sh: make autoreconf use automake-1.11 when available MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch exports $ACLOCAL and $AUTOMAKE, otherwise autoreconf may use an older version instead. Signed-off-by: Nguyễn Thái Ngọc Duy http://bugzilla.clutter-project.org/show_bug.cgi?id=2504 --- autogen.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/autogen.sh b/autogen.sh index e84eda17c..b3ef80332 100755 --- a/autogen.sh +++ b/autogen.sh @@ -19,6 +19,7 @@ test $TEST_TYPE $FILE || { if automake-1.11 --version < /dev/null > /dev/null 2>&1 ; then AUTOMAKE=automake-1.11 ACLOCAL=aclocal-1.11 + export AUTOMAKE ACLOCAL else echo echo "You must have automake 1.11.x installed to compile $PROJECT