]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Update M4 version numbers in documentation
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 6 Oct 2022 01:06:20 +0000 (18:06 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 6 Oct 2022 01:06:20 +0000 (18:06 -0700)
README
README-hacking
doc/autoconf.texi

diff --git a/README b/README
index f6bafdbbb3fe506ba8eb190c30653a874a657346..f467f41013b014b4b5830e542d45826ac7105e81 100644 (file)
--- a/README
+++ b/README
@@ -11,8 +11,8 @@ 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.6 or later is required;
-1.4.14 or later is recommended) and Perl (5.006 or later) before
+Perl.  You should install GNU M4 (version 1.4.8 or later is required;
+1.4.16 or later is recommended) and Perl (5.006 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
index b4189ee4525f442bd34b3fcfad408a8206e3a019..e15128faedacb78c3acf4008398e2fc607bd6130 100644 (file)
@@ -16,7 +16,7 @@ tools we depend upon, including:
 
 - Automake 1.11+ <https://www.gnu.org/software/automake/>
 - Help2man 1.29+ <https://www.gnu.org/software/help2man/>
-- M4 1.4.6+ <https://www.gnu.org/software/m4/>
+- M4 1.4.16+ <https://www.gnu.org/software/m4/>
 - Perl 5.006+ <https://www.cpan.org/>
 - Texinfo 4.11+ <https://www.gnu.org/software/texinfo/>
 
index 38e085978204552bf62681beeaf032145d256e9c..c6eebe2c9259c6c75d3159a94a4c81df1ec37fed 100644 (file)
@@ -767,10 +767,10 @@ for more information.
 Autoconf imposes some restrictions on the names of macros used with
 @code{#if} in C programs (@pxref{Preprocessor Symbol Index}).
 
-Autoconf requires GNU M4 version 1.4.6 or later in order to
+Autoconf requires GNU M4 version 1.4.8 or later in order to
 generate the scripts.  It uses features that some versions of M4,
 including GNU M4 1.3, do not have.  Autoconf works better
-with GNU M4 version 1.4.14 or later, though this is not
+with GNU M4 version 1.4.16 or later, though this is not
 required.
 
 @xref{Autoconf 1}, for information about upgrading from version 1.
@@ -26428,7 +26428,8 @@ __file__
 __line__
 @end example
 
-Autoconf requires version 1.4.6 or later of GNU M4.
+Autoconf requires version 1.4.8 or later of GNU M4.
+It works better with version 1.4.16 or later.
 
 Since only software maintainers need to use Autoconf, and since GNU
 M4 is simple to configure and install, it seems reasonable to require