summaryrefslogtreecommitdiff
path: root/Build/source/texk/lcdf-typetools/ac
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-02-25 19:22:25 +0000
committerKarl Berry <karl@freefriends.org>2021-02-25 19:22:25 +0000
commitad547a6b5986815fda458221149728d9d9ab1d87 (patch)
tree16296910eb3eca724371474ea9aea3994dc69614 /Build/source/texk/lcdf-typetools/ac
parent947b43de3dd21d58ccc2ffadefc4441ea1c2a813 (diff)
restore Build,TODO from r57911
git-svn-id: svn://tug.org/texlive/trunk@57915 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/lcdf-typetools/ac')
-rw-r--r--Build/source/texk/lcdf-typetools/ac/lcdf-typetools.ac15
-rw-r--r--Build/source/texk/lcdf-typetools/ac/withenable.ac8
2 files changed, 23 insertions, 0 deletions
diff --git a/Build/source/texk/lcdf-typetools/ac/lcdf-typetools.ac b/Build/source/texk/lcdf-typetools/ac/lcdf-typetools.ac
new file mode 100644
index 00000000000..7aaff4c33af
--- /dev/null
+++ b/Build/source/texk/lcdf-typetools/ac/lcdf-typetools.ac
@@ -0,0 +1,15 @@
+## Define configure options for lcdf-typetools. Extracted from configure.ac
+## for ease of building TeX Live.
+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 ttftotype42 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))])
diff --git a/Build/source/texk/lcdf-typetools/ac/withenable.ac b/Build/source/texk/lcdf-typetools/ac/withenable.ac
new file mode 100644
index 00000000000..86de85c9e2e
--- /dev/null
+++ b/Build/source/texk/lcdf-typetools/ac/withenable.ac
@@ -0,0 +1,8 @@
+## texk/lcdf-typetools/ac/withenable.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 and TL libraries required for lcdf-typetools
+KPSE_ENABLE_PROG([lcdf-typetools], [kpathsea])
+m4_include(kpse_TL[texk/lcdf-typetools/ac/lcdf-typetools.ac])