summaryrefslogtreecommitdiff
path: root/Build/source/configure
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-12-24 23:22:06 +0000
committerKarl Berry <karl@freefriends.org>2018-12-24 23:22:06 +0000
commit89fd23786fcc350c4c3632da12bd090889e0e372 (patch)
tree3b9443de5a992a462472098547c1230021f4a241 /Build/source/configure
parente598b6a83ccb96d578300e10f1e269ef88027faf (diff)
reautoconf
git-svn-id: svn://tug.org/texlive/trunk@49496 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/configure')
-rwxr-xr-xBuild/source/configure11
1 files changed, 9 insertions, 2 deletions
diff --git a/Build/source/configure b/Build/source/configure
index 7b0694d1423..d8a2104e336 100755
--- a/Build/source/configure
+++ b/Build/source/configure
@@ -10754,6 +10754,8 @@ fi
done
+##tldbg KPSE_COMMON: TeX Live top-level (tar-pax dist-xz no-dist-gzip).
+##tldbg KPSE_BASIC: Remember TeX Live top-level (tar-pax dist-xz no-dist-gzip) as Kpse_Package (for future messages).
if test "`cd $srcdir && pwd`" != "`pwd`"; then
# Use -I$(srcdir) only when $(srcdir) != ., so that make's output
@@ -21091,7 +21093,7 @@ fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for TeX specific libraries to build" >&5
$as_echo_n "checking for TeX specific libraries to build... " >&6; }
-echo 'dbg:_KPSE_RECURSE called: list=texlibs, text=TeX specific libraries, cond=test "x$with_system_Kpse_pkg" != xyes && test "x$need_Kpse_pkg" = xyes, prefix=texk/.' >&5
+echo 'tldbg:_KPSE_RECURSE called: list=texlibs, text=TeX specific libraries, cond=test "x$with_system_[]Kpse_pkg" != xyes && test "x$need_[]Kpse_pkg" = xyes, prefix=texk/.' >&5
MAKE_SUBDIRS=
CONF_SUBDIRS=
if test -x $srcdir/texk/ptexenc/configure; then
@@ -21217,6 +21219,7 @@ elif test "x$need_ptexenc:$with_system_ptexenc" = xyes:yes; then
as_fn_error $? "did not find ptexenc" "$LINENO" 5
fi
+##tldbg _KPSE_LIB_FLAGS_SYSTEM: zlib (z).
if test "x$with_zlib_includes" != x && test "x$with_zlib_includes" != xyes; then
ZLIB_INCLUDES="-I$with_zlib_includes"
fi
@@ -21225,6 +21228,7 @@ if test "x$with_zlib_libdir" != x && test "x$with_zlib_libdir" != xyes; then
ZLIB_LIBS="-L$with_zlib_libdir $ZLIB_LIBS"
fi
+##tldbg _KPSE_LIB_FLAGS_SYSTEM: libpaper (paper).
if test "x$with_libpaper_includes" != x && test "x$with_libpaper_includes" != xyes; then
LIBPAPER_INCLUDES="-I$with_libpaper_includes"
fi
@@ -21338,6 +21342,7 @@ elif test "x$need_freetype2:$with_system_freetype2" = xyes:yes; then
as_fn_error $? "did not find freetype-config required for system freetype2 library" "$LINENO" 5
fi
+##tldbg _KPSE_LIB_FLAGS_SYSTEM: gd (gd).
if test "x$with_gd_includes" != x && test "x$with_gd_includes" != xyes; then
GD_INCLUDES="-I$with_gd_includes"
fi
@@ -21360,6 +21365,7 @@ elif test "x$need_cairo:$with_system_cairo" = xyes:yes; then
as_fn_error $? "did not find cairo 1.12 or better" "$LINENO" 5
fi
+##tldbg _KPSE_LIB_FLAGS_SYSTEM: gmp (gmp).
if test "x$with_gmp_includes" != x && test "x$with_gmp_includes" != xyes; then
GMP_INCLUDES="-I$with_gmp_includes"
fi
@@ -21368,6 +21374,7 @@ if test "x$with_gmp_libdir" != x && test "x$with_gmp_libdir" != xyes; then
GMP_LIBS="-L$with_gmp_libdir $GMP_LIBS"
fi
+##tldbg _KPSE_LIB_FLAGS_SYSTEM: mpfr (mpfr).
if test "x$with_mpfr_includes" != x && test "x$with_mpfr_includes" != xyes; then
MPFR_INCLUDES="-I$with_mpfr_includes"
fi
@@ -21417,7 +21424,7 @@ elif test "x$need_teckit:$with_system_teckit" = xyes:yes; then
as_fn_error $? "did not find teckit" "$LINENO" 5
fi
-echo 'dbg:_KPSE_ICU_SYSTEM_FLAGS called.' >&5
+echo 'tldbg:KPSE_ICU_SYSTEM_FLAGS called.' >&5
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}icu-config", so it can be a program name with args.
set dummy ${ac_tool_prefix}icu-config; ac_word=$2