From b1b11d6ec70cf08e8b102d8f5dbf835291702db0 Mon Sep 17 00:00:00 2001 From: Louie S Date: Fri, 24 Feb 2023 22:07:45 -0800 Subject: Added configuration summary to configure.ac --- configure | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 7f2d2e6..1ca4d5f 100755 --- a/configure +++ b/configure @@ -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 -- cgit