-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/64211/
-----------------------------------------------------------
Review request for mesos and Kevin Klues.
Bugs: MESOS-8240
https://issues.apache.org/jira/browse/MESOS-8240
Repository: mesos
Description
-------
An update of the discarded review /r/52543.
Diffs
-----
configure.ac 6abec5f6d7255a6a166ce11fbedd002ecbfae965
src/Makefile.am 30cd4d426e797e4c8ee556d1bc3de99830a5fe41
Diff: https://reviews.apache.org/r/64211/diff/1/
Testing
-------
```
$ ./bootstrap
$ mkdir build
$ cd build
$ ../configure --enable-new-cli --disable-java
$ make check
```
Checked that the the CLI tests were run, that the content of the directory
`build/src/cli`, and that `build/src/mesos/mesos` was running as expected.
Thanks,
Armand Grillet