guile-devel
[Top][All Lists]
Advanced

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

Re: What to do about config.h, etc...


From: Kevin Ryde
Subject: Re: What to do about config.h, etc...
Date: Wed, 12 Mar 2003 09:18:50 +1000
User-agent: Gnus/5.090013 (Oort Gnus v0.13) Emacs/21.2 (i386-pc-linux-gnu)

Rob Browning <address@hidden> writes:
>
> True, though I've had some unpleasantness in the past with getting
> AC_SUBST to expand things fully when I wanted it to (i.e. ${prefix}).

$prefix is pesky, the gnu rule is to expand it at "make" time, not
configure time, if I understand it correctly.

Nosing around libguile/Makefile.am, I wonder if @prefix@ in the
libpath.h setup should be $(prefix).  Perhaps the other @foo@'s
similarly (though they're substituted to ${prefix}/something, so end
up obeying a make-time prefix at least).

Mind you personally I think anyone who configures with one prefix and
makes with another is probably asking for trouble, in general.




reply via email to

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