autoconf-patches
[Top][All Lists]
Advanced

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

Re: Inline detection problem


From: Akim Demaille
Subject: Re: Inline detection problem
Date: 28 Jun 2001 18:21:52 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Academic Rigor)

>>>>> "Daniel" == Daniel Sands <address@hidden> writes:

Daniel> I recently ran into a problem where one building package
Daniel> detects "inline" and then does a recursive configure on
Daniel> another package if it exists in the same source tree, which
Daniel> also detects "inline" but uses the same cache file.  The
Daniel> problem is that the "inside" package uses gcc -ansi, which now
Daniel> removes the old "inline", but it was already detected as
Daniel> "inline" and cached into the other one.  So is there a reason
Daniel> to "do nothing" if "inline" works in one case, when ANSI
Daniel> removes this definition?

This is a bug in the use of configure.  If you share the cache, you
are asking for troubles.  Just don't, or keep things consistent.

Autoconf 2.50 should do a better job at this, and reject the cache for
the slave configure.



reply via email to

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