updated the message at the end of configure
This commit is contained in:
parent
6210e70c80
commit
20305776e4
1 changed files with 10 additions and 6 deletions
16
configure.ac
16
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}
|
||||
|
||||
------------------------------------------------------------------------"
|
||||
|
|
Loading…
Add table
Reference in a new issue