From b789d9d640329830153fd0b4ec23c7545100969b Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Thu, 23 Apr 2009 16:33:37 +0000 Subject: build system cleanup git-svn-id: svn://tug.org/texlive/trunk@12807 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/ttf2pk/ac/withenable.ac | 2 +- Build/source/texk/ttf2pk/configure | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'Build/source/texk/ttf2pk') 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 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 -- cgit v1.2.3