]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
autogen.sh: Create m4 directory for leveldb submodule.
authorGary Lowell <glowell@inktank.com>
Tue, 9 Oct 2012 20:10:15 +0000 (13:10 -0700)
committerGary Lowell <glowell@inktank.com>
Mon, 15 Oct 2012 21:14:35 +0000 (14:14 -0700)
autogen.sh

index 1eb2abc221d9e75351e5ccbca9570983c42c6ca8..6dc98085f6badb0543a2becf8b5e9a542f4bd44d 100755 (executable)
@@ -19,5 +19,5 @@ autoconf
 autoheader
 automake -a --add-missing -Wall
 ( cd src/gtest && autoreconf -fvi; )
-( cd src/leveldb && autoreconf -fvi; )
+( cd src/leveldb && mkdir m4 && autoreconf -fvi; )
 exit