Run both git submodule init + update
[yazproxy-moved-to-github.git] / buildconf.sh
index aa4288b..69239a1 100755 (executable)
@@ -1,10 +1,7 @@
 #!/bin/sh
-# $Id: buildconf.sh,v 1.12 2006-05-26 19:57:35 adam Exp $
 
 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