X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=buildconf.sh;h=60fd9e40c661f239fb22f30638b4b27f27ca0f3b;hb=516b4a41888fccdb4dca00f625adf6dd00350f5d;hp=9929f2af32bb0c5684e3ef9b3a9d05d10d502430;hpb=209fec90b973990a0dd65c12db7e6abed465c8e3;p=metaproxy-moved-to-github.git diff --git a/buildconf.sh b/buildconf.sh index 9929f2a..60fd9e4 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,5 +1,4 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.14 2008-02-27 11:08:48 adam Exp $ automake=automake aclocal=aclocal @@ -8,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