summaryrefslogtreecommitdiff
path: root/Build/source/texk/lcdf-typetools/configure.ac
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2012-09-25 11:35:23 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2012-09-25 11:35:23 +0000
commitf54f97c9d6ff947e8761f0c41662f50155ca630d (patch)
treee5b433dd66f22de02b57e1c66e25e437c77ea9a7 /Build/source/texk/lcdf-typetools/configure.ac
parentd9c42331a8d11fdd45efc39195eb8fe3db79e394 (diff)
lcdf-typetools 2.95
git-svn-id: svn://tug.org/texlive/trunk@27803 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/lcdf-typetools/configure.ac')
-rw-r--r--Build/source/texk/lcdf-typetools/configure.ac23
1 files changed, 18 insertions, 5 deletions
diff --git a/Build/source/texk/lcdf-typetools/configure.ac b/Build/source/texk/lcdf-typetools/configure.ac
index fead57d2d39..d422c46c8c9 100644
--- a/Build/source/texk/lcdf-typetools/configure.ac
+++ b/Build/source/texk/lcdf-typetools/configure.ac
@@ -3,12 +3,12 @@ dnl Adapted for TeX Live.
m4_include([version.ac])[] dnl define lcdf_typetools_version
AC_INIT([LCDF typetools for TeX Live], lcdf_typetools_version, [tex-k@tug.org])
AC_PREREQ([2.65])
-AC_CONFIG_SRCDIR([NEWS])
+AC_CONFIG_SRCDIR([lcdf-typetools-]lcdf_typetools_version[/NEWS])
AC_CONFIG_AUX_DIR([../../build-aux])
AC_CONFIG_MACRO_DIR([../../m4])
dnl Common code for all programs using libkpathsea.
-KPSE_COMMON([lcdf-typetools], [check-news])
+KPSE_COMMON([lcdf-typetools])
LCDF_TYPETOOLS_VERSION=lcdf_typetools_version
AC_SUBST([LCDF_TYPETOOLS_VERSION])
@@ -288,6 +288,8 @@ if test "x$with_kpathsea" != xno; then
[[kpse_tfm_format;]])],
[AC_MSG_RESULT([yes])
AC_CHECK_DECLS([kpse_opentype_format], , ,
+ [#include <kpathsea/kpathsea.h>])
+ AC_CHECK_DECLS([kpse_enc_format], , ,
[#include <kpathsea/kpathsea.h>])],
[AC_MSG_RESULT([no])
with_kpathsea=no])
@@ -340,6 +342,15 @@ fi
dnl
+dnl directories for data files
+dnl
+glyphlistdir='${datarootdir}/texmf-dist/fonts/map/glyphlist'
+encdir='${datarootdir}/texmf-dist/fonts/enc/dvips/base'
+AC_SUBST([glyphlistdir])
+AC_SUBST([encdir])
+
+
+dnl
dnl verbatim portions of the header
dnl
@@ -376,8 +387,10 @@ dnl
dnl Output
dnl
-AC_CONFIG_FILES([Makefile liblcdf/Makefile libefont/Makefile])
-AC_FOREACH([Kpse_Prog], kpse_lcdf_typetools_progs,
- [AC_CONFIG_FILES(Kpse_Prog[/Makefile])])
+AC_SUBST([LCDF_TYPETOOLS_TREE], [lcdf-typetools-]lcdf_typetools_version)
+
+AC_CONFIG_FILES([Makefile lcdf-typetools-]lcdf_typetools_version[/Makefile])
+AC_FOREACH([Kpse_Prog], [liblcdf libefont] kpse_lcdf_typetools_progs,
+ [AC_CONFIG_FILES([lcdf-typetools-]lcdf_typetools_version[/]Kpse_Prog[/Makefile])])
AC_OUTPUT