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

configure: add configuration summary

parent 97ff8ed7
No related branches found
No related tags found
No related merge requests found
......@@ -355,3 +355,18 @@ AC_CONFIG_FILES([Makefile
])
AC_OUTPUT
echo "
Version: ${PACKAGE_VERSION}
Prefix: ${prefix}
Run dir: ${run_dir}
Storage dir: ${storage_dir}
Config dir: ${config_dir}
Compiler: ${CC}
CFlags: ${CFLAGS} ${CPPFLAGS}
LDFlags: ${LDFLAGS}
Libs: ${LIBS}
Ragel: ${RAGEL} ${FSM_TYPE}
Utils with IDN: ${libidn}
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