diff options
Diffstat (limited to 'Build/source/texk/ttfdump')
-rw-r--r-- | Build/source/texk/ttfdump/ac/withenable.ac | 2 | ||||
-rwxr-xr-x | Build/source/texk/ttfdump/configure | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/texk/ttfdump/ac/withenable.ac b/Build/source/texk/ttfdump/ac/withenable.ac index 14dcb612872..682d555186a 100644 --- a/Build/source/texk/ttfdump/ac/withenable.ac +++ b/Build/source/texk/ttfdump/ac/withenable.ac @@ -4,4 +4,4 @@ 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 ttfdump -KPSE_WITH_PROG([ttfdump], [kpathsea]) +KPSE_ENABLE_PROG([ttfdump], [kpathsea]) diff --git a/Build/source/texk/ttfdump/configure b/Build/source/texk/ttfdump/configure index 403c926a8da..13581829f5b 100755 --- a/Build/source/texk/ttfdump/configure +++ b/Build/source/texk/ttfdump/configure @@ -15996,6 +15996,7 @@ else -e "s,BLD/,$kpse_BLD/,g"` KPATHSEA_LIBS=`echo 'BLD/texk/kpathsea/libkpathsea.la' | sed \ -e "s,BLD/,$kpse_BLD/,g"` + KPATHSEA_DEPEND=`echo 'BLD/texk/kpathsea/libkpathsea.la' | sed \ -e 's,BLD/texk/,${top_builddir}/../,g'` KPATHSEA_RULE='# Rebuild libkpathsea |