From: David MacKenzie Date: Thu, 5 May 1994 00:27:10 +0000 (+0000) Subject: AC_CACHE_USE -> AC_CACHE_VAL. X-Git-Tag: fsf-origin~631 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c2991eeffa4259816979cd120638ac42d067a47;p=thirdparty%2Fautoconf.git AC_CACHE_USE -> AC_CACHE_VAL. --- diff --git a/NEWS b/NEWS index c4d306860..e6ddb4e75 100644 --- 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. diff --git a/acspecific.m4 b/acspecific.m4 index 8ee8554ca..48fc85c8b 100644 --- a/acspecific.m4 +++ b/acspecific.m4 @@ -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 diff --git a/lib/autoconf/specific.m4 b/lib/autoconf/specific.m4 index 8ee8554ca..48fc85c8b 100644 --- a/lib/autoconf/specific.m4 +++ b/lib/autoconf/specific.m4 @@ -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