]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
autoconf: fix build out of tree 643/head
authorLoic Dachary <loic@dachary.org>
Thu, 26 Sep 2013 08:14:20 +0000 (10:14 +0200)
committerLoic Dachary <loic@dachary.org>
Thu, 26 Sep 2013 09:47:26 +0000 (11:47 +0200)
commita65a8678bf9960babd2362ca89611d2c90574120
treefe85b2b50b61be08021dd67cfeb3056e5c7868bc
parent7147ef7fbd6953935a8e0294f5a2a8a3739b0cbd
autoconf: fix build out of tree

so that the following works:

git clone git@github.com:ceph/ceph.git
cd ceph
./autogen.sh
mkdir ../build
cd ../build
../ceph/configure --with-radosgw
make check

Signed-off-by: Loic Dachary <loic@dachary.org>
src/Makefile.am