ITS#10011 - Regenerate configure

This commit is contained in:
Quanah Gibson-Mount 2023-04-24 18:14:35 +00:00
parent a77da644a9
commit df8ca49a55
2 changed files with 234 additions and 35 deletions

20
aclocal.m4 vendored
View file

@ -1,6 +1,6 @@
# generated automatically by aclocal 1.16.1 -*- Autoconf -*-
# generated automatically by aclocal 1.16.5 -*- Autoconf -*-
# Copyright (C) 1996-2018 Free Software Foundation, Inc.
# Copyright (C) 1996-2021 Free Software Foundation, Inc.
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@ -12,9 +12,9 @@
# PARTICULAR PURPOSE.
m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
dnl pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*-
dnl serial 11 (pkg-config-0.29.1)
dnl
# pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*-
# serial 12 (pkg-config-0.29.2)
dnl Copyright © 2004 Scott James Remnant <scott@netsplit.com>.
dnl Copyright © 2012-2015 Dan Nicholson <dbn.lists@gmail.com>
dnl
@ -55,7 +55,7 @@ dnl
dnl See the "Since" comment for each macro you use to see what version
dnl of the macros you require.
m4_defun([PKG_PREREQ],
[m4_define([PKG_MACROS_VERSION], [0.29.1])
[m4_define([PKG_MACROS_VERSION], [0.29.2])
m4_if(m4_version_compare(PKG_MACROS_VERSION, [$1]), -1,
[m4_fatal([pkg.m4 version $1 or higher is required but ]PKG_MACROS_VERSION[ found])])
])dnl PKG_PREREQ
@ -156,7 +156,7 @@ AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl
AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl
pkg_failed=no
AC_MSG_CHECKING([for $1])
AC_MSG_CHECKING([for $2])
_PKG_CONFIG([$1][_CFLAGS], [cflags], [$2])
_PKG_CONFIG([$1][_LIBS], [libs], [$2])
@ -166,11 +166,11 @@ and $1[]_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.])
if test $pkg_failed = yes; then
AC_MSG_RESULT([no])
AC_MSG_RESULT([no])
_PKG_SHORT_ERRORS_SUPPORTED
if test $_pkg_short_errors_supported = yes; then
$1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
else
else
$1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
fi
# Put the nasty error message in config.log where it belongs
@ -187,7 +187,7 @@ installed software in a non-standard prefix.
_PKG_TEXT])[]dnl
])
elif test $pkg_failed = untried; then
AC_MSG_RESULT([no])
AC_MSG_RESULT([no])
m4_default([$4], [AC_MSG_FAILURE(
[The pkg-config script could not be found or is too old. Make sure it
is in your PATH or set the PKG_CONFIG environment variable to the full

249
configure vendored
View file

@ -1,5 +1,5 @@
#! /bin/sh
# From configure.ac Id: ce84c9890960e2b21de8d80075b2e94b2fa81bea .
# From configure.ac Id: 7de6666310d71f69b26217279ebb81472bd7e0ed .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69.
#
@ -810,7 +810,6 @@ infodir
docdir
oldincludedir
includedir
runstatedir
localstatedir
sharedstatedir
sysconfdir
@ -970,7 +969,6 @@ datadir='${datarootdir}'
sysconfdir='${prefix}/etc'
sharedstatedir='${prefix}/com'
localstatedir='${prefix}/var'
runstatedir='${localstatedir}/run'
includedir='${prefix}/include'
oldincludedir='/usr/include'
docdir='${datarootdir}/doc/${PACKAGE}'
@ -1223,15 +1221,6 @@ do
| -silent | --silent | --silen | --sile | --sil)
silent=yes ;;
-runstatedir | --runstatedir | --runstatedi | --runstated \
| --runstate | --runstat | --runsta | --runst | --runs \
| --run | --ru | --r)
ac_prev=runstatedir ;;
-runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
| --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
| --run=* | --ru=* | --r=*)
runstatedir=$ac_optarg ;;
-sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
ac_prev=sbindir ;;
-sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
@ -1369,7 +1358,7 @@ fi
for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
datadir sysconfdir sharedstatedir localstatedir includedir \
oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
libdir localedir mandir runstatedir
libdir localedir mandir
do
eval ac_val=\$$ac_var
# Remove trailing slashes.
@ -1522,7 +1511,6 @@ Fine tuning of the installation directories:
--sysconfdir=DIR read-only single-machine data [PREFIX/etc]
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
--localstatedir=DIR modifiable single-machine data [PREFIX/var]
--runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
--libdir=DIR object code libraries [EPREFIX/lib]
--includedir=DIR C header files [PREFIX/include]
--oldincludedir=DIR C header files for non-gcc [/usr/include]
@ -14978,6 +14966,7 @@ else
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
#include <ctype.h>
#include <stdlib.h>
#ifndef HAVE_EBCDIC
# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
@ -15946,6 +15935,10 @@ $as_echo "no" >&6; }
else
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
#include <stdlib.h>
#ifdef HAVE_SYS_POLL_H
#include <sys/epoll.h>
#endif
int main(int argc, char **argv)
{
int epfd = epoll_create(256);
@ -16126,7 +16119,7 @@ else
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
main() {
int main(void) {
char buf[100];
buf[0] = 0;
strerror_r( 1, buf, sizeof buf );
@ -16326,7 +16319,7 @@ else
#include <sys/types.h>
#include <regex.h>
static char *pattern, *string;
main()
int main(void)
{
int rc;
regex_t re;
@ -17559,16 +17552,24 @@ else
#define NULL (void*)0
#endif
#ifdef __STDC__
static void *task(void *p)
#else
static void *task(p)
void *p;
#endif
{
return (void *) (p == NULL);
}
#ifdef __STDC__
int main(int argc, char **argv)
#else
int main(argc, argv)
int argc;
char **argv;
#endif
{
/* pthread test function */
@ -17664,8 +17665,12 @@ else
#define NULL (void*)0
#endif
#ifdef __STDC__
static void *task(void *p)
#else
static void *task(p)
void *p;
#endif
{
return (void *) (p == NULL);
}
@ -17744,16 +17749,24 @@ else
#define NULL (void*)0
#endif
#ifdef __STDC__
static void *task(void *p)
#else
static void *task(p)
void *p;
#endif
{
return (void *) (p == NULL);
}
#ifdef __STDC__
int main(int argc, char **argv)
#else
int main(argc, argv)
int argc;
char **argv;
#endif
{
/* pthread test function */
@ -17854,8 +17867,12 @@ else
#define NULL (void*)0
#endif
#ifdef __STDC__
static void *task(void *p)
#else
static void *task(p)
void *p;
#endif
{
return (void *) (p == NULL);
}
@ -17934,16 +17951,24 @@ else
#define NULL (void*)0
#endif
#ifdef __STDC__
static void *task(void *p)
#else
static void *task(p)
void *p;
#endif
{
return (void *) (p == NULL);
}
#ifdef __STDC__
int main(int argc, char **argv)
#else
int main(argc, argv)
int argc;
char **argv;
#endif
{
/* pthread test function */
@ -18044,8 +18069,12 @@ else
#define NULL (void*)0
#endif
#ifdef __STDC__
static void *task(void *p)
#else
static void *task(p)
void *p;
#endif
{
return (void *) (p == NULL);
}
@ -18124,16 +18153,24 @@ else
#define NULL (void*)0
#endif
#ifdef __STDC__
static void *task(void *p)
#else
static void *task(p)
void *p;
#endif
{
return (void *) (p == NULL);
}
#ifdef __STDC__
int main(int argc, char **argv)
#else
int main(argc, argv)
int argc;
char **argv;
#endif
{
/* pthread test function */
@ -18234,8 +18271,12 @@ else
#define NULL (void*)0
#endif
#ifdef __STDC__
static void *task(void *p)
#else
static void *task(p)
void *p;
#endif
{
return (void *) (p == NULL);
}
@ -18314,16 +18355,24 @@ else
#define NULL (void*)0
#endif
#ifdef __STDC__
static void *task(void *p)
#else
static void *task(p)
void *p;
#endif
{
return (void *) (p == NULL);
}
#ifdef __STDC__
int main(int argc, char **argv)
#else
int main(argc, argv)
int argc;
char **argv;
#endif
{
/* pthread test function */
@ -18424,8 +18473,12 @@ else
#define NULL (void*)0
#endif
#ifdef __STDC__
static void *task(void *p)
#else
static void *task(p)
void *p;
#endif
{
return (void *) (p == NULL);
}
@ -18504,16 +18557,24 @@ else
#define NULL (void*)0
#endif
#ifdef __STDC__
static void *task(void *p)
#else
static void *task(p)
void *p;
#endif
{
return (void *) (p == NULL);
}
#ifdef __STDC__
int main(int argc, char **argv)
#else
int main(argc, argv)
int argc;
char **argv;
#endif
{
/* pthread test function */
@ -18615,8 +18676,12 @@ else
#define NULL (void*)0
#endif
#ifdef __STDC__
static void *task(void *p)
#else
static void *task(p)
void *p;
#endif
{
return (void *) (p == NULL);
}
@ -18695,16 +18760,24 @@ else
#define NULL (void*)0
#endif
#ifdef __STDC__
static void *task(void *p)
#else
static void *task(p)
void *p;
#endif
{
return (void *) (p == NULL);
}
#ifdef __STDC__
int main(int argc, char **argv)
#else
int main(argc, argv)
int argc;
char **argv;
#endif
{
/* pthread test function */
@ -18805,8 +18878,12 @@ else
#define NULL (void*)0
#endif
#ifdef __STDC__
static void *task(void *p)
#else
static void *task(p)
void *p;
#endif
{
return (void *) (p == NULL);
}
@ -18885,16 +18962,24 @@ else
#define NULL (void*)0
#endif
#ifdef __STDC__
static void *task(void *p)
#else
static void *task(p)
void *p;
#endif
{
return (void *) (p == NULL);
}
#ifdef __STDC__
int main(int argc, char **argv)
#else
int main(argc, argv)
int argc;
char **argv;
#endif
{
/* pthread test function */
@ -18996,8 +19081,12 @@ else
#define NULL (void*)0
#endif
#ifdef __STDC__
static void *task(void *p)
#else
static void *task(p)
void *p;
#endif
{
return (void *) (p == NULL);
}
@ -19076,16 +19165,24 @@ else
#define NULL (void*)0
#endif
#ifdef __STDC__
static void *task(void *p)
#else
static void *task(p)
void *p;
#endif
{
return (void *) (p == NULL);
}
#ifdef __STDC__
int main(int argc, char **argv)
#else
int main(argc, argv)
int argc;
char **argv;
#endif
{
/* pthread test function */
@ -19187,8 +19284,12 @@ else
#define NULL (void*)0
#endif
#ifdef __STDC__
static void *task(void *p)
#else
static void *task(p)
void *p;
#endif
{
return (void *) (p == NULL);
}
@ -19267,16 +19368,24 @@ else
#define NULL (void*)0
#endif
#ifdef __STDC__
static void *task(void *p)
#else
static void *task(p)
void *p;
#endif
{
return (void *) (p == NULL);
}
#ifdef __STDC__
int main(int argc, char **argv)
#else
int main(argc, argv)
int argc;
char **argv;
#endif
{
/* pthread test function */
@ -19377,8 +19486,12 @@ else
#define NULL (void*)0
#endif
#ifdef __STDC__
static void *task(void *p)
#else
static void *task(p)
void *p;
#endif
{
return (void *) (p == NULL);
}
@ -19457,16 +19570,24 @@ else
#define NULL (void*)0
#endif
#ifdef __STDC__
static void *task(void *p)
#else
static void *task(p)
void *p;
#endif
{
return (void *) (p == NULL);
}
#ifdef __STDC__
int main(int argc, char **argv)
#else
int main(argc, argv)
int argc;
char **argv;
#endif
{
/* pthread test function */
@ -19568,8 +19689,12 @@ else
#define NULL (void*)0
#endif
#ifdef __STDC__
static void *task(void *p)
#else
static void *task(p)
void *p;
#endif
{
return (void *) (p == NULL);
}
@ -19648,16 +19773,24 @@ else
#define NULL (void*)0
#endif
#ifdef __STDC__
static void *task(void *p)
#else
static void *task(p)
void *p;
#endif
{
return (void *) (p == NULL);
}
#ifdef __STDC__
int main(int argc, char **argv)
#else
int main(argc, argv)
int argc;
char **argv;
#endif
{
/* pthread test function */
@ -19759,8 +19892,12 @@ else
#define NULL (void*)0
#endif
#ifdef __STDC__
static void *task(void *p)
#else
static void *task(p)
void *p;
#endif
{
return (void *) (p == NULL);
}
@ -19839,16 +19976,24 @@ else
#define NULL (void*)0
#endif
#ifdef __STDC__
static void *task(void *p)
#else
static void *task(p)
void *p;
#endif
{
return (void *) (p == NULL);
}
#ifdef __STDC__
int main(int argc, char **argv)
#else
int main(argc, argv)
int argc;
char **argv;
#endif
{
/* pthread test function */
@ -19949,8 +20094,12 @@ else
#define NULL (void*)0
#endif
#ifdef __STDC__
static void *task(void *p)
#else
static void *task(p)
void *p;
#endif
{
return (void *) (p == NULL);
}
@ -20029,16 +20178,24 @@ else
#define NULL (void*)0
#endif
#ifdef __STDC__
static void *task(void *p)
#else
static void *task(p)
void *p;
#endif
{
return (void *) (p == NULL);
}
#ifdef __STDC__
int main(int argc, char **argv)
#else
int main(argc, argv)
int argc;
char **argv;
#endif
{
/* pthread test function */
@ -20139,8 +20296,12 @@ else
#define NULL (void*)0
#endif
#ifdef __STDC__
static void *task(void *p)
#else
static void *task(p)
void *p;
#endif
{
return (void *) (p == NULL);
}
@ -20219,16 +20380,24 @@ else
#define NULL (void*)0
#endif
#ifdef __STDC__
static void *task(void *p)
#else
static void *task(p)
void *p;
#endif
{
return (void *) (p == NULL);
}
#ifdef __STDC__
int main(int argc, char **argv)
#else
int main(argc, argv)
int argc;
char **argv;
#endif
{
/* pthread test function */
@ -20330,8 +20499,12 @@ else
#define NULL (void*)0
#endif
#ifdef __STDC__
static void *task(void *p)
#else
static void *task(p)
void *p;
#endif
{
return (void *) (p == NULL);
}
@ -20410,16 +20583,24 @@ else
#define NULL (void*)0
#endif
#ifdef __STDC__
static void *task(void *p)
#else
static void *task(p)
void *p;
#endif
{
return (void *) (p == NULL);
}
#ifdef __STDC__
int main(int argc, char **argv)
#else
int main(argc, argv)
int argc;
char **argv;
#endif
{
/* pthread test function */
@ -20631,14 +20812,12 @@ else
/* end confdefs.h. */
#include <pthread.h>
#ifndef NULL
#define NULL (void*)0
#endif
pthread_t thread;
int
main ()
{
pthread_detach(NULL);
pthread_detach(thread);
;
return 0;
}
@ -20752,16 +20931,24 @@ else
#define NULL (void*)0
#endif
#ifdef __STDC__
static void *task(void *p)
#else
static void *task(p)
void *p;
#endif
{
return (void *) (p == NULL);
}
#ifdef __STDC__
int main(int argc, char **argv)
#else
int main(argc, argv)
int argc;
char **argv;
#endif
{
/* pthread test function */
@ -20851,6 +21038,9 @@ else
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
#define _XOPEN_SOURCE 500 /* For pthread_setconcurrency() on glibc */
#include <stdlib.h>
#include <stdio.h>
#include <sys/types.h>
#include <sys/time.h>
#include <unistd.h>
@ -20861,8 +21051,12 @@ else
static int fildes[2];
#ifdef __STDC__
static void *task(void *p)
#else
static void *task(p)
void *p;
#endif
{
int i;
struct timeval tv;
@ -20886,9 +21080,13 @@ static void *task(p)
exit(0); /* if we exit here, the select blocked the whole process */
}
#ifdef __STDC__
int main(int argc, char **argv)
#else
int main(argc, argv)
int argc;
char **argv;
#endif
{
pthread_t t;
@ -22058,8 +22256,8 @@ $as_echo "no" >&6; }
fi
pkg_failed=no
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for WT" >&5
$as_echo_n "checking for WT... " >&6; }
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for wiredtiger" >&5
$as_echo_n "checking for wiredtiger... " >&6; }
if test -n "$WT_CFLAGS"; then
pkg_cv_WT_CFLAGS="$WT_CFLAGS"
@ -22099,7 +22297,7 @@ fi
if test $pkg_failed = yes; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@ -22126,7 +22324,7 @@ Alternatively, you may set the environment variables WT_CFLAGS
and WT_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details." "$LINENO" 5
elif test $pkg_failed = untried; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
@ -23241,7 +23439,8 @@ else
/* end confdefs.h. */
#include <ctype.h>
main()
#include <stdlib.h>
int main(void)
{
if ('C' == toupper('C'))
exit(0);