summaryrefslogtreecommitdiff
path: root/Build/source/texk/lcdf-typetools/configure.ac
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-06-22 06:25:09 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-06-22 06:25:09 +0000
commit8c273b71c9befb07215cd8055032558fb6533e01 (patch)
treec7550b902fcfef98d17dbbbbde50a54c2390736e /Build/source/texk/lcdf-typetools/configure.ac
parent0e07c7e97b865db51b38e18c7a5e1db78bf115ec (diff)
lcdf-typetools 2.106
git-svn-id: svn://tug.org/texlive/trunk@41518 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/lcdf-typetools/configure.ac')
-rw-r--r--Build/source/texk/lcdf-typetools/configure.ac9
1 files changed, 8 insertions, 1 deletions
diff --git a/Build/source/texk/lcdf-typetools/configure.ac b/Build/source/texk/lcdf-typetools/configure.ac
index df21eb4f67a..829db6ef763 100644
--- a/Build/source/texk/lcdf-typetools/configure.ac
+++ b/Build/source/texk/lcdf-typetools/configure.ac
@@ -16,7 +16,7 @@ dnl
m4_include([version.ac])[] dnl define lcdf_typetools_version
AC_INIT([LCDF typetools (TeX Live)], lcdf_typetools_version, [tex-k@tug.org])
AC_PREREQ([2.65])
-AC_CONFIG_SRCDIR([lcdf-typetools-src/NEWS])
+AC_CONFIG_SRCDIR([lcdf-typetools-src/NEWS.md])
AC_CONFIG_AUX_DIR([../../build-aux])
AC_CONFIG_MACRO_DIRS([../../m4 m4])
@@ -39,6 +39,13 @@ AC_ARG_ENABLE([precondition-checking],
AC_DEFINE([HAVE_PRECONDITION_CHECKING], [1], [Define to include precondition checking assertions.])
fi])
+AC_ARG_ENABLE([adobe-code],
+ [AS_HELP_STRING([--disable-adobe-code], [do not include Adobe code])],
+ [], [enable_adobe_code=yes])
+if test "$enable_adobe_code" = yes; then
+ AC_DEFINE([HAVE_ADOBE_CODE], [1], [Define to incldue Adobe code in output fonts.])
+fi
+
AC_CXX_TEMPLATE_OBJS
KPSE_CXX_HACK