build: improve configure output report
This commit is contained in:
26
configure.ac
26
configure.ac
@@ -170,15 +170,19 @@ policy/Makefile
|
|||||||
])
|
])
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
||||||
echo
|
echo "
|
||||||
echo Building with D-Bus system directory: ${DBUS_SYS_DIR}
|
ModemManager $VERSION
|
||||||
echo
|
==============================================
|
||||||
echo Building with udev base directory: ${UDEV_BASE_DIR}
|
|
||||||
echo
|
compiler: ${CC}
|
||||||
echo Building documentation: ${with_docs}
|
cflags: ${CFLAGS}
|
||||||
echo
|
Maintainer mode: ${USE_MAINTAINER_MODE}
|
||||||
echo Building PPP-enabled tests: ${have_pppd_headers}
|
|
||||||
echo
|
D-Bus system directory: ${DBUS_SYS_DIR}
|
||||||
echo Building with PolicyKit support: ${with_polkit}
|
udev base directory: ${UDEV_BASE_DIR}
|
||||||
echo
|
|
||||||
|
PPP-enabled tests: ${have_pppd_headers}
|
||||||
|
PolicyKit support: ${with_polkit}
|
||||||
|
Documentation: ${with_docs}
|
||||||
|
"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user