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]
pens. Is there a way
to make autoconf do this as well? Thanks!
--
-Ti Leggett
[EMAIL PROTECTED]
[EMAIL PROTECTED]
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]
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
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