X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=configure.in;h=e878134528d351f3057bc9f27e0ada75e041d274;hb=20430f84367a54d575f8b41245050cd10567f61b;hp=cda66884333c8bb459a29284bd8e1830308d61cc;hpb=35db309f4190f21fe2d8ee6ab0272a8f43c5dff5;p=chise%2Fchise-fonts-installer.git diff --git a/configure.in b/configure.in index cda6688..e878134 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,6 +26,18 @@ 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/Hanazono/Makefile]) +AC_CONFIG_FILES([TrueType/Arphic/Makefile]) +AC_CONFIG_FILES([TrueType/Zinbun/Makefile]) AC_CONFIG_FILES([GT/Makefile]) AC_OUTPUT