From: Ralf Wildenhues Date: Tue, 22 Jun 2010 18:27:31 +0000 (+0200) Subject: Mention Tru64 5.1 fgrep limitation with emtpy patterns. X-Git-Tag: v2.66~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fda8d216db30bfead754861455c1de3c52132760;p=thirdparty%2Fautoconf.git Mention Tru64 5.1 fgrep limitation with emtpy patterns. * doc/autoconf.texi (Limitations of Usual Tools): Update. Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index ca624d3e..df492a02 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2010-06-22 Ralf Wildenhues + Mention Tru64 5.1 fgrep limitation with emtpy patterns. + * doc/autoconf.texi (Limitations of Usual Tools): Update. + Overhaul the manual, esp. the Autotest chapter. * doc/autoconf.texi (Installation Directory Variables): Replace some uses of @var with @code. diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 8d2e9526..c2772fe4 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -17809,6 +17809,8 @@ 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}. +Tru64/OSF 5.1 @command{fgrep} does not match an empty pattern. + @item @command{find} @c -----------------