From 4d4e1b09c32a6fb589661a60cd7227bd8a1215d0 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Sun, 1 May 2005 15:42:47 +0000 Subject: [PATCH] updates. --- CHANGES | 6 ++++++ configure.ad | 18 ++++++++---------- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/CHANGES b/CHANGES index a342c5f3..cb4b36e9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,9 @@ +Sun May 1 17:42:55 EEST 2005 Pekka Riikonen + + * --without-silc -> --with-silc, --without-irssi -> --with-irssi. + On Toolkit the server and client are not compiled by default. + Affected file configure.ad. + Thu Apr 28 15:57:37 EEST 2005 Pekka Riikonen * Added lib/contrib/getopt.[ch] for platforms that don't diff --git a/configure.ad b/configure.ad index c135eab3..83ddfdb4 100644 --- a/configure.ad +++ b/configure.ad @@ -991,10 +991,11 @@ AC_ARG_WITH(irssi, [ --with-irssi compile with Irssi SILC Client], [ AC_MSG_RESULT(yes) + without_irssi=false ], [ AC_MSG_RESULT(no) - without_irssi=false + without_irssi=true ]) # --with-silcd @@ -1005,12 +1006,17 @@ AC_ARG_WITH(silcd, [ --with-silcd compile with SILC Server], [ AC_MSG_RESULT(yes) + without_silcd=false ], [ AC_MSG_RESULT(no) - without_silcd=false + without_silcd=true ]) #endif SILC_DIST_TOOLKIT +#ifdef SILC_DIST_INPLACE +without_irssi=false +without_silcd=false +#endif SILC_DIST_INPLACE libtoolfix=true AC_MSG_CHECKING(whether to do libtoolfix) @@ -1120,12 +1126,6 @@ echo " sbin directory ................: $s_sbindir" echo " etc directory .................: $ETCDIR" echo " man directory .................: $s_mandir" echo " doc directory .................: $DOCDIR" -#ifdef SILC_DIST_CLIENT -echo " help directory ................: $HELPDIR" -#endif SILC_DIST_CLIENT -#ifdef SILC_DIST_SERVER -echo " logs directory ................: $LOGSDIR" -#endif SILC_DIST_SERVER #ifdef SILC_DIST_SIM echo " SIM directory .................: $MODULESDIR" #endif SILC_DIST_SIM @@ -1149,8 +1149,6 @@ echo " Compile SILC Client ...........: $irssi" #ifdef SILC_DIST_SERVER echo " Compile SILC Server ...........: $silcd" -echo " Server configuration file .....: $summary_silcd_configfile" -echo " Server PID file ...............: $PIDFILE" #endif SILC_DIST_SERVER #ifdef SILC_DIST_SIM -- 2.43.0