summaryrefslogtreecommitdiff
path: root/Build/source/configure
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/configure
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/configure')
-rwxr-xr-xBuild/source/configure4
1 files changed, 4 insertions, 0 deletions
diff --git a/Build/source/configure b/Build/source/configure
index 13f555e1e1f..d9e77a445f9 100755
--- a/Build/source/configure
+++ b/Build/source/configure
@@ -21108,10 +21108,14 @@ CONF_SUBDIRS=
if test -x $srcdir/texk/ptexenc/configure; then
test "x$with_system_ptexenc" != xyes && test "x$need_ptexenc" = xyes && MAKE_SUBDIRS="texk/ptexenc $MAKE_SUBDIRS"
CONF_SUBDIRS="texk/ptexenc $CONF_SUBDIRS"
+else
+ echo 'tldbg:_KPSE_RECURSE skipping subdir, no (executable) configure: '"$srcdir"'/texk/ptexenc/configure' >&5
fi
if test -x $srcdir/texk/kpathsea/configure; then
test "x$with_system_kpathsea" != xyes && test "x$need_kpathsea" = xyes && MAKE_SUBDIRS="texk/kpathsea $MAKE_SUBDIRS"
CONF_SUBDIRS="texk/kpathsea $CONF_SUBDIRS"
+else
+ echo 'tldbg:_KPSE_RECURSE skipping subdir, no (executable) configure: '"$srcdir"'/texk/kpathsea/configure' >&5
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE_SUBDIRS" >&5