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.
# 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
# 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