summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTushar Gohad <tushar.gohad@intel.com>2015-12-10 05:19:01 -0700
committerTushar Gohad <tushar.gohad@intel.com>2015-12-10 06:10:23 -0700
commitc2a6d3f860ad6fbe7ab1d96b49b449b28d41aea9 (patch)
treea8564bf47321b5d79da57957bcd815d0de0e3fe8
parent28dec505f48e887aea922d6b65a6bab8fbf69cec (diff)
downloadliberasurecode-c2a6d3f860ad6fbe7ab1d96b49b449b28d41aea9.tar.gz
Display build config at the end of configure run
-rw-r--r--configure.ac15
1 files changed, 15 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 19a07d2..3835706 100644
--- a/configure.ac
+++ b/configure.ac
@@ -270,3 +270,18 @@ AM_COND_IF([HAVE_DOXYGEN],
AC_OUTPUT
+AC_MSG_NOTICE([
+
+ $PACKAGE configured:
+ --------------------------
+
+ version: $LIBERASURECODE_VERSION
+ interface revision: $LIBERASURECODE_VERSION_INFO
+ generate documentation: $DOXYGEN
+ installation prefix: $prefix
+ CFLAGS: $CXXFLAGS $CFLAGS
+ LDFLAGS: $LIBS $LDFLAGS
+
+ type "make" followed by "make install" as root.
+ $DOXMAKE
+])