diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-05-25 18:46:51 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-05-25 18:46:51 +0800 |
commit | cc8699c9b6b469f63c754632485242d37b4ff3e0 (patch) | |
tree | 3d54a03ce8a7f0e06d325c444df17e0aeaca623c /configure.ac | |
parent | b529fc63cf131709a5cd6132a72f9f2f605efad8 (diff) | |
download | gsoc2013-empathy-cc8699c9b6b469f63c754632485242d37b4ff3e0.tar gsoc2013-empathy-cc8699c9b6b469f63c754632485242d37b4ff3e0.tar.gz gsoc2013-empathy-cc8699c9b6b469f63c754632485242d37b4ff3e0.tar.bz2 gsoc2013-empathy-cc8699c9b6b469f63c754632485242d37b4ff3e0.tar.lz gsoc2013-empathy-cc8699c9b6b469f63c754632485242d37b4ff3e0.tar.xz gsoc2013-empathy-cc8699c9b6b469f63c754632485242d37b4ff3e0.tar.zst gsoc2013-empathy-cc8699c9b6b469f63c754632485242d37b4ff3e0.zip |
Display a report at the end of configure
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 17 |
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} +" |