From: tomo Date: Wed, 15 Oct 2003 08:59:44 +0000 (+0000) Subject: update. X-Git-Tag: b1-r0_2_0-pre10~9 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=f876f6d4fb928f16b48199d36b4dc2f440c05e14;p=chise%2Flibchise.git update. --- diff --git a/ChangeLog b/ChangeLog index 8d31344..9a79ab1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,27 @@ +2003-10-15 MORIOKA Tomohiko + + * ltmain.sh, config.guess, config.sub, install-sh: New file. + + * Makefile.in (target): New variable. + (top_builddir): New variable. + (CHISE_DIR_PREFIX): New variable. + (CHISE_DIR_VERSION): New variable. + (CHISE_DIR): New variable. + (CHISE_DB_DIR): Renamed from `DB_DIR'; use `CHISE_DIR'. + (CHISE_SI_DB_DIR): New variable. + (CHISE_CFLAGS): New variable; define `CHISE_SI_DB_DIR'. + (chise.lo): Use $(CHISE_CFLAGS). + + * configure.in: Add `AC_CANONICAL_TARGET'; use `AC_PROG_LIBTOOL' + instead of `AC_CHECK_PROGS' for `LIBTOOL'. + + * chise.c (chise_system_db_dir): New constant. + (CHISE_DS_open): Don't use DBTYPE. + +2003-10-14 MORIOKA Tomohiko + + * chise.h (CHISE_DS_open): Don't use DBTYPE. + 2003-10-14 MORIOKA Tomohiko * Makefile.in (DB_DIR): Update version to 0.2.