updates.
authorPekka Riikonen <priikone@silcnet.org>
Sun, 1 May 2005 15:52:13 +0000 (15:52 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Sun, 1 May 2005 15:52:13 +0000 (15:52 +0000)
configure.ad

index 83ddfdb41b098674dab26ceb61eb6416e7df2afb..b63cacbf1617b902ba29fd8cf19da6314ab96d94 100644 (file)
@@ -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