# for getting irssi specific stuff to top configure script with Autodist
# without polluting the top configure.ad file with these stuff.
-IRSSI_SUBDIR=
-
#ifdef SILC_DIST_TOOLKIT
if test x$without_irssi = xfalse; then
#endif SILC_DIST_TOOLKIT
-IRSSI_SUBDIR=irssi
-
# help directory
#
HELPDIR="$silc_prefix/help"
#ifdef SILC_DIST_TOOLKIT
fi # without_irssi = false
#endif SILC_DIST_TOOLKIT
-
-AC_SUBST(IRSSI_SUBDIR)
#endif SILC_DIST_CLIENT
# GNU General Public License for more details.
#
-SILCD_SUBDIR=
-
#ifdef SILC_DIST_TOOLKIT
if test x$without_silcd = xfalse; then
#endif SILC_DIST_TOOLKIT
-SILCD_SUBDIR=silcd
-
# Logs directory
#
LOGSDIR="$silc_prefix/logs"
#ifdef SILC_DIST_TOOLKIT
fi # without_silcd = false
#endif SILC_DIST_TOOLKIT
-
-AC_SUBST(SILCD_SUBDIR)
#endif SILC_DIST_SERVER