-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/14183/
-----------------------------------------------------------
Review request for mesos and Vinod Kone.
Bugs: MESOS-577
https://issues.apache.org/jira/browse/MESOS-577
Repository: mesos-git
Description
-------
See summary.
Diffs
-----
bootstrap fe542a00b98a718447e74f14f8ecd26d93eae712
Diff: https://reviews.apache.org/r/14183/diff/
Testing
-------
$ automake --version | head -1
automake (GNU automake) 1.14
$ ./bootstrap
Mesos requires automake < 1.14 due to incompatibility issues
with the 'subdir-objects' option.
See https://issues.apache.org/jira/browse/MESOS-577 and
please downgrade your automake installation.
$ sudo port uninstall automake @1.14_0
...
$ ./bootstrap
...
$ echo $?
0
Thanks,
Benjamin Hindman