summaryrefslogtreecommitdiff
path: root/irc/bitchx/files/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'irc/bitchx/files/patch-ag')
-rw-r--r--irc/bitchx/files/patch-ag43
1 files changed, 22 insertions, 21 deletions
diff --git a/irc/bitchx/files/patch-ag b/irc/bitchx/files/patch-ag
index 1868a7405c07..2d65fcf13bfa 100644
--- a/irc/bitchx/files/patch-ag
+++ b/irc/bitchx/files/patch-ag
@@ -1,21 +1,22 @@
-*** Makefile.in.orig Sun Jan 23 03:30:33 2000
---- Makefile.in Sun Jan 23 03:30:56 2000
-***************
-*** 90,97 ****
-
- # This command will be used to install the BitchX help files. If you don't
- # want to install them, replace with the following:
-! # INSTALL_HELP_CMD = @echo The help files have not been installed.
-! INSTALL_HELP_CMD = cp -pr $(srcdir)/bitchx-docs/* $(HELPDIR)
-
- # This program allows you to use screen/xterm's to put new BitchX windows
- # on new screen/xterm windows.
---- 90,97 ----
-
- # This command will be used to install the BitchX help files. If you don't
- # want to install them, replace with the following:
-! INSTALL_HELP_CMD = @echo
-! # INSTALL_HELP_CMD = cp -pr $(srcdir)/bitchx-docs/* $(HELPDIR)
-
- # This program allows you to use screen/xterm's to put new BitchX windows
- # on new screen/xterm windows.
+--- Makefile.in.orig Sun Jan 9 02:11:01 2000
++++ Makefile.in Sat Sep 9 01:24:46 2000
+@@ -43,7 +43,7 @@
+ IRCLIB = @IRCLIB@
+
+ CC = @CC@
+-DEFS = -I$$(srcdir)/../include -I$(topdir)/include
++DEFS = -I$$(srcdir)/../include -I$(topdir)/include -I. -I-
+ LIBS = @LIBS@
+ INCLUDES = @INCLUDES@
+
+@@ -90,8 +90,8 @@
+
+ # This command will be used to install the BitchX help files. If you don't
+ # want to install them, replace with the following:
+-# INSTALL_HELP_CMD = @echo The help files have not been installed.
+-INSTALL_HELP_CMD = cp -pr $(srcdir)/bitchx-docs/* $(HELPDIR)
++INSTALL_HELP_CMD = @echo
++# INSTALL_HELP_CMD = cp -pr $(srcdir)/bitchx-docs/* $(HELPDIR)
+
+ # This program allows you to use screen/xterm's to put new BitchX windows
+ # on new screen/xterm windows.