[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Using a cache file by default
From: |
Niels Möller |
Subject: |
Re: Using a cache file by default |
Date: |
28 Aug 2001 11:56:29 +0200 |
Akim Demaille <address@hidden> writes:
> >>>>> "Niels" == Niels Möller <address@hidden> writes:
>
> Niels> So I'd wish there were some environment variable I could set
> Niels> that a configure script (generated by a recent autoconf) looks
> Niels> at, to get it to use a cache file by default, just like it used
> Niels> to do... Is there anything like that?
>
> Read about CONFIG_SITE.
Ah, it's a two step procedure...
$ echo 'cache_file=~/foo/config.cache' > ~/foo/config.site
$ export CONFIG_SITE=~/foo/config.site
Thanks,
/Niels