|
@@ -1,6 +1,6 @@
|
|
|
#! /bin/sh
|
|
|
# Guess values for system-dependent variables and create Makefiles.
|
|
|
-# Generated by GNU Autoconf 2.71 for neon 0.33.0.
|
|
|
+# Generated by GNU Autoconf 2.71 for neon 0.34.0.
|
|
|
#
|
|
|
#
|
|
|
# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
|
|
@@ -623,8 +623,8 @@ MAKEFLAGS=
|
|
|
# Identity of this package.
|
|
|
PACKAGE_NAME='neon'
|
|
|
PACKAGE_TARNAME='neon'
|
|
|
-PACKAGE_VERSION='0.33.0'
|
|
|
-PACKAGE_STRING='neon 0.33.0'
|
|
|
+PACKAGE_VERSION='0.34.0'
|
|
|
+PACKAGE_STRING='neon 0.34.0'
|
|
|
PACKAGE_BUGREPORT=''
|
|
|
PACKAGE_URL='https://notroj.github.io/neon/'
|
|
|
|
|
@@ -1373,7 +1373,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 neon 0.33.0 to adapt to many kinds of systems.
|
|
|
+\`configure' configures neon 0.34.0 to adapt to many kinds of systems.
|
|
|
|
|
|
Usage: $0 [OPTION]... [VAR=VALUE]...
|
|
|
|
|
@@ -1439,7 +1439,7 @@ fi
|
|
|
|
|
|
if test -n "$ac_init_help"; then
|
|
|
case $ac_init_help in
|
|
|
- short | recursive ) echo "Configuration of neon 0.33.0:";;
|
|
|
+ short | recursive ) echo "Configuration of neon 0.34.0:";;
|
|
|
esac
|
|
|
cat <<\_ACEOF
|
|
|
|
|
@@ -1570,7 +1570,7 @@ fi
|
|
|
test -n "$ac_init_help" && exit $ac_status
|
|
|
if $ac_init_version; then
|
|
|
cat <<\_ACEOF
|
|
|
-neon configure 0.33.0
|
|
|
+neon configure 0.34.0
|
|
|
generated by GNU Autoconf 2.71
|
|
|
|
|
|
Copyright (C) 2021 Free Software Foundation, Inc.
|
|
@@ -2232,7 +2232,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 neon $as_me 0.33.0, which was
|
|
|
+It was created by neon $as_me 0.34.0, which was
|
|
|
generated by GNU Autoconf 2.71. Invocation command line was
|
|
|
|
|
|
$ $0$ac_configure_args_raw
|
|
@@ -2992,6 +2992,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
|
|
|
|
|
|
|
|
|
|
|
+
|
|
|
ac_config_headers="$ac_config_headers config.h"
|
|
|
|
|
|
|
|
@@ -3166,12 +3167,12 @@ NEON_BUILD_BUNDLED=yes
|
|
|
|
|
|
# Define the current versions.
|
|
|
NE_VERSION_MAJOR=0
|
|
|
-NE_VERSION_MINOR=33
|
|
|
+NE_VERSION_MINOR=34
|
|
|
NE_VERSION_PATCH=0
|
|
|
NE_VERSION_TAG=
|
|
|
|
|
|
-# 0.33.x is backwards-compatible to 0.27.x, so AGE=6
|
|
|
-NE_LIBTOOL_VERSINFO="33:${NE_VERSION_PATCH}:6"
|
|
|
+# 0.34.x is backwards-compatible to 0.27.x, so AGE=7
|
|
|
+NE_LIBTOOL_VERSINFO="34:${NE_VERSION_PATCH}:7"
|
|
|
|
|
|
|
|
|
|
|
@@ -5950,6 +5951,17 @@ then :
|
|
|
printf "%s\n" "#define HAVE_ICONV_H 1" >>confdefs.h
|
|
|
|
|
|
fi
|
|
|
+ac_fn_c_check_header_compile "$LINENO" "net/if.h" "ac_cv_header_net_if_h" "$ac_includes_default
|
|
|
+/* netinet/tcp.h requires netinet/in.h on some platforms. */
|
|
|
+#ifdef HAVE_NETINET_IN_H
|
|
|
+#include <netinet/in.h>
|
|
|
+#endif
|
|
|
+"
|
|
|
+if test "x$ac_cv_header_net_if_h" = xyes
|
|
|
+then :
|
|
|
+ printf "%s\n" "#define HAVE_NET_IF_H 1" >>confdefs.h
|
|
|
+
|
|
|
+fi
|
|
|
|
|
|
|
|
|
|
|
@@ -6327,6 +6339,18 @@ then :
|
|
|
printf "%s\n" "#define HAVE_GMTIME_R 1" >>confdefs.h
|
|
|
|
|
|
fi
|
|
|
+ac_fn_c_check_func "$LINENO" "if_nametoindex" "ac_cv_func_if_nametoindex"
|
|
|
+if test "x$ac_cv_func_if_nametoindex" = xyes
|
|
|
+then :
|
|
|
+ printf "%s\n" "#define HAVE_IF_NAMETOINDEX 1" >>confdefs.h
|
|
|
+
|
|
|
+fi
|
|
|
+ac_fn_c_check_func "$LINENO" "if_indextoname" "ac_cv_func_if_indextoname"
|
|
|
+if test "x$ac_cv_func_if_indextoname" = xyes
|
|
|
+then :
|
|
|
+ printf "%s\n" "#define HAVE_IF_INDEXTONAME 1" >>confdefs.h
|
|
|
+
|
|
|
+fi
|
|
|
|
|
|
|
|
|
if test "x${ac_cv_func_poll}${ac_cv_header_sys_poll_h}y" = "xyesyesy"; then
|
|
@@ -8460,6 +8484,12 @@ if test "x$ac_cv_func_gnutls_x509_crt_equals" = xyes
|
|
|
then :
|
|
|
printf "%s\n" "#define HAVE_GNUTLS_X509_CRT_EQUALS 1" >>confdefs.h
|
|
|
|
|
|
+fi
|
|
|
+ac_fn_c_check_func "$LINENO" "gnutls_set_default_priority_append" "ac_cv_func_gnutls_set_default_priority_append"
|
|
|
+if test "x$ac_cv_func_gnutls_set_default_priority_append" = xyes
|
|
|
+then :
|
|
|
+ printf "%s\n" "#define HAVE_GNUTLS_SET_DEFAULT_PRIORITY_APPEND 1" >>confdefs.h
|
|
|
+
|
|
|
fi
|
|
|
ac_fn_c_check_func "$LINENO" "gnutls_certificate_set_retrieve_function2" "ac_cv_func_gnutls_certificate_set_retrieve_function2"
|
|
|
if test "x$ac_cv_func_gnutls_certificate_set_retrieve_function2" = xyes
|
|
@@ -13529,6 +13559,10 @@ _lt_linker_boilerplate=`cat conftest.err`
|
|
|
$RM -r conftest*
|
|
|
|
|
|
|
|
|
+## CAVEAT EMPTOR:
|
|
|
+## There is no encapsulation within the following macros, do not change
|
|
|
+## the running order or otherwise move them around unless you know exactly
|
|
|
+## what you are doing...
|
|
|
if test -n "$compiler"; then
|
|
|
|
|
|
lt_prog_compiler_no_builtin_flag=
|
|
@@ -20562,7 +20596,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 neon $as_me 0.33.0, which was
|
|
|
+This file was extended by neon $as_me 0.34.0, which was
|
|
|
generated by GNU Autoconf 2.71. Invocation command line was
|
|
|
|
|
|
CONFIG_FILES = $CONFIG_FILES
|
|
@@ -20631,7 +20665,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="\\
|
|
|
-neon config.status 0.33.0
|
|
|
+neon config.status 0.34.0
|
|
|
configured by $0, generated by GNU Autoconf 2.71,
|
|
|
with options \\"\$ac_cs_config\\"
|
|
|
|
|
@@ -22200,7 +22234,7 @@ fi
|
|
|
# for VPATH builds:
|
|
|
test -d test/common || mkdir test/common
|
|
|
|
|
|
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: Configured to build neon 0.33.0:
|
|
|
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: Configured to build neon 0.34.0:
|
|
|
|
|
|
Install prefix: ${prefix}
|
|
|
Compiler: ${CC}
|
|
@@ -22210,7 +22244,7 @@ test -d test/common || mkdir test/common
|
|
|
GSSAPI support: ${ne_GSSAPI_message}
|
|
|
Build libraries: Shared=${enable_shared}, Static=${enable_static}
|
|
|
" >&5
|
|
|
-printf "%s\n" "$as_me: Configured to build neon 0.33.0:
|
|
|
+printf "%s\n" "$as_me: Configured to build neon 0.34.0:
|
|
|
|
|
|
Install prefix: ${prefix}
|
|
|
Compiler: ${CC}
|