summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorSage Weil <sage@redhat.com>2015-10-17 21:43:11 +0200
committerSage Weil <sage@redhat.com>2015-10-17 21:56:18 +0200
commitba0d2c333d150fedbdf5073322317bcecbf0ed40 (patch)
treebe7ed5603045c5d67b44ee817bfe9d85daab0c6a /autogen.sh
parentMakefile: link libos.a statically (no .la) (diff)
downloadceph-ba0d2c333d150fedbdf5073322317bcecbf0ed40.tar.xz
ceph-ba0d2c333d150fedbdf5073322317bcecbf0ed40.zip
rocksdb: build rocksdb with its own Makefile
This lets us track upstream without mantaining our own autotools fork. Move back to rocksdb vanilla 3.11.2 (without our autotools patches). Signed-off-by: Sage Weil <sage@redhat.com>
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 99d4f7b4466..b6f502940b7 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -46,5 +46,4 @@ autoconf
autoheader
automake -a --add-missing -Wall
( cd src/gmock && autoreconf -fvi; )
-( cd src/rocksdb && autoreconf -fvi; )
exit