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:49:26 UTC

svn commit: r1355655 - in /zookeeper/branches/branch-3.4: CHANGES.txt src/c/README

Author: phunt
Date: Sat Jun 30 06:49:26 2012
New Revision: 1355655

URL: http://svn.apache.org/viewvc?rev=1355655&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.4/CHANGES.txt
    zookeeper/branches/branch-3.4/src/c/README

Modified: zookeeper/branches/branch-3.4/CHANGES.txt
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.4/CHANGES.txt?rev=1355655&r1=1355654&r2=1355655&view=diff
==============================================================================
--- zookeeper/branches/branch-3.4/CHANGES.txt (original)
+++ zookeeper/branches/branch-3.4/CHANGES.txt Sat Jun 30 06:49:26 2012
@@ -82,6 +82,8 @@ IMPROVEMENTS:
 
   ZOOKEEPER-1377. add support for dumping a snapshot file content (similar to LogFormatter). (phunt via camille)
 
+  ZOOKEEPER-1454. Document how to run autoreconf if cppunit is
+    installed in a non-standard directory (Michi Mutsuzaki via phunt)
 
 Release 3.4.3 - 2012-02-06
 

Modified: zookeeper/branches/branch-3.4/src/c/README
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.4/src/c/README?rev=1355655&r1=1355654&r2=1355655&view=diff
==============================================================================
--- zookeeper/branches/branch-3.4/src/c/README (original)
+++ zookeeper/branches/branch-3.4/src/c/README Sat Jun 30 06:49:26 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: