|
|
@@ -1,6 +1,6 @@
|
|
|
#! /bin/sh
|
|
|
# Guess values for system-dependent variables and create Makefiles.
|
|
|
-# Generated by GNU Autoconf 2.72 for neon 0.35.0.
|
|
|
+# Generated by GNU Autoconf 2.72 for neon 0.36.0.
|
|
|
#
|
|
|
#
|
|
|
# Copyright (C) 1992-1996, 1998-2017, 2020-2023 Free Software Foundation,
|
|
|
@@ -616,8 +616,8 @@ MAKEFLAGS=
|
|
|
# Identity of this package.
|
|
|
PACKAGE_NAME='neon'
|
|
|
PACKAGE_TARNAME='neon'
|
|
|
-PACKAGE_VERSION='0.35.0'
|
|
|
-PACKAGE_STRING='neon 0.35.0'
|
|
|
+PACKAGE_VERSION='0.36.0'
|
|
|
+PACKAGE_STRING='neon 0.36.0'
|
|
|
PACKAGE_BUGREPORT=''
|
|
|
PACKAGE_URL='https://notroj.github.io/neon/'
|
|
|
|
|
|
@@ -1368,7 +1368,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.35.0 to adapt to many kinds of systems.
|
|
|
+'configure' configures neon 0.36.0 to adapt to many kinds of systems.
|
|
|
|
|
|
Usage: $0 [OPTION]... [VAR=VALUE]...
|
|
|
|
|
|
@@ -1434,7 +1434,7 @@ fi
|
|
|
|
|
|
if test -n "$ac_init_help"; then
|
|
|
case $ac_init_help in
|
|
|
- short | recursive ) echo "Configuration of neon 0.35.0:";;
|
|
|
+ short | recursive ) echo "Configuration of neon 0.36.0:";;
|
|
|
esac
|
|
|
cat <<\_ACEOF
|
|
|
|
|
|
@@ -1565,7 +1565,7 @@ fi
|
|
|
test -n "$ac_init_help" && exit $ac_status
|
|
|
if $ac_init_version; then
|
|
|
cat <<\_ACEOF
|
|
|
-neon configure 0.35.0
|
|
|
+neon configure 0.36.0
|
|
|
generated by GNU Autoconf 2.72
|
|
|
|
|
|
Copyright (C) 2023 Free Software Foundation, Inc.
|
|
|
@@ -2248,7 +2248,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.35.0, which was
|
|
|
+It was created by neon $as_me 0.36.0, which was
|
|
|
generated by GNU Autoconf 2.72. Invocation command line was
|
|
|
|
|
|
$ $0$ac_configure_args_raw
|
|
|
@@ -3202,12 +3202,12 @@ NEON_BUILD_BUNDLED=yes
|
|
|
|
|
|
# Define the current versions.
|
|
|
NE_VERSION_MAJOR=0
|
|
|
-NE_VERSION_MINOR=35
|
|
|
+NE_VERSION_MINOR=36
|
|
|
NE_VERSION_PATCH=0
|
|
|
NE_VERSION_TAG=
|
|
|
|
|
|
-# 0.35.x is backwards-compatible to 0.27.x, so AGE=8
|
|
|
-NE_LIBTOOL_VERSINFO="35:${NE_VERSION_PATCH}:8"
|
|
|
+# 0.36.x is backwards-compatible to 0.27.x, so AGE=9
|
|
|
+NE_LIBTOOL_VERSINFO="36:${NE_VERSION_PATCH}:9"
|
|
|
|
|
|
|
|
|
|
|
|
@@ -5154,6 +5154,115 @@ printf "%s\n" "#define NE_FMT_SSIZE_T \"$ne_cv_fmt_ssize_t\"" >>confdefs.h
|
|
|
|
|
|
|
|
|
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+# The cast to long int works around a bug in the HP C Compiler
|
|
|
+# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
|
|
|
+# declarations like 'int a3[[(sizeof (unsigned char)) >= 0]];'.
|
|
|
+# This bug is HP SR number 8606223364.
|
|
|
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking size of time_t" >&5
|
|
|
+printf %s "checking size of time_t... " >&6; }
|
|
|
+if test ${ac_cv_sizeof_time_t+y}
|
|
|
+then :
|
|
|
+ printf %s "(cached) " >&6
|
|
|
+else case e in #(
|
|
|
+ e) if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (time_t))" "ac_cv_sizeof_time_t" "$ac_includes_default
|
|
|
+
|
|
|
+#ifdef HAVE_SYS_TIME_H
|
|
|
+#include <sys/time.h>
|
|
|
+#endif
|
|
|
+"
|
|
|
+then :
|
|
|
+
|
|
|
+else case e in #(
|
|
|
+ e) if test "$ac_cv_type_time_t" = yes; then
|
|
|
+ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
|
|
|
+printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
|
|
|
+as_fn_error 77 "cannot compute sizeof (time_t)
|
|
|
+See 'config.log' for more details" "$LINENO" 5; }
|
|
|
+ else
|
|
|
+ ac_cv_sizeof_time_t=0
|
|
|
+ fi ;;
|
|
|
+esac
|
|
|
+fi
|
|
|
+ ;;
|
|
|
+esac
|
|
|
+fi
|
|
|
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_time_t" >&5
|
|
|
+printf "%s\n" "$ac_cv_sizeof_time_t" >&6; }
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+printf "%s\n" "#define SIZEOF_TIME_T $ac_cv_sizeof_time_t" >>confdefs.h
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to print time_t" >&5
|
|
|
+printf %s "checking how to print time_t... " >&6; }
|
|
|
+if test ${ne_cv_fmt_time_t+y}
|
|
|
+then :
|
|
|
+ printf %s "(cached) " >&6
|
|
|
+else case e in #(
|
|
|
+ e)
|
|
|
+ne_cv_fmt_time_t=none
|
|
|
+if test $ne_fmt_trycompile = yes; then
|
|
|
+ oflags="$CPPFLAGS"
|
|
|
+ # Consider format string mismatches as errors
|
|
|
+ CPPFLAGS="$CPPFLAGS -Wformat -Werror"
|
|
|
+ for str in d ld lld; do
|
|
|
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
+/* end confdefs.h. */
|
|
|
+#include <sys/types.h>
|
|
|
+
|
|
|
+#ifdef HAVE_SYS_TIME_H
|
|
|
+#include <sys/time.h>
|
|
|
+#endif
|
|
|
+#include <stdio.h>
|
|
|
+int
|
|
|
+main (void)
|
|
|
+{
|
|
|
+time_t i = 1; printf("%$str", i);
|
|
|
+ ;
|
|
|
+ return 0;
|
|
|
+}
|
|
|
+_ACEOF
|
|
|
+if ac_fn_c_try_compile "$LINENO"
|
|
|
+then :
|
|
|
+ ne_cv_fmt_time_t=$str; break
|
|
|
+fi
|
|
|
+rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
|
|
|
+ done
|
|
|
+ CPPFLAGS=$oflags
|
|
|
+else
|
|
|
+ # Best guess. Don't have to be too precise since we probably won't
|
|
|
+ # get a warning message anyway.
|
|
|
+ case $ac_cv_sizeof_time_t in
|
|
|
+ $ac_cv_sizeof_int) ne_cv_fmt_time_t="d" ;;
|
|
|
+ $ac_cv_sizeof_long) ne_cv_fmt_time_t="ld" ;;
|
|
|
+ $ac_cv_sizeof_long_long) ne_cv_fmt_time_t="lld" ;;
|
|
|
+ esac
|
|
|
+fi
|
|
|
+ ;;
|
|
|
+esac
|
|
|
+fi
|
|
|
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ne_cv_fmt_time_t" >&5
|
|
|
+printf "%s\n" "$ne_cv_fmt_time_t" >&6; }
|
|
|
+
|
|
|
+if test "x$ne_cv_fmt_time_t" = "xnone"; then
|
|
|
+ as_fn_error $? "format string for time_t not found" "$LINENO" 5
|
|
|
+fi
|
|
|
+
|
|
|
+
|
|
|
+printf "%s\n" "#define NE_FMT_TIME_T \"$ne_cv_fmt_time_t\"" >>confdefs.h
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
|
|
|
printf %s "checking whether byte ordering is bigendian... " >&6; }
|
|
|
if test ${ac_cv_c_bigendian+y}
|
|
|
@@ -18486,116 +18595,6 @@ CC=$lt_save_CC
|
|
|
|
|
|
# Checks to compile test suite
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-# The cast to long int works around a bug in the HP C Compiler
|
|
|
-# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
|
|
|
-# declarations like 'int a3[[(sizeof (unsigned char)) >= 0]];'.
|
|
|
-# This bug is HP SR number 8606223364.
|
|
|
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking size of time_t" >&5
|
|
|
-printf %s "checking size of time_t... " >&6; }
|
|
|
-if test ${ac_cv_sizeof_time_t+y}
|
|
|
-then :
|
|
|
- printf %s "(cached) " >&6
|
|
|
-else case e in #(
|
|
|
- e) if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (time_t))" "ac_cv_sizeof_time_t" "$ac_includes_default
|
|
|
-
|
|
|
-#ifdef HAVE_SYS_TIME_H
|
|
|
-#include <sys/time.h>
|
|
|
-#endif
|
|
|
-"
|
|
|
-then :
|
|
|
-
|
|
|
-else case e in #(
|
|
|
- e) if test "$ac_cv_type_time_t" = yes; then
|
|
|
- { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
|
|
|
-printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
|
|
|
-as_fn_error 77 "cannot compute sizeof (time_t)
|
|
|
-See 'config.log' for more details" "$LINENO" 5; }
|
|
|
- else
|
|
|
- ac_cv_sizeof_time_t=0
|
|
|
- fi ;;
|
|
|
-esac
|
|
|
-fi
|
|
|
- ;;
|
|
|
-esac
|
|
|
-fi
|
|
|
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_time_t" >&5
|
|
|
-printf "%s\n" "$ac_cv_sizeof_time_t" >&6; }
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-printf "%s\n" "#define SIZEOF_TIME_T $ac_cv_sizeof_time_t" >>confdefs.h
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to print time_t" >&5
|
|
|
-printf %s "checking how to print time_t... " >&6; }
|
|
|
-if test ${ne_cv_fmt_time_t+y}
|
|
|
-then :
|
|
|
- printf %s "(cached) " >&6
|
|
|
-else case e in #(
|
|
|
- e)
|
|
|
-ne_cv_fmt_time_t=none
|
|
|
-if test $ne_fmt_trycompile = yes; then
|
|
|
- oflags="$CPPFLAGS"
|
|
|
- # Consider format string mismatches as errors
|
|
|
- CPPFLAGS="$CPPFLAGS -Wformat -Werror"
|
|
|
- for str in d ld lld; do
|
|
|
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
-/* end confdefs.h. */
|
|
|
-#include <sys/types.h>
|
|
|
-
|
|
|
-#ifdef HAVE_SYS_TIME_H
|
|
|
-#include <sys/time.h>
|
|
|
-#endif
|
|
|
-#include <stdio.h>
|
|
|
-int
|
|
|
-main (void)
|
|
|
-{
|
|
|
-time_t i = 1; printf("%$str", i);
|
|
|
- ;
|
|
|
- return 0;
|
|
|
-}
|
|
|
-_ACEOF
|
|
|
-if ac_fn_c_try_compile "$LINENO"
|
|
|
-then :
|
|
|
- ne_cv_fmt_time_t=$str; break
|
|
|
-fi
|
|
|
-rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
|
|
|
- done
|
|
|
- CPPFLAGS=$oflags
|
|
|
-else
|
|
|
- # Best guess. Don't have to be too precise since we probably won't
|
|
|
- # get a warning message anyway.
|
|
|
- case $ac_cv_sizeof_time_t in
|
|
|
- $ac_cv_sizeof_int) ne_cv_fmt_time_t="d" ;;
|
|
|
- $ac_cv_sizeof_long) ne_cv_fmt_time_t="ld" ;;
|
|
|
- $ac_cv_sizeof_long_long) ne_cv_fmt_time_t="lld" ;;
|
|
|
- esac
|
|
|
-fi
|
|
|
- ;;
|
|
|
-esac
|
|
|
-fi
|
|
|
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ne_cv_fmt_time_t" >&5
|
|
|
-printf "%s\n" "$ne_cv_fmt_time_t" >&6; }
|
|
|
-
|
|
|
-if test "x$ne_cv_fmt_time_t" = "xnone"; then
|
|
|
- as_fn_error $? "format string for time_t not found" "$LINENO" 5
|
|
|
-fi
|
|
|
-
|
|
|
-
|
|
|
-printf "%s\n" "#define NE_FMT_TIME_T \"$ne_cv_fmt_time_t\"" >>confdefs.h
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default
|
|
|
"
|
|
|
if test "x$ac_cv_type_pid_t" = xyes
|
|
|
@@ -21763,7 +21762,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.35.0, which was
|
|
|
+This file was extended by neon $as_me 0.36.0, which was
|
|
|
generated by GNU Autoconf 2.72. Invocation command line was
|
|
|
|
|
|
CONFIG_FILES = $CONFIG_FILES
|
|
|
@@ -21832,7 +21831,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.35.0
|
|
|
+neon config.status 0.36.0
|
|
|
configured by $0, generated by GNU Autoconf 2.72,
|
|
|
with options \\"\$ac_cs_config\\"
|
|
|
|
|
|
@@ -23400,7 +23399,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.35.0:
|
|
|
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: Configured to build neon 0.36.0:
|
|
|
|
|
|
Install prefix: ${prefix}
|
|
|
Compiler: ${CC}
|
|
|
@@ -23410,7 +23409,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.35.0:
|
|
|
+printf "%s\n" "$as_me: Configured to build neon 0.36.0:
|
|
|
|
|
|
Install prefix: ${prefix}
|
|
|
Compiler: ${CC}
|