From 4fabbe31840dd61a9de19fbb0283d49e5c497d2f Mon Sep 17 00:00:00 2001 From: Eric McConville Date: Wed, 27 Nov 2013 15:13:17 -0600 Subject: Added support for automake 1.13 & 1.14 --- autogen.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autogen.sh b/autogen.sh index c426ab2..e7e8a21 100755 --- a/autogen.sh +++ b/autogen.sh @@ -26,7 +26,7 @@ locate_binary() { echo "aclocal..." if test x$ACLOCAL = x; then - ACLOCAL=`locate_binary aclocal-1.12 aclocal-1.11 aclocal-1.10 aclocal-1.9 aclocal19 aclocal-1.7 aclocal17 aclocal-1.5 aclocal15 aclocal` + ACLOCAL=`locate_binary aclocal-1.14 aclocal-1.13 aclocal-1.12 aclocal-1.11 aclocal-1.10 aclocal-1.9 aclocal19 aclocal-1.7 aclocal17 aclocal-1.5 aclocal15 aclocal` if test x$ACLOCAL = x; then die "Did not find a supported aclocal" fi @@ -39,7 +39,7 @@ $AUTOHEADER || exit 1 echo "automake..." if test x$AUTOMAKE = x; then - AUTOMAKE=`locate_binary automake-1.12 automake-1.11 automake-1.10 automake-1.9 automake-1.7` + AUTOMAKE=`locate_binary automake-1.14 automake-1.13 automake-1.12 automake-1.11 automake-1.10 automake-1.9 automake-1.7` if test x$AUTOMAKE = x; then die "Did not find a supported automake" fi -- cgit v1.2.1