diff options
Diffstat (limited to 'Build/source/texk/ttf2pk')
-rw-r--r-- | Build/source/texk/ttf2pk/ac/withenable.ac | 2 | ||||
-rwxr-xr-x | Build/source/texk/ttf2pk/configure | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/Build/source/texk/ttf2pk/ac/withenable.ac b/Build/source/texk/ttf2pk/ac/withenable.ac index 6709c989f42..fcebeff82bd 100644 --- a/Build/source/texk/ttf2pk/ac/withenable.ac +++ b/Build/source/texk/ttf2pk/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 ttf2pk -KPSE_WITH_PROG([ttf2pk], [kpathsea freetype]) +KPSE_ENABLE_PROG([ttf2pk], [kpathsea freetype]) diff --git a/Build/source/texk/ttf2pk/configure b/Build/source/texk/ttf2pk/configure index 1f1cb75d9f2..22a58454c57 100755 --- a/Build/source/texk/ttf2pk/configure +++ b/Build/source/texk/ttf2pk/configure @@ -14260,6 +14260,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 @@ -14299,6 +14300,7 @@ else -e "s,BLD/,$kpse_BLD/,g"` FREETYPE_LIBS=`echo 'BLD/libs/freetype/libttf.a' | sed \ -e "s,BLD/,$kpse_BLD/,g"` + FREETYPE_DEPEND=`echo 'BLD/libs/freetype/libttf.a' | sed \ -e 's,BLD/,${top_builddir}/../../,g'` FREETYPE_RULE='# Rebuild libttf |