From eb80d76eb80bce523362471447aeae3a96f7df7a Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 9 Jul 2006 03:31:53 +0000 Subject: [PATCH] * 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. --- ChangeLog | 7 +++++++ gnulib-tool | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index b1635efe61..7c86dc5c41 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-07-08 Paul Eggert + + * 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 * tests/test-crc.c: Change expected crc value, the test vector diff --git a/gnulib-tool b/gnulib-tool index 519e461aaa..a7d4d680c4 100755 --- 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 @@ func_get_filelist () { 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 @@ case $mode in ;; import | update ) - + # Where to import. if test -z "$destdir"; then destdir=. -- 2.30.2