X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=configure.in;h=cbf3d4058fdba446d168cb34fdbac3ae60c860f3;hb=refs%2Fheads%2Fb1c;hp=a0da7496bb095c8e77ef5d79e586b0a8f4e18723;hpb=fd857f28ff36fe1c6fcafd767b8a5b8158fdd9ef;p=chise%2Flibchise.git diff --git a/configure.in b/configure.in index a0da749..cbf3d40 100644 --- a/configure.in +++ b/configure.in @@ -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.