summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Jon McCann <jmccann@redhat.com>2010-01-31 16:51:52 -0500
committerWilliam Jon McCann <jmccann@redhat.com>2010-01-31 16:51:52 -0500
commit0fbdd79e9a663c773cd02e70307363bc05f3f730 (patch)
tree3372b87b4256b73ce9d98e9ab8a060ef23918115
parent3a7e52c9b90245ae1266ed02886b7c0acc50c1a2 (diff)
downloadlibnotify-0fbdd79e9a663c773cd02e70307363bc05f3f730.tar.gz
Improve configure summary
-rw-r--r--configure.ac19
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