summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-07-17 16:15:34 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-07-17 16:15:34 +0000
commitf2d54b19963894ac0bb1d696059002a3d781afec (patch)
treea448cd1aea75ce8998536c4f7da82a60086d11e7 /README
parent64d8807b727b379ff3f9af2b50c0e76943a13fc5 (diff)
downloadautoconf-f2d54b19963894ac0bb1d696059002a3d781afec.tar.gz
* README: Recommend M4 1.4.5.
* doc/autoconf.texi (Introduction, Why GNU M4): Likewise.
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 7 insertions, 7 deletions
diff --git a/README b/README
index 5e16466f..a26cb4ad 100644
--- 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 must install GNU M4 (version 1.4.4 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.).
+Perl. You should install GNU M4 (version 1.4.5 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.4 here:
+You can get GNU M4 1.4.5 here:
-ftp://ftp.gnu.org/gnu/m4/m4-1.4.4.tar.gz
+ftp://ftp.gnu.org/gnu/m4/m4-1.4.5.tar.gz
The file INSTALL should be distributed with packages that use
Autoconf-generated configure scripts and Makefiles that conform to the