I mean, who's reading the README, anyway?
Signed-off-by: Thorsten Behrens <tbehrens@suse.com>
Building Ceph
=============
-To prepare the source tree after it has been git cloned,
-
- git submodule update --init
-
To build the server daemons, and FUSE client, execute the following:
./autogen.sh
exit 1
fi
+if test -d ".git" ; then
+ if ! git submodule update --init; then
+ echo "Error: could not initialize submodule projects"
+ echo " Network connectivity might be required."
+ exit 1
+ fi
+fi
+
rm -f config.cache
aclocal -I m4 --install
check_for_pkg_config