autoconf
[Top][All Lists]
Advanced

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

Re: how to disable caching of result


From: Bob Friesenhahn
Subject: Re: how to disable caching of result
Date: Mon, 5 Apr 2004 19:24:03 -0500 (CDT)

On Mon, 5 Apr 2004, Thomas Dickey wrote:
> > This correctly determines the additional library required if the
> > test program used by configure doesnt compile with -lreadline
> > alone. However the second test for readline does not get invoked
> > because the result of the first test is cached. How can I tell
> > autoconf to forget the result of the first test before doing it
> > the second time?
>
> you'll have to set a shell variable and test that.

That is not effective because autoconf's automatic result caching will
cause the result of the first check to fill in the result of the
second check.

Bob
======================================
Bob Friesenhahn
address@hidden
http://www.simplesystems.org/users/bfriesen





reply via email to

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