From: Akim Demaille Date: Sun, 25 Feb 2001 10:44:15 +0000 (+0000) Subject: * acspecific.m4 (AC_PROG_INSTALL): Use ac_path_separator. X-Git-Tag: autoconf-2.50~123 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ec1cffc581d6f41b10819e667b4d2c4e003aaccd;p=thirdparty%2Fautoconf.git * acspecific.m4 (AC_PROG_INSTALL): Use ac_path_separator. Restore the IFS earlier. Suggested by Tim Van Holder. --- diff --git a/ChangeLog b/ChangeLog index 752623bbc..b26c90d5f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-02-25 Akim Demaille + + * acspecific.m4 (AC_PROG_INSTALL): Use ac_path_separator. + Restore the IFS earlier. + Suggested by Tim Van Holder. + 2001-02-25 Akim Demaille * m4sh.m4 (_AS_TEST_PREPARE): Rename as... diff --git a/acspecific.m4 b/acspecific.m4 index d81f0003e..73c4366cf 100644 --- a/acspecific.m4 +++ b/acspecific.m4 @@ -205,8 +205,9 @@ AC_DEFUN([AC_PROG_INSTALL], AC_MSG_CHECKING([for a BSD compatible install]) if test -z "$INSTALL"; then AC_CACHE_VAL(ac_cv_path_install, -[ ac_save_IFS=$IFS; IFS=':' +[ ac_save_IFS=$IFS; IFS=$ac_path_separator for ac_dir in $PATH; do + IFS=$ac_save_IFS # Account for people who put trailing slashes in PATH elements. case $ac_dir/ in / | ./ | .// | /[cC]/* \ @@ -235,7 +236,6 @@ AC_CACHE_VAL(ac_cv_path_install, ;; esac done - IFS=$ac_save_IFS ])dnl if test "${ac_cv_path_install+set}" = set; then INSTALL=$ac_cv_path_install diff --git a/lib/autoconf/specific.m4 b/lib/autoconf/specific.m4 index d81f0003e..73c4366cf 100644 --- a/lib/autoconf/specific.m4 +++ b/lib/autoconf/specific.m4 @@ -205,8 +205,9 @@ AC_DEFUN([AC_PROG_INSTALL], AC_MSG_CHECKING([for a BSD compatible install]) if test -z "$INSTALL"; then AC_CACHE_VAL(ac_cv_path_install, -[ ac_save_IFS=$IFS; IFS=':' +[ ac_save_IFS=$IFS; IFS=$ac_path_separator for ac_dir in $PATH; do + IFS=$ac_save_IFS # Account for people who put trailing slashes in PATH elements. case $ac_dir/ in / | ./ | .// | /[cC]/* \ @@ -235,7 +236,6 @@ AC_CACHE_VAL(ac_cv_path_install, ;; esac done - IFS=$ac_save_IFS ])dnl if test "${ac_cv_path_install+set}" = set; then INSTALL=$ac_cv_path_install