Support for automake 1.10 (reported by Aamer Akhter)

svn path=/trunk/; revision=19571
This commit is contained in:
Jörg Mayer 2006-10-17 08:51:16 +00:00
parent e1e18ea393
commit caf88eed61
1 changed files with 4 additions and 1 deletions

View File

@ -47,7 +47,10 @@ esac
AMVER=`$AUTOMAKE --version | grep '^automake' | sed 's/.*) *//'`
case "$AMVER" in
'' | 0.* | 1.[0-5]* )
1.[6-9]* | 1.[1][0-9]*)
;;
*)
cat >&2 <<_EOF_