48 lines
2.0 KiB
Plaintext
48 lines
2.0 KiB
Plaintext
--- configure.orig Tue Aug 29 03:14:44 2000
|
|
+++ configure Fri Sep 15 19:30:53 2000
|
|
@@ -8987,11 +8987,11 @@
|
|
MV="mv"
|
|
|
|
INSTALL_IRC=\${bindir}/\$\(_VERSION_\)
|
|
-IRCLIB=\${libdir}/bx
|
|
+IRCLIB=\${datadir}/bitchx
|
|
IRCPATH=\~/.BitchX:\~/.BitchX/plugins:.:$PLUGINDIR:\$\(INSTALL_SCRIPT\):\$\(IRCLIB\)
|
|
TRANSLATION_PATH=\$\(IRCLIB\)/translation
|
|
HELPDIR=\$\(IRCLIB\)/help
|
|
-INSTALL_WSERV=\$\(IRCLIB\)/wserv
|
|
+INSTALL_WSERV=\${libexecdir}/wserv-bitchx
|
|
INSTALL_SCRBX=\${bindir}/scr-bx
|
|
INSTALL_SCRIPT=\$\(IRCLIB\)/script
|
|
|
|
@@ -9467,30 +9467,3 @@
|
|
chmod +x $CONFIG_STATUS
|
|
rm -fr confdefs* $ac_clean_files
|
|
test "$no_create" = yes || $SHELL $CONFIG_STATUS || exit 1
|
|
-
|
|
-
|
|
-
|
|
-echo $_VERSION_ \(C\) 1996-2000 Colten Edwards
|
|
-echo ----------------------------------------------------------
|
|
-echo
|
|
-echo The configuration script has finished. You should look through and make any
|
|
-echo necessary changes to the file \"$srcdir/include/config.h\".
|
|
-echo When you are satisfied with your configuration settings, type \"make\" to compile
|
|
-echo $_VERSION_. When make finishes, you can type \"make install\" to install $_VERSION_
|
|
-echo globally \(if you\'re root\), or else you can type \"make install_local\" to
|
|
-echo install $_VERSION_ to your home directory.
|
|
-echo
|
|
-echo \*\*\* IMPORTANT\! PLEASE READ THE FOLLOWING: \*\*\*
|
|
-echo
|
|
-echo We are trying to get statistics on the number of BitchX users. In the source
|
|
-echo directory is the file \"cl.c\". This file contains a function that will send a
|
|
-echo single UDP packet to BitchX.com. The ONLY information that packet contains is
|
|
-echo the user\'s $_VERSION_ version and OS. This function does NOT interfere with the
|
|
-echo client in any way, and does NOT receive any information back.
|
|
-echo
|
|
-echo We are interested in this information for statistical purposes and to improve
|
|
-echo support for various operating systems. YOU ARE NOT REQUIRED TO CONTRIBUTE TO
|
|
-echo THIS EFFORT. If you would like to disable this function, remove the line
|
|
-echo \"#define WANT_NOTIFY_BITCHX_COM ON\" from the file \"$srcdir/include/config.h\".
|
|
-echo
|
|
-echo
|