]> git.pld-linux.org Git - packages/LANChat.git/blame - LANChat-ac_am.patch
- added "rm -f missing" on top %build.
[packages/LANChat.git] / LANChat-ac_am.patch
CommitLineData
7b8bd9a1 1diff -Nru LANChat-1.0.2/AUTHORS LANChat-1.0.2.new/AUTHORS
2--- LANChat-1.0.2/AUTHORS Thu Jan 1 01:00:00 1970
3+++ LANChat-1.0.2.new/AUTHORS Tue Sep 12 23:02:39 2000
4@@ -0,0 +1 @@
5+
6diff -Nru LANChat-1.0.2/ChangeLog LANChat-1.0.2.new/ChangeLog
7--- LANChat-1.0.2/ChangeLog Tue Sep 12 23:06:07 2000
8+++ LANChat-1.0.2.new/ChangeLog Thu Jan 1 01:00:00 1970
9@@ -1,20 +0,0 @@
10-1.0.2 - fixed about 25 buffer overflows, both local & remote
11- added command line parameter for the nickname and host
12- fixed the screen size of non 80x25 terminals
13- proper color scheme on non color terminals (vt100)
14- fixed the positioning of the cursor on the input line
15- when refreshing other windows (verry annoying)
16- minor cosmetic changes of the user interface
17- few command aliases and a new command, changed the
18- behaviour of some of the commands and the format of
19- other (/msg nick, message).
20- timestapms in logfile, and changed format of the messages.
21- changes in the source tree.
22-1.0.1 - /msg "nick" "body" bug fixed
23- timed-outs and resurrections implemented
24- iso-8859-2 goro added in windows lanchat version
25- added bug fixes from 1.0.0p patch (flood bugs)
26- some improvements to 'readme' file, lsm added
27-1.0.0 - first version, not stable, not finished, a lot of bugs:) etc etc
28- there is a lack of many functions...
29- but you can CHAT and this is important
30\ No newline at end of file
31diff -Nru LANChat-1.0.2/INSTALL LANChat-1.0.2.new/INSTALL
32--- LANChat-1.0.2/INSTALL Thu Jan 1 01:00:00 1970
33+++ LANChat-1.0.2.new/INSTALL Tue Sep 12 23:02:39 2000
34@@ -0,0 +1 @@
35+
36diff -Nru LANChat-1.0.2/Makefile.am LANChat-1.0.2.new/Makefile.am
37--- LANChat-1.0.2/Makefile.am Thu Jan 1 01:00:00 1970
38+++ LANChat-1.0.2.new/Makefile.am Tue Sep 12 23:04:26 2000
39@@ -0,0 +1,10 @@
40+## Process this file with automake to produce Makefile.in
41+
42+bin_PROGRAMS = LANChat
43+
44+LANChat_SOURCES = lc_main.c lc_funcs.c
45+
46+LANChat_LDADD = @LIBS@
47+
48+EXTRA_DIST = BUGS lanchat.lsm README ROUTING TODO
49+
50diff -Nru LANChat-1.0.2/NEWS LANChat-1.0.2.new/NEWS
51--- LANChat-1.0.2/NEWS Thu Jan 1 01:00:00 1970
52+++ LANChat-1.0.2.new/NEWS Tue Sep 12 23:02:39 2000
53@@ -0,0 +1,20 @@
54+1.0.2 - fixed about 25 buffer overflows, both local & remote
55+ added command line parameter for the nickname and host
56+ fixed the screen size of non 80x25 terminals
57+ proper color scheme on non color terminals (vt100)
58+ fixed the positioning of the cursor on the input line
59+ when refreshing other windows (verry annoying)
60+ minor cosmetic changes of the user interface
61+ few command aliases and a new command, changed the
62+ behaviour of some of the commands and the format of
63+ other (/msg nick, message).
64+ timestapms in logfile, and changed format of the messages.
65+ changes in the source tree.
66+1.0.1 - /msg "nick" "body" bug fixed
67+ timed-outs and resurrections implemented
68+ iso-8859-2 goro added in windows lanchat version
69+ added bug fixes from 1.0.0p patch (flood bugs)
70+ some improvements to 'readme' file, lsm added
71+1.0.0 - first version, not stable, not finished, a lot of bugs:) etc etc
72+ there is a lack of many functions...
73+ but you can CHAT and this is important
74\ No newline at end of file
75diff -Nru LANChat-1.0.2/configure.in LANChat-1.0.2.new/configure.in
76--- LANChat-1.0.2/configure.in Thu Jan 1 01:00:00 1970
77+++ LANChat-1.0.2.new/configure.in Tue Sep 12 23:06:35 2000
78@@ -0,0 +1,36 @@
79+dnl Process this file with autoconf to produce a configure script
80+
81+AC_INIT(configure.in)
82+
83+AC_CANONICAL_SYSTEM
84+
85+AM_INIT_AUTOMAKE(gd, 1.8.3)
86+
87+AM_MAINTAINER_MODE
88+
89+dnl Checks for programs.
90+AC_PROG_AWK
91+AC_PROG_CC
92+AC_PROG_INSTALL
93+AC_PROG_LN_S
94+AC_PROG_MAKE_SET
95+AM_PROG_LIBTOOL
96+
97+dnl Checks for libraries.
98+dnl Replace `main' with a function in -lncurses:
99+AC_CHECK_LIB(ncurses, main)
100+
101+dnl Checks for header files.
102+AC_HEADER_STDC
103+AC_CHECK_HEADERS(unistd.h)
104+
105+dnl Checks for typedefs, structures, and compiler characteristics.
106+AC_TYPE_PID_T
107+AC_STRUCT_TM
108+
109+dnl Checks for library functions.
110+AC_TYPE_SIGNAL
111+AC_FUNC_STRFTIME
112+AC_CHECK_FUNCS(gethostname socket strstr)
113+
114+AC_OUTPUT(Makefile)
This page took 0.047231 seconds and 4 git commands to generate.