On Fri, Jun 14, 2002 at 04:41:11PM +0200, Pomar Berry, Christian wrote: > Hi, > > Sorry if I ask something that has been asked (and answered) before, but I > have been looking in many places and found nothing about it. > > It's about the cache-file. I'm using autoconf 2.53 and in the 'configure' > script I always get 'cache_file=/dev/null'. I know I could use a cache > passing the '-C' option to 'configure', but I would prefer to have it > automatically set to 'config.cache' by autoconf.
you can (until some kludger "improves" things again) assign to the cache_file shell variable in your configure.in -- Thomas E. Dickey <[EMAIL PROTECTED]> http://invisible-island.net ftp://invisible-island.net
