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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
|
$NetBSD: patch-aa,v 1.2 1999/06/12 03:01:44 kim Exp $
--- configure.orig Tue Aug 4 01:52:57 1998
+++ configure Fri Jun 11 22:41:23 1999
@@ -1269,14 +1269,14 @@
fi
echo "$ac_t""$andrew_runpath_switch" 1>&6
-CPPFLAGS="-I/usr/local/include ${CPPFLAGS}"
-
- # this is ANDREW ADD LIBPATH
- if test "$andrew_runpath_switch" = "none" ; then
- LDFLAGS="-L"/usr/local/lib" ${LDFLAGS}"
- else
- LDFLAGS="-L"/usr/local/lib" ${LDFLAGS} $andrew_runpath_switch"/usr/local/lib""
- fi
+#CPPFLAGS="-I/usr/local/include ${CPPFLAGS}"
+#
+# # this is ANDREW ADD LIBPATH
+# if test "$andrew_runpath_switch" = "none" ; then
+# LDFLAGS="-L"/usr/local/lib" ${LDFLAGS}"
+# else
+# LDFLAGS="-L"/usr/local/lib" ${LDFLAGS} $andrew_runpath_switch"/usr/local/lib""
+# fi
for ac_hdr in unistd.h sys/select.h db_185.h sys/param.h
@@ -2507,8 +2507,9 @@
fi
-case "$WITH_LOGIN" in
- unix|unix_*) echo $ac_n "checking for crypt in -lcrypt""... $ac_c" 1>&6
+#case "$WITH_LOGIN" in
+# unix|unix_*) echo $ac_n "checking for crypt in -lcrypt""... $ac_c" 1>&6
+echo $ac_n "checking for crypt in -lcrypt""... $ac_c" 1>&6
echo "configure:2513: checking for crypt in -lcrypt" >&5
ac_lib_var=`echo crypt'_'crypt | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
@@ -2554,7 +2555,8 @@
else
echo "$ac_t""no" 1>&6
fi
-;;
+#;;
+case "$WITH_LOGIN" in
krb|krb_*) login_progs=krbck;;
esac
@@ -2869,7 +2871,7 @@
echo "configure:2870: checking with Tcl on how it says it should be compiled" >&5
. ${TclLibBase}/tclConfig.sh
- TCL_CPPFLAGS="-I${TCL_PREFIX}/include"
+ TCL_CPPFLAGS="-I${TCL_PREFIX}/include/tcl8.0"
TCL_LIBS="${TCL_LD_SEARCH_FLAGS} ${TCL_LIB_SPEC} ${TCL_LIBS}"
@@ -3094,11 +3096,11 @@
with_krb="${withval}"
fi
-if test -z "$with_krb"; then
- if test -f /usr/local/lib/libkrb.a -a -f /usr/local/lib/libdes.a; then
- with_krb="/usr/local"
- fi
-fi
+#if test -z "$with_krb"; then
+# if test -f /usr/local/lib/libkrb.a -a -f /usr/local/lib/libdes.a; then
+# with_krb="/usr/local"
+# fi
+#fi
case "$with_krb" in
no) true;;
""|yes) echo $ac_n "checking for des_ecb_encrypt in -lkrb""... $ac_c" 1>&6
@@ -3308,11 +3310,11 @@
with_zephyr="${withval}"
fi
-if test -z "$with_zephyr"; then
- if test -f /usr/local/lib/libzephyr.a; then
- with_zephyr="/usr/local"
- fi
-fi
+#if test -z "$with_zephyr"; then
+# if test -f /usr/local/lib/libzephyr.a; then
+# with_zephyr="/usr/local"
+# fi
+#fi
case "$with_zephyr" in
no) true;;
""|yes) echo $ac_n "checking for ZInitialize in -lzephyr""... $ac_c" 1>&6
|