|
Line 0
Link Here
|
|
|
1 |
*** Makefile.in.bak Mon Jan 10 15:11:55 2000 |
| 2 |
--- Makefile.in Mon Jan 10 15:10:51 2000 |
| 3 |
*************** |
| 4 |
*** 42,48 **** |
| 5 |
# Where the BitchX library will be. Generally this is the place that |
| 6 |
# you put the scripts, help pages and translation tables. It is |
| 7 |
# very important that you set this correctly. |
| 8 |
! IRCLIB = @IRCLIB@ |
| 9 |
|
| 10 |
CC = @CC@ |
| 11 |
DEFS = -I../include |
| 12 |
--- 42,48 ---- |
| 13 |
# Where the BitchX library will be. Generally this is the place that |
| 14 |
# you put the scripts, help pages and translation tables. It is |
| 15 |
# very important that you set this correctly. |
| 16 |
! IRCLIB = /usr/local/share/bx/ |
| 17 |
|
| 18 |
CC = @CC@ |
| 19 |
DEFS = -I../include |
| 20 |
*************** |
| 21 |
*** 74,83 **** |
| 22 |
## You probably don't need to change anything below this line |
| 23 |
|
| 24 |
# Full path of the directory for BitchX help files. |
| 25 |
! HELPDIR = @HELPDIR@ |
| 26 |
|
| 27 |
# Full path of the directory for the BitchX scripts. |
| 28 |
! INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
| 29 |
|
| 30 |
# Default setting for IRCPATH where BitchX will look for |
| 31 |
# its script files if the environment variable is undefined. |
| 32 |
--- 74,83 ---- |
| 33 |
## You probably don't need to change anything below this line |
| 34 |
|
| 35 |
# Full path of the directory for BitchX help files. |
| 36 |
! # HELPDIR = /usr/local/share/bx |
| 37 |
|
| 38 |
# Full path of the directory for the BitchX scripts. |
| 39 |
! INSTALL_SCRIPT = /usr/local/share/bx/script |
| 40 |
|
| 41 |
# Default setting for IRCPATH where BitchX will look for |
| 42 |
# its script files if the environment variable is undefined. |
| 43 |
*************** |
| 44 |
*** 85,99 **** |
| 45 |
# the Makefile, but it can contain multiple path elements |
| 46 |
# separated by colons. The path MUST lead to an existing directory, |
| 47 |
# because the 'global' script is expected to be found there. |
| 48 |
! IRCPATH = @IRCPATH@ |
| 49 |
|
| 50 |
# Path for TRANSLATION variable. |
| 51 |
! TRANSLATION_PATH=@TRANSLATION_PATH@ |
| 52 |
|
| 53 |
# This command will be used to install the BitchX help files. If you don't |
| 54 |
# want to install them, replace with the following: |
| 55 |
! # INSTALL_HELP_CMD = @echo The help files have not been installed. |
| 56 |
! INSTALL_HELP_CMD = @INSTALL_HELP_CMD@ |
| 57 |
|
| 58 |
# This program allows you to use screen/xterm's to put new BitchX windows |
| 59 |
# on new screen/xterm windows. |
| 60 |
--- 85,99 ---- |
| 61 |
# the Makefile, but it can contain multiple path elements |
| 62 |
# separated by colons. The path MUST lead to an existing directory, |
| 63 |
# because the 'global' script is expected to be found there. |
| 64 |
! IRCPATH = /usr/local/share/bx/script |
| 65 |
|
| 66 |
# Path for TRANSLATION variable. |
| 67 |
! TRANSLATION_PATH=/usr/local/share/bx/translation |
| 68 |
|
| 69 |
# This command will be used to install the BitchX help files. If you don't |
| 70 |
# want to install them, replace with the following: |
| 71 |
! INSTALL_HELP_CMD = @echo The help files have not been installed. |
| 72 |
! # INSTALL_HELP_CMD = @INSTALL_HELP_CMD@ |
| 73 |
|
| 74 |
# This program allows you to use screen/xterm's to put new BitchX windows |
| 75 |
# on new screen/xterm windows. |