Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Commited: RE: PATCH: Re: zsh and autoconf-2.50
- X-seq: zsh-workers 14747
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx (Zsh hackers list)
- Subject: Re: Commited: RE: PATCH: Re: zsh and autoconf-2.50
- Date: Wed, 6 Jun 2001 10:54:44 +0000
- In-reply-to: <Tc0a88d0153f9c55134@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <Tc0a88d0153f9c55134@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
On Jun 6, 10:44am, Peter Stephenson wrote:
}
} > Note, that config.cache is incompatible between two versions. 2.50
} > by default does not cache anything; you can persuade it but then
} > better remove old cache.
}
} Can we turn this on, or is there some good reason for not having it?
autoconf.texi from the autoconf 2.50 cvs repository says:
-------------
By default, @code{configure} uses no cache file (technically, it uses
@option{--cache-file=/dev/null}), to avoid problems caused by accidental
use of stale cache files.
To enable caching, @code{configure} accepts @option{--config-cache} (or
@option{-C}) to cache results in the file @file{config.cache}.
....
@c FIXME: Do we really want to document this guy?
@defmac AC_CACHE_LOAD
@maindex CACHE_LOAD
Loads values from existing cache file, or creates a new cache file if a
cache file is not found. Called automatically from @code{AC_INIT}.
@end defmac
-------------
So we could explicitly call AC_CACHE_LOAD, but it could go away in the
future.
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net
Messages sorted by:
Reverse Date,
Date,
Thread,
Author