60546359f2
the LZO library.
26 lines
750 B
Text
26 lines
750 B
Text
$NetBSD: patch-aa,v 1.1.1.1 1999/08/16 15:39:23 rh Exp $
|
|
|
|
--- configure.orig Sat Apr 25 18:23:14 1998
|
|
+++ configure Mon Aug 16 16:00:37 1999
|
|
@@ -2265,7 +2265,7 @@
|
|
fi
|
|
done
|
|
|
|
-for ac_func in access atoi chmod chown fchmod fileno fstat getumask isatty setmode stat umask utime
|
|
+for ac_func in access atoi chmod chown fchmod fileno fstat getumask isatty stat umask utime
|
|
do
|
|
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
|
|
echo "configure:2272: checking for $ac_func" >&5
|
|
@@ -2941,10 +2941,12 @@
|
|
top_srcdir="$ac_dots$ac_given_srcdir" ;;
|
|
esac
|
|
|
|
+if false; then
|
|
case "$ac_given_INSTALL" in
|
|
[/$]*) INSTALL="$ac_given_INSTALL" ;;
|
|
*) INSTALL="$ac_dots$ac_given_INSTALL" ;;
|
|
esac
|
|
+fi
|
|
|
|
echo creating "$ac_file"
|
|
rm -f "$ac_file"
|