Always run git submodule init+update
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 13 Oct 2008 14:13:06 +0000 (16:13 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 13 Oct 2008 14:13:06 +0000 (16:13 +0200)
buildconf.sh

index 4fd0a4d..c62d047 100755 (executable)
@@ -7,9 +7,7 @@ libtoolize=libtoolize
 autoheader=autoheader
 
 test -d config || mkdir config
-if test -d m4/.git -a -d doc/common/.git; then
-    :
-else
+if test .git; then
     git submodule init
     git submodule update
 fi