940baa5898
LOTS of changes including: - fixes the buffer overflow - adds support for IPv6 - adds ICB support!! ;)
21 lines
610 B
Plaintext
21 lines
610 B
Plaintext
--- Makefile.in.orig Thu Mar 16 06:32:18 2000
|
|
+++ Makefile.in Sun Mar 26 04:21:30 2000
|
|
@@ -61,7 +61,7 @@
|
|
|
|
DESTDIR =
|
|
prefix = $(DESTDIR)@prefix@
|
|
-exec_prefix = $(DESTDIR)@exec_prefix@
|
|
+exec_prefix = @exec_prefix@
|
|
topdir = @srcdir@
|
|
srcdir = @srcdir@/source
|
|
incdir = @srcdir@/include
|
|
@@ -201,7 +201,7 @@
|
|
@if test -f $(INSTALL_IRC).old; then $(RM) $(INSTALL_IRC).old; fi
|
|
@if test -f $(INSTALL_IRC); then $(MV) $(INSTALL_IRC) $(INSTALL_IRC).old; fi
|
|
$(RM) $(INSTALL_IRC)
|
|
- $(LN) $(INSTALL_IRC)-$(VERSION) $(INSTALL_IRC)
|
|
+ cd ${bindir}; $(LN) irc-$(VERSION) irc
|
|
|
|
installscript: installdirs
|
|
( \
|