From: David MacKenzie Date: Wed, 4 May 1994 22:01:59 +0000 (+0000) Subject: mention caching X-Git-Tag: fsf-origin~639 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ae13a84fae54d8fd6ff5e2c2f4f4c8e009ced4c;p=thirdparty%2Fautoconf.git mention caching --- diff --git a/NEWS b/NEWS index 7886c24c1..c4d306860 100644 --- a/NEWS +++ b/NEWS @@ -3,8 +3,11 @@ Major changes in release 2.0: ** New files: * Comes with config.sub and config.guess. * Uses config.h.bot if present, analogous to config.h.top. +* Uses config.cache to cache test results. An alternate cache file + can be selected with the --cache-file=FILE option. ** New macros: +* AC_CACHE_USE to share results of tests between configure runs. * AC_CONFIG_AUX, AC_SYSTEM_TYPE, AC_SUBST_FILE, AC_MAKE_LINKS to support deciding unguessable features based on the host and target types. * AC_CONFIG_SUBDIRS to recursively configure a source tree.