Added snippet element in default config.
[pazpar2-moved-to-github.git] / buildconf.sh
index dc0ba93..c62d047 100755 (executable)
@@ -8,11 +8,7 @@ autoheader=autoheader
 
 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