X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Firssi%2Fconfigure.ad;fp=apps%2Firssi%2Fconfigure.ad;h=0000000000000000000000000000000000000000;hb=72c2de619079457f7a68100eb13385275a424a23;hp=66e007b6658b22b7164eb688359658c33905735a;hpb=e7b6c157b80152bf9fb9266e6bdd93f9fb0db776;p=runtime.git diff --git a/apps/irssi/configure.ad b/apps/irssi/configure.ad deleted file mode 100644 index 66e007b6..00000000 --- a/apps/irssi/configure.ad +++ /dev/null @@ -1,84 +0,0 @@ -#ifdef SILC_DIST_CLIENT -# -# apps/irssi/configure.ad -# -# Author: Pekka Riikonen -# -# Copyright (C) 2005 - 2007 Pekka Riikonen -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; version 2 of the License. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# - -# The actual configure script is apps/irssi/configure.in. This file is -# 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="$datadir/silc/help" -AC_ARG_WITH(helpdir, - [[ --with-helpdir=DIR directory for SILC Client help files [DATADIR/silc/help]]], - [ - case "$withval" in - no|yes) - ;; - *) - HELPDIR="$withval" - ;; - esac - ]) -AC_SUBST(HELPDIR) -AC_DEFINE_UNQUOTED([SILC_HELPDIR], "$HELPDIR", [SILC_HELPDIR]) - -# Irssi perl support -# -AC_ARG_WITH(perl, - [[ --with-perl[=yes|no|module] Build with Perl support - also specifies - if it should be built into main silc binary - (static, default) or as a module]]) - -# Irssi SILC Plugin support -# -AC_MSG_CHECKING(whether to compile SILC Plugin for Irssi) -AC_ARG_WITH(silc-plugin, - [[ --with-silc-plugin[=DIR] Compile the SILC Plugin for Irssi, specify - Irssi location [/usr/lib/irssi]]], - [ - case "${withval}" in - no) - AC_MSG_RESULT(no) - ;; - *) - AC_MSG_RESULT(yes) - ;; - esac - ],[AC_MSG_RESULT(no)]) - -AC_CONFIG_SUBDIRS(apps/irssi) -AC_CONFIG_FILES( -apps/irssi/Makefile.defines -apps/irssi/Makefile.defines_int -) - -irssi="yes" -#ifdef SILC_DIST_TOOLKIT -fi # without_irssi = false -#endif SILC_DIST_TOOLKIT - -AC_SUBST(IRSSI_SUBDIR) -#endif SILC_DIST_CLIENT