]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* NEWS: Recommend M4 1.4.6 instead of 1.4.5.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 25 Aug 2006 17:23:11 +0000 (17:23 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 25 Aug 2006 17:23:11 +0000 (17:23 +0000)
* README: Likewise.
* doc/autoconf.texi (Introduction, Why GNU M4): Likewise.

ChangeLog
NEWS
README
doc/autoconf.texi

index c86e879b3e6f4b6167f64bef30b7cdd8d045c10e..66739d9094384a1dec5afad22f280bdf8b17fcfd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * NEWS: Recommend M4 1.4.6 instead of 1.4.5.
+       * README: Likewise.
+       * doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
+
 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
 
        Rework to use more-modern build style.
diff --git a/NEWS b/NEWS
index f0fece537b2f464351138643ec63852ff8a40cc3..11911dd827ce68ebc507df86078b7858a2dee80f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 * Major changes in Autoconf 2.60a
 
-** GNU M4 1.4.5 or later is now recommended.  At least one "make check"
+** GNU M4 1.4.6 or later is now recommended.  At least one "make check"
   test fails with earlier versions of M4.
 
 ** The check for C99 now tests for varargs macros, as documented.
diff --git a/README b/README
index a26cb4ad4ef8fe03b7cf3addb7b266c8d750ef31..e49dfc81afccea1d8e8a59181eecdd6ccb4b542e 100644 (file)
--- a/README
+++ b/README
@@ -11,15 +11,15 @@ operating system features that the package can use, in the form of M4
 macro calls.
 
 Producing configuration scripts using Autoconf requires GNU M4 and
-Perl.  You should install GNU M4 (version 1.4.5 or later) and Perl
+Perl.  You should install GNU M4 (version 1.4.6 or later) and Perl
 (5.005_03 or later) before configuring Autoconf, so that Autoconf's
 configure script can find them.  The configuration scripts produced by
 Autoconf are self-contained, so their users do not need to have
 Autoconf (or GNU M4, Perl, etc.).
 
-You can get GNU M4 1.4.5 here:
+You can get GNU M4 1.4.6 here:
 
-ftp://ftp.gnu.org/gnu/m4/m4-1.4.5.tar.gz
+ftp://ftp.gnu.org/gnu/m4/m4-1.4.6.tar.gz
 
 The file INSTALL should be distributed with packages that use
 Autoconf-generated configure scripts and Makefiles that conform to the
index a105f030b7cc8c479bbd7b4a11e91e1c73b2183f..46c3ffd18fe5e8fffaa7220a3d93bdf9d301bd57 100644 (file)
@@ -691,7 +691,7 @@ Autoconf imposes some restrictions on the names of macros used with
 
 Autoconf requires @acronym{GNU} M4 in order to generate the scripts.  It uses
 features that some versions of M4, including @acronym{GNU} M4 1.3,
-do not have.  You should use version 1.4.5 or later of @acronym{GNU} M4.
+do not have.  You should use version 1.4.6 or later of @acronym{GNU} M4.
 
 @xref{Autoconf 1}, for information about upgrading from version 1.
 @xref{History}, for the story of Autoconf's development.  @xref{FAQ},
@@ -18337,7 +18337,7 @@ __file__
 __line__
 @end example
 
-Autoconf requires version 1.4.5 or later of @acronym{GNU} M4.
+Autoconf requires version 1.4.6 or later of @acronym{GNU} M4.
 
 Since only software maintainers need to use Autoconf, and since @acronym{GNU}
 M4 is simple to configure and install, it seems reasonable to require