mirror of https://github.com/GNOME/gimp.git
autogen: add support for recent automake 1.16.
This commit is contained in:
parent
f497287837
commit
848b89afc2
|
@ -157,6 +157,9 @@ printf "checking for automake >= $AUTOMAKE_REQUIRED_VERSION ... "
|
|||
if ($AUTOMAKE --version) < /dev/null > /dev/null 2>&1; then
|
||||
AUTOMAKE=$AUTOMAKE
|
||||
ACLOCAL=$ACLOCAL
|
||||
elif (automake-1.16 --version) < /dev/null > /dev/null 2>&1; then
|
||||
AUTOMAKE=automake-1.16
|
||||
ACLOCAL=aclocal-1.16
|
||||
elif (automake-1.15 --version) < /dev/null > /dev/null 2>&1; then
|
||||
AUTOMAKE=automake-1.15
|
||||
ACLOCAL=aclocal-1.15
|
||||
|
|
Loading…
Reference in New Issue