[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Why does autogen.sh throw away the config cache?

From: Jim Blandy <jimb_at_savonarola.red-bean.com>
Date: 2000-09-25 18:57:47 CEST

The following stuff in `autogen.sh' seems wrong to me.

    # toss our old config.cache. it may be invalid now.
    rm -f config.cache

One needs to toss the cache when the results of tests have changed,
not when the tests have changed. I haven't really noticed that that
happens too often.

What was the specific motivation for this?
Received on Sat Oct 21 14:36:08 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.