update.
authortomo <tomo>
Fri, 11 Dec 2009 04:36:36 +0000 (04:36 +0000)
committertomo <tomo>
Fri, 11 Dec 2009 04:36:36 +0000 (04:36 +0000)
ChangeLog
configure

index 535a138..fba7693 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
 2009-12-11  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
 
+       * configure.in: Generate `chise-setup-xfonts'.
+
+       * Makefile.in (MKDIR): New variable.
+       (datadir): New variable.
+       (SCRIPTS_DIR): New variable.
+       (install): Call `all' and `install-scripts'.
+       (install-scripts): New target.
+       (distclean): Delete `chise-setup-xfonts'.
+
+       * chise-setup-xfonts.in: New file.
+
+2009-12-11  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
        * Makefile.in (all): Call `build-bdf' and `build-truetype'.
        (install): Call `install-bdf' and `install-truetype'.
        (build-bdf): New target.
index b70b802..6e5a570 100755 (executable)
--- a/configure
+++ b/configure
@@ -1813,6 +1813,8 @@ test -n "$target_alias" &&
 
 #AC_CHECK_FUNCS(strnlen)
 
+ac_config_files="$ac_config_files chise-setup-xfonts"
+
 ac_config_files="$ac_config_files Makefile"
 
 ac_config_files="$ac_config_files BDF/Makefile"
@@ -2398,6 +2400,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF
 for ac_config_target in $ac_config_targets
 do
   case $ac_config_target in
+    "chise-setup-xfonts") CONFIG_FILES="$CONFIG_FILES chise-setup-xfonts" ;;
     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
     "BDF/Makefile") CONFIG_FILES="$CONFIG_FILES BDF/Makefile" ;;
     "BDF/ETL-VN2/Makefile") CONFIG_FILES="$CONFIG_FILES BDF/ETL-VN2/Makefile" ;;