[grilo-plugins/0.2.x] build: Show better configuration information



commit 41da0c9e05ed81d9c69d83821add4d84e5d00400
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date:   Thu Dec 10 11:25:58 2015 +0000

    build: Show better configuration information
    
    Besides the list of enabled plugins, show other interesting configuration
    information.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=755702

 configure.ac |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index ec32b9f..285a297 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1288,6 +1288,18 @@ AC_CONFIG_FILES([
 
 AC_OUTPUT
 
+echo "
+
+Configuration
+        Version             : ${VERSION}
+        Prefix              : ${prefix}
+        Compiler            : ${CC}
+
+        Enable debug        : ${enable_debug}
+        Enable coverage     : ${enable_gcov}
+
+        Enable GOA          : ${enable_goa}
+"
 
 echo "Plugins"
 ( for i in $GRL_PLUGINS_ALL; do


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