-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/67487/
-----------------------------------------------------------
(Updated June 12, 2018, 2:51 p.m.)
Review request for mesos, Eric Chung and Kevin Klues.
Changes
-------
Switched from `$PYTHON_2`/`$PYTHON_2_VERSION` to `$PYTHON`/`$PYTHON_VERSION`
(as before).
Summary (updated)
-----------------
Used `$PYTHON` in configure.ac and Makefile.am.
Bugs: MESOS-8955
https://issues.apache.org/jira/browse/MESOS-8955
Repository: mesos
Description (updated)
-------
This ensures that we use Python 2 even if the Python
intepreter under the command `python` is Python 3.
Diffs (updated)
-----
configure.ac f5a9d5bded40d2af6df7fe872395b076cbd37123
src/Makefile.am 2bcee1e0e198e6be009174570cdaa1c8b8372a71
Diff: https://reviews.apache.org/r/67487/diff/2/
Changes: https://reviews.apache.org/r/67487/diff/1-2/
Testing
-------
In `build`:
```
$ ../configure --disable-java --enable-new-cli
$ GTEST_FILTER="" nice make -j16 check
```
Thanks,
Armand Grillet