On Friday 23 June 2006 14:28, Frank Cusack wrote:
On June 23, 2006 2:08:54 PM -0400 Kevin Bonner <keb@pa.net> wrote:
On Friday 23 June 2006 11:50, Frank Cusack wrote:
On June 23, 2006 11:22:21 AM -0400 Alan DeKok <aland@nitros9.org> wrote:
Also, I'm seeing it trying to cache to /dev/null. Is that intentional?
No. I'll look into this.
From autoconf 2.59 documentation:
By default, `configure' uses no cache file (technically, it uses `--cache-file=/dev/null'), to avoid problems caused by accidental use of stale cache files.
Yep. The question is, is this different than what configure in fr-1.1.2 did. If so, I'll need to setup and use a cache file by default.
-frank
1.1.2 used autoconf version 2.13, and it did use a config.cache file. The latest version in branch_1_1 was built with autoconf 2.59, which uses /dev/null by default. You can verify this by searching for cache_file in the configure file. -Kevin