This is an automated email from the ASF dual-hosted git repository.

nicknezis pushed a commit to branch nicknezis/bazel-2
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


The following commit(s) were added to refs/heads/nicknezis/bazel-2 by this push:
     new c0cf358  Removing Zookeeper autoreconf
c0cf358 is described below

commit c0cf3582c3ef54e122b9421b28142acd8e136483
Author: Nicholas Nezis <nicholas.ne...@gmail.com>
AuthorDate: Thu Apr 2 00:20:56 2020 -0400

    Removing Zookeeper autoreconf
---
 third_party/zookeeper/zookeeper.BUILD | 1 -
 1 file changed, 1 deletion(-)

diff --git a/third_party/zookeeper/zookeeper.BUILD 
b/third_party/zookeeper/zookeeper.BUILD
index d45e758..008cb5b 100644
--- a/third_party/zookeeper/zookeeper.BUILD
+++ b/third_party/zookeeper/zookeeper.BUILD
@@ -29,7 +29,6 @@ genrule(
         "mkdir -p $$TMP_DIR",
         "cp -R $$(pwd)/external/org_apache_zookeeper/* $$TMP_DIR",
         "cd $$TMP_DIR/zookeeper-client/zookeeper-client-c",
-        "autoreconf -f -i",
         "./configure --prefix=$$INSTALL_DIR --enable-shared=no",
         "make install",
         "rm -rf $$TMP_DIR",

Reply via email to