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/mpfr | |
parent | e598b6a83ccb96d578300e10f1e269ef88027faf (diff) |
reautoconf
git-svn-id: svn://tug.org/texlive/trunk@49496 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/mpfr')
-rwxr-xr-x | Build/source/libs/mpfr/configure | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/Build/source/libs/mpfr/configure b/Build/source/libs/mpfr/configure index 89be344902d..0fde5cd23e8 100755 --- a/Build/source/libs/mpfr/configure +++ b/Build/source/libs/mpfr/configure @@ -3838,6 +3838,7 @@ else fi ;; esac +##tldbg KPSE_BASIC: Remember mpfr () as Kpse_Package (for future messages). if test "`cd $srcdir && pwd`" != "`pwd`"; then # Use -I$(srcdir) only when $(srcdir) != ., so that make's output @@ -4892,7 +4893,7 @@ $as_echo "no, using $LN_S" >&6; } fi -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 : @@ -6559,11 +6560,13 @@ else fi -## _KPSE_INIT: Initialize TL infrastructure +##tldbg _KPSE_INIT: Initialize TL infrastructure. kpse_BLD=`(cd "./../../." && pwd)` kpse_SRC=`(cd "$srcdir/../../." && pwd)` -## _KPSE_LIB_FLAGS: Setup gmp (-lgmp) flags +##tldbg _KPSE_LIB_FLAGS: Setup gmp (-lgmp) flags. +echo 'tldbg:_KPSE_LIB_FLAGS called: libdir=gmp, libname=gmp, options=, tlincl=-IBLD/libs/gmp/include, tllib=BLD/libs/gmp/libgmp.a, tlextra=, rebuildsrcdeps=, rebuildblddeps=${top_builddir}/../../libs/gmp/include/gmp.h.' >&5 +##tldbg _KPSE_LIB_FLAGS_TL: gmp (gmp) . # Check whether --with-system-gmp was given. if test "${with_system_gmp+set}" = set; then : @@ -6580,7 +6583,8 @@ if test "${with_gmp_libdir+set}" = set; then : withval=$with_gmp_libdir; fi if test "x$with_system_gmp" = xyes; then - if test "x$with_gmp_includes" != x && test "x$with_gmp_includes" != xyes; then + ##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 GMP_LIBS="-lgmp" |