autogen.sh: make autoreconf use automake-1.11 when available

This patch exports $ACLOCAL and $AUTOMAKE, otherwise autoreconf
may use an older version instead.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>

http://bugzilla.clutter-project.org/show_bug.cgi?id=2504
This commit is contained in:
Nguyễn Thái Ngọc Duy 2010-12-30 08:16:10 +07:00 committed by Emmanuele Bassi
parent c95cc8d477
commit 2911d3db53

View File

@ -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