]> git.0d.be Git - empathy.git/commitdiff
Display a report at the end of configure
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 25 May 2009 10:46:51 +0000 (11:46 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 25 May 2009 10:46:51 +0000 (11:46 +0100)
configure.ac

index fd8fc2541326839f3741a1ba6abe6e098914cc0f..8952c34cf4c12d29ac01221e4d1f3a17f17f9910 100644 (file)
@@ -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}
+"