remove unneeded patch
This commit is contained in:
parent
5e57cc2023
commit
66c1d20e4d
@ -1,73 +0,0 @@
|
||||
--- configure.orig Sat Feb 6 20:08:20 1999
|
||||
+++ configure Sat Feb 6 20:09:14 1999
|
||||
@@ -598,69 +598,7 @@
|
||||
ac_config_sub=$ac_aux_dir/config.sub
|
||||
ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
|
||||
|
||||
-# 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:
|
||||
-# SysV /etc/install, /usr/sbin/install
|
||||
-# SunOS /usr/etc/install
|
||||
-# IRIX /sbin/install
|
||||
-# AIX /bin/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"
|
||||
-# ./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:614: 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
|
||||
-else
|
||||
- IFS="${IFS= }"; ac_save_IFS="$IFS"; IFS=":"
|
||||
- for ac_dir in $PATH; do
|
||||
- # Account for people who put trailing slashes in PATH elements.
|
||||
- case "$ac_dir/" in
|
||||
- /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/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.
|
||||
- for ac_prog in ginstall scoinst install; do
|
||||
- if test -f $ac_dir/$ac_prog; then
|
||||
- if test $ac_prog = install &&
|
||||
- grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
|
||||
- # AIX install. It has an incompatible calling convention.
|
||||
- :
|
||||
- else
|
||||
- ac_cv_path_install="$ac_dir/$ac_prog -c"
|
||||
- break 2
|
||||
- fi
|
||||
- fi
|
||||
- done
|
||||
- ;;
|
||||
- esac
|
||||
- done
|
||||
- IFS="$ac_save_IFS"
|
||||
-
|
||||
-fi
|
||||
- if test "${ac_cv_path_install+set}" = set; then
|
||||
- INSTALL="$ac_cv_path_install"
|
||||
- else
|
||||
- # As a last resort, use the slow shell script. We don't cache a
|
||||
- # path for INSTALL within a source directory, because that will
|
||||
- # break other packages using the cache if that directory is
|
||||
- # removed, or if the path is relative.
|
||||
- INSTALL="$ac_install_sh"
|
||||
- fi
|
||||
-fi
|
||||
-echo "$ac_t""$INSTALL" 1>&6
|
||||
-
|
||||
-# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
|
||||
-# It thinks the first close brace ends the variable substitution.
|
||||
-test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
|
||||
-
|
||||
-test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
|
||||
-
|
||||
-test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
|
||||
+# No need to check for BSD compatible install again. Is there?
|
||||
|
||||
echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
|
||||
echo "configure:667: checking whether build environment is sane" >&5
|
Loading…
Reference in New Issue
Block a user