]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/autoconf.texi (Here-Documents, Limitations of Builtins):
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 29 Mar 2007 22:25:17 +0000 (22:25 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 29 Mar 2007 22:25:17 +0000 (22:25 +0000)
(Limitations of Usual Tools): Don't say "older" if Solaris 10 by
default still has the problem.  Problem reported by Bruce Korb.

ChangeLog
doc/autoconf.texi

index 5302bdb0124b3ead50034da219bcf8774e6314e3..042af7d4f95d4acb41317abcac33446dc65d89a3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * doc/autoconf.texi (Here-Documents, Limitations of Builtins):
+       (Limitations of Usual Tools): Don't say "older" if Solaris 10 by
+       default still has the problem.  Problem reported by Bruce Korb.
+
 2007-03-28  Stepan Kasal  <kasal@ucw.cz>
        and Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
index 649a6242afe29112f8998fafff51a621f312cb03..514fe3efda245d4cc32deb798841125d373cfaad 100644 (file)
@@ -11189,7 +11189,7 @@ be worked around by omitting the braces: @code{$variable}.  The bug was fixed in
 @samp{ksh93g} (1998-04-30) but as of 2006 many operating systems were
 still shipping older versions with the bug.
 
-Many older shells (including the Bourne shell) implement here-documents
+Many shells (including the Bourne shell) implement here-documents
 inefficiently.  In particular, some shells can be extremely inefficient when
 a single statement contains many here-documents.  For instance if your
 @file{configure.ac} includes something like:
@@ -12342,7 +12342,7 @@ esac
 @end example
 
 @noindent
-but the @code{(} in this example is not portable to many older Bourne
+but the @code{(} in this example is not portable to many Bourne
 shell implementations.  It can be omitted safely.
 
 Because of a bug in its @code{fnmatch}, Bash fails to properly
@@ -13341,7 +13341,7 @@ dir=`AS_DIRNAME(["$file"])` # This is more portable.
 @c ------------------
 @prindex @command{egrep}
 Posix 1003.1-2001 no longer requires @command{egrep},
-but many older hosts do not yet support the Posix
+but many hosts do not yet support the Posix
 replacement @code{grep -E}.  Also, some traditional implementations do
 not work on long input lines.  To work around these problems, invoke
 @code{AC_PROG_EGREP} and then use @code{$EGREP}.
@@ -13495,7 +13495,7 @@ $ @kbd{expr 00001 : '.*\(...\)'}
 @c ------------------
 @prindex @command{fgrep}
 Posix 1003.1-2001 no longer requires @command{fgrep},
-but many older hosts do not yet support the Posix
+but many hosts do not yet support the Posix
 replacement @code{grep -F}.  Also, some traditional implementations do
 not work on long input lines.  To work around these problems, invoke
 @code{AC_PROG_FGREP} and then use @code{$FGREP}.