git-svn-id: https://svn.apache.org/repos/asf/zookeeper/trunk@1099329 13f79535-47bb-0310-9956-ffa450edef68
@@ -205,6 +205,9 @@ BUGFIXES:
ZOOKEEPER-1049. Session expire/close flooding renders heartbeats to delay significantly.
(chang song via mahadev)
+
+ ZOOKEEPER-1033. c client should install includes into INCDIR/zookeeper, not INCDIR/c-client-src
+ (Nicholas Harteau via mahadev)
IMPROVEMENTS:
ZOOKEEPER-724. Improve junit test integration - log harness information
@@ -3,7 +3,7 @@
AC_PREREQ(2.59)
-AC_INIT([zookeeper C client],3.4.0,[zookeeper-user@hadoop.apache.org],[c-client-src])
+AC_INIT([zookeeper C client],3.4.0,[zookeeper-user@hadoop.apache.org],[zookeeper])
AC_CONFIG_SRCDIR([src/zookeeper.c])
# Save initial CFLAGS and CXXFLAGS values before AC_PROG_CC and AC_PROG_CXX