Github user andschwa commented on the issue:
https://github.com/apache/zookeeper/pull/306
This
[here](https://github.com/apache/zookeeper/pull/306/files#diff-1ea258ac6b9efc24b67d2c2a704cfe5fR145)
is all I changed; it ensures that the `config.h` file is always put into the
source `include` directory, which is what upstream projects include. This was
needed because `zookeeper.h` includes the file, so this makes sure it exists
next to it (instead of in the binary directory, which works for the ZK build,
but if it's out-of-tree, is misplaced for upstream consumption).
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---