mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-08-06 15:25:32 +00:00
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
This commit is contained in:
parent
e59f78bdc4
commit
4efda59ff4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user