From: Adam Dickmeiss Date: Wed, 12 Mar 2008 20:32:17 +0000 (+0100) Subject: Fixed check for Git submodules. X-Git-Tag: v3.0.30~86 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=212ecdc7daf9764e6fdd0951281f61b9c1a94c2d Fixed check for Git submodules. --- diff --git a/buildconf.sh b/buildconf.sh index b8905d4..8f58349 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -7,7 +7,7 @@ autoconf=autoconf libtoolize=libtoolize test -d config || mkdir config -if test -d m4 -a -d doc/common; then +if test -d m4/.git -a -d doc/common/.git; then : else git submodule init