diff options
Diffstat (limited to 'dviware/dvisvgm/configure')
-rwxr-xr-x | dviware/dvisvgm/configure | 140 |
1 files changed, 27 insertions, 113 deletions
diff --git a/dviware/dvisvgm/configure b/dviware/dvisvgm/configure index 7ad9ff707e..87202e1eba 100755 --- a/dviware/dvisvgm/configure +++ b/dviware/dvisvgm/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.71 for dvisvgm 3.0.3. +# Generated by GNU Autoconf 2.71 for dvisvgm 3.0.4. # # Report bugs to <martin.gieseking@uos.de>. # @@ -621,8 +621,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='dvisvgm' PACKAGE_TARNAME='dvisvgm' -PACKAGE_VERSION='3.0.3' -PACKAGE_STRING='dvisvgm 3.0.3' +PACKAGE_VERSION='3.0.4' +PACKAGE_STRING='dvisvgm 3.0.4' PACKAGE_BUGREPORT='martin.gieseking@uos.de' PACKAGE_URL='' @@ -687,10 +687,6 @@ ASCIIDOC ZLIB_LIBS ZLIB_CFLAGS LIBOBJS -USE_BUNDLED_MD5_FALSE -USE_BUNDLED_MD5_TRUE -LIBCRYPTO_LIBS -LIBCRYPTO_CFLAGS TTFAUTOHINT_LIBS TTFAUTOHINT_CFLAGS HAVE_XXHASH_FALSE @@ -764,6 +760,8 @@ CPPFLAGS LDFLAGS CFLAGS CC +TEXLIVE_BUILD_FALSE +TEXLIVE_BUILD_TRUE AM_BACKSLASH AM_DEFAULT_VERBOSITY AM_DEFAULT_V @@ -890,9 +888,7 @@ BROTLI_LIBS WOFF2_CFLAGS WOFF2_LIBS TTFAUTOHINT_CFLAGS -TTFAUTOHINT_LIBS -LIBCRYPTO_CFLAGS -LIBCRYPTO_LIBS' +TTFAUTOHINT_LIBS' # Initialize some variables set by options. @@ -1441,7 +1437,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 3.0.3 to adapt to many kinds of systems. +\`configure' configures dvisvgm 3.0.4 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1512,7 +1508,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of dvisvgm 3.0.3:";; + short | recursive ) echo "Configuration of dvisvgm 3.0.4:";; esac cat <<\_ACEOF @@ -1589,10 +1585,6 @@ Some influential environment variables: C compiler flags for TTFAUTOHINT, overriding pkg-config TTFAUTOHINT_LIBS linker flags for TTFAUTOHINT, overriding pkg-config - LIBCRYPTO_CFLAGS - C compiler flags for LIBCRYPTO, overriding pkg-config - LIBCRYPTO_LIBS - linker flags for LIBCRYPTO, overriding pkg-config Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. @@ -1661,7 +1653,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -dvisvgm configure 3.0.3 +dvisvgm configure 3.0.4 generated by GNU Autoconf 2.71 Copyright (C) 2021 Free Software Foundation, Inc. @@ -2141,7 +2133,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 $as_me 3.0.3, which was +It was created by dvisvgm $as_me 3.0.4, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -3118,7 +3110,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ ac_compiler_gnu=$ac_cv_c_compiler_gnu -DATE="February 2023" +DATE="March 2023" ac_config_headers="$ac_config_headers config.h" @@ -3712,7 +3704,7 @@ fi # Define the identity of the package. PACKAGE='dvisvgm' - VERSION='3.0.3' + VERSION='3.0.4' printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h @@ -3816,6 +3808,15 @@ END fi + if test "x$enable_texlive_build" = xyes; then + TEXLIVE_BUILD_TRUE= + TEXLIVE_BUILD_FALSE='#' +else + TEXLIVE_BUILD_TRUE='#' + TEXLIVE_BUILD_FALSE= +fi + + printf "%s\n" "#define HOST_SYSTEM \"$host\"" >>confdefs.h @@ -19492,93 +19493,6 @@ fi fi fi -ac_fn_c_check_header_compile "$LINENO" "openssl/md5.h" "ac_cv_header_openssl_md5_h" "$ac_includes_default" -if test "x$ac_cv_header_openssl_md5_h" = xyes -then : - printf "%s\n" "#define HAVE_OPENSSL_MD5_H 1" >>confdefs.h - -fi - - -pkg_failed=no -{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for LIBCRYPTO" >&5 -printf %s "checking for LIBCRYPTO... " >&6; } - -if test -n "$LIBCRYPTO_CFLAGS"; then - pkg_cv_LIBCRYPTO_CFLAGS="$LIBCRYPTO_CFLAGS" - elif test -n "$PKG_CONFIG"; then - if test -n "$PKG_CONFIG" && \ - { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libcrypto\""; } >&5 - ($PKG_CONFIG --exists --print-errors "libcrypto") 2>&5 - ac_status=$? - printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; then - pkg_cv_LIBCRYPTO_CFLAGS=`$PKG_CONFIG --cflags "libcrypto" 2>/dev/null` - test "x$?" != "x0" && pkg_failed=yes -else - pkg_failed=yes -fi - else - pkg_failed=untried -fi -if test -n "$LIBCRYPTO_LIBS"; then - pkg_cv_LIBCRYPTO_LIBS="$LIBCRYPTO_LIBS" - elif test -n "$PKG_CONFIG"; then - if test -n "$PKG_CONFIG" && \ - { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libcrypto\""; } >&5 - ($PKG_CONFIG --exists --print-errors "libcrypto") 2>&5 - ac_status=$? - printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 - test $ac_status = 0; }; then - pkg_cv_LIBCRYPTO_LIBS=`$PKG_CONFIG --libs "libcrypto" 2>/dev/null` - test "x$?" != "x0" && pkg_failed=yes -else - pkg_failed=yes -fi - else - pkg_failed=untried -fi - - - -if test $pkg_failed = yes; then - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 -printf "%s\n" "no" >&6; } - -if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then - _pkg_short_errors_supported=yes -else - _pkg_short_errors_supported=no -fi - if test $_pkg_short_errors_supported = yes; then - LIBCRYPTO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libcrypto" 2>&1` - else - LIBCRYPTO_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libcrypto" 2>&1` - fi - # Put the nasty error message in config.log where it belongs - echo "$LIBCRYPTO_PKG_ERRORS" >&5 - - HAVE_LIBCRYPTO=0 -elif test $pkg_failed = untried; then - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 -printf "%s\n" "no" >&6; } - HAVE_LIBCRYPTO=0 -else - LIBCRYPTO_CFLAGS=$pkg_cv_LIBCRYPTO_CFLAGS - LIBCRYPTO_LIBS=$pkg_cv_LIBCRYPTO_LIBS - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -printf "%s\n" "yes" >&6; } - HAVE_LIBCRYPTO=1 -fi - if test "$HAVE_LIBCRYPTO" -eq 0; then - USE_BUNDLED_MD5_TRUE= - USE_BUNDLED_MD5_FALSE='#' -else - USE_BUNDLED_MD5_TRUE='#' - USE_BUNDLED_MD5_FALSE= -fi - - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gzopen in -lz" >&5 printf %s "checking for gzopen in -lz... " >&6; } if test ${ac_cv_lib_z_gzopen+y} @@ -20927,6 +20841,10 @@ else am__EXEEXT_FALSE= fi +if test -z "${TEXLIVE_BUILD_TRUE}" && test -z "${TEXLIVE_BUILD_FALSE}"; then + as_fn_error $? "conditional \"TEXLIVE_BUILD\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then as_fn_error $? "conditional \"AMDEP\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 @@ -20963,10 +20881,6 @@ 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 "${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 "${BUILD_MANPAGE_TRUE}" && test -z "${BUILD_MANPAGE_FALSE}"; then as_fn_error $? "conditional \"BUILD_MANPAGE\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 @@ -21365,7 +21279,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 $as_me 3.0.3, which was +This file was extended by dvisvgm $as_me 3.0.4, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -21433,7 +21347,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config='$ac_cs_config_escaped' ac_cs_version="\\ -dvisvgm config.status 3.0.3 +dvisvgm config.status 3.0.4 configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" |