X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=configure.in;h=fe27070e753b496c2383607dca800156a813c277;hb=4af3d9d793fea59c527fb477e27ff6b6088ecc7a;hp=cda66884333c8bb459a29284bd8e1830308d61cc;hpb=35db309f4190f21fe2d8ee6ab0272a8f43c5dff5;p=chise%2Fchise-fonts-installer.git diff --git a/configure.in b/configure.in index cda6688..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,6 +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