summary refs log tree commit diff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure84
1 files changed, 42 insertions, 42 deletions
diff --git a/configure b/configure
index c8bac501..bcd0bc6c 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.23.90.
+# Generated by GNU Autoconf 2.69 for NetworkManager 1.24.0.
 #
 # 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.23.90'
-PACKAGE_STRING='NetworkManager 1.23.90'
+PACKAGE_VERSION='1.24.0'
+PACKAGE_STRING='NetworkManager 1.24.0'
 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.23.90 to adapt to many kinds of systems.
+\`configure' configures NetworkManager 1.24.0 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.23.90:";;
+     short | recursive ) echo "Configuration of NetworkManager 1.24.0:";;
    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.23.90
+NetworkManager configure 1.24.0
 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.23.90, which was
+It was created by NetworkManager $as_me 1.24.0, 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.23.90'
+ VERSION='1.24.0'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -17966,9 +17966,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
 
 NM_MAJOR_VERSION=1
-NM_MINOR_VERSION=23
-NM_MICRO_VERSION=90
-NM_VERSION=1.23.90
+NM_MINOR_VERSION=24
+NM_MICRO_VERSION=0
+NM_VERSION=1.24.0
 
 
 
@@ -17976,7 +17976,7 @@ NM_VERSION=1.23.90
 
 
 
-NM_GIT_SHA=f80826fbb22f191a15c7bf813c83cad7a38a9f39
+NM_GIT_SHA=ea141ba8f8d1cf72e3bd752199c1076821fffdf9
 
 if test """" != "no-config-h" ; then
 
@@ -21721,7 +21721,7 @@ fi
     INTROSPECTION_GIRDIR=
     INTROSPECTION_TYPELIBDIR=
 
-    if test "x$enable_introspection" == "xno"; then
+    if test "x$enable_introspection" = "xno"; then
       found_introspection="no"
     else
        if test -n "$PKG_CONFIG" && \
@@ -21754,7 +21754,7 @@ else
   found_introspection="no (not installed)"
 fi
 
-       if test "x$enable_introspection" == "xyes"; then
+       if test "x$enable_introspection" = "xyes"; then
           if test "x$found_introspection" != "xyes"; then
               as_fn_error $? "introspection enabled but can't be used" "$LINENO" 5
           fi
@@ -21955,7 +21955,7 @@ else
   enable_qt=${have_qt}
 fi
 
-if (test "${enable_qt}" = "yes"); then
+if test "${enable_qt}" = "yes"; then
 	if test x"$have_qt" = x"no"; then
 		as_fn_error $? "Qt development headers are required" "$LINENO" 5
 	fi
@@ -22022,11 +22022,11 @@ else
   with_udev_dir="yes"
 fi
 
-if (test "$with_udev_dir" != 'no'); then
-	if (test "$with_udev_dir" != 'yes' && printf '%s' "$with_udev_dir" | grep -v -q '^/'); then
+if test "$with_udev_dir" != 'no'; then
+	if test "$with_udev_dir" != 'yes' && printf '%s' "$with_udev_dir" | grep -v -q '^/'; 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
+	if test "$with_udev_dir" = 'yes'; then
 		with_udev_dir="\$(prefix)/lib/udev"
 	fi
 	UDEV_DIR="$with_udev_dir"
@@ -24283,7 +24283,7 @@ else
   enable_teamdctl=${have_team_prereq}
 fi
 
-if (test "${enable_teamdctl}" = "yes"); then
+if test "${enable_teamdctl}" = "yes"; then
 	if test "$have_teamdctl" = "no"; then
 		as_fn_error $? "Libteamdctl is required for team support" "$LINENO" 5
 	fi
@@ -24310,7 +24310,7 @@ else
   enable_json_validation=${have_jansson}
 fi
 
-if (test "${enable_json_validation}" == "no"); then
+if test "${enable_json_validation}" = "no"; then
 
 $as_echo "#define WITH_JSON_VALIDATION 0" >>confdefs.h
 
@@ -24341,7 +24341,7 @@ else
   enable_polkit=yes
 fi
 
-if test "${enable_polkit}" == "root-only" ; then
+if test "${enable_polkit}" = "root-only" ; then
 	enable_polkit='root-only'
 elif test "${enable_polkit}" != "no" -a "${enable_polkit}" != "disabled" ; then
 	enable_polkit=true
@@ -24680,7 +24680,7 @@ else
   enable_ppp=yes
 fi
 
-if (test "${enable_ppp}" = "yes"); then
+if test "${enable_ppp}" = "yes"; then
 	for ac_header in pppd/pppd.h
 do :
   ac_fn_c_check_header_mongrel "$LINENO" "pppd/pppd.h" "ac_cv_header_pppd_pppd_h" "$ac_includes_default"
@@ -24794,7 +24794,7 @@ else
   with_modem_manager_1=auto
 fi
 
-if (test "${with_modem_manager_1}" != "no"); then
+if test "${with_modem_manager_1}" != "no"; then
 
 pkg_failed=no
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MM_GLIB" >&5
@@ -24867,8 +24867,8 @@ $as_echo "yes" >&6; }
 	have_libmm_glib=yes
 fi
 
-	if (test "${have_libmm_glib}" = "no"); then
-		if (test "${with_modem_manager_1}" = "yes"); then
+	if test "${have_libmm_glib}" = "no"; then
+		if test "${with_modem_manager_1}" = "yes"; then
 			as_fn_error $? "Couldn't find libmm-glib" "$LINENO" 5
 		else
 			with_modem_manager_1="no"
@@ -25045,7 +25045,7 @@ else
   enable_bluez5_dun=${have_bluez5}
 fi
 
-if (test "${enable_bluez5_dun}" = "yes"); then
+if test "${enable_bluez5_dun}" = "yes"; then
 	if test x"$have_bluez5" = x"no"; then
 		as_fn_error $? "Bluez 5.x development headers are required" "$LINENO" 5
 	fi
@@ -25075,7 +25075,7 @@ else
   with_ofono=no
 fi
 
-if (test "${with_ofono}" = "yes"); then
+if test "${with_ofono}" = "yes"; then
 
 $as_echo "#define WITH_OFONO 1" >>confdefs.h
 
@@ -25149,8 +25149,8 @@ fi
 done
 test -n "$with_dhcpcanon" || with_dhcpcanon="no"
 
-    if test "$with_dhcpcanon" == "no"; then
-        if test "$with_dhcpcanon_" == yes; then
+    if test "$with_dhcpcanon" = "no"; then
+        if test "$with_dhcpcanon_" = yes; then
             { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: dhcpcanon not found, assume path /sbin/dhcpcanon" >&5
 $as_echo "$as_me: WARNING: dhcpcanon not found, assume path /sbin/dhcpcanon" >&2;}
             with_dhcpcanon=/sbin/dhcpcanon
@@ -25249,8 +25249,8 @@ fi
 done
 test -n "$with_dhclient" || with_dhclient="no"
 
-	if test "$with_dhclient" == "no"; then
-		if test "$with_dhclient_" == yes; then
+	if test "$with_dhclient" = "no"; then
+		if test "$with_dhclient_" = yes; then
 			{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: dhclient not found, assume path /usr/sbin/dhclient" >&5
 $as_echo "$as_me: WARNING: dhclient not found, assume path /usr/sbin/dhclient" >&2;}
 			with_dhclient=/usr/sbin/dhclient
@@ -25327,8 +25327,8 @@ fi
 done
 test -n "$with_dhcpcd" || with_dhcpcd="no"
 
-	if test "$with_dhcpcd" == "no"; then
-		if test "$with_dhcpcd_" == yes; then
+	if test "$with_dhcpcd" = "no"; then
+		if test "$with_dhcpcd_" = yes; then
 			{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: dhcpcd not found, assume path /usr/sbin/dhcpcd" >&5
 $as_echo "$as_me: WARNING: dhcpcd not found, assume path /usr/sbin/dhcpcd" >&2;}
 			with_dhcpcd=/usr/sbin/dhcpcd
@@ -26326,7 +26326,7 @@ fi
 	fi
 	with_nm_cloud_setup=yes
 fi
- if test "$with_nm_cloud_setup" == yes; then
+ if test "$with_nm_cloud_setup" = yes; then
   BUILD_NM_CLOUD_SETUP_TRUE=
   BUILD_NM_CLOUD_SETUP_FALSE='#'
 else
@@ -27226,7 +27226,7 @@ if test "${enable_undefined_sanitizer+set}" = set; then :
   enableval=$enable_undefined_sanitizer;
 fi
 
-if (test "${enable_undefined_sanitizer}" = "yes"); then
+if test "${enable_undefined_sanitizer}" = "yes"; then
 
   for flag in -fsanitize=undefined; do
 
@@ -27602,7 +27602,7 @@ if test "$enable_tests" != "yes" -a "$enable_tests" != "root"; then :
   enable_tests="no"
 fi
 # Search for tools
-if test "$with_valgrind" == "yes"; then :
+if test "$with_valgrind" = "yes"; then :
   for ac_prog in valgrind
 do
   # Extract the first word of "$ac_prog", so it can be a program name with args.
@@ -27659,7 +27659,7 @@ else
   ENABLE_TESTS_FALSE=
 fi
 
- if test "$enable_tests" == "root"; then
+ if test "$enable_tests" = "root"; then
   REQUIRE_ROOT_TESTS_TRUE=
   REQUIRE_ROOT_TESTS_FALSE='#'
 else
@@ -27673,10 +27673,10 @@ if test "${with_valgrind_suppressions+set}" = set; then :
   withval=$with_valgrind_suppressions;
 fi
 
-if test "$with_valgrind" == no; then
+if test "$with_valgrind" = no; then
 	with_valgrind_suppressions=
 else
-	if test  "$with_valgrind_suppressions" == ""; then
+	if test  "$with_valgrind_suppressions" = ""; then
 		with_valgrind_suppressions='$(top_srcdir)/valgrind.suppressions'
 	fi
 fi
@@ -28273,7 +28273,7 @@ fi
 build_docs=no
 if test -n "$INTROSPECTION_MAKEFILE"; then
 	# If g-i is installed we know we have python, but we might not have pygobject
-	if ! "$PYTHON" -c 'from gi.repository import GObject' >& /dev/null; then
+	if ! "$PYTHON" -c 'from gi.repository import GObject' > /dev/null 2>&1; then
 		as_fn_error $? "\"--enable-introspection aims to build the settings documentation. This requires GObject introspection for python (pygobject)" "$LINENO" 5
 	fi
 
@@ -29123,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.23.90, which was
+This file was extended by NetworkManager $as_me 1.24.0, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -29189,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.23.90
+NetworkManager config.status 1.24.0
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"