[notification-daemon] Improve configuration summary



commit b96eebf75fe68db7c2633b95ff12a55cabb1e02e
Author: William Jon McCann <jmccann redhat com>
Date:   Sun Jan 31 16:53:06 2010 -0500

    Improve configuration summary

 configure.ac |   25 +++++++++++++++----------
 1 files changed, 15 insertions(+), 10 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index dc24927..6c98567 100644
--- a/configure.ac
+++ b/configure.ac
@@ -237,13 +237,18 @@ src/themes/standard/Makefile
 
 AC_OUTPUT
 
-echo
-echo $PACKAGE v$VERSION
-echo
-echo prefix............... : $prefix
-echo dbus-1 system.d dir.. : $DBUS_SYS_DIR
-echo dbus-1 services dir.. : $DBUS_SERVICES_DIR
-echo
-echo "Now type make to compile"
-echo "Then su to root and type: make install"
-echo
+echo "
+                    $PACKAGE $VERSION
+                    ========================
+
+	prefix:                   ${prefix}
+	exec_prefix:              ${exec_prefix}
+        bindir:                   ${bindir}
+        datadir:                  ${datadir}
+	source code location:	  ${srcdir}
+	cflags:		          ${CFLAGS}
+
+        dbus-1 system.d           $DBUS_SYS_DIR
+        dbus-1 services           $DBUS_SERVICES_DIR
+
+"



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