update.
authortomo <tomo>
Wed, 8 Oct 2003 13:17:18 +0000 (13:17 +0000)
committertomo <tomo>
Wed, 8 Oct 2003 13:17:18 +0000 (13:17 +0000)
ChangeLog
configure

index e8539f2..91db356 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+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.
index 2c9b09f..d45089a 100755 (executable)
--- a/configure
+++ b/configure
@@ -871,7 +871,7 @@ ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
     else
       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
     fi
-    cd $ac_popdir
+    cd "$ac_popdir"
   done
 fi