diff options
author | Louie S <louie@example.com> | 2023-02-24 22:07:45 -0800 |
---|---|---|
committer | Louie S <louie@example.com> | 2023-02-24 22:07:45 -0800 |
commit | b1b11d6ec70cf08e8b102d8f5dbf835291702db0 (patch) | |
tree | abbf20e38e3c184f70304e3772bbe2841a0e0b64 /configure | |
parent | 54cc2ccd5aab9c453507a94320b51fe72befd587 (diff) |
Added configuration summary to configure.ac
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 10 |
1 files changed, 10 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 |