updates.
[silc.git] / configure.in.pre
index 8fd771e78c83ca72dd2f9505bdf2856c6fbc4626..795dfdedae07a0ae3142a6d470d72451af6703dd 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
@@ -615,6 +615,16 @@ AM_CONDITIONAL(SILC_WIN32, test x$win32-support = xtrue)
 #
 AM_CONDITIONAL(SILC_EPOC, test xfalse = xtrue)
 
+#
+# Native BeOS support (disabled by default)
+#
+AM_CONDITIONAL(SILC_BEOS, test xfalse = xtrue)
+
+#
+# Native OS2 support (disabled by default)
+#
+AM_CONDITIONAL(SILC_OS2, test xfalse = xtrue)
+
 #
 # IPv6 support
 #
@@ -760,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)
 
@@ -793,6 +805,9 @@ lib/silcske/Makefile
 lib/silcutil/Makefile
 lib/silcutil/unix/Makefile
 lib/silcutil/win32/Makefile
+lib/silcutil/beos/Makefile
+lib/silcutil/os2/Makefile
+lib/silcutil/epoc/Makefile
 lib/silcsftp/Makefile
 lib/silcsftp/tests/Makefile
 doc/example_silcd.conf