[libnotify] Improve configure summary



commit 0fbdd79e9a663c773cd02e70307363bc05f3f730
Author: William Jon McCann <jmccann redhat com>
Date:   Sun Jan 31 16:51:52 2010 -0500

    Improve configure summary

 configure.ac |   19 +++++++++++++------
 1 files changed, 13 insertions(+), 6 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 701b9b7..0208d0d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -210,10 +210,17 @@ tools/Makefile
 
 AC_OUTPUT
 
-echo
-echo $PACKAGE v$VERSION
+echo "
+                    $PACKAGE $VERSION
+                    ========================
 
-echo
-echo "Now type make to compile"
-echo "Then su to root and type: make install"
-echo
+	prefix:                   ${prefix}
+	exec_prefix:              ${exec_prefix}
+        bindir:                   ${bindir}
+        datadir:                  ${datadir}
+	source code location:	  ${srcdir}
+	cflags:		          ${CFLAGS}
+
+        Build docs:               ${enable_docbook_docs}
+
+"
\ No newline at end of file



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