Repository: mesos Updated Branches: refs/heads/1.0.x 28619854b -> 18b6245ed
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/691b1672 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/691b1672 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/691b1672 Branch: refs/heads/1.0.x Commit: 691b1672c270eb81e83c09f324249149858552c3 Parents: 2861985 Author: James Peach <[email protected]> Authored: Thu Nov 3 15:50:55 2016 -0400 Committer: Kapil Arya <[email protected]> Committed: Fri Apr 14 17:00:56 2017 -0400 ---------------------------------------------------------------------- configure.ac | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/691b1672/configure.ac ---------------------------------------------------------------------- diff --git a/configure.ac b/configure.ac index bf9fb2a..a2e6541 100644 --- a/configure.ac +++ b/configure.ac @@ -2218,3 +2218,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 +])
