From: tomo Date: Wed, 8 Oct 2003 13:17:18 +0000 (+0000) Subject: update. X-Git-Tag: b1-r0_2_0-pre8~5 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=9f32cd5cc8d1f6e052629a06f735f92759d2e0d4;p=chise%2Flibchise.git update. --- diff --git a/ChangeLog b/ChangeLog index e8539f2..91db356 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +2003-10-08 MORIOKA Tomohiko + + * 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 instead of + as the type of location. + 2003-10-06 MORIOKA Tomohiko * chise.h (chise_feature_setup_db): New prototype. diff --git a/configure b/configure index 2c9b09f..d45089a 100755 --- 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