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
|
--- configure.orig Mon Apr 16 11:40:15 2001
+++ configure Fri Apr 20 12:22:48 2001
@@ -10060,3 +10060,3 @@
ac_save_LIBS="$LIBS"
-LIBS="-lslang $LIBS"
+LIBS="-lslang -ltermcap $LIBS"
cat > conftest.$ac_ext <<EOF
@@ -10301,3 +10301,3 @@
- LSLANG="-lslang"
+ LSLANG="-lslang -ltermcap"
screen_manager="SLang (system-installed library)"
@@ -10749,3 +10749,3 @@
echo "$ac_t""Found ncurses on /usr/include/ncurses.h" 1>&6
- LIBS="$LIBS -lncurses"
+ LIBS="$LIBS -lncurses -lmytinfo"
CPPFLAGS="$CPPFLAGS "
@@ -10766,3 +10766,3 @@
echo "$ac_t""Found ncurses on /usr/include/ncurses/ncurses.h" 1>&6
- LIBS="$LIBS -lncurses"
+ LIBS="$LIBS -lncurses -lmytinfo"
CPPFLAGS="$CPPFLAGS -I/usr/include/ncurses"
@@ -11043,3 +11043,3 @@
- LSLANG="-lslang"
+ LSLANG="-lslang -ltermcap"
screen_manager="SLang (system-installed library)"
@@ -11551,3 +11551,3 @@
-doc/mc.1 doc/mcedit.1 doc/mcserv.8
+doc/mc.1 doc/mcserv.8
@@ -11834,6 +11834,6 @@
- case "$ac_given_INSTALL" in
- [/$]*) INSTALL="$ac_given_INSTALL" ;;
- *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
- esac
+# case "$ac_given_INSTALL" in
+# [/$]*) INSTALL="$ac_given_INSTALL" ;;
+# *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
+# esac
|