+2003-10-08 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+ * sample.c (char db_dir): Deleted.
+ (main): Use ${chise_db_dir}/db/ for the location of data-source.
+
+ * Makefile.in (prefix): Use @prefix@.
+ (exec_prefix): Use @exec_prefix@.
+ (libdir): Use @libdir@.
+ (libexecdir): New variable.
+ (DB_INSTALLDIR): Deleted.
+ (DB_DIR): New variable.
+ (chise.lo): Specify DB_DIR.
+ (install): Don't call install.db.
+ (install.db): Deleted.
+
+ * chise.h, chise.c (chise_db_dir): New variable.
+ (CHISE_DS_open): Use <const unsigned char *> instead of <char *>
+ as the type of location.
+
2003-10-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
* chise.h (chise_feature_setup_db): New prototype.