Check for automake-1.11
This commit is contained in:
parent
780404699e
commit
66cc3e5f22
1 changed files with 3 additions and 0 deletions
|
|
@ -148,6 +148,9 @@ echo -n "checking for automake >= $AUTOMAKE_REQUIRED_VERSION ... "
|
|||
if ($AUTOMAKE --version) < /dev/null > /dev/null 2>&1; then
|
||||
AUTOMAKE=$AUTOMAKE
|
||||
ACLOCAL=$ACLOCAL
|
||||
elif (automake-1.11 --version) < /dev/null > /dev/null 2>&1; then
|
||||
AUTOMAKE=automake-1.11
|
||||
ACLOCAL=aclocal-1.11
|
||||
elif (automake-1.10 --version) < /dev/null > /dev/null 2>&1; then
|
||||
AUTOMAKE=automake-1.10
|
||||
ACLOCAL=aclocal-1.10
|
||||
|
|
|
|||
Loading…
Reference in a new issue