aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac17
1 files changed, 17 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index fd8fc2541..8952c34cf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -348,3 +348,20 @@ AC_OUTPUT([
shave
shave-libtool
])
+
+echo "
+Configure summary:
+
+ Compiler....................: ${CC}
+ Compiler Flags..............: ${CFLAGS}
+ Prefix......................: ${prefix}
+ Shaved build................: ${enable_shave}
+ Tests.......................: ${have_check}
+ Coding style checks.........: ${ENABLE_CODING_STYLE_CHECKS}
+
+ Documentation...............: ${enable_gtk_doc}
+ Python bindings.............: ${have_python}
+ Spell checking..............: ${have_enchant}
+ Megaphone applet............: ${have_megaphone}
+ Nothere applet..............: ${have_nothere}
+"