summaryrefslogtreecommitdiff
path: root/Build/source/texk/lcdf-typetools/configure.ac
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-04-06 13:35:05 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-04-06 13:35:05 +0000
commit0addcc0b8701a58ec82d3825ff4a687049c37b35 (patch)
tree0d01a634df7cc019393df638abf7022a07efe0ae /Build/source/texk/lcdf-typetools/configure.ac
parent24aeb8a67eb65d0e5e1a886e1c59627f1d5930c9 (diff)
new build system: fix some install dirs, pdftex mingw32 regex library
git-svn-id: svn://tug.org/texlive/trunk@12641 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/lcdf-typetools/configure.ac')
-rw-r--r--Build/source/texk/lcdf-typetools/configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/Build/source/texk/lcdf-typetools/configure.ac b/Build/source/texk/lcdf-typetools/configure.ac
index df1e61a1d28..39ee636dade 100644
--- a/Build/source/texk/lcdf-typetools/configure.ac
+++ b/Build/source/texk/lcdf-typetools/configure.ac
@@ -52,6 +52,8 @@ AC_ARG_ENABLE(tetex-build, [ --enable-tetex-build build as part of a teTeX i
dnl FIXME:
test -d $srcdir/../kpathsea && enable_tetex_build=yes
+AM_CONDITIONAL([tetex_build], [test "x$enable_tetex_build" = xyes])
+
AC_ARG_WITH([kpathsea],
[AS_HELP_STRING([--without-kpathsea],
[build otftotfm without kpathsea])])