-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/67487/
-----------------------------------------------------------
Review request for mesos, Eric Chung and Kevin Klues.
Bugs: MESOS-8955
https://issues.apache.org/jira/browse/MESOS-8955
Repository: mesos
Description
-------
We only uses the variables `PYTHON_2` and `PYTHON_2_VERSION` at the
moment, we will use the ones for Python 3 once the CLI is updated.
Diffs
-----
configure.ac f5a9d5bded40d2af6df7fe872395b076cbd37123
src/Makefile.am 9032453ba0b6d69d1d6f168b671dd199bd0258c7
Diff: https://reviews.apache.org/r/67487/diff/1/
Testing
-------
In `build`:
```
$ ../configure --disable-java --enable-new-cli
$ GTEST_FILTER="" nice make -j16 check
```
Thanks,
Armand Grillet