From: Sage Weil Date: Wed, 25 Jun 2014 20:19:03 +0000 (-0700) Subject: Revert "Give meaningful error when submodules are not checked out" X-Git-Tag: v0.83~45 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=dc1a4dfd4d3a5599edefbdd41fd8b29f8c4bcac0;p=ceph.git Revert "Give meaningful error when submodules are not checked out" This reverts commit 87f9dbaf78ee040bbe0f56d2ada5299b150916b2. This breaks the gitbuilders. Maybe it needs the base dir to be explicit? Signed-off-by: Sage Weil --- diff --git a/configure.ac b/configure.ac index c86edd66c847..0703eb9c11ef 100644 --- a/configure.ac +++ b/configure.ac @@ -29,15 +29,6 @@ AC_CONFIG_SUBDIRS([src/gtest]) AC_CANONICAL_HOST AC_CANONICAL_TARGET -# Check that submodules exist -AC_CHECK_FILES( - [ceph-object-corpus/bin/prune.sh] - [src/civetweb/README.md] - [src/erasure-code/jerasure/gf-complete/README] - [src/erasure-code/jerasure/jerasure/README] - [src/libs3/README] - , [], [AC_MSG_ERROR([Missing submodules. You should probably run 'git submodule update --init'])]) - # Fix automake problems in 1.12 m4_ifdef([AM_PROG_AR], [AM_PROG_AR])