X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=buildconf.sh;h=00028e10bcc3a222d021cbdd0317ee6e683732c8;hb=148c0ad41798eff87e1b387381e6d96c1b618696;hp=a661483f46e17775fe1f7548ed83ef44b8cfae26;hpb=63caccd96329d38750b23c1962bc6a37e7d3c7b5;p=yazpp-moved-to-github.git diff --git a/buildconf.sh b/buildconf.sh index a661483..00028e1 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,6 +1,14 @@ #!/bin/sh # $Id: buildconf.sh,v 1.17 2006-07-07 06:21:29 adam Exp $ +test -d config || mkdir config +if test -d m4/.git -a -d doc/common/.git; then + : +else + git submodule init + git submodule update +fi + if automake --version|head -1 |grep '1\.[4-7]'; then echo "automake 1.4-1.7 is active. You should use automake 1.8 or later" if test -f /etc/debian_version; then