Variable expansion

2000-07-14 Thread Ti Leggett
l/lib/package... If you try this in a regular shell script, this happens. Is there a way to make autoconf do this as well? Thanks! -- -Ti Leggett [EMAIL PROTECTED] [EMAIL PROTECTED]

Repost: Variable expansion

2000-07-20 Thread Ti Leggett
pens. Is there a way to make autoconf do this as well? Thanks! -- -Ti Leggett [EMAIL PROTECTED] [EMAIL PROTECTED]

Re: Repost: Variable expansion

2000-07-20 Thread Ti Leggett
st.in: > @CP_PREFIX@ > @CP_LIBDIR@ > @CP_PKGLIBDIR@ > > $ ./configure > creating cache ./config.cache > updating cache ./config.cache > creating ./config.status > creating test > > $ cat test > /usr/local > /usr/local/lib > /usr/local/lib/test > > This is what you want isn't it? > -- > Paul > -- -Ti Leggett [EMAIL PROTECTED] [EMAIL PROTECTED]

Re: Repost: Variable expansion

2000-07-20 Thread Ti Leggett
to? Thanks! Paul Berrevoets wrote: > > Ti Leggett wrote: > > > That's what I want but that's not what I get. When configure does it's > > substitutions it doesn't seem to expand variables that are used to > > define other variables. If that worked

Re: Repost: Variable expansion

2000-07-21 Thread Ti Leggett
t prefix doesn't get evaulated in configure.in. Thanks! Akim Demaille wrote: > > >>>>> "Ti" == Ti Leggett <[EMAIL PROTECTED]> writes: > > Ti> Also, is there a way to have @libdir@ expanded out instead of to > Ti> the default ${prefix}/lib that i