]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Freedom to use newer autoconf versions.
authorBruno Haible <bruno@clisp.org>
Fri, 14 Jul 2006 11:38:54 +0000 (11:38 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:13:30 +0000 (12:13 +0200)
gettext-tools/examples/ChangeLog
gettext-tools/examples/hello-c++-kde/admin/cvs.sh

index a97ac5d5ca45f4a32db3684cfcdf6dbfe1102e31..b332d217609a80cf82a72725ed24b4aa65aa1d51 100644 (file)
@@ -1,3 +1,10 @@
+2006-07-13  Bruno Haible  <bruno@clisp.org>
+
+       * hello-c++-kde/admin/cvs.sh: Disable the search for specific
+       versions of autoconf, autoheader, autom4te, automake, aclocal.
+       Accept autoconf, autoheader versions > 2.59. Accept automake
+       versions > 1.8.x.
+
 2006-07-13  Bruno Haible  <bruno@clisp.org>
 
        * Makefile.am (ACLOCAL_AMFLAGS): New variable.
index 97488e4f15f2c202b1b5ced2506230bf3148c9e6..023d9ef04c3962e6cfdac38871e12869513349b1 100644 (file)
@@ -29,7 +29,7 @@ check_autotool_versions()
 {
 AUTOCONF_VERSION=`$AUTOCONF --version | head -n 1`
 case $AUTOCONF_VERSION in
-  Autoconf*2.5* | autoconf*2.5* ) : ;;
+  Autoconf*2.[5-9]* | autoconf*2.[5-9]* ) : ;;
   "" )
     echo "*** AUTOCONF NOT FOUND!."
     echo "*** KDE requires autoconf 2.52, 2.53 or 2.54"
@@ -44,7 +44,7 @@ esac
  
 AUTOHEADER_VERSION=`$AUTOHEADER --version | head -n 1`
 case $AUTOHEADER_VERSION in
-  Autoconf*2.5* | autoheader*2.5* ) : ;;
+  Autoconf*2.[5-9]* | autoheader*2.[5-9]* ) : ;;
   "" )
     echo "*** AUTOHEADER NOT FOUND!."
     echo "*** KDE requires autoheader 2.52 or 2.53 (part of autoconf)"
@@ -64,7 +64,7 @@ case $AUTOMAKE_STRING in
     echo "*** KDE requires automake 1.6"
     exit 1
     ;;
-  automake*1.[678].* | automake*1.7* ) : ;;
+  automake*1.[6-9].* | automake*1.7* ) : ;;
   "" )
     echo "*** AUTOMAKE NOT FOUND!."
     echo "*** KDE requires automake 1.6"
@@ -473,8 +473,13 @@ if test -f Makefile.am.in; then
   makefile_wo=Makefile.am.in.wo
 fi
 
-# Suck in the AUTOCONF detection code
-. $admindir/detect-autoconf.sh
+# Sucking AUTOCONF detection code - commented out
+#. $admindir/detect-autoconf.sh
+AUTOCONF="autoconf"
+AUTOHEADER="autoheader"
+AUTOM4TE="autom4te"
+AUTOMAKE="automake"
+ACLOCAL="aclocal -I m4"
 
 ###
 ### Main