+Sun May 1 17:42:55 EEST 2005 Pekka Riikonen <priikone@silcnet.org>
+
+ * --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 <priikone@silcnet.org>
* Added lib/contrib/getopt.[ch] for platforms that don't
[ --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
[ --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)
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
#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