Add support for automake 1.14

(cherry picked from commit 9f768663f3)
v3.5.13-sru
Slávek Banko 11 years ago
parent ecc96bdc7a
commit a4e9852199

@ -63,7 +63,7 @@ esac
AUTOMAKE_STRING=`$AUTOMAKE --version | head -n 1`
required_automake_version="1.6.1 or newer"
case $AUTOMAKE_STRING in
automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.10* | automake*1.11* | automake*1.12* | automake*1.13* )
automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.10* | automake*1.11* | automake*1.12* | automake*1.13* | automake*1.14* )
echo "*** $AUTOMAKE_STRING found."
UNSERMAKE=no
;;

Loading…
Cancel
Save