|
@@ -1,6 +1,6 @@
|
|
|
#! /bin/sh
|
|
|
# Guess values for system-dependent variables and create Makefiles.
|
|
|
-# Generated by GNU Autoconf 2.71 for expat 2.4.9.
|
|
|
+# Generated by GNU Autoconf 2.71 for expat 2.5.0.
|
|
|
#
|
|
|
# Report bugs to <[email protected]>.
|
|
|
#
|
|
@@ -621,8 +621,8 @@ MAKEFLAGS=
|
|
|
# Identity of this package.
|
|
|
PACKAGE_NAME='expat'
|
|
|
PACKAGE_TARNAME='expat'
|
|
|
-PACKAGE_VERSION='2.4.9'
|
|
|
-PACKAGE_STRING='expat 2.4.9'
|
|
|
+PACKAGE_VERSION='2.5.0'
|
|
|
+PACKAGE_STRING='expat 2.5.0'
|
|
|
PACKAGE_BUGREPORT='[email protected]'
|
|
|
PACKAGE_URL=''
|
|
|
|
|
@@ -1415,7 +1415,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 expat 2.4.9 to adapt to many kinds of systems.
|
|
|
+\`configure' configures expat 2.5.0 to adapt to many kinds of systems.
|
|
|
|
|
|
Usage: $0 [OPTION]... [VAR=VALUE]...
|
|
|
|
|
@@ -1486,7 +1486,7 @@ fi
|
|
|
|
|
|
if test -n "$ac_init_help"; then
|
|
|
case $ac_init_help in
|
|
|
- short | recursive ) echo "Configuration of expat 2.4.9:";;
|
|
|
+ short | recursive ) echo "Configuration of expat 2.5.0:";;
|
|
|
esac
|
|
|
cat <<\_ACEOF
|
|
|
|
|
@@ -1620,7 +1620,7 @@ fi
|
|
|
test -n "$ac_init_help" && exit $ac_status
|
|
|
if $ac_init_version; then
|
|
|
cat <<\_ACEOF
|
|
|
-expat configure 2.4.9
|
|
|
+expat configure 2.5.0
|
|
|
generated by GNU Autoconf 2.71
|
|
|
|
|
|
Copyright (C) 2021 Free Software Foundation, Inc.
|
|
@@ -1772,7 +1772,7 @@ else $as_nop
|
|
|
#define $2 innocuous_$2
|
|
|
|
|
|
/* System header to define __stub macros and hopefully few prototypes,
|
|
|
- which can conflict with char $2 (); below. */
|
|
|
+ which can conflict with char $2 (void); below. */
|
|
|
|
|
|
#include <limits.h>
|
|
|
#undef $2
|
|
@@ -1783,7 +1783,7 @@ else $as_nop
|
|
|
#ifdef __cplusplus
|
|
|
extern "C"
|
|
|
#endif
|
|
|
-char $2 ();
|
|
|
+char $2 (void);
|
|
|
/* The GNU C library defines this for functions which it implements
|
|
|
to always fail with ENOSYS. Some functions are actually named
|
|
|
something starting with __ and the normal name is an alias. */
|
|
@@ -2251,7 +2251,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 expat $as_me 2.4.9, which was
|
|
|
+It was created by expat $as_me 2.5.0, which was
|
|
|
generated by GNU Autoconf 2.71. Invocation command line was
|
|
|
|
|
|
$ $0$ac_configure_args_raw
|
|
@@ -3818,7 +3818,7 @@ fi
|
|
|
|
|
|
# Define the identity of the package.
|
|
|
PACKAGE='expat'
|
|
|
- VERSION='2.4.9'
|
|
|
+ VERSION='2.5.0'
|
|
|
|
|
|
|
|
|
printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
|
|
@@ -3924,9 +3924,9 @@ fi
|
|
|
|
|
|
|
|
|
|
|
|
-LIBCURRENT=9 # sync
|
|
|
-LIBREVISION=9 # with
|
|
|
-LIBAGE=8 # CMakeLists.txt!
|
|
|
+LIBCURRENT=9 # sync
|
|
|
+LIBREVISION=10 # with
|
|
|
+LIBAGE=8 # CMakeLists.txt!
|
|
|
|
|
|
ac_config_headers="$ac_config_headers expat_config.h"
|
|
|
|
|
@@ -3940,6 +3940,8 @@ ac_config_headers="$ac_config_headers expat_config.h"
|
|
|
|
|
|
|
|
|
|
|
|
+
|
|
|
+
|
|
|
DEPDIR="${am__leading_dot}deps"
|
|
|
|
|
|
ac_config_commands="$ac_config_commands depfiles"
|
|
@@ -13210,8 +13212,14 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
|
|
|
/* Override any GCC internal prototype to avoid an error.
|
|
|
Use char because int might match the return type of a GCC
|
|
|
- builtin and then its argument prototype would still apply. */
|
|
|
-char dlopen ();
|
|
|
+ builtin and then its argument prototype would still apply.
|
|
|
+ The 'extern "C"' is for builds by C++ compilers;
|
|
|
+ although this is not generally supported in C code supporting it here
|
|
|
+ has little cost and some practical benefit (sr 110532). */
|
|
|
+#ifdef __cplusplus
|
|
|
+extern "C"
|
|
|
+#endif
|
|
|
+char dlopen (void);
|
|
|
int
|
|
|
main (void)
|
|
|
{
|
|
@@ -13272,8 +13280,14 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
|
|
|
/* Override any GCC internal prototype to avoid an error.
|
|
|
Use char because int might match the return type of a GCC
|
|
|
- builtin and then its argument prototype would still apply. */
|
|
|
-char shl_load ();
|
|
|
+ builtin and then its argument prototype would still apply.
|
|
|
+ The 'extern "C"' is for builds by C++ compilers;
|
|
|
+ although this is not generally supported in C code supporting it here
|
|
|
+ has little cost and some practical benefit (sr 110532). */
|
|
|
+#ifdef __cplusplus
|
|
|
+extern "C"
|
|
|
+#endif
|
|
|
+char shl_load (void);
|
|
|
int
|
|
|
main (void)
|
|
|
{
|
|
@@ -13316,8 +13330,14 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
|
|
|
/* Override any GCC internal prototype to avoid an error.
|
|
|
Use char because int might match the return type of a GCC
|
|
|
- builtin and then its argument prototype would still apply. */
|
|
|
-char dlopen ();
|
|
|
+ builtin and then its argument prototype would still apply.
|
|
|
+ The 'extern "C"' is for builds by C++ compilers;
|
|
|
+ although this is not generally supported in C code supporting it here
|
|
|
+ has little cost and some practical benefit (sr 110532). */
|
|
|
+#ifdef __cplusplus
|
|
|
+extern "C"
|
|
|
+#endif
|
|
|
+char dlopen (void);
|
|
|
int
|
|
|
main (void)
|
|
|
{
|
|
@@ -13355,8 +13375,14 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
|
|
|
/* Override any GCC internal prototype to avoid an error.
|
|
|
Use char because int might match the return type of a GCC
|
|
|
- builtin and then its argument prototype would still apply. */
|
|
|
-char dlopen ();
|
|
|
+ builtin and then its argument prototype would still apply.
|
|
|
+ The 'extern "C"' is for builds by C++ compilers;
|
|
|
+ although this is not generally supported in C code supporting it here
|
|
|
+ has little cost and some practical benefit (sr 110532). */
|
|
|
+#ifdef __cplusplus
|
|
|
+extern "C"
|
|
|
+#endif
|
|
|
+char dlopen (void);
|
|
|
int
|
|
|
main (void)
|
|
|
{
|
|
@@ -13394,8 +13420,14 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
|
|
|
/* Override any GCC internal prototype to avoid an error.
|
|
|
Use char because int might match the return type of a GCC
|
|
|
- builtin and then its argument prototype would still apply. */
|
|
|
-char dld_link ();
|
|
|
+ builtin and then its argument prototype would still apply.
|
|
|
+ The 'extern "C"' is for builds by C++ compilers;
|
|
|
+ although this is not generally supported in C code supporting it here
|
|
|
+ has little cost and some practical benefit (sr 110532). */
|
|
|
+#ifdef __cplusplus
|
|
|
+extern "C"
|
|
|
+#endif
|
|
|
+char dld_link (void);
|
|
|
int
|
|
|
main (void)
|
|
|
{
|
|
@@ -18708,22 +18740,23 @@ unsigned short int ascii_mm[] =
|
|
|
int use_ebcdic (int i) {
|
|
|
return ebcdic_mm[i] + ebcdic_ii[i];
|
|
|
}
|
|
|
- extern int foo;
|
|
|
-
|
|
|
-int
|
|
|
-main (void)
|
|
|
-{
|
|
|
-return use_ascii (foo) == use_ebcdic (foo);
|
|
|
- ;
|
|
|
- return 0;
|
|
|
-}
|
|
|
+ int
|
|
|
+ main (int argc, char **argv)
|
|
|
+ {
|
|
|
+ /* Intimidate the compiler so that it does not
|
|
|
+ optimize the arrays away. */
|
|
|
+ char *p = argv[0];
|
|
|
+ ascii_mm[1] = *p++; ebcdic_mm[1] = *p++;
|
|
|
+ ascii_ii[1] = *p++; ebcdic_ii[1] = *p++;
|
|
|
+ return use_ascii (argc) == use_ebcdic (*p);
|
|
|
+ }
|
|
|
_ACEOF
|
|
|
-if ac_fn_c_try_compile "$LINENO"
|
|
|
+if ac_fn_c_try_link "$LINENO"
|
|
|
then :
|
|
|
- if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
|
|
|
+ if grep BIGenDianSyS conftest$ac_exeext >/dev/null; then
|
|
|
ac_cv_c_bigendian=yes
|
|
|
fi
|
|
|
- if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
|
|
|
+ if grep LiTTleEnDian conftest$ac_exeext >/dev/null ; then
|
|
|
if test "$ac_cv_c_bigendian" = unknown; then
|
|
|
ac_cv_c_bigendian=no
|
|
|
else
|
|
@@ -18732,7 +18765,8 @@ then :
|
|
|
fi
|
|
|
fi
|
|
|
fi
|
|
|
-rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
|
|
|
+rm -f core conftest.err conftest.$ac_objext conftest.beam \
|
|
|
+ conftest$ac_exeext conftest.$ac_ext
|
|
|
else $as_nop
|
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
/* end confdefs.h. */
|
|
@@ -19008,8 +19042,14 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
|
|
|
/* Override any GCC internal prototype to avoid an error.
|
|
|
Use char because int might match the return type of a GCC
|
|
|
- builtin and then its argument prototype would still apply. */
|
|
|
-char _mwvalidcheckl ();
|
|
|
+ builtin and then its argument prototype would still apply.
|
|
|
+ The 'extern "C"' is for builds by C++ compilers;
|
|
|
+ although this is not generally supported in C code supporting it here
|
|
|
+ has little cost and some practical benefit (sr 110532). */
|
|
|
+#ifdef __cplusplus
|
|
|
+extern "C"
|
|
|
+#endif
|
|
|
+char _mwvalidcheckl (void);
|
|
|
int
|
|
|
main (void)
|
|
|
{
|
|
@@ -19048,8 +19088,14 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
|
|
|
/* Override any GCC internal prototype to avoid an error.
|
|
|
Use char because int might match the return type of a GCC
|
|
|
- builtin and then its argument prototype would still apply. */
|
|
|
-char cos ();
|
|
|
+ builtin and then its argument prototype would still apply.
|
|
|
+ The 'extern "C"' is for builds by C++ compilers;
|
|
|
+ although this is not generally supported in C code supporting it here
|
|
|
+ has little cost and some practical benefit (sr 110532). */
|
|
|
+#ifdef __cplusplus
|
|
|
+extern "C"
|
|
|
+#endif
|
|
|
+char cos (void);
|
|
|
int
|
|
|
main (void)
|
|
|
{
|
|
@@ -19090,8 +19136,14 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
|
|
|
/* Override any GCC internal prototype to avoid an error.
|
|
|
Use char because int might match the return type of a GCC
|
|
|
- builtin and then its argument prototype would still apply. */
|
|
|
-char cos ();
|
|
|
+ builtin and then its argument prototype would still apply.
|
|
|
+ The 'extern "C"' is for builds by C++ compilers;
|
|
|
+ although this is not generally supported in C code supporting it here
|
|
|
+ has little cost and some practical benefit (sr 110532). */
|
|
|
+#ifdef __cplusplus
|
|
|
+extern "C"
|
|
|
+#endif
|
|
|
+char cos (void);
|
|
|
int
|
|
|
main (void)
|
|
|
{
|
|
@@ -19146,8 +19198,14 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
|
|
|
/* Override any GCC internal prototype to avoid an error.
|
|
|
Use char because int might match the return type of a GCC
|
|
|
- builtin and then its argument prototype would still apply. */
|
|
|
-char arc4random_buf ();
|
|
|
+ builtin and then its argument prototype would still apply.
|
|
|
+ The 'extern "C"' is for builds by C++ compilers;
|
|
|
+ although this is not generally supported in C code supporting it here
|
|
|
+ has little cost and some practical benefit (sr 110532). */
|
|
|
+#ifdef __cplusplus
|
|
|
+extern "C"
|
|
|
+#endif
|
|
|
+char arc4random_buf (void);
|
|
|
int
|
|
|
main (void)
|
|
|
{
|
|
@@ -20364,7 +20422,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 expat $as_me 2.4.9, which was
|
|
|
+This file was extended by expat $as_me 2.5.0, which was
|
|
|
generated by GNU Autoconf 2.71. Invocation command line was
|
|
|
|
|
|
CONFIG_FILES = $CONFIG_FILES
|
|
@@ -20432,7 +20490,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="\\
|
|
|
-expat config.status 2.4.9
|
|
|
+expat config.status 2.5.0
|
|
|
configured by $0, generated by GNU Autoconf 2.71,
|
|
|
with options \\"\$ac_cs_config\\"
|
|
|
|