mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-06 10:25:53 +08:00
Fix m4 underquoting in AC_PROG_INSTALL.
* lib/autoconf/programs.m4 (AC_PROG_INSTALL): Produce accurate character ranges. Signed-off-by: Eric Blake <ebb9@byu.net>
This commit is contained in:
parent
89e95fc78b
commit
8425d6363b
@ -1,5 +1,9 @@
|
||||
2008-10-24 Eric Blake <ebb9@byu.net>
|
||||
|
||||
Fix m4 underquoting in AC_PROG_INSTALL.
|
||||
* lib/autoconf/programs.m4 (AC_PROG_INSTALL): Produce accurate
|
||||
character ranges.
|
||||
|
||||
Speed up AC_CHECK_HEADER.
|
||||
* lib/autoconf/headers.m4 (AC_CHECK_HEADER): Factor out $@.
|
||||
|
||||
|
@ -565,13 +565,13 @@ AC_MSG_CHECKING([for a BSD-compatible install])
|
||||
if test -z "$INSTALL"; then
|
||||
AC_CACHE_VAL(ac_cv_path_install,
|
||||
[_AS_PATH_WALK([$PATH],
|
||||
[# Account for people who put trailing slashes in PATH elements.
|
||||
case $as_dir/ in
|
||||
[[# Account for people who put trailing slashes in PATH elements.
|
||||
case $as_dir/ in @%:@((
|
||||
./ | .// | /[cC]/* | \
|
||||
/etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
|
||||
?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
|
||||
/usr/ucb/* ) ;;
|
||||
*)
|
||||
*)]
|
||||
# OSF1 and SCO ODT 3.0 have their own names for install.
|
||||
# Don't use installbsd from OSF since it installs stuff as root
|
||||
# by default.
|
||||
|
Loading…
Reference in New Issue
Block a user