diff options
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 94 |
1 files changed, 24 insertions, 70 deletions
diff --git a/configure b/configure index 15bfa85a..860b61c4 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.15.2. +# Generated by GNU Autoconf 2.69 for NetworkManager 1.15.91. # # 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.15.2' -PACKAGE_STRING='NetworkManager 1.15.2' +PACKAGE_VERSION='1.15.91' +PACKAGE_STRING='NetworkManager 1.15.91' PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=NetworkManager' PACKAGE_URL='' @@ -1731,7 +1731,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.15.2 to adapt to many kinds of systems. +\`configure' configures NetworkManager 1.15.91 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1801,7 +1801,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of NetworkManager 1.15.2:";; + short | recursive ) echo "Configuration of NetworkManager 1.15.91:";; esac cat <<\_ACEOF @@ -2141,7 +2141,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -NetworkManager configure 1.15.2 +NetworkManager configure 1.15.91 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2914,7 +2914,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.15.2, which was +It was created by NetworkManager $as_me 1.15.91, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3784,7 +3784,7 @@ fi # Define the identity of the package. PACKAGE='NetworkManager' - VERSION='1.15.2' + VERSION='1.15.91' cat >>confdefs.h <<_ACEOF @@ -17968,8 +17968,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu NM_MAJOR_VERSION=1 NM_MINOR_VERSION=15 -NM_MICRO_VERSION=2 -NM_VERSION=1.15.2 +NM_MICRO_VERSION=91 +NM_VERSION=1.15.91 @@ -17977,7 +17977,7 @@ NM_VERSION=1.15.2 -NM_GIT_SHA=862721d269418854ab55a77bc91c5299a214bc9b +NM_GIT_SHA=96be30cbcc59494d45e3b2f3bd605e00050674ed if test """" != "no-config-h" ; then @@ -26686,52 +26686,6 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext CFLAGS_SAVED="$CFLAGS" - CFLAGS="$CFLAGS $GLIB_CFLAGS -Werror -Wmissing-braces" - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -Wmissing-braces works as expected" >&5 -$as_echo_n "checking whether -Wmissing-braces works as expected... " >&6; } - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -_ACEOF -if ac_fn_c_try_compile "$LINENO"; then : - - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ -union { int a[1]; int b[2]; } c = { 0 } - -_ACEOF -if ac_fn_c_try_compile "$LINENO"; then : - - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } - CFLAGS="$CFLAGS_SAVED" - eval "AM_CFLAGS='$AM_CFLAGS -Wmissing-braces'" - -else - - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } - CFLAGS="$CFLAGS_SAVED" - eval "AM_CFLAGS='$AM_CFLAGS -Wno-missing-braces'" - -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - -else - - { $as_echo "$as_me:${as_lineno-$LINENO}: result: not supported" >&5 -$as_echo "not supported" >&6; } - CFLAGS="$CFLAGS_SAVED" - -fi -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - - - - - - CFLAGS_SAVED="$CFLAGS" CFLAGS="$CFLAGS $GLIB_CFLAGS -Werror -Wcast-function-type" { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -Wcast-function-type works as expected" >&5 $as_echo_n "checking whether -Wcast-function-type works as expected... " >&6; } @@ -26928,35 +26882,35 @@ fi if (test "${enable_lto}" = "yes"); then - { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports flag -flto in envvar CFLAGS" >&5 -$as_echo_n "checking if $CC supports flag -flto in envvar CFLAGS... " >&6; } -if ${cc_cv_CFLAGS__flto+:} false; then : + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports flag -flto -flto-partition=none in envvar CFLAGS" >&5 +$as_echo_n "checking if $CC supports flag -flto -flto-partition=none in envvar CFLAGS... " >&6; } +if ${cc_cv_CFLAGS__flto__flto_partition_none+:} false; then : $as_echo_n "(cached) " >&6 else eval "cc_save_CFLAGS='${CFLAGS}'" - eval "CFLAGS='${cc_save_CFLAGS} -Werror `echo "-flto" | sed 's/^-Wno-/-W/'`'" + eval "CFLAGS='${cc_save_CFLAGS} -Werror `echo "-flto -flto-partition=none" | sed 's/^-Wno-/-W/'`'" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main(void) { return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : - eval "cc_cv_CFLAGS__flto='yes'" + eval "cc_cv_CFLAGS__flto__flto_partition_none='yes'" else - eval "cc_cv_CFLAGS__flto='no'" + eval "cc_cv_CFLAGS__flto__flto_partition_none='no'" fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext eval "CFLAGS='$cc_save_CFLAGS'" fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cc_cv_CFLAGS__flto" >&5 -$as_echo "$cc_cv_CFLAGS__flto" >&6; } +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cc_cv_CFLAGS__flto__flto_partition_none" >&5 +$as_echo "$cc_cv_CFLAGS__flto__flto_partition_none" >&6; } - if eval test x$cc_cv_CFLAGS__flto = xyes; then : - eval "lto_flags='${lto_flags} -flto'" + if eval test x$cc_cv_CFLAGS__flto__flto_partition_none = xyes; then : + eval "lto_flags='${lto_flags} -flto -flto-partition=none'" fi if (test -n "${lto_flags}"); then - CFLAGS="-flto $CFLAGS" + CFLAGS="-flto -flto-partition=none $CFLAGS" else as_fn_error $? "Link Time Optimization -flto is not supported." "$LINENO" 5 fi @@ -28985,7 +28939,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.15.2, which was +This file was extended by NetworkManager $as_me 1.15.91, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -29051,7 +29005,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.15.2 +NetworkManager config.status 1.15.91 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" |