summary refs log tree commit diff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure82
1 files changed, 68 insertions, 14 deletions
diff --git a/configure b/configure
index 57c45e1c..c081c15f 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.10.0.
+# Generated by GNU Autoconf 2.69 for NetworkManager 1.10.2.
 #
 # 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.10.0'
-PACKAGE_STRING='NetworkManager 1.10.0'
+PACKAGE_VERSION='1.10.2'
+PACKAGE_STRING='NetworkManager 1.10.2'
 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=NetworkManager'
 PACKAGE_URL=''
 
@@ -1723,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.10.0 to adapt to many kinds of systems.
+\`configure' configures NetworkManager 1.10.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1793,7 +1793,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of NetworkManager 1.10.0:";;
+     short | recursive ) echo "Configuration of NetworkManager 1.10.2:";;
    esac
   cat <<\_ACEOF
 
@@ -2140,7 +2140,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-NetworkManager configure 1.10.0
+NetworkManager configure 1.10.2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2913,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.10.0, which was
+It was created by NetworkManager $as_me 1.10.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3783,7 +3783,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='NetworkManager'
- VERSION='1.10.0'
+ VERSION='1.10.2'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -17967,8 +17967,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
 NM_MAJOR_VERSION=1
 NM_MINOR_VERSION=10
-NM_MICRO_VERSION=0
-NM_VERSION=1.10.0
+NM_MICRO_VERSION=2
+NM_VERSION=1.10.2
 
 
 
@@ -17976,7 +17976,7 @@ NM_VERSION=1.10.0
 
 
 
-NM_GIT_SHA=1193fb1b08fe45ce8713220132184581c4669362
+NM_GIT_SHA=7ebc9258452623679b9f1c27aee94c528c14b273
 
 if test """" != "no-config-h" ; then
 
@@ -27431,6 +27431,60 @@ fi
 SANITIZERS=$sanitizers
 
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking CC support C11 _Generic()" >&5
+$as_echo_n "checking CC support C11 _Generic()... " >&6; }
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+int foo(void); int foo() { int a = 0; int b = _Generic (a, int: 4); return b + a; }
+int
+main ()
+{
+foo();
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  cc_support_generic=1
+else
+  cc_support_generic=0
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cc_support_generic" >&5
+$as_echo "$cc_support_generic" >&6; }
+
+cat >>confdefs.h <<_ACEOF
+#define _NM_CC_SUPPORT_GENERIC $cc_support_generic
+_ACEOF
+
+
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking CC support gcc __auto_type" >&5
+$as_echo_n "checking CC support gcc __auto_type... " >&6; }
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+int foo(void); int foo() { int a = 0; __auto_type b = a; return b + a; }
+int
+main ()
+{
+foo();
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_c_try_compile "$LINENO"; then :
+  cc_support_auto_type=1
+else
+  cc_support_auto_type=0
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cc_support_auto_type" >&5
+$as_echo "$cc_support_auto_type" >&6; }
+
+cat >>confdefs.h <<_ACEOF
+#define _NM_CC_SUPPORT_AUTO_TYPE $cc_support_auto_type
+_ACEOF
+
+
 
 
 
@@ -27797,7 +27851,7 @@ NM_LOG_COMPILER='LOG_COMPILER = "$(top_srcdir)/tools/run-nm-test.sh" --called-fr
 
         # Find any Python interpreter.
     if test -z "$PYTHON"; then
-      for ac_prog in python python2 python3 python3.3 python3.2 python3.1 python3.0 python2.7  python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0
+      for ac_prog in python python2 python3 python3.5 python3.4 python3.3 python3.2 python3.1 python3.0 python2.7  python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0
 do
   # Extract the first word of "$ac_prog", so it can be a program name with args.
 set dummy $ac_prog; ac_word=$2
@@ -29225,7 +29279,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.10.0, which was
+This file was extended by NetworkManager $as_me 1.10.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -29291,7 +29345,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.10.0
+NetworkManager config.status 1.10.2
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"