Geoff Hutchison writes:
> At 2:11 PM -0500 2/6/00, Andrew M. Kuchling wrote:
> >I suspect $ac_default_prefix is the wrong variable to use, though I'm
> >not sure what the correct one is. I hacked it for now by replacing
> >all occurrences of $ac_default_prefix in configure.in to $prefix, and
> >running autoconf to generate a new configure script.
>
> I'd need to look at the configure.in carefully, but I think this is
> the correct fix. Once the prefix is set, everything else should
> default to be derived from that unless specified otherwise.
>
Using "$prefix/conf" is a problem since $prefix is NONE if no --prefix
option was given. Instead we should use '${prefix}/conf' so that variable
substitution is done at make time. When make is executed, the $prefix
has the expected value.
I'm modifying configure.in for that purpose + fixing an error for checks
related to tests.
Cheers,
--
Loic Dachary
24 av Secretan
75019 Paris
Tel: 33 1 42 45 09 16
e-mail: [EMAIL PROTECTED]
URL: http://www.senga.org/
------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.