2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 09:57:41 +00:00

Regen with autoconf 2.72

This commit is contained in:
Todd C. Miller 2024-02-18 07:10:08 -07:00
parent bafdcc3d40
commit f3ebf31aa9

17
configure vendored
View File

@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.72d for sudo 1.9.15p5. # Generated by GNU Autoconf 2.72 for sudo 1.9.15p5.
# #
# Report bugs to <https://bugzilla.sudo.ws/>. # Report bugs to <https://bugzilla.sudo.ws/>.
# #
@ -2004,7 +2004,7 @@ test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
sudo configure 1.9.15p5 sudo configure 1.9.15p5
generated by GNU Autoconf 2.72d generated by GNU Autoconf 2.72
Copyright (C) 2023 Free Software Foundation, Inc. Copyright (C) 2023 Free Software Foundation, Inc.
This configure script is free software; the Free Software Foundation This configure script is free software; the Free Software Foundation
@ -2824,7 +2824,7 @@ This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. running configure, to aid debugging if configure makes a mistake.
It was created by sudo $as_me 1.9.15p5, which was It was created by sudo $as_me 1.9.15p5, which was
generated by GNU Autoconf 2.72d. Invocation command line was generated by GNU Autoconf 2.72. Invocation command line was
$ $0$ac_configure_args_raw $ $0$ac_configure_args_raw
@ -3166,11 +3166,13 @@ ok |= (argc == 0 || f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]);
# Test code for whether the C compiler supports C99 (global declarations) # Test code for whether the C compiler supports C99 (global declarations)
ac_c_conftest_c99_globals=' ac_c_conftest_c99_globals='
// Does the compiler advertise C99 conformance? /* Does the compiler advertise C99 conformance? */
#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 199901L #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 199901L
# error "Compiler does not advertise C99 conformance" # error "Compiler does not advertise C99 conformance"
#endif #endif
// See if C++-style comments work.
#include <stdbool.h> #include <stdbool.h>
extern int puts (const char *); extern int puts (const char *);
extern int printf (const char *, ...); extern int printf (const char *, ...);
@ -3226,7 +3228,6 @@ typedef const char *ccp;
static inline int static inline int
test_restrict (ccp restrict text) test_restrict (ccp restrict text)
{ {
// See if C++-style comments work.
// Iterate through items via the restricted pointer. // Iterate through items via the restricted pointer.
// Also check for declarations in for loops. // Also check for declarations in for loops.
for (unsigned int i = 0; *(text+i) != '\''\0'\''; ++i) for (unsigned int i = 0; *(text+i) != '\''\0'\''; ++i)
@ -3315,7 +3316,7 @@ ac_c_conftest_c99_main='
# Test code for whether the C compiler supports C11 (global declarations) # Test code for whether the C compiler supports C11 (global declarations)
ac_c_conftest_c11_globals=' ac_c_conftest_c11_globals='
// Does the compiler advertise C11 conformance? /* Does the compiler advertise C11 conformance? */
#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
# error "Compiler does not advertise C11 conformance" # error "Compiler does not advertise C11 conformance"
#endif #endif
@ -36699,7 +36700,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# values after options handling. # values after options handling.
ac_log=" ac_log="
This file was extended by sudo $as_me 1.9.15p5, which was This file was extended by sudo $as_me 1.9.15p5, which was
generated by GNU Autoconf 2.72d. Invocation command line was generated by GNU Autoconf 2.72. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
CONFIG_HEADERS = $CONFIG_HEADERS CONFIG_HEADERS = $CONFIG_HEADERS
@ -36767,7 +36768,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped' ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\ ac_cs_version="\\
sudo config.status 1.9.15p5 sudo config.status 1.9.15p5
configured by $0, generated by GNU Autoconf 2.72d, configured by $0, generated by GNU Autoconf 2.72,
with options \\"\$ac_cs_config\\" with options \\"\$ac_cs_config\\"
Copyright (C) 2023 Free Software Foundation, Inc. Copyright (C) 2023 Free Software Foundation, Inc.