mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 16:10:41 -05:00
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:
parent
c95cc8d477
commit
2911d3db53
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user