From: Adam Dickmeiss Date: Wed, 12 Mar 2008 20:31:10 +0000 (+0100) Subject: Fixed check for Git submodules. X-Git-Tag: v2.0.28~14 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=5a1067c32f615b8a3ac3fc6d72f0ecacca31203c Fixed check for Git submodules. --- diff --git a/buildconf.sh b/buildconf.sh index 7c2183a..75eca45 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