]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/autoconf.texi (Limitations of Usual Tools): Document
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 11 Mar 2006 13:13:47 +0000 (13:13 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 11 Mar 2006 13:13:47 +0000 (13:13 +0000)
OpenBSD and traditional `grep' failure to handle multiple
patterns separated by newlines.

ChangeLog
doc/autoconf.texi

index 8692e1427fd71941fdbe6783fa61348967e6a3b2..cf2ba14eb329f38ed92db39ba8c628011512d0f3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-03-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * doc/autoconf.texi (Limitations of Usual Tools): Document
+       OpenBSD and traditional `grep' failure to handle multiple
+       patterns separated by newlines.
+
 2006-03-10  Romain Lenglet  <rlenglet@users.forge.objectweb.org>
 
        * doc/autoconf.texi (several sections): Add documentation for macros
index e151580c15467fb70affd949f9c28fc4355ea22f..3235e02c544e77bbb0342f22e8c228db1c5357ab 100644 (file)
@@ -12502,6 +12502,10 @@ grep 'foo
 bar' in.txt
 @end example
 
+@noindent
+except that this will fail with traditional @command{grep}
+implementations and with Open@acronym{BSD} 3.8 @command{grep}.
+
 Traditional @command{grep} implementations (e.g., Solaris) do not
 support the @option{-E} or @samp{-F} options.  To work around these
 problems, invoke @code{AC_PROG_EGREP} and then use @code{$EGREP}, and