From 69e4f8b323a3ea343f0d54bbf5d68d802af9f9f6 Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 11 Dec 2009 03:20:27 +0000 Subject: [PATCH] Generate BDF/Makefile, BDF/ETL-VN2/Makefile, BDF/Thai-XTIS/Makefile, BDF/Zinbun/Makefile, BDF/CBETA/Makefile, TrueType/Makefile and TrueType/Zinbun/Makefile. --- configure.in | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/configure.in b/configure.in index cda6688..e77fffd 100644 --- a/configure.in +++ b/configure.in @@ -27,5 +27,12 @@ AC_SUBST(ac_configure_args) #AC_CHECK_FUNCS(strnlen) AC_CONFIG_FILES([Makefile]) +AC_CONFIG_FILES([BDF/Makefile]) +AC_CONFIG_FILES([BDF/ETL-VN2/Makefile]) +AC_CONFIG_FILES([BDF/Thai-XTIS/Makefile]) +AC_CONFIG_FILES([BDF/Zinbun/Makefile]) +AC_CONFIG_FILES([BDF/CBETA/Makefile]) +AC_CONFIG_FILES([TrueType/Makefile]) +AC_CONFIG_FILES([TrueType/Zinbun/Makefile]) AC_CONFIG_FILES([GT/Makefile]) AC_OUTPUT -- 1.7.10.4