diff options
-rwxr-xr-x | configure | 10 | ||||
-rw-r--r-- | configure.ac | 10 |
2 files changed, 20 insertions, 0 deletions
@@ -7108,3 +7108,13 @@ if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} fi + +# Print helpful message +cat << EOF + +** Configuration summary for ${PACKAGE_NAME} ${PACKAGE_VERSION} + + Prefix: ${prefix} + Compiler: ${CC} ${CFLAGS} ${CPPFLAGS} + Libraries: ${LIBS} +EOF diff --git a/configure.ac b/configure.ac index 73bc282..623f5c4 100644 --- a/configure.ac +++ b/configure.ac @@ -51,3 +51,13 @@ AC_CONFIG_FILES([Makefile docs/Makefile data/Makefile]) AC_OUTPUT + +# Print helpful message +cat << EOF + +** Configuration summary for ${PACKAGE_NAME} ${PACKAGE_VERSION} + + Prefix: ${prefix} + Compiler: ${CC} ${CFLAGS} ${CPPFLAGS} + Libraries: ${LIBS} +EOF |