autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

use program_prefix without passing it


From: Jose Roman Bilbao
Subject: use program_prefix without passing it
Date: Thu, 04 Mar 2004 18:01:06 +0100

Hi,

Can I make use of the program_prefix variable without passing it through
the ./configure call?. Basically I want a default prefix to exist.

I have tried this:

if test "$program_prefix" = NONE
then
        program_prefix="myprefix"
fi

but it does not seem to perform the substitution... May be an autoconf
internal... Can you help me to solve this?

Thanks





reply via email to

[Prev in Thread] Current Thread [Next in Thread]