From f876f6d4fb928f16b48199d36b4dc2f440c05e14 Mon Sep 17 00:00:00 2001 From: tomo Date: Wed, 15 Oct 2003 08:59:44 +0000 Subject: [PATCH] update. --- ChangeLog | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) 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. -- 1.7.10.4