]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Accept automake >= 1.10.
authorBruno Haible <bruno@clisp.org>
Mon, 23 Oct 2006 14:06:45 +0000 (14:06 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:14:11 +0000 (12:14 +0200)
gettext-tools/examples/ChangeLog
gettext-tools/examples/hello-c++-kde/admin/cvs.sh

index 92fa89af647bc7190abb05b428f358e9e8d5117c..e02b0c70522c51630a2bd310d2445be40b933f8b 100644 (file)
@@ -1,3 +1,7 @@
+2006-10-23  Bruno Haible  <bruno@clisp.org>
+
+       * hello-c++-kde/admin/cvs.sh: Accept automake versions > 1.9.x.
+
 2006-10-01  Bruno Haible  <bruno@clisp.org>
 
        * hello-*/autoclean.sh: Remove also intldir.m4.
index 023d9ef04c3962e6cfdac38871e12869513349b1..a39fddd7c05914a8208ba5551adfa407ff3a90c5 100644 (file)
@@ -64,7 +64,7 @@ case $AUTOMAKE_STRING in
     echo "*** KDE requires automake 1.6"
     exit 1
     ;;
-  automake*1.[6-9].* | automake*1.7* ) : ;;
+  automake*1.[6-9] | automake*1.[6-9].* | automake*1.1[0-9] | automake*1.1[0-9].* ) : ;;
   "" )
     echo "*** AUTOMAKE NOT FOUND!."
     echo "*** KDE requires automake 1.6"