CVSROOT: /sources/m4 Module name: m4 Changes by: Eric Blake <ericb> 06/10/27 21:10:15
Index: bootstrap =================================================================== RCS file: /sources/m4/m4/bootstrap,v retrieving revision 1.40 retrieving revision 1.41 diff -u -b -r1.40 -r1.41 --- bootstrap 21 Sep 2006 13:05:26 -0000 1.40 +++ bootstrap 27 Oct 2006 21:10:15 -0000 1.41 @@ -1,6 +1,6 @@ #! /bin/sh -# bootstrap (GNU M4) version 2006-09-21 +# bootstrap (GNU M4) version 2006-10-27 # Written by Gary V. Vaughan <[EMAIL PROTECTED]> # Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc. @@ -39,8 +39,8 @@ # This script bootstraps a CVS checkout of GNU M4 by correctly # calling out to parts of the GNU Build Platform. Currently this -# requires GNU Gettext 0.15 or better, and Autoconf 2.60 or better -# Automake 1.9b or better, and bleeding edge CVS snapshots of +# requires GNU Gettext 0.16 or better, and Autoconf 2.60 or better +# Automake 1.10a or better, and bleeding edge CVS snapshots of # Libtool and Gnulib. # Report bugs to <[email protected]> @@ -357,11 +357,6 @@ func_echo "running: ${GNULIB_TOOL} --update" ${GNULIB_TOOL} --update -func_echo "patching include directories in gnulib regex module" -mv $config_macro_dir/regex.m4 $config_macro_dir/regex-m4.old -sed 's,lib/regex.c,gnu/regex.c,g' $config_macro_dir/regex-m4.old > $config_macro_dir/regex.m4 && \ - $RM $config_macro_dir/regex-m4.old - ## --------------------------------- ## ## Copy additional src only modules. ##
