X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=configure.in;h=fe27070e753b496c2383607dca800156a813c277;hb=80c842c8e09e9eb35a906dd5d767f49b7153a482;hp=e77fffd017207b2981bfa4d5aa053b4bb02818be;hpb=69e4f8b323a3ea343f0d54bbf5d68d802af9f9f6;p=chise%2Fchise-fonts-installer.git diff --git a/configure.in b/configure.in index e77fffd..fe27070 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT(chise-fonts, 0.1, chise-en@m17n.org) +AC_INIT(chise-fonts-installer, 0.2, chise-en@m17n.org) AC_CANONICAL_TARGET @@ -26,13 +26,17 @@ AC_SUBST(ac_configure_args) #AC_CHECK_FUNCS(strnlen) +AC_CONFIG_FILES([chise-setup-xfonts]) AC_CONFIG_FILES([Makefile]) AC_CONFIG_FILES([BDF/Makefile]) +AC_CONFIG_FILES([BDF/JISX0213/Makefile]) +AC_CONFIG_FILES([BDF/EGB/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/Arphic/Makefile]) AC_CONFIG_FILES([TrueType/Zinbun/Makefile]) AC_CONFIG_FILES([GT/Makefile]) AC_OUTPUT