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/xdvik/ac/withenable.ac | 2 +- Build/source/texk/xdvik/configure | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'Build/source/texk/xdvik') diff --git a/Build/source/texk/xdvik/ac/withenable.ac b/Build/source/texk/xdvik/ac/withenable.ac index 1156ac51f71..cefdcc4f609 100644 --- a/Build/source/texk/xdvik/ac/withenable.ac +++ b/Build/source/texk/xdvik/ac/withenable.ac @@ -4,5 +4,5 @@ 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 xdvik -KPSE_WITH_PROG([xdvik], [kpathsea t1lib]) +KPSE_ENABLE_PROG([xdvik], [kpathsea t1lib]) m4_include(kpse_TL[texk/xdvik/ac/xdvik.ac]) diff --git a/Build/source/texk/xdvik/configure b/Build/source/texk/xdvik/configure index 9a49616890f..adaccc54b1b 100755 --- a/Build/source/texk/xdvik/configure +++ b/Build/source/texk/xdvik/configure @@ -23181,6 +23181,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 @@ -23220,6 +23221,7 @@ else -e "s,BLD/,$kpse_BLD/,g"` T1LIB_LIBS=`echo 'BLD/libs/t1lib/libt1.a' | sed \ -e "s,BLD/,$kpse_BLD/,g"` + T1LIB_DEPEND=`echo 'BLD/libs/t1lib/libt1.a' | sed \ -e 's,BLD/,${top_builddir}/../../,g'` T1LIB_RULE='# Rebuild libt1 -- cgit v1.2.3