Support automake 1.14

https://bugzilla.gnome.org/show_bug.cgi?id=709293
This commit is contained in:
Dominique Leuenberger
2013-10-02 20:08:46 +02:00
committed by Matthias Clasen
parent 1b8d3b9210
commit 71560f2b55

View File

@ -48,6 +48,9 @@ fi
DIE=1
}
if automake-1.14 --version < /dev/null > /dev/null 2>&1 ; then
AUTOMAKE=automake-1.14
ACLOCAL=aclocal-1.14
if automake-1.13 --version < /dev/null > /dev/null 2>&1 ; then
AUTOMAKE=automake-1.13
ACLOCAL=aclocal-1.13
@ -75,6 +78,7 @@ fi
fi
fi
fi
fi
if test "$DIE" -eq 1; then
exit 1