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-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
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'`
{
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
;;
import | update )
-
+
# Where to import.
if test -z "$destdir"; then
destdir=.