diff options
Diffstat (limited to 'Build/source/texk/dvisvgm/configure')
-rwxr-xr-x | Build/source/texk/dvisvgm/configure | 86 |
1 files changed, 71 insertions, 15 deletions
diff --git a/Build/source/texk/dvisvgm/configure b/Build/source/texk/dvisvgm/configure index c19637de007..b08fa5896e6 100755 --- a/Build/source/texk/dvisvgm/configure +++ b/Build/source/texk/dvisvgm/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for dvisvgm (TeX Live) 2.6. +# Generated by GNU Autoconf 2.69 for dvisvgm (TeX Live) 2.6.1. # # Report bugs to <tex-k@tug.org>. # @@ -590,8 +590,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='dvisvgm (TeX Live)' PACKAGE_TARNAME='dvisvgm--tex-live-' -PACKAGE_VERSION='2.6' -PACKAGE_STRING='dvisvgm (TeX Live) 2.6' +PACKAGE_VERSION='2.6.1' +PACKAGE_STRING='dvisvgm (TeX Live) 2.6.1' PACKAGE_BUGREPORT='tex-k@tug.org' PACKAGE_URL='' @@ -644,6 +644,14 @@ DVISVGM_TREE CODE_COVERAGE_RULES CODE_COVERAGE_ENABLED_FALSE CODE_COVERAGE_ENABLED_TRUE +HAVE_XXHASH_FALSE +HAVE_XXHASH_TRUE +HAVE_WOFF2_FALSE +HAVE_WOFF2_TRUE +HAVE_BROTLI_FALSE +HAVE_BROTLI_TRUE +HAVE_POTRACE_FALSE +HAVE_POTRACE_TRUE USE_BUNDLED_MD5_FALSE USE_BUNDLED_MD5_TRUE USE_BUNDLED_LIBS_FALSE @@ -1378,7 +1386,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures dvisvgm (TeX Live) 2.6 to adapt to many kinds of systems. +\`configure' configures dvisvgm (TeX Live) 2.6.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1449,7 +1457,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of dvisvgm (TeX Live) 2.6:";; + short | recursive ) echo "Configuration of dvisvgm (TeX Live) 2.6.1:";; esac cat <<\_ACEOF @@ -1581,7 +1589,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -dvisvgm (TeX Live) configure 2.6 +dvisvgm (TeX Live) configure 2.6.1 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2449,7 +2457,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by dvisvgm (TeX Live) $as_me 2.6, which was +It was created by dvisvgm (TeX Live) $as_me 2.6.1, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2807,7 +2815,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ ac_compiler_gnu=$ac_cv_c_compiler_gnu -DATE="September 2018" +DATE="October 2018" ac_config_headers="$ac_config_headers config.h" @@ -8199,7 +8207,7 @@ fi # Define the identity of the package. PACKAGE='dvisvgm--tex-live-' - VERSION='2.6' + VERSION='2.6.1' cat >>confdefs.h <<_ACEOF @@ -13932,9 +13940,8 @@ fi - cat >>confdefs.h <<_ACEOF -#define TARGET_SYSTEM "$host" +#define TARGET_SYSTEM "$target" _ACEOF @@ -20198,7 +20205,7 @@ Usage: $0 [OPTIONS] Report bugs to <bug-libtool@gnu.org>." lt_cl_version="\ -dvisvgm (TeX Live) config.lt 2.6 +dvisvgm (TeX Live) config.lt 2.6.1 configured by $0, generated by GNU Autoconf 2.69. Copyright (C) 2011 Free Software Foundation, Inc. @@ -22691,7 +22698,6 @@ done -# TL? memset strcasecmp strtol # Check whether --enable-woff was given. if test "${enable_woff+set}" = set; then : @@ -22752,6 +22758,40 @@ else fi +# TL: these conditionals for system libraries are in the Makefile.am's. + if false; then + HAVE_POTRACE_TRUE= + HAVE_POTRACE_FALSE='#' +else + HAVE_POTRACE_TRUE='#' + HAVE_POTRACE_FALSE= +fi + + if false; then + HAVE_BROTLI_TRUE= + HAVE_BROTLI_FALSE='#' +else + HAVE_BROTLI_TRUE='#' + HAVE_BROTLI_FALSE= +fi + + if false; then + HAVE_WOFF2_TRUE= + HAVE_WOFF2_FALSE='#' +else + HAVE_WOFF2_TRUE='#' + HAVE_WOFF2_FALSE= +fi + + if false; then + HAVE_XXHASH_TRUE= + HAVE_XXHASH_FALSE='#' +else + HAVE_XXHASH_TRUE='#' + HAVE_XXHASH_FALSE= +fi + + # TL: not going to build_manpage (which is the default). # TL: not going to attempt code coverage; need to subst it away. if false; then @@ -22933,6 +22973,22 @@ if test -z "${USE_BUNDLED_MD5_TRUE}" && test -z "${USE_BUNDLED_MD5_FALSE}"; then as_fn_error $? "conditional \"USE_BUNDLED_MD5\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi +if test -z "${HAVE_POTRACE_TRUE}" && test -z "${HAVE_POTRACE_FALSE}"; then + as_fn_error $? "conditional \"HAVE_POTRACE\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${HAVE_BROTLI_TRUE}" && test -z "${HAVE_BROTLI_FALSE}"; then + as_fn_error $? "conditional \"HAVE_BROTLI\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${HAVE_WOFF2_TRUE}" && test -z "${HAVE_WOFF2_FALSE}"; then + as_fn_error $? "conditional \"HAVE_WOFF2\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${HAVE_XXHASH_TRUE}" && test -z "${HAVE_XXHASH_FALSE}"; then + as_fn_error $? "conditional \"HAVE_XXHASH\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi if test -z "${CODE_COVERAGE_ENABLED_TRUE}" && test -z "${CODE_COVERAGE_ENABLED_FALSE}"; then as_fn_error $? "conditional \"CODE_COVERAGE_ENABLED\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 @@ -23334,7 +23390,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by dvisvgm (TeX Live) $as_me 2.6, which was +This file was extended by dvisvgm (TeX Live) $as_me 2.6.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -23400,7 +23456,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -dvisvgm (TeX Live) config.status 2.6 +dvisvgm (TeX Live) config.status 2.6.1 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" |