-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/44997/
-----------------------------------------------------------
Review request for mesos and Joris Van Remoortere.
Bugs: MESOS-4963
https://issues.apache.org/jira/browse/MESOS-4963
Repository: mesos
Description
-------
Adopt a new version of the M4 macro from the upstream macro archive.
We no longer care about whether the compiler supports particular
C++11 features, so we can discard some previous local modifications
we had to this macro. This should also make it easier to mandate
C++14 support in the future.
Diffs
-----
configure.ac 8e4f03593df4a8ba13f00292963e351acc3f71c1
m4/ax_cxx_compile_stdcxx.m4 PRE-CREATION
m4/ax_cxx_compile_stdcxx_11.m4 6a859b89953df2132a75f61833d5d3316968ec99
Diff: https://reviews.apache.org/r/44997/diff/
Testing
-------
make check
Thanks,
Neil Conway