updates.
[silc.git] / configure.in.pre
index df04c31385aec210b2a772e0cb9796bb38b9bb03..c8259d79c3bdd87cde3f0a98d2448fc39e0be17c 100644 (file)
@@ -16,7 +16,7 @@
 #  GNU General Public License for more details.
 #
 
-AC_INIT(includes/version.h)
+AC_INIT(includes/silcversion.h)
 
 #
 # Put here any platform specific stuff
@@ -620,6 +620,11 @@ AM_CONDITIONAL(SILC_EPOC, test xfalse = xtrue)
 #
 AM_CONDITIONAL(SILC_BEOS, test xfalse = xtrue)
 
+#
+# Native OS2 support (disabled by default)
+#
+AM_CONDITIONAL(SILC_OS2, test xfalse = xtrue)
+
 #
 # IPv6 support
 #
@@ -765,7 +770,9 @@ fi
 #
 # Other configure scripts
 #
+if test "x$silc_dist" = "xsilc-client"; then
 AC_CONFIG_SUBDIRS(irssi)
+fi
 AC_CONFIG_SUBDIRS(lib/silcmath/mpi)
 #AC_CONFIG_SUBDIRS(lib/zlib)