summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2011-10-11 15:13:04 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-03-15 14:14:18 +0100
commit7e0f016c25aec93a88412f47d7add155d2857a45 (patch)
tree729b806d023cc50f9f51931ae6efc977360f5540 /configure.ac
parent917a13217aef5f1e10f459e8d1e23c88997ba2a7 (diff)
downloadModemManager-7e0f016c25aec93a88412f47d7add155d2857a45.tar.gz
build: improve configure output report
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac26
1 files changed, 15 insertions, 11 deletions
diff --git a/configure.ac b/configure.ac
index 55d39a7d1..8f27ae572 100644
--- a/configure.ac
+++ b/configure.ac
@@ -170,15 +170,19 @@ policy/Makefile
])
AC_OUTPUT
-echo
-echo Building with D-Bus system directory: ${DBUS_SYS_DIR}
-echo
-echo Building with udev base directory: ${UDEV_BASE_DIR}
-echo
-echo Building documentation: ${with_docs}
-echo
-echo Building PPP-enabled tests: ${have_pppd_headers}
-echo
-echo Building with PolicyKit support: ${with_polkit}
-echo
+echo "
+ ModemManager $VERSION
+ ==============================================
+
+ compiler: ${CC}
+ cflags: ${CFLAGS}
+ Maintainer mode: ${USE_MAINTAINER_MODE}
+
+ D-Bus system directory: ${DBUS_SYS_DIR}
+ udev base directory: ${UDEV_BASE_DIR}
+
+ PPP-enabled tests: ${have_pppd_headers}
+ PolicyKit support: ${with_polkit}
+ Documentation: ${with_docs}
+"