updated the message at the end of configure

This commit is contained in:
Blake J. Harnden 2018-03-14 09:00:19 -07:00
parent 6210e70c80
commit 20305776e4

View file

@ -237,21 +237,25 @@ echo \
"------------------------------------------------------------------------ "------------------------------------------------------------------------
${PACKAGE_STRING} Configuration: ${PACKAGE_STRING} Configuration:
Build:
Host System Type: ${host} Host System Type: ${host}
C Compiler and flags: ${CC} ${CFLAGS} C Compiler and flags: ${CC} ${CFLAGS}
Install prefix: ${prefix} Prefix: ${prefix}
Exec prefix: ${exec_prefix} Exec Prefix: ${exec_prefix}
Build GUI: ${enable_gui}
GUI:
GUI path: ${CORE_LIB_DIR} GUI path: ${CORE_LIB_DIR}
GUI config: ${CORE_GUI_CONF_DIR} GUI config: ${CORE_GUI_CONF_DIR}
Daemon path: ${sbindir}
Daemon:
Daemon path: ${bindir}
Daemon config: ${CORE_CONF_DIR} Daemon config: ${CORE_CONF_DIR}
Python modules: ${pythondir} Python modules: ${pythondir}
Logs: ${CORE_STATE_DIR}/log Logs: ${CORE_STATE_DIR}/log
Features to build: Features to build:
Python bindings: ${want_python} Build GUI: ${enable_gui}
Linux Namespaces emulation: ${want_linux_netns} Build Daemon: ${enable_daemon}
Documentation: ${want_docs} Documentation: ${want_docs}
------------------------------------------------------------------------" ------------------------------------------------------------------------"