summaryrefslogtreecommitdiff
path: root/Build/source/texk/lcdf-typetools/ac/lcdf-typetools.ac
blob: 7df155746181690e010c629596ec99285628fb80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
## texk/lcdf-typetools/ac/lcdf-typetools.ac: configure.ac fragment for the TeX Live subdirectory texk/lcdf-typetools/
dnl
dnl Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org>
dnl You may freely use, modify and/or distribute this file.
dnl
## configure options for lcdf-typetools
m4_define_default([kpse_indent_26], [26])[]dnl
m4_define([kpse_lcdf_typetools_progs],
[cfftot1 mmafm mmpfb otfinfo otftotfm t1dotlessj t1lint t1rawafm t1reencode t1testpage ttftotype42])[]dnl
AC_FOREACH([Kpse_Prog], kpse_lcdf_typetools_progs,
           [AC_ARG_ENABLE(Kpse_Prog,
                          AS_HELP_STRING([--disable-]Kpse_Prog,
                                         [do not build the ]Kpse_Prog[ program],
                                         kpse_indent_26))])
m4_define([kpse_otftotfm_auto_opts], [cfftot1 t1dotlessj updmap])[]dnl
AC_FOREACH([Kpse_Opt], kpse_otftotfm_auto_opts,
           [AC_ARG_ENABLE(Kpse_Opt,
                          AS_HELP_STRING([--disable-auto-]Kpse_Opt,
                                         [disable running ]Kpse_Opt[ from otftotfm],
                                         kpse_indent_26))])