]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
mention caching
authorDavid MacKenzie <djm@djmnet.org>
Wed, 4 May 1994 22:01:59 +0000 (22:01 +0000)
committerDavid MacKenzie <djm@djmnet.org>
Wed, 4 May 1994 22:01:59 +0000 (22:01 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 7886c24c17f4e84a1c25b6fb214c1803107570bf..c4d30686006807c4bc469496bd5d866fa988a4cb 100644 (file)
--- 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.