From 02037a94665ca7ec2040d39080329fca235574c3 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Sun, 1 May 2005 15:52:13 +0000 Subject: [PATCH] updates. --- configure.ad | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/configure.ad b/configure.ad index 83ddfdb4..b63cacbf 100644 --- a/configure.ad +++ b/configure.ad @@ -1013,10 +1013,6 @@ AC_ARG_WITH(silcd, 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) @@ -1126,6 +1122,12 @@ 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,6 +1151,10 @@ echo " Compile SILC Client ...........: $irssi" #ifdef SILC_DIST_SERVER echo " Compile SILC Server ...........: $silcd" +if test x$without_silcd = xfalse; then +echo " Server configuration file .....: $summary_silcd_configfile" +echo " Server PID file ...............: $PIDFILE" +fi #endif SILC_DIST_SERVER #ifdef SILC_DIST_SIM -- 2.43.0