Repository: mesos
Updated Branches:
  refs/heads/1.1.x b9d8202a7 -> 8b66d0d9b


Emit the build options at the end of configure.

Review: https://reviews.apache.org/r/53136/


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/2edc5e69
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/2edc5e69
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/2edc5e69

Branch: refs/heads/1.1.x
Commit: 2edc5e69f0329beac57bb56c7f4817e53d006a8e
Parents: b9d8202
Author: James Peach <[email protected]>
Authored: Thu Nov 3 15:50:55 2016 -0400
Committer: Alexander Rukletsov <[email protected]>
Committed: Tue Feb 28 09:36:48 2017 +0100

----------------------------------------------------------------------
 configure.ac | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/2edc5e69/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index e1c1221..fdff3e6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2238,3 +2238,11 @@ AC_SUBST(MESOS_PATCH_VERSION, 
m4_car(m4_shift2(major_minor_patch)))
 
 
 AC_OUTPUT
+
+AC_MSG_NOTICE([Build option summary:
+    CXX:        $CXX
+    CXXFLAGS:   $CXXFLAGS
+    CPPFLAGS:   $CPPFLAGS
+    LDFLAGS:    $LDFLAGS
+    LIBS:       $LIBS
+])

Reply via email to