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)
apps/irssi/configure.ad
apps/silcd/configure.ad

index 4b3b1b7ff8ff32bb1575cf9c69d8c881365a61d5..e71f3a30f9ff416f3e3fb5611f74c0ed69572db3 100644 (file)
 # 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"
@@ -62,6 +58,4 @@ irssi="yes"
 #ifdef SILC_DIST_TOOLKIT
 fi     # without_irssi = false
 #endif SILC_DIST_TOOLKIT
-
-AC_SUBST(IRSSI_SUBDIR)
 #endif SILC_DIST_CLIENT
index c39b95d9976db2c63a3e408572e5d5f559891349..574822292609348f7774b3a5222c45510b653c25 100644 (file)
 #  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"
@@ -82,6 +78,4 @@ silcd="yes"
 #ifdef SILC_DIST_TOOLKIT
 fi     # without_silcd = false
 #endif SILC_DIST_TOOLKIT
-
-AC_SUBST(SILCD_SUBDIR)
 #endif SILC_DIST_SERVER