changeset 6940:ca8592ba8eba

* gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4, for the benefit of people using Autoconf 2.60. If you want to support older Autoconf versions you can copy m4/onceonly_2_57.m4 (or m4/onceonly.m4, if pre-2.57) manually.
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 09 Jul 2006 03:31:53 +0000
parents c34c3fd8f414
children a3b4e6e1ae6a
files ChangeLog gnulib-tool
diffstat 2 files changed, 10 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
+
+	* gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
+	for the benefit of people using Autoconf 2.60.  If you want to
+	support older Autoconf versions you can copy m4/onceonly_2_57.m4
+	(or m4/onceonly.m4, if pre-2.57) manually.
+
 2006-07-07  Simon Josefsson  <jas@extundo.com>
 
 	* tests/test-crc.c: Change expected crc value, the test vector
--- a/gnulib-tool
+++ b/gnulib-tool
@@ -22,7 +22,7 @@
 
 progname=$0
 package=gnulib
-cvsdatestamp='$Date: 2006-06-23 19:27:17 $'
+cvsdatestamp='$Date: 2006-07-09 03:31:53 $'
 last_checkin_date=`echo "$cvsdatestamp" | sed -e 's,^\$[D]ate: ,,'`
 version=`echo "$last_checkin_date" | sed -e 's/ .*$//' -e 's,/,-,g'`
 
@@ -548,7 +548,7 @@
 {
   sed -n -e "/^Files$sed_extract_prog" < "$gnulib_dir/modules/$1"
   #echo m4/onceonly.m4
-  echo m4/onceonly_2_57.m4
+  #echo m4/onceonly_2_57.m4
 }
 
 # func_get_dependencies module
@@ -1813,7 +1813,7 @@
     ;;
 
   import | update )
-    
+
     # Where to import.
     if test -z "$destdir"; then
       destdir=.