blob: 66e66f0b97ba023856be2edf0b4948a7cabe10a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
$NetBSD: patch-ac,v 1.10 2004/07/24 04:43:10 grant Exp $
--- configure.orig 1998-09-29 06:50:23.000000000 +1000
+++ configure
@@ -1565,7 +1565,6 @@ do
echo $ac_n "checking for $dir/lib in LIBS""... $ac_c" 1>&6
echo "configure:1567: checking for $dir/lib in LIBS" >&5
if test -d $dir/lib ; then
- addlib $dir/lib
echo "$ac_t""yes" 1>&6
else
echo "$ac_t""no" 1>&6
@@ -1574,7 +1573,6 @@ echo "configure:1567: checking for $dir/
echo $ac_n "checking for $dir/include in INCPATH""... $ac_c" 1>&6
echo "configure:1576: checking for $dir/include in INCPATH" >&5
if test -d $dir/include ; then
- INCPATH="$INCPATH -I$dir/include"
echo "$ac_t""yes" 1>&6
else
echo "$ac_t""no" 1>&6
@@ -1584,12 +1582,11 @@ done
echo $ac_n "checking for /usr/ucblib in LIBS""... $ac_c" 1>&6
echo "configure:1586: checking for /usr/ucblib in LIBS" >&5
if test -d /usr/ucblib ; then
- if test "$build" = "mips-sni-sysv4" ; then
- addlib /usr/ccs/lib -lc
- fi
-
- addlib /usr/ucblib
-
+# if test "$build" = "mips-sni-sysv4" ; then
+# addlib /usr/ccs/lib -lc
+# fi
+#
+# addlib /usr/ucblib
echo "$ac_t""yes" 1>&6
else
echo "$ac_t""no" 1>&6
@@ -4065,7 +4062,7 @@ else
NBMAKEFILE=
fi
-subdirs="popt"
+#subdirs="popt"
trap '' 1 2 15
cat > confcache <<\EOF
|