Run both git submodule init + update
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 26 Aug 2008 09:29:11 +0000 (11:29 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 26 Aug 2008 09:29:11 +0000 (11:29 +0200)
buildconf.sh

index d86b270..b0edd6c 100755 (executable)
@@ -7,11 +7,7 @@ libtoolize=libtoolize
 
 test -d config || mkdir config
 if test .git; then
 
 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
 if [ "`uname -s`" = FreeBSD ]; then
     git submodule update
 fi
 if [ "`uname -s`" = FreeBSD ]; then