diff options
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 46 |
1 files changed, 31 insertions, 15 deletions
diff --git a/configure b/configure index 0d19357d..dfb9da76 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.1.91. +# Generated by GNU Autoconf 2.69 for NetworkManager 1.1.92. # # 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.1.91' -PACKAGE_STRING='NetworkManager 1.1.91' +PACKAGE_VERSION='1.1.92' +PACKAGE_STRING='NetworkManager 1.1.92' PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=NetworkManager' PACKAGE_URL='' @@ -1685,7 +1685,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.1.91 to adapt to many kinds of systems. +\`configure' configures NetworkManager 1.1.92 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1755,7 +1755,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of NetworkManager 1.1.91:";; + short | recursive ) echo "Configuration of NetworkManager 1.1.92:";; esac cat <<\_ACEOF @@ -2062,7 +2062,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -NetworkManager configure 1.1.91 +NetworkManager configure 1.1.92 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2789,7 +2789,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.1.91, which was +It was created by NetworkManager $as_me 1.1.92, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3659,7 +3659,7 @@ fi # Define the identity of the package. PACKAGE='NetworkManager' - VERSION='1.1.91' + VERSION='1.1.92' cat >>confdefs.h <<_ACEOF @@ -17540,9 +17540,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu NM_MAJOR_VERSION=1 NM_MINOR_VERSION=1 -NM_MICRO_VERSION=91 -NM_VERSION=1.1.91 -NM_GIT_SHA=e0abe36ae76f01ca4f80fbe69158f26ba3b560bf +NM_MICRO_VERSION=92 +NM_VERSION=1.1.92 +NM_GIT_SHA=24caeb33b7f2a2a80ee4484844810bc08d32f28c @@ -20292,6 +20292,20 @@ nmstatedir='${localstatedir}'/lib/$PACKAGE nmrundir='${runstatedir}'/$PACKAGE + +for ac_func in __secure_getenv secure_getenv +do : + as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" +if eval test \"x\$"$as_ac_var"\" = x"yes"; then : + cat >>confdefs.h <<_ACEOF +#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 +_ACEOF + +fi +done + + # Alternative configuration plugins # Check whether --enable-config-plugin-ibft was given. if test "${enable_config_plugin_ibft+set}" = set; then : @@ -21792,6 +21806,7 @@ fi else found_introspection=no fi + enable_introspection=$found_introspection ;; #( *) : as_fn_error $? "invalid argument passed to --enable-introspection, should be one of [no/auto/yes]" "$LINENO" 5 @@ -21987,7 +22002,7 @@ if (test "$with_udev_dir" != 'no'); then as_fn_error $? "--with-udev-dir must be an absolute path or 'yes' or 'no'. Instead it is '$with_udev_dir'" "$LINENO" 5 fi if (test "$with_udev_dir" = 'yes'); then - with_udev_dir="/lib/udev" + with_udev_dir="\$(prefix)/lib/udev" fi UDEV_DIR="$with_udev_dir" @@ -22407,7 +22422,7 @@ if test "$nm_config_logging_backend_default" != 'debug' \ fi if test "$nm_config_logging_backend_default" = ""; then if test "$have_systemd_journal" = "yes"; then - nm_config_logging_backend_default='journal-syslog-style' + nm_config_logging_backend_default='journal' else nm_config_logging_backend_default='syslog' fi @@ -25388,6 +25403,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext for option in -Wshadow -Wmissing-declarations -Wmissing-prototypes \ -Wdeclaration-after-statement -Wformat-security \ -Wfloat-equal -Wno-unused-parameter -Wno-sign-compare \ + -Wno-duplicate-decl-specifier \ -Wstrict-prototypes \ -fno-strict-aliasing -Wno-unused-but-set-variable \ -Wundef -Wimplicit-function-declaration \ @@ -27269,7 +27285,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.1.91, which was +This file was extended by NetworkManager $as_me 1.1.92, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -27335,7 +27351,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.1.91 +NetworkManager config.status 1.1.92 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" |