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 2009/03/05 23:32:59 UTC

svn commit: r750638 - in /hadoop/zookeeper/trunk: CHANGES.txt src/c/acinclude.m4

Author: phunt
Date: Thu Mar  5 22:32:59 2009
New Revision: 750638

URL: http://svn.apache.org/viewvc?rev=750638&view=rev
Log:
ZOOKEEPER-281. autoreconf fails for /zookeeper-3.0.1/src/c/

Modified:
    hadoop/zookeeper/trunk/CHANGES.txt
    hadoop/zookeeper/trunk/src/c/acinclude.m4

Modified: hadoop/zookeeper/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/zookeeper/trunk/CHANGES.txt?rev=750638&r1=750637&r2=750638&view=diff
==============================================================================
--- hadoop/zookeeper/trunk/CHANGES.txt (original)
+++ hadoop/zookeeper/trunk/CHANGES.txt Thu Mar  5 22:32:59 2009
@@ -20,6 +20,8 @@
 
   ZOOKEEPER-334. bookkeeper benchmark (testclient.java) has compiling errors.
   (flavio and mahadev) 
+
+  ZOOKEEPER-281. autoreconf fails for /zookeeper-3.0.1/src/c/ (phunt)
  
 IMPROVEMENTS:
   ZOOKEEPER-308. improve the atomic broadcast performance 3x.

Modified: hadoop/zookeeper/trunk/src/c/acinclude.m4
URL: http://svn.apache.org/viewvc/hadoop/zookeeper/trunk/src/c/acinclude.m4?rev=750638&r1=750637&r2=750638&view=diff
==============================================================================
--- hadoop/zookeeper/trunk/src/c/acinclude.m4 (original)
+++ hadoop/zookeeper/trunk/src/c/acinclude.m4 Thu Mar  5 22:32:59 2009
@@ -76,9 +76,9 @@
 # Require the specified program to be found for the DX_CURRENT_FEATURE to work.
 AC_DEFUN([DX_REQUIRE_PROG], [
 AC_PATH_TOOL([$1], [$2])
-if test "$DX_FLAG_[]DX_CURRENT_FEATURE$$1" = 1; then
+if test "$DX_FLAG_$[DX_CURRENT_FEATURE$$1]" = 1; then
     AC_MSG_WARN([$2 not found - will not DX_CURRENT_DESCRIPTION])
-    AC_SUBST([DX_FLAG_[]DX_CURRENT_FEATURE], 0)
+    AC_SUBST([DX_FLAG_]DX_CURRENT_FEATURE, 0)
 fi
 ])
 
@@ -101,7 +101,7 @@
 # ----------------------------------------------------------
 # Turn off the DX_CURRENT_FEATURE if the required feature is off.
 AC_DEFUN([DX_CLEAR_DEPEND], [
-test "$DX_FLAG_$1" = "$2" || AC_SUBST([DX_FLAG_[]DX_CURRENT_FEATURE], 0)
+test "$DX_FLAG_$1" = "$2" || AC_SUBST([DX_FLAG_]DX_CURRENT_FEATURE, 0)
 ])
 
 # DX_FEATURE_ARG(FEATURE, DESCRIPTION,