-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/68641/#review208864
-----------------------------------------------------------
You need to copy `libevent.m4` here for the standa-alone libprocess build.
When I reconfigure libprocess, I get errors (might be due to the missing file,
might just be broken):
```
[jpeach@jpeach libprocess]$ autoreconf -fi
libtoolize: putting auxiliary files in '../..'.
libtoolize: copying file '../../ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
configure.ac:111: error: possibly undefined macro: AC_MSG_ERROR
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1
```
- James Peach
On Sept. 16, 2018, 8:41 p.m., Till Toenshoff wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/68641/
> -----------------------------------------------------------
>
> (Updated Sept. 16, 2018, 8:41 p.m.)
>
>
> Review request for mesos, Benjamin Bannier, Chun-Hung Hsiao, and James Peach.
>
>
> Bugs: MESOS-7076
> https://issues.apache.org/jira/browse/MESOS-7076
>
>
> Repository: mesos
>
>
> Description
> -------
>
> Added version check and bundling of libevent within libprocess.
>
>
> Diffs
> -----
>
> 3rdparty/libprocess/Makefile.am f9d9d0609f5c8fed419be83319319e67afc063b7
> 3rdparty/libprocess/configure.ac e9e2434b7b6fe6c94c28744a86f9412b6302cbe0
>
>
> Diff: https://reviews.apache.org/r/68641/diff/2/
>
>
> Testing
> -------
>
> Manual testing on macOS 10.14 as well as Ubuntu 18.04LTS. Additional testing
> is ongoing. CMake updates will follow.
>
>
> Thanks,
>
> Till Toenshoff
>
>