[empathy] Display a report at the end of configure



commit cc8699c9b6b469f63c754632485242d37b4ff3e0
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Mon May 25 11:46:51 2009 +0100

    Display a report at the end of configure
---
 configure.ac |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac
index fd8fc25..8952c34 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}
+"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]