GitHub user anmolnar opened a pull request:
https://github.com/apache/zookeeper/pull/528
ZOOKEEPER-3034 Facing issues while building from source
Unable to compile C++ test on Ubuntu 17.10+ because libcppunit-dev package
doesn't ship the aclocal macro `cppunit.m4` anymore. I added explicitly to our
codebase and made some necessary changes in configure.ac and Makefile.am.
Please review.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/anmolnar/zookeeper ZOOKEEPER-3034
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/528.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #528
----
commit e97c5c1295ff43cfac93f957a888f7795766ee60
Author: Andor Molnar <dolphy17@...>
Date: 2018-05-23T04:39:31Z
ZOOKEEPER-3034. Added cppunit.m4, because from libcppunit-dev package
doesn't ship from 1.14.0
----
---