diff options
Diffstat (limited to 'Build/source/texk/dviljk')
-rw-r--r-- | Build/source/texk/dviljk/ac/withenable.ac | 2 | ||||
-rwxr-xr-x | Build/source/texk/dviljk/configure | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/texk/dviljk/ac/withenable.ac b/Build/source/texk/dviljk/ac/withenable.ac index b76e05d6c47..22ea684d4b2 100644 --- a/Build/source/texk/dviljk/ac/withenable.ac +++ b/Build/source/texk/dviljk/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 dviljk -KPSE_WITH_PROG([dviljk], [kpathsea]) +KPSE_ENABLE_PROG([dviljk], [kpathsea]) diff --git a/Build/source/texk/dviljk/configure b/Build/source/texk/dviljk/configure index ea24179ec69..d2ab4feb889 100755 --- a/Build/source/texk/dviljk/configure +++ b/Build/source/texk/dviljk/configure @@ -14675,6 +14675,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 |