diff options
| author | Michael Biebl <biebl@debian.org> | 2020-04-11 21:28:04 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2020-04-11 21:28:04 +0200 |
| commit | 1e5977b62f896e844b548c3007ace9e1dfa7f9ed (patch) | |
| tree | 7a7416ed410e72b6200f3d860fd315ec11cc106b /configure | |
| parent | b012fa6e1d808e0736c009799c62d835cbfcc1dd (diff) | |
New upstream version 1.23.90 upstream/1.23.90
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 120 |
1 files changed, 75 insertions, 45 deletions
diff --git a/configure b/configure index 4d0ab63c..c8bac501 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for NetworkManager 1.22.10. +# Generated by GNU Autoconf 2.69 for NetworkManager 1.23.90. # # Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=NetworkManager>. # @@ -591,8 +591,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='NetworkManager' PACKAGE_TARNAME='NetworkManager' -PACKAGE_VERSION='1.22.10' -PACKAGE_STRING='NetworkManager 1.22.10' +PACKAGE_VERSION='1.23.90' +PACKAGE_STRING='NetworkManager 1.23.90' PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=NetworkManager' PACKAGE_URL='' @@ -752,8 +752,6 @@ NSS_CFLAGS GNUTLS_LIBS GNUTLS_CFLAGS NM_MODIFY_SYSTEM_POLICY -WITH_POLKIT_AGENT_FALSE -WITH_POLKIT_AGENT_TRUE POLKIT_LIBS POLKIT_CFLAGS NM_CONFIG_DEFAULT_MAIN_AUTH_POLKIT_TEXT @@ -1072,7 +1070,6 @@ with_libaudit enable_teamdctl enable_json_validation enable_polkit -enable_polkit_agent enable_modify_system with_crypto with_dbus_sys_dir @@ -1726,7 +1723,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 NetworkManager 1.22.10 to adapt to many kinds of systems. +\`configure' configures NetworkManager 1.23.90 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1796,7 +1793,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of NetworkManager 1.22.10:";; + short | recursive ) echo "Configuration of NetworkManager 1.23.90:";; esac cat <<\_ACEOF @@ -1834,7 +1831,6 @@ Optional Features: set default value for auth-polkit configuration option. This value can be overwritten by NM configuration. 'disabled' is an alias for 'no' - --enable-polkit-agent enable polkit agent for clients --enable-modify-system Allow users to modify system connections --enable-ppp enable PPP/PPPoE support --enable-bluez5-dun enable Bluez5 DUN support @@ -2144,7 +2140,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -NetworkManager configure 1.22.10 +NetworkManager configure 1.23.90 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2917,7 +2913,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 NetworkManager $as_me 1.22.10, which was +It was created by NetworkManager $as_me 1.23.90, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3787,7 +3783,7 @@ fi # Define the identity of the package. PACKAGE='NetworkManager' - VERSION='1.22.10' + VERSION='1.23.90' cat >>confdefs.h <<_ACEOF @@ -17970,9 +17966,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu NM_MAJOR_VERSION=1 -NM_MINOR_VERSION=22 -NM_MICRO_VERSION=10 -NM_VERSION=1.22.10 +NM_MINOR_VERSION=23 +NM_MICRO_VERSION=90 +NM_VERSION=1.23.90 @@ -17980,7 +17976,7 @@ NM_VERSION=1.22.10 -NM_GIT_SHA=3216c292a670b6c91a932c94c26aed0c8dedaa38 +NM_GIT_SHA=f80826fbb22f191a15c7bf813c83cad7a38a9f39 if test """" != "no-config-h" ; then @@ -18280,6 +18276,60 @@ cat >>confdefs.h <<_ACEOF _ACEOF +ac_fn_c_check_decl "$LINENO" "pidfd_open" "ac_cv_have_decl_pidfd_open" " +#include <stdlib.h> +#include <unistd.h> +#include <signal.h> +#include <sys/wait.h> + +" +if test "x$ac_cv_have_decl_pidfd_open" = xyes; then : + ac_have_decl=1 +else + ac_have_decl=0 +fi + +cat >>confdefs.h <<_ACEOF +#define HAVE_DECL_PIDFD_OPEN $ac_have_decl +_ACEOF + + +ac_fn_c_check_decl "$LINENO" "pidfd_send_signal" "ac_cv_have_decl_pidfd_send_signal" " +#include <stdlib.h> +#include <unistd.h> +#include <signal.h> +#include <sys/wait.h> + +" +if test "x$ac_cv_have_decl_pidfd_send_signal" = xyes; then : + ac_have_decl=1 +else + ac_have_decl=0 +fi + +cat >>confdefs.h <<_ACEOF +#define HAVE_DECL_PIDFD_SEND_SIGNAL $ac_have_decl +_ACEOF + + +ac_fn_c_check_decl "$LINENO" "rt_sigqueueinfo" "ac_cv_have_decl_rt_sigqueueinfo" " +#include <stdlib.h> +#include <unistd.h> +#include <signal.h> +#include <sys/wait.h> + +" +if test "x$ac_cv_have_decl_rt_sigqueueinfo" = xyes; then : + ac_have_decl=1 +else + ac_have_decl=0 +fi + +cat >>confdefs.h <<_ACEOF +#define HAVE_DECL_RT_SIGQUEUEINFO $ac_have_decl +_ACEOF + + for ac_header in sys/auxv.h do : ac_fn_c_check_header_mongrel "$LINENO" "sys/auxv.h" "ac_cv_header_sys_auxv_h" "$ac_includes_default" @@ -24377,32 +24427,16 @@ else $as_echo "yes" >&6; } have_pk_agent=yes fi -# Check whether --enable-polkit-agent was given. -if test "${enable_polkit_agent+set}" = set; then : - enableval=$enable_polkit_agent; enable_polkit_agent=${enableval} +if test x"$have_pk_agent" = x"no"; then + POLKIT_PACKAGE_PREFIX="/usr" else - enable_polkit_agent=${have_pk_agent} + POLKIT_PACKAGE_PREFIX=`$PKG_CONFIG --variable=prefix polkit-agent-1` fi -if (test "${enable_polkit_agent}" = "yes"); then - if test x"$have_pk_agent" = x"no"; then - as_fn_error $? "Polkit agent is required" "$LINENO" 5 - fi - -$as_echo "#define WITH_POLKIT_AGENT 1" >>confdefs.h - -else - -$as_echo "#define WITH_POLKIT_AGENT 0" >>confdefs.h +cat >>confdefs.h <<_ACEOF +#define POLKIT_PACKAGE_PREFIX "$POLKIT_PACKAGE_PREFIX" +_ACEOF -fi - if test "${enable_polkit_agent}" = "yes"; then - WITH_POLKIT_AGENT_TRUE= - WITH_POLKIT_AGENT_FALSE='#' -else - WITH_POLKIT_AGENT_TRUE='#' - WITH_POLKIT_AGENT_FALSE= -fi # Check whether --enable-modify-system was given. @@ -26506,6 +26540,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -Wno-missing-field-initializers \ -Wno-pragmas \ -Wno-sign-compare \ + -Wno-tautological-constant-out-of-range-compare \ -Wno-unknown-pragmas \ -Wno-unused-parameter \ ; do @@ -28595,10 +28630,6 @@ if test -z "${WITH_JSON_VALIDATION_TRUE}" && test -z "${WITH_JSON_VALIDATION_FAL as_fn_error $? "conditional \"WITH_JSON_VALIDATION\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi -if test -z "${WITH_POLKIT_AGENT_TRUE}" && test -z "${WITH_POLKIT_AGENT_FALSE}"; then - as_fn_error $? "conditional \"WITH_POLKIT_AGENT\" was never defined. -Usually this means the macro was only invoked conditionally." "$LINENO" 5 -fi if test -z "${HAVE_CRYPTO_GNUTLS_TRUE}" && test -z "${HAVE_CRYPTO_GNUTLS_FALSE}"; then as_fn_error $? "conditional \"HAVE_CRYPTO_GNUTLS\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 @@ -29092,7 +29123,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 NetworkManager $as_me 1.22.10, which was +This file was extended by NetworkManager $as_me 1.23.90, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -29158,7 +29189,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -NetworkManager config.status 1.22.10 +NetworkManager config.status 1.23.90 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" @@ -31289,7 +31320,6 @@ if test "${enable_modify_system}" = "yes"; then else echo " policykit: main.auth-polkit=${enable_polkit} (restrictive modify.system)" fi -echo " polkit agent: ${enable_polkit_agent}" echo " selinux: $have_selinux" echo " systemd-journald: $have_systemd_journal (default: logging.backend=${nm_config_logging_backend_default})" echo " hostname persist: ${hostname_persist}" |