]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
(AC_PROG_INSTALL): Print "checking" messages even if
authorDavid MacKenzie <djm@djmnet.org>
Fri, 6 May 1994 11:17:47 +0000 (11:17 +0000)
committerDavid MacKenzie <djm@djmnet.org>
Fri, 6 May 1994 11:17:47 +0000 (11:17 +0000)
using cached values.  Use AC_TEST_LINK instead of AC_COMPILE_CHECK.

acspecific.m4
lib/autoconf/specific.m4

index 2f22ca3d43f8a5902df883de771ffbdfd2696c7e..feeb2ceba866e8b5b30694e46c1753d9d7283aa6 100644 (file)
@@ -231,10 +231,10 @@ 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_CHECKING(for a BSD compatible install)
+if test -z "${INSTALL}"; then
 AC_CACHE_VAL(ac_cv_program_INSTALL,
-[  AC_CHECKING(for a BSD compatible install)
-  IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
+[  IFS="${IFS=         }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
   for ac_dir in $PATH; do
     case "$ac_dir" in
     ''|.|/etc|/sbin|/usr/sbin|/usr/etc|/usr/afsws/bin|/usr/ucb) ;;
index 2f22ca3d43f8a5902df883de771ffbdfd2696c7e..feeb2ceba866e8b5b30694e46c1753d9d7283aa6 100644 (file)
@@ -231,10 +231,10 @@ 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_CHECKING(for a BSD compatible install)
+if test -z "${INSTALL}"; then
 AC_CACHE_VAL(ac_cv_program_INSTALL,
-[  AC_CHECKING(for a BSD compatible install)
-  IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
+[  IFS="${IFS=         }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
   for ac_dir in $PATH; do
     case "$ac_dir" in
     ''|.|/etc|/sbin|/usr/sbin|/usr/etc|/usr/afsws/bin|/usr/ucb) ;;