From 1dfad4294894184378429da9509136a1d18e5eaf Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 11 Dec 2009 04:36:36 +0000 Subject: [PATCH] update. --- ChangeLog | 13 +++++++++++++ configure | 3 +++ 2 files changed, 16 insertions(+) diff --git a/ChangeLog b/ChangeLog index 535a138..fba7693 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,18 @@ 2009-12-11 MORIOKA Tomohiko + * 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 + * Makefile.in (all): Call `build-bdf' and `build-truetype'. (install): Call `install-bdf' and `install-truetype'. (build-bdf): New target. diff --git a/configure b/configure index b70b802..6e5a570 100755 --- 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" ;; -- 1.7.10.4