CVSROOT: /sources/m4 Module name: m4 Changes by: Eric Blake <ericb> 06/11/16 19:01:15
Index: bootstrap =================================================================== RCS file: /sources/m4/m4/bootstrap,v retrieving revision 1.43 retrieving revision 1.44 diff -u -b -r1.43 -r1.44 --- bootstrap 9 Nov 2006 16:39:15 -0000 1.43 +++ bootstrap 16 Nov 2006 19:01:15 -0000 1.44 @@ -1,6 +1,6 @@ #! /bin/sh -# bootstrap (GNU M4) version 2006-11-09 +# bootstrap (GNU M4) version 2006-11-16 # Written by Gary V. Vaughan <[EMAIL PROTECTED]> # Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc. @@ -39,7 +39,7 @@ # 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.16 or better, Autoconf 2.60 or better, GNU M4 1.4.5 or +# Gettext 0.16 or better, Autoconf 2.60 or better, GNU M4 1.4.x or # better, a CVS snapshot of Automake 1.10a or better, a CVS snapshot # of Libtool 2.1a or better, and the latest CVS checkout of Gnulib. # Libtool must be installed; either with the same --prefix as @@ -246,14 +246,6 @@ fi } -## ---------------------------------------------- ## -## Test that the installed M4 is powerful enough. ## -## M4 1.4.4 and earlier are insufficient. ## -## ---------------------------------------------- ## -if test -n "`echo 'ifdef(mac,bug)dnl' | $M4 --trace=mac`" ; then - func_fatal_error "Bootstrapping requires installed GNU M4 1.4.5 or greater." -fi - ## ------------------------------ ## ## Fetch translations. ## ## (taken from GNU tar bootstrap) ##
