From: Bruno Haible Date: Mon, 23 Oct 2006 14:06:45 +0000 (+0000) Subject: Accept automake >= 1.10. X-Git-Tag: 0.16.x-branchpoint~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c5a958bdc3c5b2a99b9eafdd15830f57a96f888;p=thirdparty%2Fgettext.git Accept automake >= 1.10. --- diff --git a/gettext-tools/examples/ChangeLog b/gettext-tools/examples/ChangeLog index 92fa89af6..e02b0c705 100644 --- a/gettext-tools/examples/ChangeLog +++ b/gettext-tools/examples/ChangeLog @@ -1,3 +1,7 @@ +2006-10-23 Bruno Haible + + * hello-c++-kde/admin/cvs.sh: Accept automake versions > 1.9.x. + 2006-10-01 Bruno Haible * hello-*/autoclean.sh: Remove also intldir.m4. diff --git a/gettext-tools/examples/hello-c++-kde/admin/cvs.sh b/gettext-tools/examples/hello-c++-kde/admin/cvs.sh index 023d9ef04..a39fddd7c 100644 --- a/gettext-tools/examples/hello-c++-kde/admin/cvs.sh +++ b/gettext-tools/examples/hello-c++-kde/admin/cvs.sh @@ -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"