From 4efda59ff41999224b30be4bfd5af7363498ff2b Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 23 Mar 2009 17:04:37 +0000 Subject: [PATCH] autogen.sh: prefer "automake" over automake-1.9 * autogen.sh: ...and don't accept ancient versions of automake. git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1893 fd59a12c-fef9-0310-b244-a6a79926bd2f --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 98cd0262..c1b7181c 100755 --- a/autogen.sh +++ b/autogen.sh @@ -77,7 +77,7 @@ do done # Check for automake -for command in automake automake14 automake-1.4 automake15 automake-1.5 automake17 automake-1.7 automake19 automake-1.9 +for command in automake19 automake-1.9 automake do if testProgram $command