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

Re: Why does autogen.sh throw away the config cache?

From: Karl Fogel <kfogel_at_galois.collab.net>
Date: 2000-09-26 17:04:47 CEST

Jim Blandy <jimb@savonarola.red-bean.com> writes:
> > If you want to add an optional switch to autogen.sh to disable the deletion
> > (the default "should" be to delete the cache), then go for it.
>
> No, I think switches are a mess. I'll leave it as is.

Would comparing timestamps do it?

If config.cache is newer than configure.in, then leave it alone. If
configure.in is newer, autogen.sh should delete config.cache.

Does this logic make sense?
Received on Sat Oct 21 14:36:09 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.