summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xBuild/source/configure4
-rwxr-xr-xBuild/source/libs/configure4
-rwxr-xr-xBuild/source/texk/configure4
-rw-r--r--Build/source/texk/ttfdump/ChangeLog4
-rw-r--r--Build/source/texk/ttfdump/ac/withenable.ac4
-rwxr-xr-xBuild/source/utils/configure4
6 files changed, 22 insertions, 2 deletions
diff --git a/Build/source/configure b/Build/source/configure
index 35ed3ceab27..5aed470507e 100755
--- a/Build/source/configure
+++ b/Build/source/configure
@@ -5491,6 +5491,10 @@ $as_echo "$as_me: Assuming \`--enable-ttfdump=$enable_ttfdump'" >&6;}
;;
esac
+test "x$enable_ttfdump" = xno || {
+ need_kpathsea=yes
+}
+
## texk/xdvik/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/xdvik/
## configure options and TL libraries required for xdvik
# Check whether --enable-xdvik was given.
diff --git a/Build/source/libs/configure b/Build/source/libs/configure
index 9d505d1041a..6ccdbe8641e 100755
--- a/Build/source/libs/configure
+++ b/Build/source/libs/configure
@@ -4735,6 +4735,10 @@ $as_echo "$as_me: Assuming \`--enable-ttfdump=$enable_ttfdump'" >&6;}
;;
esac
+test "x$enable_ttfdump" = xno || {
+ need_kpathsea=yes
+}
+
## texk/xdvik/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/xdvik/
## configure options and TL libraries required for xdvik
# Check whether --enable-xdvik was given.
diff --git a/Build/source/texk/configure b/Build/source/texk/configure
index 0f57c73f4a7..6db49b0f103 100755
--- a/Build/source/texk/configure
+++ b/Build/source/texk/configure
@@ -4745,6 +4745,10 @@ $as_echo "$as_me: Assuming \`--enable-ttfdump=$enable_ttfdump'" >&6;}
;;
esac
+test "x$enable_ttfdump" = xno || {
+ need_kpathsea=yes
+}
+
## texk/xdvik/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/xdvik/
## configure options and TL libraries required for xdvik
# Check whether --enable-xdvik was given.
diff --git a/Build/source/texk/ttfdump/ChangeLog b/Build/source/texk/ttfdump/ChangeLog
index 6997a11bd3d..95b5fb53a81 100644
--- a/Build/source/texk/ttfdump/ChangeLog
+++ b/Build/source/texk/ttfdump/ChangeLog
@@ -1,3 +1,7 @@
+2015-02-27 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * ac/withenable.ac: Require kpathsea.
+
2015-02-24 Peter Breitenlohner <peb@mppmu.mpg.de>
* tests/ttfdump.test: Add a TrueType Collection test.
diff --git a/Build/source/texk/ttfdump/ac/withenable.ac b/Build/source/texk/ttfdump/ac/withenable.ac
index adc935b8484..7c927e27b15 100644
--- a/Build/source/texk/ttfdump/ac/withenable.ac
+++ b/Build/source/texk/ttfdump/ac/withenable.ac
@@ -1,7 +1,7 @@
## texk/ttfdump/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/ttfdump/
dnl
-dnl Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org>
+dnl Copyright (C) 2009-2015 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 ttfdump
-KPSE_ENABLE_PROG([ttfdump])
+KPSE_ENABLE_PROG([ttfdump], [kpathsea])
diff --git a/Build/source/utils/configure b/Build/source/utils/configure
index e5d2ecdf690..4b7f56609fd 100755
--- a/Build/source/utils/configure
+++ b/Build/source/utils/configure
@@ -4727,6 +4727,10 @@ $as_echo "$as_me: Assuming \`--enable-ttfdump=$enable_ttfdump'" >&6;}
;;
esac
+test "x$enable_ttfdump" = xno || {
+ need_kpathsea=yes
+}
+
## texk/xdvik/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory texk/xdvik/
## configure options and TL libraries required for xdvik
# Check whether --enable-xdvik was given.