Re: Finish making zsh Bourne-compatible

2004-06-24 Thread Paul Eggert
Noah Misch <[EMAIL PROTECTED]> writes: > I tested this change on a Fedora Core 1 system and all Autoconf > tests continue to pass. Thanks for your detective work and the fix. I installed your patch into Autoconf CVS. > I really cannot run the Autoconf test suite on Mac OS X with zsh, > though.

Re: Finish making zsh Bourne-compatible

2004-06-23 Thread Paul Jarc
Noah Misch <[EMAIL PROTECTED]> wrote: > echo "$a" $a "$b" $b "$c" $c You might also add: cat <<_ACEOF $a $b $c _ACEOF This would show whether the unescaping is being done by echo (as is the case with pdksh) or by the word parsing. paul ___ Libtool ma

Re: Finish making zsh Bourne-compatible

2004-06-23 Thread Eric Sunshine
On Wed, 23 Jun 2004 21:02:33 -0700, Noah Misch wrote: > On a related note, I collected enough information on quote removal > behaviors in various shells to add a section documenting them to the the > Portable Shell section of the Autoconf manual. Would that interest folks? I think so. Most people