diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-06-16 11:42:20 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-06-16 11:42:20 +0000 |
commit | c381a05d7480c4322068068163109240c1f7c72c (patch) | |
tree | 8d2a9c90a0a962c71fa215e170156ea22b83e1da /README | |
parent | 2f998c3bdc73b22ae0fe6ee71aa756cfa4e3b3bb (diff) | |
download | autoconf-c381a05d7480c4322068068163109240c1f7c72c.tar.gz |
* README: Recomment m4 1.4.4 instead of 1.4.3..
* doc/autoconf.texi: Likewise.
(Special Chars in Names): Say that $(.FOO) is portable, as
suggested by Stepan Kasal.
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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.3 or later) and Perl (5.005_03 +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.). -You can get GNU M4 1.4.3 here: +You can get GNU M4 1.4.4 here: -ftp://ftp.gnu.org/gnu/m4/m4-1.4.3.tar.gz +ftp://ftp.gnu.org/gnu/m4/m4-1.4.4.tar.gz The file INSTALL should be distributed with packages that use Autoconf-generated configure scripts and Makefiles that conform to the @@ -41,7 +41,7 @@ similarly for the other mailing lists. ----- Copyright (C) 1992, 1993, 1994, 1998, 2000, 2001, 2002, 2003, 2004, -2005 Free Software Foundation, Inc. +2005, 2006 Free Software Foundation, Inc. This file is part of GNU Autoconf. |