From: Akim Demaille Date: Sat, 29 Mar 2003 10:04:26 +0000 (+0000) Subject: * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Skip OS/2's install, X-Git-Tag: AUTOCONF-2.57a~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bda9ad8b4daa7040b1124fd1495ed5a2cbdf68cc;p=thirdparty%2Fautoconf.git * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Skip OS/2's install, that starts a GYI. From Ilya Zakharevich. --- diff --git a/ChangeLog b/ChangeLog index 47fb9ba1d..f07137f16 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-03-29 Akim Demaille + + * lib/autoconf/programs.m4 (AC_PROG_INSTALL): Skip OS/2's install, + that starts a GYI. + From Ilya Zakharevich. + 2003-03-29 Akim Demaille * lib/autoconf/headers.m4 (_AC_CHECK_HEADER_MONGREL): The diff --git a/lib/autoconf/programs.m4 b/lib/autoconf/programs.m4 index 9c9b118db..5886d9499 100644 --- a/lib/autoconf/programs.m4 +++ b/lib/autoconf/programs.m4 @@ -307,6 +307,7 @@ AC_DEFUN([AC_PROG_INSTALL], # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag # AFS /usr/afsws/bin/install, which mishandles nonexistent args # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" +# OS/2's system install, which has a completely different semantic # ./install, which can be erroneously created by make from ./install.sh. AC_MSG_CHECKING([for a BSD-compatible install]) if test -z "$INSTALL"; then @@ -316,6 +317,7 @@ AC_CACHE_VAL(ac_cv_path_install, 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.