-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/68579/
-----------------------------------------------------------

(Updated Aug. 31, 2018, 5:45 p.m.)


Review request for mesos, Benjamin Bannier and James Peach.


Changes
-------

Addressed Benjamin's comments.


Bugs: MESOS-9193
    https://issues.apache.org/jira/browse/MESOS-9193


Repository: mesos


Description (updated)
-------

This patch imports the `AX_APPEND_COMPILE_FLAGS` macro and its dependent
`AX_REQUIRE_DEFINED` and `AX_APPEND_FLAG` macros to Autotools, and used
the macro to add `-Wno-unused-local-typedef` for Clang 3.6.

The macros are retrieved from the following repository:
https://git.savannah.gnu.org/git/autoconf-archive.git
The `ax_append_compile_flags.m4` and `ax_required_defined.m4` macros are
retrieved from the HEAD (`4dfd2f8`) at the time; the `ax_append_flag.m4`
macro is retrieved from commit `3e4a839` to support Autoconf 2.59+.

NOTE: CentOS 6 uses Autoconf 2.63 and Ubuntu 14.04 uses 2.59.


Diffs (updated)
-----

  3rdparty/libprocess/configure.ac 752d5bab5f1835c6e9d186d7dade7ebce3e32ab5 
  3rdparty/libprocess/m4/ax_append_compile_flags.m4 PRE-CREATION 
  3rdparty/libprocess/m4/ax_append_flag.m4 PRE-CREATION 
  3rdparty/libprocess/m4/ax_require_defined.m4 PRE-CREATION 


Diff: https://reviews.apache.org/r/68579/diff/4/

Changes: https://reviews.apache.org/r/68579/diff/3-4/


Testing
-------

make check w/ clang 3.5.0/3.6.0.


Thanks,

Chun-Hung Hsiao

Reply via email to