[grilo/0.2.x] build: Show better configuration info



commit c36489c007621832d1250f049a839a501b8aed91
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date:   Thu Dec 10 11:21:21 2015 +0000

    build: Show better configuration info
    
    Pretty-print configuration setup.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=755702

 configure.ac |   25 ++++++++++++++++++++++++-
 1 files changed, 24 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index da55393..7e970e4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -228,7 +228,8 @@ fi
 
 AC_ARG_ENABLE([tests],
         AS_HELP_STRING([--enable-tests],[build unit tests]),
-        enable_tests=yes)
+        enable_tests=yes,
+        enable_tests=no)
 
 AM_CONDITIONAL(ENABLE_TESTS, test "x$enable_tests" = "xyes")
 
@@ -304,3 +305,25 @@ AC_CONFIG_FILES([
 ])
 
 AC_OUTPUT
+
+echo "
+
+Configuration
+        Version               : ${VERSION}
+        Prefix                : ${prefix}
+        Compiler              : ${CC}
+
+        Enable debug          : ${enable_debug}
+        Enable tests          : ${enable_tests}
+
+        Enable docs           : ${enable_gtk_doc}
+
+        Introspection support : ${found_introspection}
+        Vala support          : ${enable_vala}
+
+        Enable Test UI        : ${HAVE_GTK}
+
+        GrlNet support        : ${HAVE_LIBSOUP}
+        GrlPls support        : ${HAVE_TOTEM_PL_PARSER}
+
+"


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