]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
(Here-Documents): Mention Solaris 8 dtksh problem with here-document
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 22 Mar 2002 06:21:01 +0000 (06:21 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 22 Mar 2002 06:21:01 +0000 (06:21 +0000)
buffer boundaries.

doc/autoconf.texi

index c3035afccc870031fb7360b2ee446dca952ced48..66a49cedafd9521dd1818c09b329810c108ba16e 100644 (file)
@@ -8182,7 +8182,11 @@ bash-2.04$ @kbd{cat <<EOF
 
 
 Many older shells (including the Bourne shell) implement here-documents
-inefficiently.  Users can generally speed things up by using a faster
+inefficiently.  And some shells mishandle large here-documents: for
+example, Solaris 8 @command{dtksh}, which is derived from
+@command{ksh} M-12/28/93d, mishandles variable expansion that occurs
+on 1024-byte buffer boundaries within a here-document.  Users can
+generally fix these problems by using a faster or more reliable
 shell, e.g., by using the command @samp{bash ./configure} rather than
 plain @samp{./configure}.