diff options
Diffstat (limited to 'Build/source/texk/makeindexk')
-rw-r--r-- | Build/source/texk/makeindexk/ac/withenable.ac | 2 | ||||
-rwxr-xr-x | Build/source/texk/makeindexk/configure | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/texk/makeindexk/ac/withenable.ac b/Build/source/texk/makeindexk/ac/withenable.ac index d00b0ab0a42..abaf9f784fc 100644 --- a/Build/source/texk/makeindexk/ac/withenable.ac +++ b/Build/source/texk/makeindexk/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 makeindexk -KPSE_WITH_PROG([makeindexk], [kpathsea]) +KPSE_ENABLE_PROG([makeindexk], [kpathsea]) diff --git a/Build/source/texk/makeindexk/configure b/Build/source/texk/makeindexk/configure index 340c9a62b87..783f5aebd91 100755 --- a/Build/source/texk/makeindexk/configure +++ b/Build/source/texk/makeindexk/configure @@ -14408,6 +14408,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 |