summaryrefslogtreecommitdiffstats
path: root/cvs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'cvs.sh')
-rw-r--r--cvs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/cvs.sh b/cvs.sh
index 1732e98..a995a0f 100644
--- a/cvs.sh
+++ b/cvs.sh
@@ -68,7 +68,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.10*)
+ automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.10* | automake*1.11* | automake*1.12*)
echo "*** $AUTOMAKE_STRING found."
UNSERMAKE=no
;;