From a7fc5143fba5505c40ebdb099385d71435841a1d Mon Sep 17 00:00:00 2001 From: Eric McConville Date: Tue, 24 Jul 2012 08:19:07 -0500 Subject: Added support for automake-1.12 in autogen.sh --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index c735394..a3a9767 100755 --- a/autogen.sh +++ b/autogen.sh @@ -39,7 +39,7 @@ $AUTOHEADER || exit 1 echo "automake..." if test x$AUTOMAKE = x; then - AUTOMAKE=`locate_binary automake-1.11 automake-1.10 automake-1.9 automake-1.7` + AUTOMAKE=`locate_binary 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