You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by ph...@apache.org on 2012/06/30 08:50:34 UTC

svn commit: r1355656 - in /zookeeper/branches/branch-3.3: CHANGES.txt src/c/README

Author: phunt
Date: Sat Jun 30 06:50:33 2012
New Revision: 1355656

URL: http://svn.apache.org/viewvc?rev=1355656&view=rev
Log:
ZOOKEEPER-1454. Document how to run autoreconf if cppunit is installed in a non-standard directory (Michi Mutsuzaki via phunt)

Modified:
    zookeeper/branches/branch-3.3/CHANGES.txt
    zookeeper/branches/branch-3.3/src/c/README

Modified: zookeeper/branches/branch-3.3/CHANGES.txt
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.3/CHANGES.txt?rev=1355656&r1=1355655&r2=1355656&view=diff
==============================================================================
--- zookeeper/branches/branch-3.3/CHANGES.txt (original)
+++ zookeeper/branches/branch-3.3/CHANGES.txt Sat Jun 30 06:50:33 2012
@@ -28,6 +28,11 @@ BUGFIXES:
   ZOOKEEPER-1163. Memory leak in zk_hashtable.c:do_insert_watcher_object()
   (Anupam Chanda via michim)
 
+IMPROVEMENTS:
+
+  ZOOKEEPER-1454. Document how to run autoreconf if cppunit is
+    installed in a non-standard directory (Michi Mutsuzaki via phunt)
+
 Release 3.3.5 - 2012-03-18
 Backward compatible changes:
 

Modified: zookeeper/branches/branch-3.3/src/c/README
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.3/src/c/README?rev=1355656&r1=1355655&r2=1355656&view=diff
==============================================================================
--- zookeeper/branches/branch-3.3/src/c/README (original)
+++ zookeeper/branches/branch-3.3/src/c/README Sat Jun 30 06:50:33 2012
@@ -43,7 +43,12 @@ tar downloaded from Apache please skip t
 2) unzip/untar the source tarball and cd to the zookeeper-x.x.x/src/c directory
 3) change directory to src/c and do a "autoreconf -if" to bootstrap
    autoconf, automake and libtool. Please make sure you have autoconf
-   version 2.59 or greater installed.
+   version 2.59 or greater installed. If cppunit is installed in a non-standard
+   directory, you need to specify where to find cppunit.m4. For example, if
+   cppunit is installed under /usr/local, run:
+   
+       ACLOCAL="aclocal -I /usr/local/share/aclocal" autoreconf -if
+
 4) do a "./configure [OPTIONS]" to generate the makefile. See INSTALL
    for general information about running configure. Additionally, the
    configure supports the following options: