updates.
[runtime.git] / apps / irssi / configure.in
index 68c990a278b88edf185a6c71e2cd477b425e9a8c..12acfaffcdb45239d6096d1f1e1e31c17a3f5fad 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT(src)
+AC_INIT([SILC-Client], [0.8.11+], [silc-devel@lists.silcnet.org], [silc-client])
 
 # we don't want VERSION in our config.h
 if test -n "`grep '^#undef VERSION' config.h.in`"; then
@@ -7,7 +7,7 @@ if test -n "`grep '^#undef VERSION' config.h.in`"; then
 fi
 
 AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(SILC-Client, 0.8.11+)
+AM_INIT_AUTOMAKE
 
 AM_MAINTAINER_MODE
 
@@ -189,6 +189,17 @@ AC_ARG_WITH(perl,
        fi,
        want_perl=static)
 
+# Irssi SILC Plugin support
+#
+AC_ARG_ENABLE(silc-plugin,
+[  --enable-silc-plugin    Compile the SILC Plugin instead of the SILC Client],
+[case "${enableval}" in
+  yes) silc_plugin=true ;;
+  no)  silc_plugin=false ;;
+  *) AC_MSG_ERROR(bad value ${enableval} for --enable-silc-plugin) ;;
+esac],[silc_plugin=false])
+AM_CONDITIONAL(SILCPLUGIN, test x$silc_plugin = xtrue)
+
 AC_ARG_WITH(file-offset-size,
 [  --with-file-offset-size=BITS  Set size of file offsets. Usually 32 or 64.
                           (default: 64 if available)],
@@ -867,7 +878,6 @@ docs/help/Makefile
 docs/help/in/Makefile
 irssi-version.h
 stamp.h
-irssi.spec
 irssi-config)
 
 dnl ** for building from objdir