mirror of https://github.com/GNOME/gimp.git
autogen.sh: also look for automake 1.15
This commit is contained in:
parent
9ef4d6c061
commit
4ace9e526e
|
@ -157,6 +157,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.15 --version) < /dev/null > /dev/null 2>&1; then
|
||||
AUTOMAKE=automake-1.15
|
||||
ACLOCAL=aclocal-1.15
|
||||
elif (automake-1.14 --version) < /dev/null > /dev/null 2>&1; then
|
||||
AUTOMAKE=automake-1.14
|
||||
ACLOCAL=aclocal-1.14
|
||||
|
|
Loading…
Reference in New Issue