mirror of
git://git.sv.gnu.org/autoconf
synced 2025-03-19 14:40:24 +08:00
* acspecific.m4 (AC_PROG_INSTALL): Use ac_path_separator.
Restore the IFS earlier. Suggested by Tim Van Holder.
This commit is contained in:
parent
bc2da2eb0d
commit
ec1cffc581
@ -1,3 +1,9 @@
|
||||
2001-02-25 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* acspecific.m4 (AC_PROG_INSTALL): Use ac_path_separator.
|
||||
Restore the IFS earlier.
|
||||
Suggested by Tim Van Holder.
|
||||
|
||||
2001-02-25 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* m4sh.m4 (_AS_TEST_PREPARE): Rename as...
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user