Skip to content
Snippets Groups Projects
Commit 06b60749 authored by Daniel Salzman's avatar Daniel Salzman
Browse files

configure: reformat summary

parent b39c0246
No related branches found
No related tags found
No related merge requests found
......@@ -383,21 +383,24 @@ AC_CONFIG_FILES([Makefile
])
AC_OUTPUT
echo "
Version: ${PACKAGE_VERSION}
Target: $host_os $host_cpu
Prefix: ${prefix}
Run dir: ${run_dir}
Storage dir: ${storage_dir}
Config dir: ${config_dir}
Compiler: ${CC}
CFlags: ${CFLAGS} ${CPPFLAGS}
LDFlags: ${LDFLAGS}
Libs: ${LIBS}
Fast zone parser: ${enable_fastparser}
Utils with IDN: ${libidn}
Systemd notifications: ${enable_systemd}
Code coverage: ${enable_code_coverage}
Continue with 'make' command"
AC_MSG_RESULT([
$PACKAGE $VERSION
Target: $host_os $host_cpu
Compiler: ${CC}
CFlags: ${CFLAGS} ${CPPFLAGS}
LDFlags: ${LDFLAGS}
Libs: ${LIBS}
Prefix: ${prefix}
Run dir: ${run_dir}
Storage dir: ${storage_dir}
Config dir: ${config_dir}
Fast zone parser: ${enable_fastparser}
Utils with IDN: ${libidn}
Systemd notifications: ${enable_systemd}
Code coverage: ${enable_code_coverage}
Continue with 'make' command
])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment