"Gary V. Vaughan" <[EMAIL PROTECTED]> writes:
>
> It looks like the echo command found by libtool is removing some of the
> backslashes that it is supposed to leave behind.
Yep.
> And this is what I get:
>
> $ echo $bar
> "\\\`"
Yep, on i386 debian or freebsd.
> I guess you will get:
>
> "\\`"
Darwin gives
"\`"
> If so, we need to figure out how to find an echo command that doesn't
> interpret backslashes on your machine...
My machine! Ha! I'm just the mug silly enough to try compiling a
program on it.
> any ideas?
/bin/echo and the bash builtin echo behave the same, so maybe it's sed.
_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool