From: Adam Dickmeiss Date: Tue, 26 Aug 2008 09:29:49 +0000 (+0200) Subject: Run both git submodule init + update X-Git-Tag: v2.0.34~33 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=a2e1ea6f086b5cb7578ddcc9e615f8286a1971c6;p=idzebra-moved-to-github.git Run both git submodule init + update --- diff --git a/buildconf.sh b/buildconf.sh index f9e6516..037546b 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -7,11 +7,7 @@ libtoolize=libtoolize test -d config || mkdir config if test .git; then - if test -d m4/.git -a -d doc/common/.git; then - : - else - git submodule init - fi + git submodule init git submodule update fi