[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Libtool and echo (Was: bison-1.29c 'configure' problems on Solaris 8
From: |
Gary V. Vaughan |
Subject: |
Re: Libtool and echo (Was: bison-1.29c 'configure' problems on Solaris 8) |
Date: |
Fri, 5 Oct 2001 22:46:36 +0100 |
User-agent: |
Mutt/1.3.16i |
On Fri, Oct 05, 2001 at 11:07:29AM +0200, Akim Demaille wrote:
> >>>>> "Paul" == Paul Eggert <address@hidden> writes:
>
> >> From: Akim Demaille <address@hidden> Date: 04 Oct 2001 17:38:43
> >> +0200
> >>
> >> some of our parts would be extremely happy to have as good a shell
> >> as possible. For instance it would help Libtool which needs a good
> >> `echo'.
>
> Paul> Could you give more details about this? What 'echo' features
> Paul> does Libtool need, other than those features standardized by
> Paul> POSIX?
>
> This I won't be able to answer correctly, Libtool people should know
> better than I do.
>From libtool.m4:
# The Solaris, AIX, and Digital Unix default echo programs unquote
# backslashes. This makes it impossible to quote backslashes using
# echo "$something" | sed 's/\\/\\\\/g'
libtool needs to store lots of script snippets in shell variables to
be passed to eval later. In order for this to work, it must be
possible to backslash escape shell meta characters, so that eval's
behaviour is predictable.
Cheers,
Gary.
--
())_. Gary V. Vaughan gary@(oranda.demon.co.uk|gnu.org)
( '/ Research Scientist http://www.oranda.demon.co.uk ,_())____
/ )= GNU Hacker http://www.gnu.org/software/libtool \' `&
`(_~)_ Tech' Author http://sources.redhat.com/autobook =`---d__/
- Re: bison-1.29c 'configure' problems on Solaris 8., Paul Eggert, 2001/10/03
- Re: bison-1.29c 'configure' problems on Solaris 8., Russ Allbery, 2001/10/03
- Re: bison-1.29c 'configure' problems on Solaris 8., Paul Eggert, 2001/10/03
- Re: bison-1.29c 'configure' problems on Solaris 8., Russ Allbery, 2001/10/03
- Re: bison-1.29c 'configure' problems on Solaris 8., Paul Eggert, 2001/10/04
- Re: bison-1.29c 'configure' problems on Solaris 8., Akim Demaille, 2001/10/04
- Re: bison-1.29c 'configure' problems on Solaris 8., Akim Demaille, 2001/10/04
- Re: bison-1.29c 'configure' problems on Solaris 8., Paul Eggert, 2001/10/04
- Re: Libtool and echo (Was: bison-1.29c 'configure' problems on Solaris 8), Akim Demaille, 2001/10/05
- Re: Libtool and echo (Was: bison-1.29c 'configure' problems on Solaris 8),
Gary V. Vaughan <=
- Re: Libtool and echo (Was: bison-1.29c 'configure' problems on Solaris 8), Paul Eggert, 2001/10/05
- Re: Libtool and echo (Was: bison-1.29c 'configure' problems on Solaris 8), Gary V. Vaughan, 2001/10/06
- Re: PATH then SHELLS (Was: bison-1.29c 'configure' problems on Solaris 8), Akim Demaille, 2001/10/05
- Re: PATH then SHELLS (Was: bison-1.29c 'configure' problems on Solaris 8), Paul Eggert, 2001/10/05
Re: bison-1.29c 'configure' problems on Solaris 8., Akim Demaille, 2001/10/04