summaryrefslogtreecommitdiff
path: root/Build/source/utils
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-02-10 02:06:16 +0000
committerKarl Berry <karl@freefriends.org>2021-02-10 02:06:16 +0000
commitf7d85010d576338dfe636b97b585fee191ac08ca (patch)
treee28cb0342fc08ca2b4174a4ff5a8d058a30e1e2e /Build/source/utils
parentf488d81861efec661f083c7f58e8984b7dc11a7a (diff)
debugging line if configure not found in subdir
git-svn-id: svn://tug.org/texlive/trunk@57699 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils')
-rwxr-xr-xBuild/source/utils/configure28
1 files changed, 28 insertions, 0 deletions
diff --git a/Build/source/utils/configure b/Build/source/utils/configure
index e2ffb26c675..01545c4b2b1 100755
--- a/Build/source/utils/configure
+++ b/Build/source/utils/configure
@@ -6445,58 +6445,86 @@ CONF_SUBDIRS=
if test -x $srcdir/autosp/configure; then
test "x$enable_autosp" = xyes && MAKE_SUBDIRS="$MAKE_SUBDIRS autosp"
CONF_SUBDIRS="$CONF_SUBDIRS autosp"
+else
+ echo 'tldbg:_KPSE_RECURSE skipping subdir, no (executable) configure: '"$srcdir"'/autosp/configure' >&5
fi
if test -x $srcdir/axodraw2/configure; then
test "x$enable_axodraw2" = xyes && MAKE_SUBDIRS="$MAKE_SUBDIRS axodraw2"
CONF_SUBDIRS="$CONF_SUBDIRS axodraw2"
+else
+ echo 'tldbg:_KPSE_RECURSE skipping subdir, no (executable) configure: '"$srcdir"'/axodraw2/configure' >&5
fi
if test -x $srcdir/devnag/configure; then
test "x$enable_devnag" = xyes && MAKE_SUBDIRS="$MAKE_SUBDIRS devnag"
CONF_SUBDIRS="$CONF_SUBDIRS devnag"
+else
+ echo 'tldbg:_KPSE_RECURSE skipping subdir, no (executable) configure: '"$srcdir"'/devnag/configure' >&5
fi
if test -x $srcdir/lacheck/configure; then
test "x$enable_lacheck" = xyes && MAKE_SUBDIRS="$MAKE_SUBDIRS lacheck"
CONF_SUBDIRS="$CONF_SUBDIRS lacheck"
+else
+ echo 'tldbg:_KPSE_RECURSE skipping subdir, no (executable) configure: '"$srcdir"'/lacheck/configure' >&5
fi
if test -x $srcdir/m-tx/configure; then
test "x$enable_m_tx" = xyes && MAKE_SUBDIRS="$MAKE_SUBDIRS m-tx"
CONF_SUBDIRS="$CONF_SUBDIRS m-tx"
+else
+ echo 'tldbg:_KPSE_RECURSE skipping subdir, no (executable) configure: '"$srcdir"'/m-tx/configure' >&5
fi
if test -x $srcdir/pmx/configure; then
test "x$enable_pmx" = xyes && MAKE_SUBDIRS="$MAKE_SUBDIRS pmx"
CONF_SUBDIRS="$CONF_SUBDIRS pmx"
+else
+ echo 'tldbg:_KPSE_RECURSE skipping subdir, no (executable) configure: '"$srcdir"'/pmx/configure' >&5
fi
if test -x $srcdir/ps2eps/configure; then
test "x$enable_ps2eps" = xyes && MAKE_SUBDIRS="$MAKE_SUBDIRS ps2eps"
CONF_SUBDIRS="$CONF_SUBDIRS ps2eps"
+else
+ echo 'tldbg:_KPSE_RECURSE skipping subdir, no (executable) configure: '"$srcdir"'/ps2eps/configure' >&5
fi
if test -x $srcdir/t1utils/configure; then
test "x$enable_t1utils" = xyes && MAKE_SUBDIRS="$MAKE_SUBDIRS t1utils"
CONF_SUBDIRS="$CONF_SUBDIRS t1utils"
+else
+ echo 'tldbg:_KPSE_RECURSE skipping subdir, no (executable) configure: '"$srcdir"'/t1utils/configure' >&5
fi
if test -x $srcdir/texdoctk/configure; then
test "x$enable_texdoctk" = xyes && MAKE_SUBDIRS="$MAKE_SUBDIRS texdoctk"
CONF_SUBDIRS="$CONF_SUBDIRS texdoctk"
+else
+ echo 'tldbg:_KPSE_RECURSE skipping subdir, no (executable) configure: '"$srcdir"'/texdoctk/configure' >&5
fi
if test -x $srcdir/tpic2pdftex/configure; then
test "x$enable_tpic2pdftex" = xyes && MAKE_SUBDIRS="$MAKE_SUBDIRS tpic2pdftex"
CONF_SUBDIRS="$CONF_SUBDIRS tpic2pdftex"
+else
+ echo 'tldbg:_KPSE_RECURSE skipping subdir, no (executable) configure: '"$srcdir"'/tpic2pdftex/configure' >&5
fi
if test -x $srcdir/vlna/configure; then
test "x$enable_vlna" = xyes && MAKE_SUBDIRS="$MAKE_SUBDIRS vlna"
CONF_SUBDIRS="$CONF_SUBDIRS vlna"
+else
+ echo 'tldbg:_KPSE_RECURSE skipping subdir, no (executable) configure: '"$srcdir"'/vlna/configure' >&5
fi
if test -x $srcdir/xindy/configure; then
test "x$enable_xindy" = xyes && MAKE_SUBDIRS="$MAKE_SUBDIRS xindy"
CONF_SUBDIRS="$CONF_SUBDIRS xindy"
+else
+ echo 'tldbg:_KPSE_RECURSE skipping subdir, no (executable) configure: '"$srcdir"'/xindy/configure' >&5
fi
if test -x $srcdir/xml2pmx/configure; then
test "x$enable_xml2pmx" = xyes && MAKE_SUBDIRS="$MAKE_SUBDIRS xml2pmx"
CONF_SUBDIRS="$CONF_SUBDIRS xml2pmx"
+else
+ echo 'tldbg:_KPSE_RECURSE skipping subdir, no (executable) configure: '"$srcdir"'/xml2pmx/configure' >&5
fi
if test -x $srcdir/xpdfopen/configure; then
test "x$enable_xpdfopen" = xyes && MAKE_SUBDIRS="$MAKE_SUBDIRS xpdfopen"
CONF_SUBDIRS="$CONF_SUBDIRS xpdfopen"
+else
+ echo 'tldbg:_KPSE_RECURSE skipping subdir, no (executable) configure: '"$srcdir"'/xpdfopen/configure' >&5
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE_SUBDIRS" >&5