X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=configure.in;h=74f7c1ac4c4f0ec9cc3679cf9add5f1204aea0f2;hb=04f25c3dac6e46dc936f54531ff614b5a2b29a49;hp=65b8c9b6b6737e0f7b653128ad19d9279c2f19cd;hpb=7742c1b3d39aee60515d106d2b13e5c12feb1269;p=chise%2Flibchise.git diff --git a/configure.in b/configure.in index 65b8c9b..74f7c1a 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.4.1, chise-en@m17n.org) +AC_INIT(libchise, 0.5.0, chise-en@lists.chise.org) AC_CONFIG_SRCDIR(chise.c) AC_CONFIG_HEADER(config.h) @@ -42,8 +42,8 @@ LIBS=`echo "$SITE_LIBS $LIBS"|sed 's/^ *//'` ) # Checks for libraries. -AC_CHECK_LIB(concord,concord_open_ds, - , AC_MSG_ERROR(libconcord is not found.)) +AC_CHECK_LIB(concord,concord_open_env, + , AC_MSG_ERROR(Please install Concord Ver.0.9 or later.)) # Checks for header files.