diff options
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 32 |
1 files changed, 19 insertions, 13 deletions
diff --git a/configure b/configure index a290af83..013461fc 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.4.0. +# Generated by GNU Autoconf 2.69 for NetworkManager 1.4.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.4.0' -PACKAGE_STRING='NetworkManager 1.4.0' +PACKAGE_VERSION='1.4.2' +PACKAGE_STRING='NetworkManager 1.4.2' PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=NetworkManager' PACKAGE_URL='' @@ -1699,7 +1699,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.4.0 to adapt to many kinds of systems. +\`configure' configures NetworkManager 1.4.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1769,7 +1769,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of NetworkManager 1.4.0:";; + short | recursive ) echo "Configuration of NetworkManager 1.4.2:";; esac cat <<\_ACEOF @@ -2096,7 +2096,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -NetworkManager configure 1.4.0 +NetworkManager configure 1.4.2 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2823,7 +2823,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.4.0, which was +It was created by NetworkManager $as_me 1.4.2, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3693,7 +3693,7 @@ fi # Define the identity of the package. PACKAGE='NetworkManager' - VERSION='1.4.0' + VERSION='1.4.2' cat >>confdefs.h <<_ACEOF @@ -17776,19 +17776,25 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu NM_MAJOR_VERSION=1 NM_MINOR_VERSION=4 -NM_MICRO_VERSION=0 -NM_VERSION=1.4.0 -NM_GIT_SHA=93b4119a81af57c274ac58210a8776afecf2a252 +NM_MICRO_VERSION=2 +NM_VERSION=1.4.2 + +NM_GIT_SHA=fa4913a5210586c47806c0833ffdaf3beb486541 + +if test """" != "no-config-h" ; then + cat >>confdefs.h <<_ACEOF #define NM_GIT_SHA "$NM_GIT_SHA" _ACEOF +fi + ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default" if test "x$ac_cv_type_pid_t" = xyes; then : @@ -27979,7 +27985,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.4.0, which was +This file was extended by NetworkManager $as_me 1.4.2, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -28045,7 +28051,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.4.0 +NetworkManager config.status 1.4.2 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" |