* configure.in: Always use install-sh.
* configure: Regenerate.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2003-07-25 Christopher Faylor <cgf@redhat.com>
|
||||
|
||||
* configure.in: Always use install-sh.
|
||||
* configure: Regenerate.
|
||||
|
||||
2003-07-03 Christopher Faylor <cgf@redhat.com>
|
||||
|
||||
* mount.cc (struct opt): Remove posix option.
|
||||
|
18
winsup/utils/configure
vendored
18
winsup/utils/configure
vendored
@@ -951,6 +951,8 @@ if test "x$cross_compiling" = "xyes"; then
|
||||
fi
|
||||
fi
|
||||
|
||||
INSTALL=`cd $srcdir/../..; echo $(pwd)/install-sh`
|
||||
|
||||
# Find a good install program. We prefer a C program (faster),
|
||||
# so one script is as good as another. But avoid the broken or
|
||||
# incompatible versions:
|
||||
@@ -963,7 +965,7 @@ fi
|
||||
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
|
||||
# ./install, which can be erroneously created by make from ./install.sh.
|
||||
echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
|
||||
echo "configure:967: checking for a BSD compatible install" >&5
|
||||
echo "configure:969: checking for a BSD compatible install" >&5
|
||||
if test -z "$INSTALL"; then
|
||||
if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
|
||||
echo $ac_n "(cached) $ac_c" 1>&6
|
||||
@@ -1017,19 +1019,19 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
|
||||
|
||||
|
||||
echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
|
||||
echo "configure:1021: checking for Cygwin environment" >&5
|
||||
echo "configure:1023: checking for Cygwin environment" >&5
|
||||
if eval "test \"`echo '$''{'am_cv_cygwin'+set}'`\" = set"; then
|
||||
echo $ac_n "(cached) $ac_c" 1>&6
|
||||
else
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 1026 "configure"
|
||||
#line 1028 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
int main() {
|
||||
return __CYGWIN32__;
|
||||
; return 0; }
|
||||
EOF
|
||||
if { (eval echo configure:1033: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||
if { (eval echo configure:1035: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||
rm -rf conftest*
|
||||
am_cv_cygwin=yes
|
||||
else
|
||||
@@ -1046,19 +1048,19 @@ echo "$ac_t""$am_cv_cygwin" 1>&6
|
||||
CYGWIN=
|
||||
test "$am_cv_cygwin" = yes && CYGWIN=yes
|
||||
echo $ac_n "checking for Mingw32 environment""... $ac_c" 1>&6
|
||||
echo "configure:1050: checking for Mingw32 environment" >&5
|
||||
echo "configure:1052: checking for Mingw32 environment" >&5
|
||||
if eval "test \"`echo '$''{'am_cv_mingw32'+set}'`\" = set"; then
|
||||
echo $ac_n "(cached) $ac_c" 1>&6
|
||||
else
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 1055 "configure"
|
||||
#line 1057 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
int main() {
|
||||
return __MINGW32__;
|
||||
; return 0; }
|
||||
EOF
|
||||
if { (eval echo configure:1062: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||
if { (eval echo configure:1064: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||
rm -rf conftest*
|
||||
am_cv_mingw32=yes
|
||||
else
|
||||
@@ -1077,7 +1079,7 @@ test "$am_cv_mingw32" = yes && MINGW32=yes
|
||||
|
||||
|
||||
echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
|
||||
echo "configure:1081: checking for executable suffix" >&5
|
||||
echo "configure:1083: checking for executable suffix" >&5
|
||||
if eval "test \"`echo '$''{'am_cv_exeext'+set}'`\" = set"; then
|
||||
echo $ac_n "(cached) $ac_c" 1>&6
|
||||
else
|
||||
|
@@ -83,6 +83,8 @@ if test "x$cross_compiling" = "xyes"; then
|
||||
fi
|
||||
fi
|
||||
|
||||
INSTALL=`cd $srcdir/../..; echo $(pwd)/install-sh`
|
||||
|
||||
AC_PROG_INSTALL
|
||||
|
||||
AM_EXEEXT
|
||||
|
Reference in New Issue
Block a user