~ubuntu-branches/debian/sid/network-manager/sid

« back to all changes in this revision

Viewing changes to configure

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2011-11-03 21:32:50 UTC
  • mfrom: (1.4.6)
  • Revision ID: package-import@ubuntu.com-20111103213250-w49ucjmux3hbwnta
Tags: 0.9.1.95-1
* New upstream release (0.9.2 rc1).
  - Fix connection sharing with newer iptables versions. (Closes: #638995)
  - Fix handling of numeric SSIDs in the keyfile plugin. (Closes: #642912)
* debian/watch: Track .xz tarballs.
* debian/libnm-util2.symbols: Add new symbols for libnm-util.
* debian/patches/04-dont-update-routing-and-dns-for-unmanaged-devices.patch
  - Avoid blowing away existing routes and resolv.conf if NM never managed
    any devices. (Closes: #546893, #624159, #637005, #641904)
* debian/control: Add Build-Depends on libglib2.0-doc for proper
  cross-references in the gtk-doc API documentation.
* Enable default hardening options from dpkg-buildflags.
  - Use buildflags.mk snippet in debian/rules.
  - Add Build-Depends on dpkg-dev (>= 1.6.1).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
# Guess values for system-dependent variables and create Makefiles.
3
 
# Generated by GNU Autoconf 2.68 for NetworkManager 0.9.0.
 
3
# Generated by GNU Autoconf 2.68 for NetworkManager 0.9.1.95.
4
4
#
5
5
# Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=NetworkManager>.
6
6
#
571
571
# Identity of this package.
572
572
PACKAGE_NAME='NetworkManager'
573
573
PACKAGE_TARNAME='NetworkManager'
574
 
PACKAGE_VERSION='0.9.0'
575
 
PACKAGE_STRING='NetworkManager 0.9.0'
 
574
PACKAGE_VERSION='0.9.1.95'
 
575
PACKAGE_STRING='NetworkManager 0.9.1.95'
576
576
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=NetworkManager'
577
577
PACKAGE_URL=''
578
578
 
668
668
UUID_CFLAGS
669
669
LIBNL_LIBS
670
670
LIBNL_CFLAGS
 
671
LIBNL1_LIBS
 
672
LIBNL1_CFLAGS
 
673
LIBNL2_LIBS
 
674
LIBNL2_CFLAGS
 
675
LIBNL_ROUTE3_LIBS
 
676
LIBNL_ROUTE3_CFLAGS
 
677
LIBNL3_LIBS
 
678
LIBNL3_CFLAGS
671
679
WITH_CONSOLEKIT_FALSE
672
680
WITH_CONSOLEKIT_TRUE
673
681
HAVE_SYSTEMD_FALSE
934
942
with_iptables
935
943
with_system_ca_path
936
944
with_kernel_firmware_dir
 
945
enable_crashtrace
937
946
enable_more_warnings
938
947
with_html_dir
939
948
enable_gtk_doc
969
978
GIO_LIBS
970
979
QT_CFLAGS
971
980
QT_LIBS
972
 
LIBNL_CFLAGS
973
 
LIBNL_LIBS
 
981
LIBNL3_CFLAGS
 
982
LIBNL3_LIBS
 
983
LIBNL_ROUTE3_CFLAGS
 
984
LIBNL_ROUTE3_LIBS
 
985
LIBNL2_CFLAGS
 
986
LIBNL2_LIBS
 
987
LIBNL1_CFLAGS
 
988
LIBNL1_LIBS
974
989
UUID_CFLAGS
975
990
UUID_LIBS
976
991
IWMX_SDK_CFLAGS
1523
1538
  # Omit some internal or obsolete options to make the list less imposing.
1524
1539
  # This message is too long to be a string in the A/UX 3.1 sh.
1525
1540
  cat <<_ACEOF
1526
 
\`configure' configures NetworkManager 0.9.0 to adapt to many kinds of systems.
 
1541
\`configure' configures NetworkManager 0.9.1.95 to adapt to many kinds of systems.
1527
1542
 
1528
1543
Usage: $0 [OPTION]... [VAR=VALUE]...
1529
1544
 
1593
1608
 
1594
1609
if test -n "$ac_init_help"; then
1595
1610
  case $ac_init_help in
1596
 
     short | recursive ) echo "Configuration of NetworkManager 0.9.0:";;
 
1611
     short | recursive ) echo "Configuration of NetworkManager 0.9.1.95:";;
1597
1612
   esac
1598
1613
  cat <<\_ACEOF
1599
1614
 
1620
1635
  --enable-wimax          enable WiMAX support
1621
1636
  --enable-polkit         enable PolicyKit support
1622
1637
  --enable-ppp            enable PPP/PPPoE support
 
1638
  --disable-crashtrace    Disable GNU backtrace extensions
1623
1639
  --enable-more-warnings  Maximum compiler warnings
1624
1640
  --enable-gtk-doc        use gtk-doc to build documentation [[default=no]]
1625
1641
  --enable-gtk-doc-html   build documentation in html format [[default=yes]]
1703
1719
  GIO_LIBS    linker flags for GIO, overriding pkg-config
1704
1720
  QT_CFLAGS   C compiler flags for QT, overriding pkg-config
1705
1721
  QT_LIBS     linker flags for QT, overriding pkg-config
1706
 
  LIBNL_CFLAGS
1707
 
              C compiler flags for LIBNL, overriding pkg-config
1708
 
  LIBNL_LIBS  linker flags for LIBNL, overriding pkg-config
 
1722
  LIBNL3_CFLAGS
 
1723
              C compiler flags for LIBNL3, overriding pkg-config
 
1724
  LIBNL3_LIBS linker flags for LIBNL3, overriding pkg-config
 
1725
  LIBNL_ROUTE3_CFLAGS
 
1726
              C compiler flags for LIBNL_ROUTE3, overriding pkg-config
 
1727
  LIBNL_ROUTE3_LIBS
 
1728
              linker flags for LIBNL_ROUTE3, overriding pkg-config
 
1729
  LIBNL2_CFLAGS
 
1730
              C compiler flags for LIBNL2, overriding pkg-config
 
1731
  LIBNL2_LIBS linker flags for LIBNL2, overriding pkg-config
 
1732
  LIBNL1_CFLAGS
 
1733
              C compiler flags for LIBNL1, overriding pkg-config
 
1734
  LIBNL1_LIBS linker flags for LIBNL1, overriding pkg-config
1709
1735
  UUID_CFLAGS C compiler flags for UUID, overriding pkg-config
1710
1736
  UUID_LIBS   linker flags for UUID, overriding pkg-config
1711
1737
  IWMX_SDK_CFLAGS
1787
1813
test -n "$ac_init_help" && exit $ac_status
1788
1814
if $ac_init_version; then
1789
1815
  cat <<\_ACEOF
1790
 
NetworkManager configure 0.9.0
 
1816
NetworkManager configure 0.9.1.95
1791
1817
generated by GNU Autoconf 2.68
1792
1818
 
1793
1819
Copyright (C) 2010 Free Software Foundation, Inc.
2331
2357
This file contains any messages produced by compilers while
2332
2358
running configure, to aid debugging if configure makes a mistake.
2333
2359
 
2334
 
It was created by NetworkManager $as_me 0.9.0, which was
 
2360
It was created by NetworkManager $as_me 0.9.1.95, which was
2335
2361
generated by GNU Autoconf 2.68.  Invocation command line was
2336
2362
 
2337
2363
  $ $0 $@
3152
3178
 
3153
3179
# Define the identity of the package.
3154
3180
 PACKAGE='NetworkManager'
3155
 
 VERSION='0.9.0'
 
3181
 VERSION='0.9.1.95'
3156
3182
 
3157
3183
 
3158
3184
cat >>confdefs.h <<_ACEOF
16279
16305
 
16280
16306
NM_MAJOR_VERSION=0
16281
16307
NM_MINOR_VERSION=9
16282
 
NM_MICRO_VERSION=0
16283
 
NM_VERSION=0.9.0
 
16308
NM_MICRO_VERSION=1
 
16309
NM_VERSION=0.9.1.95
16284
16310
 
16285
16311
 
16286
16312
 
20828
20854
_ACEOF
20829
20855
 
20830
20856
 
20831
 
 
20832
 
pkg_failed=no
20833
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBNL" >&5
20834
 
$as_echo_n "checking for LIBNL... " >&6; }
20835
 
 
20836
 
if test -n "$LIBNL_CFLAGS"; then
20837
 
    pkg_cv_LIBNL_CFLAGS="$LIBNL_CFLAGS"
20838
 
 elif test -n "$PKG_CONFIG"; then
20839
 
    if test -n "$PKG_CONFIG" && \
20840
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libnl-1 >= 1.0-pre8\""; } >&5
20841
 
  ($PKG_CONFIG --exists --print-errors "libnl-1 >= 1.0-pre8") 2>&5
20842
 
  ac_status=$?
20843
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
20844
 
  test $ac_status = 0; }; then
20845
 
  pkg_cv_LIBNL_CFLAGS=`$PKG_CONFIG --cflags "libnl-1 >= 1.0-pre8" 2>/dev/null`
20846
 
else
20847
 
  pkg_failed=yes
20848
 
fi
20849
 
 else
20850
 
    pkg_failed=untried
20851
 
fi
20852
 
if test -n "$LIBNL_LIBS"; then
20853
 
    pkg_cv_LIBNL_LIBS="$LIBNL_LIBS"
20854
 
 elif test -n "$PKG_CONFIG"; then
20855
 
    if test -n "$PKG_CONFIG" && \
20856
 
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libnl-1 >= 1.0-pre8\""; } >&5
20857
 
  ($PKG_CONFIG --exists --print-errors "libnl-1 >= 1.0-pre8") 2>&5
20858
 
  ac_status=$?
20859
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
20860
 
  test $ac_status = 0; }; then
20861
 
  pkg_cv_LIBNL_LIBS=`$PKG_CONFIG --libs "libnl-1 >= 1.0-pre8" 2>/dev/null`
20862
 
else
20863
 
  pkg_failed=yes
20864
 
fi
20865
 
 else
20866
 
    pkg_failed=untried
20867
 
fi
20868
 
 
20869
 
 
20870
 
 
20871
 
if test $pkg_failed = yes; then
20872
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
20873
 
$as_echo "no" >&6; }
20874
 
 
20875
 
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
20876
 
        _pkg_short_errors_supported=yes
20877
 
else
20878
 
        _pkg_short_errors_supported=no
20879
 
fi
20880
 
        if test $_pkg_short_errors_supported = yes; then
20881
 
                LIBNL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libnl-1 >= 1.0-pre8" 2>&1`
20882
 
        else
20883
 
                LIBNL_PKG_ERRORS=`$PKG_CONFIG --print-errors "libnl-1 >= 1.0-pre8" 2>&1`
20884
 
        fi
20885
 
        # Put the nasty error message in config.log where it belongs
20886
 
        echo "$LIBNL_PKG_ERRORS" >&5
20887
 
 
20888
 
        as_fn_error $? "Package requirements (libnl-1 >= 1.0-pre8) were not met:
20889
 
 
20890
 
$LIBNL_PKG_ERRORS
20891
 
 
20892
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
20893
 
installed software in a non-standard prefix.
20894
 
 
20895
 
Alternatively, you may set the environment variables LIBNL_CFLAGS
20896
 
and LIBNL_LIBS to avoid the need to call pkg-config.
20897
 
See the pkg-config man page for more details." "$LINENO" 5
20898
 
 
20899
 
elif test $pkg_failed = untried; then
20900
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
20901
 
$as_echo "no" >&6; }
20902
 
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
20903
 
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
20904
 
as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
20905
 
is in your PATH or set the PKG_CONFIG environment variable to the full
20906
 
path to pkg-config.
20907
 
 
20908
 
Alternatively, you may set the environment variables LIBNL_CFLAGS
20909
 
and LIBNL_LIBS to avoid the need to call pkg-config.
20910
 
See the pkg-config man page for more details.
20911
 
 
20912
 
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
20913
 
See \`config.log' for more details" "$LINENO" 5; }
20914
 
 
20915
 
else
20916
 
        LIBNL_CFLAGS=$pkg_cv_LIBNL_CFLAGS
20917
 
        LIBNL_LIBS=$pkg_cv_LIBNL_LIBS
20918
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
20919
 
$as_echo "yes" >&6; }
20920
 
 
20921
 
fi
20922
 
 
20923
 
 
 
20857
have_libnl="no"
 
20858
 
 
20859
pkg_failed=no
 
20860
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBNL3" >&5
 
20861
$as_echo_n "checking for LIBNL3... " >&6; }
 
20862
 
 
20863
if test -n "$LIBNL3_CFLAGS"; then
 
20864
    pkg_cv_LIBNL3_CFLAGS="$LIBNL3_CFLAGS"
 
20865
 elif test -n "$PKG_CONFIG"; then
 
20866
    if test -n "$PKG_CONFIG" && \
 
20867
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libnl-3.0\""; } >&5
 
20868
  ($PKG_CONFIG --exists --print-errors "libnl-3.0") 2>&5
 
20869
  ac_status=$?
 
20870
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
20871
  test $ac_status = 0; }; then
 
20872
  pkg_cv_LIBNL3_CFLAGS=`$PKG_CONFIG --cflags "libnl-3.0" 2>/dev/null`
 
20873
else
 
20874
  pkg_failed=yes
 
20875
fi
 
20876
 else
 
20877
    pkg_failed=untried
 
20878
fi
 
20879
if test -n "$LIBNL3_LIBS"; then
 
20880
    pkg_cv_LIBNL3_LIBS="$LIBNL3_LIBS"
 
20881
 elif test -n "$PKG_CONFIG"; then
 
20882
    if test -n "$PKG_CONFIG" && \
 
20883
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libnl-3.0\""; } >&5
 
20884
  ($PKG_CONFIG --exists --print-errors "libnl-3.0") 2>&5
 
20885
  ac_status=$?
 
20886
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
20887
  test $ac_status = 0; }; then
 
20888
  pkg_cv_LIBNL3_LIBS=`$PKG_CONFIG --libs "libnl-3.0" 2>/dev/null`
 
20889
else
 
20890
  pkg_failed=yes
 
20891
fi
 
20892
 else
 
20893
    pkg_failed=untried
 
20894
fi
 
20895
 
 
20896
 
 
20897
 
 
20898
if test $pkg_failed = yes; then
 
20899
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
20900
$as_echo "no" >&6; }
 
20901
 
 
20902
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
20903
        _pkg_short_errors_supported=yes
 
20904
else
 
20905
        _pkg_short_errors_supported=no
 
20906
fi
 
20907
        if test $_pkg_short_errors_supported = yes; then
 
20908
                LIBNL3_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libnl-3.0" 2>&1`
 
20909
        else
 
20910
                LIBNL3_PKG_ERRORS=`$PKG_CONFIG --print-errors "libnl-3.0" 2>&1`
 
20911
        fi
 
20912
        # Put the nasty error message in config.log where it belongs
 
20913
        echo "$LIBNL3_PKG_ERRORS" >&5
 
20914
 
 
20915
        have_libnl3=no
 
20916
elif test $pkg_failed = untried; then
 
20917
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
20918
$as_echo "no" >&6; }
 
20919
        have_libnl3=no
 
20920
else
 
20921
        LIBNL3_CFLAGS=$pkg_cv_LIBNL3_CFLAGS
 
20922
        LIBNL3_LIBS=$pkg_cv_LIBNL3_LIBS
 
20923
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 
20924
$as_echo "yes" >&6; }
 
20925
        have_libnl3=yes
 
20926
fi
 
20927
 
 
20928
pkg_failed=no
 
20929
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBNL_ROUTE3" >&5
 
20930
$as_echo_n "checking for LIBNL_ROUTE3... " >&6; }
 
20931
 
 
20932
if test -n "$LIBNL_ROUTE3_CFLAGS"; then
 
20933
    pkg_cv_LIBNL_ROUTE3_CFLAGS="$LIBNL_ROUTE3_CFLAGS"
 
20934
 elif test -n "$PKG_CONFIG"; then
 
20935
    if test -n "$PKG_CONFIG" && \
 
20936
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libnl-route-3.0\""; } >&5
 
20937
  ($PKG_CONFIG --exists --print-errors "libnl-route-3.0") 2>&5
 
20938
  ac_status=$?
 
20939
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
20940
  test $ac_status = 0; }; then
 
20941
  pkg_cv_LIBNL_ROUTE3_CFLAGS=`$PKG_CONFIG --cflags "libnl-route-3.0" 2>/dev/null`
 
20942
else
 
20943
  pkg_failed=yes
 
20944
fi
 
20945
 else
 
20946
    pkg_failed=untried
 
20947
fi
 
20948
if test -n "$LIBNL_ROUTE3_LIBS"; then
 
20949
    pkg_cv_LIBNL_ROUTE3_LIBS="$LIBNL_ROUTE3_LIBS"
 
20950
 elif test -n "$PKG_CONFIG"; then
 
20951
    if test -n "$PKG_CONFIG" && \
 
20952
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libnl-route-3.0\""; } >&5
 
20953
  ($PKG_CONFIG --exists --print-errors "libnl-route-3.0") 2>&5
 
20954
  ac_status=$?
 
20955
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
20956
  test $ac_status = 0; }; then
 
20957
  pkg_cv_LIBNL_ROUTE3_LIBS=`$PKG_CONFIG --libs "libnl-route-3.0" 2>/dev/null`
 
20958
else
 
20959
  pkg_failed=yes
 
20960
fi
 
20961
 else
 
20962
    pkg_failed=untried
 
20963
fi
 
20964
 
 
20965
 
 
20966
 
 
20967
if test $pkg_failed = yes; then
 
20968
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
20969
$as_echo "no" >&6; }
 
20970
 
 
20971
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
20972
        _pkg_short_errors_supported=yes
 
20973
else
 
20974
        _pkg_short_errors_supported=no
 
20975
fi
 
20976
        if test $_pkg_short_errors_supported = yes; then
 
20977
                LIBNL_ROUTE3_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libnl-route-3.0" 2>&1`
 
20978
        else
 
20979
                LIBNL_ROUTE3_PKG_ERRORS=`$PKG_CONFIG --print-errors "libnl-route-3.0" 2>&1`
 
20980
        fi
 
20981
        # Put the nasty error message in config.log where it belongs
 
20982
        echo "$LIBNL_ROUTE3_PKG_ERRORS" >&5
 
20983
 
 
20984
        have_libnl_route3=no
 
20985
elif test $pkg_failed = untried; then
 
20986
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
20987
$as_echo "no" >&6; }
 
20988
        have_libnl_route3=no
 
20989
else
 
20990
        LIBNL_ROUTE3_CFLAGS=$pkg_cv_LIBNL_ROUTE3_CFLAGS
 
20991
        LIBNL_ROUTE3_LIBS=$pkg_cv_LIBNL_ROUTE3_LIBS
 
20992
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 
20993
$as_echo "yes" >&6; }
 
20994
        have_libnl_route3=yes
 
20995
fi
 
20996
if (test "${have_libnl3}" = "yes" -a "${have_libnl_route3}" = "yes"); then
 
20997
 
 
20998
$as_echo "#define HAVE_LIBNL3 1" >>confdefs.h
 
20999
 
 
21000
        LIBNL_CFLAGS="$LIBNL3_CFLAGS $LIBNL_ROUTE3_CFLAGS"
 
21001
        LIBNL_LIBS="$LIBNL3_LIBS $LIBNL_ROUTE3_LIBS"
 
21002
        libnl_version="3"
 
21003
        have_libnl="yes"
 
21004
else
 
21005
 
 
21006
pkg_failed=no
 
21007
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBNL2" >&5
 
21008
$as_echo_n "checking for LIBNL2... " >&6; }
 
21009
 
 
21010
if test -n "$LIBNL2_CFLAGS"; then
 
21011
    pkg_cv_LIBNL2_CFLAGS="$LIBNL2_CFLAGS"
 
21012
 elif test -n "$PKG_CONFIG"; then
 
21013
    if test -n "$PKG_CONFIG" && \
 
21014
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libnl-2.0\""; } >&5
 
21015
  ($PKG_CONFIG --exists --print-errors "libnl-2.0") 2>&5
 
21016
  ac_status=$?
 
21017
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
21018
  test $ac_status = 0; }; then
 
21019
  pkg_cv_LIBNL2_CFLAGS=`$PKG_CONFIG --cflags "libnl-2.0" 2>/dev/null`
 
21020
else
 
21021
  pkg_failed=yes
 
21022
fi
 
21023
 else
 
21024
    pkg_failed=untried
 
21025
fi
 
21026
if test -n "$LIBNL2_LIBS"; then
 
21027
    pkg_cv_LIBNL2_LIBS="$LIBNL2_LIBS"
 
21028
 elif test -n "$PKG_CONFIG"; then
 
21029
    if test -n "$PKG_CONFIG" && \
 
21030
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libnl-2.0\""; } >&5
 
21031
  ($PKG_CONFIG --exists --print-errors "libnl-2.0") 2>&5
 
21032
  ac_status=$?
 
21033
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
21034
  test $ac_status = 0; }; then
 
21035
  pkg_cv_LIBNL2_LIBS=`$PKG_CONFIG --libs "libnl-2.0" 2>/dev/null`
 
21036
else
 
21037
  pkg_failed=yes
 
21038
fi
 
21039
 else
 
21040
    pkg_failed=untried
 
21041
fi
 
21042
 
 
21043
 
 
21044
 
 
21045
if test $pkg_failed = yes; then
 
21046
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
21047
$as_echo "no" >&6; }
 
21048
 
 
21049
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
21050
        _pkg_short_errors_supported=yes
 
21051
else
 
21052
        _pkg_short_errors_supported=no
 
21053
fi
 
21054
        if test $_pkg_short_errors_supported = yes; then
 
21055
                LIBNL2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libnl-2.0" 2>&1`
 
21056
        else
 
21057
                LIBNL2_PKG_ERRORS=`$PKG_CONFIG --print-errors "libnl-2.0" 2>&1`
 
21058
        fi
 
21059
        # Put the nasty error message in config.log where it belongs
 
21060
        echo "$LIBNL2_PKG_ERRORS" >&5
 
21061
 
 
21062
        have_libnl2=no
 
21063
elif test $pkg_failed = untried; then
 
21064
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
21065
$as_echo "no" >&6; }
 
21066
        have_libnl2=no
 
21067
else
 
21068
        LIBNL2_CFLAGS=$pkg_cv_LIBNL2_CFLAGS
 
21069
        LIBNL2_LIBS=$pkg_cv_LIBNL2_LIBS
 
21070
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 
21071
$as_echo "yes" >&6; }
 
21072
        have_libnl2=yes
 
21073
fi
 
21074
        if (test "${have_libnl2}" = "yes"); then
 
21075
 
 
21076
$as_echo "#define HAVE_LIBNL2 1" >>confdefs.h
 
21077
 
 
21078
                LIBNL_CFLAGS="$LIBNL2_CFLAGS"
 
21079
                LIBNL_LIBS="$LIBNL2_LIBS"
 
21080
                libnl_version="2"
 
21081
                have_libnl="yes"
 
21082
        else
 
21083
 
 
21084
pkg_failed=no
 
21085
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBNL1" >&5
 
21086
$as_echo_n "checking for LIBNL1... " >&6; }
 
21087
 
 
21088
if test -n "$LIBNL1_CFLAGS"; then
 
21089
    pkg_cv_LIBNL1_CFLAGS="$LIBNL1_CFLAGS"
 
21090
 elif test -n "$PKG_CONFIG"; then
 
21091
    if test -n "$PKG_CONFIG" && \
 
21092
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libnl-1 >= 1.0-pre8\""; } >&5
 
21093
  ($PKG_CONFIG --exists --print-errors "libnl-1 >= 1.0-pre8") 2>&5
 
21094
  ac_status=$?
 
21095
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
21096
  test $ac_status = 0; }; then
 
21097
  pkg_cv_LIBNL1_CFLAGS=`$PKG_CONFIG --cflags "libnl-1 >= 1.0-pre8" 2>/dev/null`
 
21098
else
 
21099
  pkg_failed=yes
 
21100
fi
 
21101
 else
 
21102
    pkg_failed=untried
 
21103
fi
 
21104
if test -n "$LIBNL1_LIBS"; then
 
21105
    pkg_cv_LIBNL1_LIBS="$LIBNL1_LIBS"
 
21106
 elif test -n "$PKG_CONFIG"; then
 
21107
    if test -n "$PKG_CONFIG" && \
 
21108
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libnl-1 >= 1.0-pre8\""; } >&5
 
21109
  ($PKG_CONFIG --exists --print-errors "libnl-1 >= 1.0-pre8") 2>&5
 
21110
  ac_status=$?
 
21111
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
21112
  test $ac_status = 0; }; then
 
21113
  pkg_cv_LIBNL1_LIBS=`$PKG_CONFIG --libs "libnl-1 >= 1.0-pre8" 2>/dev/null`
 
21114
else
 
21115
  pkg_failed=yes
 
21116
fi
 
21117
 else
 
21118
    pkg_failed=untried
 
21119
fi
 
21120
 
 
21121
 
 
21122
 
 
21123
if test $pkg_failed = yes; then
 
21124
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
21125
$as_echo "no" >&6; }
 
21126
 
 
21127
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
21128
        _pkg_short_errors_supported=yes
 
21129
else
 
21130
        _pkg_short_errors_supported=no
 
21131
fi
 
21132
        if test $_pkg_short_errors_supported = yes; then
 
21133
                LIBNL1_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libnl-1 >= 1.0-pre8" 2>&1`
 
21134
        else
 
21135
                LIBNL1_PKG_ERRORS=`$PKG_CONFIG --print-errors "libnl-1 >= 1.0-pre8" 2>&1`
 
21136
        fi
 
21137
        # Put the nasty error message in config.log where it belongs
 
21138
        echo "$LIBNL1_PKG_ERRORS" >&5
 
21139
 
 
21140
        have_libnl1=no
 
21141
elif test $pkg_failed = untried; then
 
21142
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
21143
$as_echo "no" >&6; }
 
21144
        have_libnl1=no
 
21145
else
 
21146
        LIBNL1_CFLAGS=$pkg_cv_LIBNL1_CFLAGS
 
21147
        LIBNL1_LIBS=$pkg_cv_LIBNL1_LIBS
 
21148
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 
21149
$as_echo "yes" >&6; }
 
21150
        have_libnl1=yes
 
21151
fi
 
21152
                if (test "${have_libnl1}" = "yes"); then
 
21153
 
 
21154
$as_echo "#define HAVE_LIBNL1 1" >>confdefs.h
 
21155
 
 
21156
                        LIBNL_CFLAGS="$LIBNL1_CFLAGS"
 
21157
                        LIBNL_LIBS="$LIBNL1_LIBS"
 
21158
                        libnl_version="1"
 
21159
                        have_libnl="yes"
 
21160
                fi
 
21161
        fi
 
21162
fi
 
21163
 
 
21164
if (test "${have_libnl}" = "no"); then
 
21165
        as_fn_error $? "libnl development header are required" "$LINENO" 5
 
21166
fi
 
21167
 
 
21168
 
 
21169
 
 
21170
if (test "${libnl_version}" = "1"); then
20924
21171
 
20925
21172
    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libnl address caching bug" >&5
20926
21173
$as_echo_n "checking for libnl address caching bug... " >&6; }
21012
21259
       ;;
21013
21260
esac
21014
21261
 
 
21262
fi
21015
21263
 
21016
21264
 
21017
21265
pkg_failed=no
21956
22204
 
21957
22205
 
21958
22206
 
 
22207
# Check whether --enable-crashtrace was given.
 
22208
if test "${enable_crashtrace+set}" = set; then :
 
22209
  enableval=$enable_crashtrace; enable_crashtrace=${enableval}
 
22210
else
 
22211
  enable_crashtrace=yes
 
22212
fi
 
22213
 
 
22214
if test x"$enable_crashtrace" = xyes; then
 
22215
 
 
22216
$as_echo "#define ENABLE_CRASHTRACE 1" >>confdefs.h
 
22217
 
 
22218
fi
 
22219
 
21959
22220
# Check whether --enable-more-warnings was given.
21960
22221
if test "${enable_more_warnings+set}" = set; then :
21961
22222
  enableval=$enable_more_warnings; set_more_warnings="$enableval"
22929
23190
# report actual input values of CONFIG_FILES etc. instead of their
22930
23191
# values after options handling.
22931
23192
ac_log="
22932
 
This file was extended by NetworkManager $as_me 0.9.0, which was
 
23193
This file was extended by NetworkManager $as_me 0.9.1.95, which was
22933
23194
generated by GNU Autoconf 2.68.  Invocation command line was
22934
23195
 
22935
23196
  CONFIG_FILES    = $CONFIG_FILES
22995
23256
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
22996
23257
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
22997
23258
ac_cs_version="\\
22998
 
NetworkManager config.status 0.9.0
 
23259
NetworkManager config.status 0.9.1.95
22999
23260
configured by $0, generated by GNU Autoconf 2.68,
23000
23261
  with options \\"\$ac_cs_config\\"
23001
23262
 
25316
25577
        echo PPP support: no
25317
25578
fi
25318
25579
 
 
25580
echo libnl version: ${libnl_version}
 
25581
 
25319
25582
echo
25320
25583
echo Building documentation: ${with_docs}
25321
25584
echo Building tests: ${with_tests}