update.
[chise/concord.git] / configure.in
index 608794e..b764bb5 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.57)
-AC_INIT(concord, 0.0.2, chise-en@m17n.org)
+AC_INIT(concord, 0.9.0, chise-en@lists.chise.org)
 AC_CONFIG_SRCDIR(concord.c)
 AC_CONFIG_HEADER(config.h)
 
@@ -62,6 +62,11 @@ fi
 AC_C_CONST
 AC_C_INLINE
 
+AC_CHECK_SIZEOF(int)
+AC_CHECK_SIZEOF(long)
+AC_CHECK_SIZEOF(long long)
+AC_CHECK_SIZEOF(void *)
+
 # Checks for library functions.
 AC_FUNC_ALLOCA
 AC_FUNC_STRNLEN