summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2011-03-18 20:17:47 +0100
committerMichael Biebl <biebl@debian.org>2011-03-18 20:17:47 +0100
commite22c6e05e9ebc6cce941762020c5710b8014677b (patch)
tree7e9fd7f8ae24a94b03f683e0cef9a346968e1e8b /configure
parenta6b89d35fabd9f5934b84d7cde22e9268f92c3d3 (diff)
Imported Upstream version 0.8.3.998upstream/0.8.3.998
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure203
1 files changed, 172 insertions, 31 deletions
diff --git a/configure b/configure
index b9b10217c..b62f55e41 100755
--- a/configure
+++ b/configure
@@ -1,8 +1,8 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.66 for NetworkManager 0.8.2.
+# Generated by GNU Autoconf 2.66 for NetworkManager 0.8.3.998.
#
-# Report bugs to <dcbw@redhat.com>.
+# Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=NetworkManager>.
#
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -238,7 +238,8 @@ fi
$as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
$as_echo "$0: be upgraded to zsh 4.3.4 or later."
else
- $as_echo "$0: Please tell bug-autoconf@gnu.org and dcbw@redhat.com
+ $as_echo "$0: Please tell bug-autoconf@gnu.org and
+$0: http://bugzilla.gnome.org/enter_bug.cgi?product=NetworkManager
$0: about your system, including any error possibly output
$0: before this message. Then install a modern shell, or
$0: manually run the script under such a shell if you do
@@ -562,9 +563,9 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='NetworkManager'
PACKAGE_TARNAME='NetworkManager'
-PACKAGE_VERSION='0.8.2'
-PACKAGE_STRING='NetworkManager 0.8.2'
-PACKAGE_BUGREPORT='dcbw@redhat.com'
+PACKAGE_VERSION='0.8.3.998'
+PACKAGE_STRING='NetworkManager 0.8.3.998'
+PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=NetworkManager'
PACKAGE_URL=''
# Factoring default headers for most tests.
@@ -630,6 +631,8 @@ DHCPCD_PATH
DHCLIENT_VERSION
DHCLIENT_PATH
PPPD_PLUGIN_DIR
+WITH_PPP_FALSE
+WITH_PPP_TRUE
DBUS_SYS_DIR
GLIB_GENMARSHAL
WITH_GNUTLS_FALSE
@@ -641,6 +644,7 @@ LIBGCRYPT_CFLAGS
LIBGCRYPT_CONFIG
GNUTLS_LIBS
GNUTLS_CFLAGS
+PKGCONFIG_PATH
NSS_LIBS
NSS_CFLAGS
POLKIT_LIBS
@@ -668,6 +672,8 @@ PKG_CONFIG_PATH
PKG_CONFIG
LIBDL
LIBM
+TARGET_EXHERBO_FALSE
+TARGET_EXHERBO_TRUE
TARGET_LINEXA_FALSE
TARGET_LINEXA_TRUE
TARGET_PARDUS_FALSE
@@ -735,6 +741,10 @@ INTLTOOL_UPDATE
USE_NLS
GETTEXT_PACKAGE
LIBOBJS
+NM_VERSION
+NM_MICRO_VERSION
+NM_MINOR_VERSION
+NM_MAJOR_VERSION
DISABLE_DEPRECATED
ACLOCAL_AMFLAGS
OTOOL64
@@ -866,6 +876,7 @@ with_udev_dir
with_systemdsystemunitdir
with_crypto
with_dbus_sys_dir
+enable_ppp
with_pppd_plugin_dir
with_dhclient
with_dhcpcd
@@ -889,11 +900,6 @@ LDFLAGS
LIBS
CPPFLAGS
CPP
-CPPFLAGS
-CC
-LDFLAGS
-LIBS
-CPPFLAGS
PKG_CONFIG
PKG_CONFIG_PATH
PKG_CONFIG_LIBDIR
@@ -1458,7 +1464,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 0.8.2 to adapt to many kinds of systems.
+\`configure' configures NetworkManager 0.8.3.998 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1528,7 +1534,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of NetworkManager 0.8.2:";;
+ short | recursive ) echo "Configuration of NetworkManager 0.8.3.998:";;
esac
cat <<\_ACEOF
@@ -1548,6 +1554,7 @@ Optional Features:
optimize for fast installation [default=yes]
--disable-libtool-lock avoid locking (might break parallel builds)
--disable-nls do not use Native Language Support
+ --enable-ppp enable PPP/PPPoE support
--enable-more-warnings Maximum compiler warnings
--enable-gtk-doc use gtk-doc to build documentation [[default=no]]
--enable-gtk-doc-html build documentation in html format [[default=yes]]
@@ -1562,7 +1569,7 @@ Optional Packages:
--with-docs Build NetworkManager documentation
--with-distro=DISTRO Specify the Linux distribution to target: One of
redhat, suse, gentoo, debian, arch, slackware,
- paldo, mandriva, pardus or linexa
+ paldo, mandriva, pardus, linexa or exherbo
--with-dist-version=<NM-distribution-version>
Define the NM's distribution version string
--with-udev-dir=DIR where the udev base directory is
@@ -1634,7 +1641,7 @@ Some influential environment variables:
Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.
-Report bugs to <dcbw@redhat.com>.
+Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=NetworkManager>.
_ACEOF
ac_status=$?
fi
@@ -1697,7 +1704,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-NetworkManager configure 0.8.2
+NetworkManager configure 0.8.3.998
generated by GNU Autoconf 2.66
Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1856,9 +1863,9 @@ $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
-( $as_echo "## ------------------------------ ##
-## Report this to dcbw@redhat.com ##
-## ------------------------------ ##"
+( $as_echo "## ----------------------------------------------------------------------------- ##
+## Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=NetworkManager ##
+## ----------------------------------------------------------------------------- ##"
) | sed "s/^/$as_me: WARNING: /" >&2
;;
esac
@@ -2120,7 +2127,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 0.8.2, which was
+It was created by NetworkManager $as_me 0.8.3.998, which was
generated by GNU Autoconf 2.66. Invocation command line was
$ $0 $@
@@ -2935,7 +2942,7 @@ fi
# Define the identity of the package.
PACKAGE='NetworkManager'
- VERSION='0.8.2'
+ VERSION='0.8.3.998'
cat >>confdefs.h <<_ACEOF
@@ -11828,12 +11835,21 @@ fi
if test $USE_MAINTAINER_MODE = yes; then
- DISABLE_DEPRECATED="-DG_DISABLE_DEPRECATED -DGCONF_DISABLE_DEPRECATED"
+ DISABLE_DEPRECATED="-DG_DISABLE_DEPRECATED"
else
DISABLE_DEPRECATED=""
fi
+NM_MAJOR_VERSION=0
+NM_MINOR_VERSION=8
+NM_MICRO_VERSION=3
+NM_VERSION=0.8.3.998
+
+
+
+
+
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
$as_echo_n "checking for ANSI C header files... " >&6; }
if test "${ac_cv_header_stdc+set}" = set; then :
@@ -13869,6 +13885,25 @@ if test "x$ac_cv_file__etc_linexa_release" = x""yes; then :
with_distro="linexa"
fi
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for /etc/exherbo-release" >&5
+$as_echo_n "checking for /etc/exherbo-release... " >&6; }
+if test "${ac_cv_file__etc_exherbo_release+set}" = set; then :
+ $as_echo_n "(cached) " >&6
+else
+ test "$cross_compiling" = yes &&
+ as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
+if test -r "/etc/exherbo-release"; then
+ ac_cv_file__etc_exherbo_release=yes
+else
+ ac_cv_file__etc_exherbo_release=no
+fi
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_file__etc_exherbo_release" >&5
+$as_echo "$ac_cv_file__etc_exherbo_release" >&6; }
+if test "x$ac_cv_file__etc_exherbo_release" = x""yes; then :
+ with_distro="exherbo"
+fi
+
if test "z$with_distro" = "z"; then
with_distro=`lsb_release -is`
fi
@@ -13880,7 +13915,7 @@ if test "z$with_distro" = "z"; then
exit 1
else
case $with_distro in
- redhat|suse|gentoo|debian|slackware|arch|paldo|frugalware|mandriva|pardus|linexa) ;;
+ redhat|suse|gentoo|debian|slackware|arch|paldo|frugalware|mandriva|pardus|linexa|exherbo) ;;
*)
echo "Your distribution (${with_distro}) is not yet supported! (patches welcome)"
exit 1
@@ -14042,6 +14077,20 @@ $as_echo "#define TARGET_LINEXA 1" >>confdefs.h
fi
+ if test x"$with_distro" = xexherbo; then
+ TARGET_EXHERBO_TRUE=
+ TARGET_EXHERBO_FALSE='#'
+else
+ TARGET_EXHERBO_TRUE='#'
+ TARGET_EXHERBO_FALSE=
+fi
+
+if test x"$with_distro" = xexherbo; then
+
+$as_echo "#define TARGET_EXHERBO 1" >>confdefs.h
+
+fi
+
# Check whether --with-dist-version was given.
if test "${with_dist_version+set}" = set; then :
@@ -15463,6 +15512,60 @@ $as_echo "yes" >&6; }
fi
+ # Work around a pkg-config bug (fdo #29801) where exists != usable
+ # Extract the first word of "pkg-config", so it can be a program name with args.
+set dummy pkg-config; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if test "${ac_cv_path_PKGCONFIG_PATH+set}" = set; then :
+ $as_echo_n "(cached) " >&6
+else
+ case $PKGCONFIG_PATH in
+ [\\/]* | ?:[\\/]*)
+ ac_cv_path_PKGCONFIG_PATH="$PKGCONFIG_PATH" # Let the user override the test with a path.
+ ;;
+ *)
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
+ ac_cv_path_PKGCONFIG_PATH="$as_dir/$ac_word$ac_exec_ext"
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+ done
+IFS=$as_save_IFS
+
+ test -z "$ac_cv_path_PKGCONFIG_PATH" && ac_cv_path_PKGCONFIG_PATH="no"
+ ;;
+esac
+fi
+PKGCONFIG_PATH=$ac_cv_path_PKGCONFIG_PATH
+if test -n "$PKGCONFIG_PATH"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKGCONFIG_PATH" >&5
+$as_echo "$PKGCONFIG_PATH" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+ if test x"$PKGCONFIG_PATH" = xno; then
+ as_fn_error $? "pkgconfig required but not found" "$LINENO" 5
+ else
+ FOO=`$PKGCONFIG_PATH --cflags --libs nss`
+ if test x"$?" != "x0"; then
+ as_fn_error $? "No usable NSS found" "$LINENO" 5
+ fi
+ fi
+
+
+
+
$as_echo "#define HAVE_NSS 1" >>confdefs.h
with_nss=yes
@@ -15612,7 +15715,7 @@ $as_echo "#define HAVE_GNUTLS 1" >>confdefs.h
with_gnutls=yes
fi
else
- as_fn_error $? "Please choose either 'nss' or 'gnutls' for certificate and key operations" "$LINENO" 5
+ as_fn_error $? "Please choose either 'nss' or 'gnutls' for certificate and crypto operations" "$LINENO" 5
fi
if test x"$with_nss" != xno; then
WITH_NSS_TRUE=
@@ -15653,8 +15756,16 @@ else
fi
-# PPPD
-for ac_header in pppd/pppd.h
+# pppd
+# Check whether --enable-ppp was given.
+if test "${enable_ppp+set}" = set; then :
+ enableval=$enable_ppp; enable_ppp=${enableval}
+else
+ enable_ppp=yes
+fi
+
+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"
if test "x$ac_cv_header_pppd_pppd_h" = x""yes; then :
@@ -15670,6 +15781,19 @@ done
+$as_echo "#define WITH_PPP 1" >>confdefs.h
+
+fi
+ if test "${enable_ppp}" = "yes"; then
+ WITH_PPP_TRUE=
+ WITH_PPP_FALSE='#'
+else
+ WITH_PPP_TRUE='#'
+ WITH_PPP_FALSE=
+fi
+
+
+
# Check whether --with-pppd-plugin-dir was given.
if test "${with_pppd_plugin_dir+set}" = set; then :
withval=$with_pppd_plugin_dir;
@@ -15683,6 +15807,7 @@ else
fi
+
# dhclient support
# Check whether --with-dhclient was given.
@@ -15946,7 +16071,7 @@ $as_echo "yes" >&6; }
for option in -Wshadow -Wmissing-declarations -Wmissing-prototypes \
-Wdeclaration-after-statement -Wstrict-prototypes \
-Wfloat-equal -Wno-unused-parameter -Wno-sign-compare \
- -fno-strict-aliasing; do
+ -fno-strict-aliasing -Wno-unused-but-set-variable; do
SAVE_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS $option"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gcc understands $option" >&5
@@ -16235,7 +16360,7 @@ case $with_tests in
esac
-ac_config_files="$ac_config_files Makefile include/Makefile src/Makefile src/tests/Makefile marshallers/Makefile src/logging/Makefile src/dns-manager/Makefile src/vpn-manager/Makefile src/dhcp-manager/Makefile src/ip6-manager/Makefile src/supplicant-manager/Makefile src/supplicant-manager/tests/Makefile src/ppp-manager/Makefile src/dnsmasq-manager/Makefile src/modem-manager/Makefile src/bluez-manager/Makefile src/system-settings/Makefile src/backends/Makefile libnm-util/libnm-util.pc libnm-util/Makefile libnm-util/tests/Makefile libnm-util/tests/certs/Makefile libnm-glib/libnm-glib.pc libnm-glib/libnm-glib-vpn.pc libnm-glib/Makefile callouts/Makefile tools/Makefile system-settings/Makefile system-settings/plugins/Makefile system-settings/plugins/ifupdown/Makefile system-settings/plugins/ifupdown/tests/Makefile system-settings/plugins/ifnet/Makefile system-settings/plugins/ifnet/tests/Makefile system-settings/plugins/ifcfg-rh/Makefile system-settings/plugins/ifcfg-rh/tests/Makefile system-settings/plugins/ifcfg-rh/tests/network-scripts/Makefile system-settings/plugins/ifcfg-suse/Makefile system-settings/plugins/keyfile/Makefile system-settings/plugins/keyfile/tests/Makefile system-settings/plugins/keyfile/tests/keyfiles/Makefile cli/Makefile cli/src/Makefile test/Makefile initscript/Makefile initscript/RedHat/Makefile initscript/RedHat/NetworkManager initscript/Gentoo/Makefile initscript/Gentoo/NetworkManager initscript/Debian/Makefile initscript/Debian/NetworkManager initscript/Slackware/Makefile initscript/Slackware/rc.networkmanager initscript/SUSE/Makefile initscript/SUSE/networkmanager initscript/Arch/Makefile initscript/Arch/networkmanager initscript/paldo/Makefile initscript/paldo/NetworkManager initscript/Mandriva/Makefile initscript/Mandriva/networkmanager initscript/linexa/Makefile initscript/linexa/networkmanager introspection/Makefile man/Makefile man/NetworkManager.8 man/NetworkManager.conf.5 man/nm-system-settings.conf.5 man/nm-tool.1 man/nm-online.1 man/nmcli.1 po/Makefile.in policy/Makefile data/Makefile docs/Makefile docs/libnm-glib/Makefile docs/libnm-util/Makefile NetworkManager.pc examples/Makefile examples/python/Makefile"
+ac_config_files="$ac_config_files Makefile include/Makefile include/nm-version.h src/Makefile src/tests/Makefile marshallers/Makefile src/logging/Makefile src/dns-manager/Makefile src/vpn-manager/Makefile src/dhcp-manager/Makefile src/dhcp-manager/tests/Makefile src/ip6-manager/Makefile src/supplicant-manager/Makefile src/supplicant-manager/tests/Makefile src/ppp-manager/Makefile src/dnsmasq-manager/Makefile src/modem-manager/Makefile src/bluez-manager/Makefile src/system-settings/Makefile src/backends/Makefile libnm-util/libnm-util.pc libnm-util/Makefile libnm-util/tests/Makefile libnm-util/tests/certs/Makefile libnm-glib/libnm-glib.pc libnm-glib/libnm-glib-vpn.pc libnm-glib/Makefile callouts/Makefile tools/Makefile system-settings/Makefile system-settings/plugins/Makefile system-settings/plugins/ifupdown/Makefile system-settings/plugins/ifupdown/tests/Makefile system-settings/plugins/ifnet/Makefile system-settings/plugins/ifnet/tests/Makefile system-settings/plugins/ifcfg-rh/Makefile system-settings/plugins/ifcfg-rh/tests/Makefile system-settings/plugins/ifcfg-rh/tests/network-scripts/Makefile system-settings/plugins/ifcfg-suse/Makefile system-settings/plugins/keyfile/Makefile system-settings/plugins/keyfile/tests/Makefile system-settings/plugins/keyfile/tests/keyfiles/Makefile cli/Makefile cli/src/Makefile test/Makefile initscript/Makefile initscript/RedHat/Makefile initscript/RedHat/NetworkManager initscript/Gentoo/Makefile initscript/Gentoo/NetworkManager initscript/Debian/Makefile initscript/Debian/NetworkManager initscript/Slackware/Makefile initscript/Slackware/rc.networkmanager initscript/SUSE/Makefile initscript/SUSE/networkmanager initscript/Arch/Makefile initscript/Arch/networkmanager initscript/paldo/Makefile initscript/paldo/NetworkManager initscript/Mandriva/Makefile initscript/Mandriva/networkmanager initscript/linexa/Makefile initscript/linexa/networkmanager introspection/Makefile man/Makefile man/NetworkManager.8 man/NetworkManager.conf.5 man/nm-system-settings.conf.5 man/nm-tool.1 man/nm-online.1 man/nmcli.1 po/Makefile.in policy/Makefile data/Makefile docs/Makefile docs/libnm-glib/Makefile docs/libnm-util/Makefile NetworkManager.pc examples/Makefile examples/python/Makefile"
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
@@ -16412,6 +16537,10 @@ if test -z "${TARGET_LINEXA_TRUE}" && test -z "${TARGET_LINEXA_FALSE}"; then
as_fn_error $? "conditional \"TARGET_LINEXA\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
+if test -z "${TARGET_EXHERBO_TRUE}" && test -z "${TARGET_EXHERBO_FALSE}"; then
+ as_fn_error $? "conditional \"TARGET_EXHERBO\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
if test -z "${HAVE_SYSTEMD_TRUE}" && test -z "${HAVE_SYSTEMD_FALSE}"; then
as_fn_error $? "conditional \"HAVE_SYSTEMD\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
@@ -16424,6 +16553,10 @@ if test -z "${WITH_GNUTLS_TRUE}" && test -z "${WITH_GNUTLS_FALSE}"; then
as_fn_error $? "conditional \"WITH_GNUTLS\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
+if test -z "${WITH_PPP_TRUE}" && test -z "${WITH_PPP_FALSE}"; then
+ as_fn_error $? "conditional \"WITH_PPP\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
if test -z "${ENABLE_GTK_DOC_TRUE}" && test -z "${ENABLE_GTK_DOC_FALSE}"; then
as_fn_error $? "conditional \"ENABLE_GTK_DOC\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
@@ -16856,7 +16989,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 0.8.2, which was
+This file was extended by NetworkManager $as_me 0.8.3.998, which was
generated by GNU Autoconf 2.66. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -16916,13 +17049,13 @@ $config_headers
Configuration commands:
$config_commands
-Report bugs to <dcbw@redhat.com>."
+Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=NetworkManager>."
_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 0.8.2
+NetworkManager config.status 0.8.3.998
configured by $0, generated by GNU Autoconf 2.66,
with options \\"\$ac_cs_config\\"
@@ -17312,6 +17445,7 @@ do
"default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
"include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
+ "include/nm-version.h") CONFIG_FILES="$CONFIG_FILES include/nm-version.h" ;;
"src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
"src/tests/Makefile") CONFIG_FILES="$CONFIG_FILES src/tests/Makefile" ;;
"marshallers/Makefile") CONFIG_FILES="$CONFIG_FILES marshallers/Makefile" ;;
@@ -17319,6 +17453,7 @@ do
"src/dns-manager/Makefile") CONFIG_FILES="$CONFIG_FILES src/dns-manager/Makefile" ;;
"src/vpn-manager/Makefile") CONFIG_FILES="$CONFIG_FILES src/vpn-manager/Makefile" ;;
"src/dhcp-manager/Makefile") CONFIG_FILES="$CONFIG_FILES src/dhcp-manager/Makefile" ;;
+ "src/dhcp-manager/tests/Makefile") CONFIG_FILES="$CONFIG_FILES src/dhcp-manager/tests/Makefile" ;;
"src/ip6-manager/Makefile") CONFIG_FILES="$CONFIG_FILES src/ip6-manager/Makefile" ;;
"src/supplicant-manager/Makefile") CONFIG_FILES="$CONFIG_FILES src/supplicant-manager/Makefile" ;;
"src/supplicant-manager/tests/Makefile") CONFIG_FILES="$CONFIG_FILES src/supplicant-manager/tests/Makefile" ;;
@@ -18804,6 +18939,12 @@ else
echo systemd support: no
fi
+if test "${enable_ppp}" = "yes"; then
+ echo PPP support: yes
+else
+ echo PPP support: no
+fi
+
echo
echo Building documentation: ${with_docs}
echo Building tests: ${with_tests}