autogen.sh: also look for automake 1.14
This commit is contained in:
@ -157,6 +157,9 @@ echo -n "checking for automake >= $AUTOMAKE_REQUIRED_VERSION ... "
|
|||||||
if ($AUTOMAKE --version) < /dev/null > /dev/null 2>&1; then
|
if ($AUTOMAKE --version) < /dev/null > /dev/null 2>&1; then
|
||||||
AUTOMAKE=$AUTOMAKE
|
AUTOMAKE=$AUTOMAKE
|
||||||
ACLOCAL=$ACLOCAL
|
ACLOCAL=$ACLOCAL
|
||||||
|
elif (automake-1.14 --version) < /dev/null > /dev/null 2>&1; then
|
||||||
|
AUTOMAKE=automake-1.14
|
||||||
|
ACLOCAL=aclocal-1.14
|
||||||
elif (automake-1.13 --version) < /dev/null > /dev/null 2>&1; then
|
elif (automake-1.13 --version) < /dev/null > /dev/null 2>&1; then
|
||||||
AUTOMAKE=automake-1.13
|
AUTOMAKE=automake-1.13
|
||||||
ACLOCAL=aclocal-1.13
|
ACLOCAL=aclocal-1.13
|
||||||
|
Reference in New Issue
Block a user