CVSROOT: /sources/m4 Module name: m4 Changes by: Eric Blake <ericb> 06/11/02 13:42:23
Index: bootstrap =================================================================== RCS file: /sources/m4/m4/bootstrap,v retrieving revision 1.41 retrieving revision 1.42 diff -u -b -r1.41 -r1.42 --- bootstrap 27 Oct 2006 21:10:15 -0000 1.41 +++ bootstrap 2 Nov 2006 13:42:23 -0000 1.42 @@ -1,6 +1,6 @@ #! /bin/sh -# bootstrap (GNU M4) version 2006-10-27 +# bootstrap (GNU M4) version 2006-11-02 # Written by Gary V. Vaughan <[EMAIL PROTECTED]> # Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc. @@ -37,11 +37,13 @@ # locate the right tools: # AUTOPOINT, AUTORECONF, AWK, GNULIB_TOOL, RM, SED, WGET -# 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, and Autoconf 2.60 or better -# Automake 1.10a or better, and bleeding edge CVS snapshots of -# Libtool and Gnulib. +# 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, 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 automake, or made accessible to +# aclocal's search path via $AUTOMAKE_prefix/share/aclocal/dirlist. # Report bugs to <[email protected]>
