diff options
author | rbuj <[email protected]> | 2021-01-27 12:14:02 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-02-15 22:34:46 +0100 |
commit | 74ede8b3bcd79bd9157641b9ffaebc9fb4e5c293 (patch) | |
tree | 971b9a1461ac4ee4fc8304faee3d0a4950734454 /configure.ac | |
parent | 3f70c0ecafd4f14479c448a4e49f14d292f88dca (diff) | |
download | mate-calc-74ede8b3bcd79bd9157641b9ffaebc9fb4e5c293.tar.bz2 mate-calc-74ede8b3bcd79bd9157641b9ffaebc9fb4e5c293.tar.xz |
build: add configure summary
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index c2937c1..47365ff 100644 --- a/configure.ac +++ b/configure.ac @@ -93,3 +93,16 @@ po/Makefile.in data/Makefile help/Makefile ]) + +echo " +Configure summary: + + ${PACKAGE_STRING} + `echo $PACKAGE_STRING | sed "s/./=/g"` + + prefix: ${prefix} + source code location: ${srcdir} + compiler: ${CC} + compiler flags: ${CFLAGS} + warning flags: ${WARN_CFLAGS} +" |