소스 검색

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
Jim Meyering 17 년 전
부모
커밋
4efda59ff4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      autogen.sh

+ 1 - 1
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