Run both git submodule init + update
[idzebra-moved-to-github.git] / buildconf.sh
index f9e6516..037546b 100755 (executable)
@@ -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