Added support for automake 1.10

ver1_5_1
Christophe Teyssier 2007-04-24 21:02:54 +00:00
parent 5c2e4d1fee
commit cd45a26811
2 changed files with 1 additions and 1 deletions

View File

View File

@ -66,7 +66,7 @@ case $AUTOMAKE_STRING in
echo "*** KDE requires automake $required_automake_version"
exit 1
;;
automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9*) : ;;
automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.10* ) : ;;
"" )
echo "*** AUTOMAKE NOT FOUND!."
echo "*** KDE requires automake $required_automake_version"