From 20305776e4bc7cfcd758d7aeec8c98f862695ed5 Mon Sep 17 00:00:00 2001 From: "Blake J. Harnden" Date: Wed, 14 Mar 2018 09:00:19 -0700 Subject: [PATCH] updated the message at the end of configure --- configure.ac | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/configure.ac b/configure.ac index 0ea864ea..2d3639b1 100644 --- a/configure.ac +++ b/configure.ac @@ -237,21 +237,25 @@ echo \ "------------------------------------------------------------------------ ${PACKAGE_STRING} Configuration: +Build: Host System Type: ${host} C Compiler and flags: ${CC} ${CFLAGS} - Install prefix: ${prefix} - Exec prefix: ${exec_prefix} - Build GUI: ${enable_gui} + Prefix: ${prefix} + Exec Prefix: ${exec_prefix} + +GUI: GUI path: ${CORE_LIB_DIR} GUI config: ${CORE_GUI_CONF_DIR} - Daemon path: ${sbindir} + +Daemon: + Daemon path: ${bindir} Daemon config: ${CORE_CONF_DIR} Python modules: ${pythondir} Logs: ${CORE_STATE_DIR}/log Features to build: - Python bindings: ${want_python} - Linux Namespaces emulation: ${want_linux_netns} + Build GUI: ${enable_gui} + Build Daemon: ${enable_daemon} Documentation: ${want_docs} ------------------------------------------------------------------------"