From 2fa1c5c37ed36108e99e00134baaab360188828f Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 8 Jun 2005 07:13:50 +0000 Subject: * README: Recommend GNU M4 1.4.3 or later. * doc/autoconf.texi (Introduction): Likewise. Reword to avoid some formatting glitches. Use "#!/bin/sh", not "#! /bin/sh"; the space isn't needed these days. Clarify explanation of HP compiler bug. Redo example output tp match current CVS snapshot. Use @example.org in email addresses when the examples might get inadvertently cut-and-pasted into user code. Remove example of autom4te usage that doesn't seem to work now. Use modern AC_INIT (except when the example is meant to be shown with Autoconf 2.13). Update ksh info for Solaris 9 and later. KB -> kB. Modernize description of Automake versions a bit. Don't claim a future version of Autoconf is near. Add [] to examples, so that the manual follows its own advice about quoting better. * doc/install.texi: Reword to avoid some formatting glitches. --- README | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'README') diff --git a/README b/README index f63b943f..a5db7113 100644 --- a/README +++ b/README @@ -11,18 +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 or later) and Perl (5.005_03 +Perl. You must install GNU M4 (version 1.4.3 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.). +GNU M4, Perl, etc.). -Vanilla GNU m4 1.4 has some serious bugs, so we recommend using m4 1.4 -as patched by the standard GNU/Linux distributions. If you're -building GNU m4 1.4 from scratch we suggest using 1.4.2 or later. -You can get 1.4.2 here: +You can get GNU M4 1.4.3 here: -ftp://ftp.gnu.org/gnu/m4/m4-1.4.2.tar.gz +ftp://ftp.gnu.org/gnu/m4/m4-1.4.3.tar.gz The file INSTALL should be distributed with packages that use Autoconf-generated configure scripts and Makefiles that conform to the @@ -43,8 +40,8 @@ similarly for the other mailing lists. ----- -Copyright (C) 1992, 1993, 1994, 1998, 2000, 2001, 2002, 2003, 2004 -Free Software Foundation, Inc. +Copyright (C) 1992, 1993, 1994, 1998, 2000, 2001, 2002, 2003, 2004, +2005 Free Software Foundation, Inc. This file is part of GNU Autoconf. -- cgit v1.2.1