From: Paul Eggert Date: Tue, 12 Sep 2006 07:01:50 +0000 (+0000) Subject: Undo previous change; it doesn't seem to have been true. X-Git-Tag: AUTOCONF-2.60b~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c4369a751f499cf1ea0ae5a6c56fde1eba5c795;p=thirdparty%2Fautoconf.git Undo previous change; it doesn't seem to have been true. --- diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 8ae7c400..957a3a6f 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -11103,10 +11103,6 @@ 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. -The UnixWare 7.1.4 @command{/usr/bin/posix/sh} can mishandle words in -here-documents that cross 8 KiB buffer boundaries. The usual workaround -for this bug is to use another shell. - Many older 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