diff options
author | Karl Berry <karl@freefriends.org> | 2018-12-24 23:22:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-12-24 23:22:06 +0000 |
commit | 89fd23786fcc350c4c3632da12bd090889e0e372 (patch) | |
tree | 3b9443de5a992a462472098547c1230021f4a241 /Build/source/libs/cairo | |
parent | e598b6a83ccb96d578300e10f1e269ef88027faf (diff) |
reautoconf
git-svn-id: svn://tug.org/texlive/trunk@49496 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/cairo')
-rwxr-xr-x | Build/source/libs/cairo/configure | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Build/source/libs/cairo/configure b/Build/source/libs/cairo/configure index 905af910bf5..e865138e344 100755 --- a/Build/source/libs/cairo/configure +++ b/Build/source/libs/cairo/configure @@ -4360,6 +4360,7 @@ else fi ;; esac +##tldbg KPSE_BASIC: Remember cairo () as Kpse_Package (for future messages). if test "`cd $srcdir && pwd`" != "`pwd`"; then # Use -I$(srcdir) only when $(srcdir) != ., so that make's output @@ -5711,7 +5712,7 @@ esac esac -echo 'dbg:_KPSE_COMPILER_VISIBILITY called.' >&5 +echo 'tldbg:KPSE_COMPILER_VISIBILITY called.' >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking CFLAGS for C to hide external symbols" >&5 $as_echo_n "checking CFLAGS for C to hide external symbols... " >&6; } if ${kpse_cv_visibility_cflags+:} false; then : @@ -6403,7 +6404,7 @@ else fi -## _KPSE_INIT: Initialize TL infrastructure +##tldbg _KPSE_INIT: Initialize TL infrastructure. kpse_BLD=`(cd "./../../." && pwd)` kpse_SRC=`(cd "$srcdir/../../." && pwd)` @@ -6570,7 +6571,9 @@ else PKG_CONFIG="$ac_cv_prog_PKG_CONFIG" fi -## _KPSE_LIB_FLAGS: Setup pixman (-lpixman) flags +##tldbg _KPSE_LIB_FLAGS: Setup pixman (-lpixman) flags. +echo 'tldbg:_KPSE_LIB_FLAGS called: libdir=pixman, libname=pixman, options=, tlincl=-IBLD/libs/pixman/include, tllib=BLD/libs/pixman/libpixman.a, tlextra=, rebuildsrcdeps=, rebuildblddeps=${top_builddir}/../../libs/pixman/include/pixman.h.' >&5 +##tldbg _KPSE_LIB_FLAGS_TL: pixman (pixman) . # Check whether --with-system-pixman was given. if test "${with_system_pixman+set}" = set; then : |