]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
AC_CACHE_USE -> AC_CACHE_VAL.
authorDavid MacKenzie <djm@djmnet.org>
Thu, 5 May 1994 00:27:10 +0000 (00:27 +0000)
committerDavid MacKenzie <djm@djmnet.org>
Thu, 5 May 1994 00:27:10 +0000 (00:27 +0000)
NEWS
acspecific.m4
lib/autoconf/specific.m4

diff --git a/NEWS b/NEWS
index c4d30686006807c4bc469496bd5d866fa988a4cb..e6ddb4e753eb98e6e9967876e7f6089b42320fc8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -7,7 +7,7 @@ Major changes in release 2.0:
   can be selected with the --cache-file=FILE option.
 
 ** New macros:
-* AC_CACHE_USE to share results of tests between configure runs.
+* AC_CACHE_VAL 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.
index 8ee8554ca8a799eba71dba93d2bec69de3e561d3..48fc85c8b9e31aeb3f2914e1b78c7780cb155369 100644 (file)
@@ -228,7 +228,7 @@ define(AC_PROG_INSTALL,
 # Avoid using ./install, which might have been erroneously created
 # by make from ./install.sh.
 if test "z${INSTALL}" = "z" ; then
-  AC_CACHE_USE(ac_cv_program_INSTALL,
+  AC_CACHE_VAL(ac_cv_program_INSTALL,
 [  AC_CHECKING(for a BSD compatible install)
   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
   for ac_dir in $PATH; do
index 8ee8554ca8a799eba71dba93d2bec69de3e561d3..48fc85c8b9e31aeb3f2914e1b78c7780cb155369 100644 (file)
@@ -228,7 +228,7 @@ define(AC_PROG_INSTALL,
 # Avoid using ./install, which might have been erroneously created
 # by make from ./install.sh.
 if test "z${INSTALL}" = "z" ; then
-  AC_CACHE_USE(ac_cv_program_INSTALL,
+  AC_CACHE_VAL(ac_cv_program_INSTALL,
 [  AC_CHECKING(for a BSD compatible install)
   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
   for ac_dir in $PATH; do