[Xfce4-commits] <xfce4-session:master> Print basic build configuration.
Jérôme Guelfucci
noreply at xfce.org
Wed Sep 29 09:26:03 CEST 2010
Updating branch refs/heads/master
to a5f1aef5889c7ba45ffc0a6ff61552646c3a37b2 (commit)
from d21e21188c3ed7ab59d7924b9f63f2ab52cc182d (commit)
commit a5f1aef5889c7ba45ffc0a6ff61552646c3a37b2
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date: Wed Sep 29 09:23:42 2010 +0200
Print basic build configuration.
configure.in.in | 28 +++++++++++++++++++++++++---
1 files changed, 25 insertions(+), 3 deletions(-)
diff --git a/configure.in.in b/configure.in.in
index 65ab1c7..eb3071f 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -281,11 +281,33 @@ dnl ***************************
echo
echo "Build Configuration:"
echo
+echo " * Debugging support: $enable_debug"
if test x"$enable_gen_doc" = x"yes"; then
-echo "* Documentation: yes (generate)"
+echo " * Documentation: yes (generate)"
elif test -d "${srcdir}/doc/manual/html"; then
-echo "* Documentation: yes (in tarball)"
+echo " * Documentation: yes (in tarball)"
else
-echo "* Documentation: no"
+echo " * Documentation: no"
fi
+if test x"$enable_upower" = x"yes"; then
+echo " * UPower support: yes"
+else
+echo " * UPower support: no"
+fi
+if test x"$enable_consolekit" = x"yes"; then
+echo " * Consolekit support: yes"
+else
+echo " * Consolekit support: no"
+fi
+if test x"$enable_polkit" = x"yes"; then
+echo " * Policykit support: yes"
+else
+echo " * Policykit support: no"
+fi
+if test x"$enable_legacy_sm" = x="yes"; then
+echo " * Legacy session management: yes"
+else
+echo " * Legacy session management: no"
+fi
+
echo
More information about the Xfce4-commits
mailing list