diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 08:02:36 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 08:02:36 +0000 |
commit | 07978ec28369b472f255fd7dde9085f42509e153 (patch) | |
tree | b6614badfed18e6417673cf106d36d9d2dd6fff0 /configure | |
parent | Adding upstream version 3.3.4. (diff) | |
download | knot-07978ec28369b472f255fd7dde9085f42509e153.tar.xz knot-07978ec28369b472f255fd7dde9085f42509e153.zip |
Adding upstream version 3.3.5.upstream/3.3.5
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 101 |
1 files changed, 90 insertions, 11 deletions
@@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.71 for knot 3.3.4. +# Generated by GNU Autoconf 2.71 for knot 3.3.5. # # Report bugs to <knot-dns@labs.nic.cz>. # @@ -621,8 +621,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='knot' PACKAGE_TARNAME='knot' -PACKAGE_VERSION='3.3.4' -PACKAGE_STRING='knot 3.3.4' +PACKAGE_VERSION='3.3.5' +PACKAGE_STRING='knot 3.3.5' PACKAGE_BUGREPORT='knot-dns@labs.nic.cz' PACKAGE_URL='' @@ -778,6 +778,10 @@ SHARED_MODULE_cookies_FALSE SHARED_MODULE_cookies_TRUE STATIC_MODULE_cookies_FALSE STATIC_MODULE_cookies_TRUE +SHARED_MODULE_authsignal_FALSE +SHARED_MODULE_authsignal_TRUE +STATIC_MODULE_authsignal_FALSE +STATIC_MODULE_authsignal_TRUE liburcu_PKGCONFIG liburcu_LIBS liburcu_CFLAGS @@ -978,6 +982,7 @@ enable_systemd with_socket_polling with_memory_allocator with_urcu +with_module_authsignal with_module_cookies with_module_dnsproxy with_module_dnstap @@ -1598,7 +1603,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 knot 3.3.4 to adapt to many kinds of systems. +\`configure' configures knot 3.3.5 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1669,7 +1674,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of knot 3.3.4:";; + short | recursive ) echo "Configuration of knot 3.3.5:";; esac cat <<\_ACEOF @@ -1738,6 +1743,8 @@ Optional Packages: Use specific memory allocator for the server (e.g. jemalloc) [default=auto] --with-urcu=DIR where to find userspace-rcu library + --with-module-authsignal=yes|shared|no + Build 'authsignal' module [default="yes"] --with-module-cookies=yes|shared|no Build 'cookies' module [default="yes"] --with-module-dnsproxy=yes|shared|no @@ -1916,7 +1923,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -knot configure 3.3.4 +knot configure 3.3.5 generated by GNU Autoconf 2.71 Copyright (C) 2021 Free Software Foundation, Inc. @@ -2267,7 +2274,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 knot $as_me 3.3.4, which was +It was created by knot $as_me 3.3.5, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -3542,7 +3549,7 @@ fi # Define the identity of the package. PACKAGE='knot' - VERSION='3.3.4' + VERSION='3.3.5' printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h @@ -5262,7 +5269,7 @@ KNOT_VERSION_MAJOR=3 KNOT_VERSION_MINOR=3 -KNOT_VERSION_PATCH=4 +KNOT_VERSION_PATCH=5 # Store ./configure parameters and CFLAGS @@ -16971,6 +16978,70 @@ doc_modules="" +# Check whether --with-module-authsignal was given. +if test ${with_module_authsignal+y} +then : + withval=$with_module_authsignal; module=$withval +else $as_nop + if test "$enable_modules" = "no" +then : + module=no +else $as_nop + module="yes" + +fi + +fi + + + doc_modules="${doc_modules}.. include:: modules/authsignal/authsignal.rst\n" + + STATIC_MODULE_authsignal=no + SHARED_MODULE_authsignal=no + case $module in #( + yes) : + STATIC_MODULE_authsignal=yes + static_modules="${static_modules}authsignal " + static_modules_declars="${static_modules_declars}extern const knotd_mod_api_t knotd_mod_api_authsignal;\n" + static_modules_init="${static_modules_init}\\\\\n\t{ &knotd_mod_api_authsignal }," ;; #( + shared) : + SHARED_MODULE_authsignal=yes + shared_modules="${shared_modules}authsignal " + if test "" = "non-shareable" +then : + as_fn_error $? "Module authsignal cannot be shared" "$LINENO" 5 +fi + if test "$enable_shared" != "yes" +then : + as_fn_error $? "Shared module authsignal requires shared libraries" "$LINENO" 5 +fi ;; #( + no) : + ;; #( + *) : + as_fn_error $? "Invalid value '$module' for --with-module-authsignal" "$LINENO" 5 + ;; #( + *) : + ;; +esac + if test "$STATIC_MODULE_authsignal" = "yes"; then + STATIC_MODULE_authsignal_TRUE= + STATIC_MODULE_authsignal_FALSE='#' +else + STATIC_MODULE_authsignal_TRUE='#' + STATIC_MODULE_authsignal_FALSE= +fi + + if test "$SHARED_MODULE_authsignal" = "yes"; then + SHARED_MODULE_authsignal_TRUE= + SHARED_MODULE_authsignal_FALSE='#' +else + SHARED_MODULE_authsignal_TRUE='#' + SHARED_MODULE_authsignal_FALSE= +fi + + + + # Check whether --with-module-cookies was given. if test ${with_module_cookies+y} then : @@ -21137,6 +21208,14 @@ if test -z "${ENABLE_XDP_TRUE}" && test -z "${ENABLE_XDP_FALSE}"; then as_fn_error $? "conditional \"ENABLE_XDP\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi +if test -z "${STATIC_MODULE_authsignal_TRUE}" && test -z "${STATIC_MODULE_authsignal_FALSE}"; then + as_fn_error $? "conditional \"STATIC_MODULE_authsignal\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${SHARED_MODULE_authsignal_TRUE}" && test -z "${SHARED_MODULE_authsignal_FALSE}"; then + as_fn_error $? "conditional \"SHARED_MODULE_authsignal\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi if test -z "${STATIC_MODULE_cookies_TRUE}" && test -z "${STATIC_MODULE_cookies_FALSE}"; then as_fn_error $? "conditional \"STATIC_MODULE_cookies\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 @@ -21671,7 +21750,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 knot $as_me 3.3.4, which was +This file was extended by knot $as_me 3.3.5, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -21739,7 +21818,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="\\ -knot config.status 3.3.4 +knot config.status 3.3.5 configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" |