autoconf
[Top][All Lists]
Advanced

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

caching


From: Stefan Seefeld
Subject: caching
Date: Wed, 30 Oct 2002 17:06:20 -0500

hi there,

I'm in the situation where I run the macro

AC_PATH_PROG with a program 'foo-config' and a given path,
and then, if that failes, I call it again (after some other
processing) with a different path.

autoconf will silently skip the second test as it has the result
of the first still in the cache. Is there a way to erase the cached
value ? or do I need to avoid reusing the same variable ?

Thanks,
                Stefan





reply via email to

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