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
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
This patch against Autoconf CVS HEAD adds to the series of commands m4sh
programs use to place zsh in a Bourne-compatible mode. When placed in
sh-compatible mode via ``emulate sh'' or invocation under the name ``sh'', zsh
enables its GLOB_SUBST option, which causes it to make very strange choices
Looking for extremely cheap high-quality software?
We might have just what you need.
Windows XP Professional 2002 . $50
Adobe Photoshop 7.0 .. $60
Microsoft Office XP Professional 2002 $60
Corel Draw Graphics Suite 11 . $60
and lots more...
___
Noah Misch wrote:
Which version of libtool are you talking about?
CVS HEAD. I get a similar degree of failure from 1.5.6, but I assumed HEAD
would be the best place to hack.
Okay, I have not checked on 10.1 for a while, please send me the verbose
output of make check.
"env VERBOSE=1 make check"
On Thu, Jun 24, 2004 at 07:35:50AM +0900, Peter O'Gorman wrote:
> Noah Misch wrote:
>
> >I am working to make the libtool test suite pass on Mac OS X 10.1. Status:
> >
> >
> >24 of 87 tests failed
> >(13 tests were not run)
> >Please report to [EMAIL PROTECTED]
Noah Misch wrote:
I am working to make the libtool test suite pass on Mac OS X 10.1. Status:
24 of 87 tests failed
(13 tests were not run)
Please report to [EMAIL PROTECTED]
If others are working on this, let us collaborate.
I am working to make the libtool test suite pass on Mac OS X 10.1. Status:
24 of 87 tests failed
(13 tests were not run)
Please report to [EMAIL PROTECTED]
If others are working on this, let us collaborate. I suspect most