|
Lines 1-16
Link Here
|
| 1 |
--- configure.orig Sun Jan 7 23:24:22 2001 |
1 |
--- configure.orig Sun Mar 24 11:30:49 2002 |
| 2 |
+++ configure Wed Apr 11 15:18:39 2001 |
2 |
+++ configure Fri Apr 19 15:27:15 2002 |
| 3 |
@@ -701,6 +701,7 @@ |
3 |
@@ -868,6 +868,8 @@ |
| 4 |
--with-ssl Enable SSL support |
4 |
--with-ssl Enable SSL support |
| 5 |
--with-tgetent Use tgetent (termcap) instead of setupterm (ncurses) |
5 |
--with-tgetent Use tgetent (termcap) instead of setupterm (ncurses) |
| 6 |
--with-tcl Enable Tcl support |
6 |
--with-tcl Enable Tcl support |
| 7 |
+ --with-tcl-includes=PFX Prefix where tcl.h is installed (optional) |
7 |
+ --with-tcl-includes=PFX Prefix where tcl.h is installed (optional) |
|
|
8 |
+ |
| 8 |
--with-maildir=PATH Enable QMAIL support |
9 |
--with-maildir=PATH Enable QMAIL support |
| 9 |
--with-default-server=SERVERNAME:PORT:PASSWORD:NICK:SERVERNETWORK |
10 |
--with-default-server=SERVERNAME:PORT:PASSWORD:NICK:SERVERNETWORK |
| 10 |
Connect to SERVERNAME by default |
11 |
Connect to SERVERNAME by default |
| 11 |
@@ -9244,6 +9245,18 @@ |
12 |
@@ -11120,6 +11122,17 @@ |
| 12 |
#define WANT_TCL 1 |
13 |
#define WANT_TCL 1 |
| 13 |
EOF |
14 |
_ACEOF |
| 14 |
|
15 |
|
| 15 |
+# Check whether --with-tcl-includes was given. |
16 |
+# Check whether --with-tcl-includes was given. |
| 16 |
+if test "${with_tcl_includes+set}" = set; then |
17 |
+if test "${with_tcl_includes+set}" = set; then |
|
Lines 20-82
Link Here
|
| 20 |
+ TCL_INCLUDE=-I/usr/local/include |
21 |
+ TCL_INCLUDE=-I/usr/local/include |
| 21 |
+fi; |
22 |
+fi; |
| 22 |
+ |
23 |
+ |
| 23 |
+cat >>confdefs.h <<\EOF |
24 |
+cat >>confdefs.h <<\ACEOF |
| 24 |
+#define WANT_TCL 1 |
25 |
+#define WANT_TCL 1 |
| 25 |
+EOF |
26 |
+ACEOF |
| 26 |
+ |
27 |
|
| 27 |
echo "$as_me:9247: checking for dlopen in -ldl" >&5 |
28 |
echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 |
| 28 |
echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6 |
29 |
echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6 |
| 29 |
if test "${ac_cv_lib_dl_dlopen+set}" = set; then |
30 |
@@ -11518,13 +11531,13 @@ |
| 30 |
@@ -9524,13 +9537,13 @@ |
31 |
|
| 31 |
TCL_LIBS="-ltcl" |
|
|
| 32 |
else |
| 33 |
|
32 |
|
| 34 |
-echo "$as_me:9527: checking for Tcl_SetVar in -ltcl80" >&5 |
33 |
|
| 35 |
-echo $ECHO_N "checking for Tcl_SetVar in -ltcl80... $ECHO_C" >&6 |
34 |
- echo "$as_me:$LINENO: checking for Tcl_SetVar in -ltcl" >&5 |
| 36 |
-if test "${ac_cv_lib_tcl80_Tcl_SetVar+set}" = set; then |
35 |
-echo $ECHO_N "checking for Tcl_SetVar in -ltcl... $ECHO_C" >&6 |
| 37 |
+echo "$as_me:9527: checking for Tcl_SetVar in -ltcl83" >&5 |
36 |
-if test "${ac_cv_lib_tcl_Tcl_SetVar+set}" = set; then |
|
|
37 |
+ echo "$as_me:$LINENO: checking for Tcl_SetVar in -ltcl83" >&5 |
| 38 |
+echo $ECHO_N "checking for Tcl_SetVar in -ltcl83... $ECHO_C" >&6 |
38 |
+echo $ECHO_N "checking for Tcl_SetVar in -ltcl83... $ECHO_C" >&6 |
| 39 |
+if test "${ac_cv_lib_tcl83_Tcl_SetVar+set}" = set; then |
39 |
+if test "${ac_cv_lib_tcl83_Tcl_SetVar+set}" = set; then |
| 40 |
echo $ECHO_N "(cached) $ECHO_C" >&6 |
40 |
echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 41 |
else |
41 |
else |
| 42 |
ac_check_lib_save_LIBS=$LIBS |
42 |
ac_check_lib_save_LIBS=$LIBS |
| 43 |
-LIBS="-ltcl80 $LIBS" |
43 |
-LIBS="-ltcl $LIBS" |
| 44 |
+LIBS="-ltcl83 $LIBS" |
44 |
+LIBS="-ltcl83 $LIBS" |
| 45 |
cat >conftest.$ac_ext <<_ACEOF |
45 |
cat >conftest.$ac_ext <<_ACEOF |
| 46 |
#line 9535 "configure" |
46 |
#line $LINENO "configure" |
| 47 |
#include "confdefs.h" |
47 |
#include "confdefs.h" |
| 48 |
@@ -9552,19 +9565,19 @@ |
48 |
@@ -11562,19 +11575,19 @@ |
| 49 |
_ACEOF |
49 |
ac_status=$? |
| 50 |
rm -f conftest.$ac_objext conftest$ac_exeext |
50 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 51 |
if { (eval echo $as_me:9554: \"$ac_link\") >&5; (eval $ac_link) 2>&5; } && test -s conftest$ac_exeext; then |
51 |
(exit $ac_status); }; }; then |
| 52 |
- ac_cv_lib_tcl80_Tcl_SetVar=yes |
52 |
- ac_cv_lib_tcl_Tcl_SetVar=yes |
| 53 |
+ ac_cv_lib_tcl83_Tcl_SetVar=yes |
53 |
+ ac_cv_lib_tcl83_Tcl_SetVar=yes |
| 54 |
else |
54 |
else |
| 55 |
echo "$as_me: failed program was:" >&5 |
55 |
echo "$as_me: failed program was:" >&5 |
| 56 |
cat conftest.$ac_ext >&5 |
56 |
cat conftest.$ac_ext >&5 |
| 57 |
- ac_cv_lib_tcl80_Tcl_SetVar=no |
57 |
-ac_cv_lib_tcl_Tcl_SetVar=no |
| 58 |
+ ac_cv_lib_tcl83_Tcl_SetVar=no |
58 |
+ac_cv_lib_tcl83_Tcl_SetVar=no |
| 59 |
fi |
59 |
fi |
| 60 |
rm -f conftest$ac_exeext conftest.$ac_ext |
60 |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 61 |
LIBS=$ac_check_lib_save_LIBS |
61 |
LIBS=$ac_check_lib_save_LIBS |
| 62 |
fi |
62 |
fi |
| 63 |
-echo "$as_me:9564: result: $ac_cv_lib_tcl80_Tcl_SetVar" >&5 |
63 |
-echo "$as_me:$LINENO: result: $ac_cv_lib_tcl_Tcl_SetVar" >&5 |
| 64 |
-echo "${ECHO_T}$ac_cv_lib_tcl80_Tcl_SetVar" >&6 |
64 |
-echo "${ECHO_T}$ac_cv_lib_tcl_Tcl_SetVar" >&6 |
| 65 |
-if test $ac_cv_lib_tcl80_Tcl_SetVar = yes; then |
65 |
-if test $ac_cv_lib_tcl_Tcl_SetVar = yes; then |
| 66 |
- TCL_LIBS="-ltcl80" |
66 |
- TCL_LIBS="-ltcl" |
| 67 |
+echo "$as_me:9564: result: $ac_cv_lib_tcl83_Tcl_SetVar" >&5 |
67 |
+echo "$as_me:$LINENO: result: $ac_cv_lib_tcl83_Tcl_SetVar" >&5 |
| 68 |
+echo "${ECHO_T}$ac_cv_lib_tcl83_Tcl_SetVar" >&6 |
68 |
+echo "${ECHO_T}$ac_cv_lib_tcl83_Tcl_SetVar" >&6 |
| 69 |
+if test $ac_cv_lib_tcl83_Tcl_SetVar = yes; then |
69 |
+if test $ac_cv_lib_tcl83_Tcl_SetVar = yes; then |
| 70 |
+ TCL_LIBS="-ltcl83" |
70 |
+ TCL_LIBS="-ltcl83" |
| 71 |
else |
71 |
else |
| 72 |
|
72 |
echo "$as_me:$LINENO: checking for alternate libtcl" >&5 |
| 73 |
echo "$as_me:9570: checking for Tcl_SetVar in -ltcl76" >&5 |
73 |
echo $ECHO_N "checking for alternate libtcl... $ECHO_C" >&6 |
| 74 |
@@ -12023,7 +12036,7 @@ |
74 |
@@ -14776,7 +14789,7 @@ |
| 75 |
HINT_FILE="BitchX.hints" |
|
|
| 76 |
fi |
75 |
fi |
| 77 |
|
76 |
|
|
|
77 |
|
| 78 |
-INCLUDES="-I. -I\$(topdir)/include -I\$(top_srcdir)/include -I\$(srcdir) -I\$(srcdir)/include" |
78 |
-INCLUDES="-I. -I\$(topdir)/include -I\$(top_srcdir)/include -I\$(srcdir) -I\$(srcdir)/include" |
| 79 |
+INCLUDES="-I. -I\$(topdir)/include -I\$(top_srcdir)/include -I\$(srcdir) -I\$(srcdir)/include $TCL_INCLUDE" |
79 |
+INCLUDES="-I. -I\$(topdir)/include -I\$(top_srcdir)/include -I\$(srcdir) -I\$(srcdir)/include $TCL_INCLUDE" |
| 80 |
|
80 |
|
| 81 |
cat >>confdefs.h <<EOF |
81 |
|
| 82 |
#define DEFAULT_CTOOLZ_DIR "$DEFAULT_CTOOLZ_DIR" |
82 |
|