13 lines
540 B
Text
13 lines
540 B
Text
$NetBSD: patch-ai,v 1.1 2000/08/25 21:49:29 tron Exp $
|
|
|
|
--- s51.src/configure.orig Thu Jul 29 20:17:03 1999
|
|
+++ s51.src/configure Fri Aug 25 23:17:26 2000
|
|
@@ -812,7 +812,7 @@
|
|
# ./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:815: checking for a BSD compatible install" >&5
|
|
-if test -z "$INSTALL"; then
|
|
+if true ; then
|
|
if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
else
|