update.
[chise/libchise.git] / configure.in
index a0da749..cbf3d40 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.57)
-AC_INIT(libchise, 0.1.1, chise-en@m17n.org)
+AC_INIT(libchise, 0.2.0, chise-en@m17n.org)
 AC_CONFIG_SRCDIR(chise.c)
 AC_CONFIG_HEADER(config.h)
 
@@ -12,6 +12,9 @@ AC_CHECK_PROGS(LIBTOOL, glibtool libtool, libtool, \
        /usr/local/bin:/opt/bin:/sw/bin:/usr/bin:/bin)
 
 # Checks for libraries.
+if test -f /sw/include/db3/db.h; then
+       CFLAGS="-I/sw/include/db3 $CFLAGS"
+fi
 
 # Checks for header files.