X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=blobdiff_plain;f=buildconf.sh;fp=buildconf.sh;h=aa4288bafe99f58df0aa0efe144c6ba646629c07;hp=7187d30732d1344540aac87f48bf77212436d6d0;hb=76453236c8cd7f5ccbfcaad2418efb3d3e095378;hpb=ee138a8c04bd1e876c9ef2a9abde295a4d6f1564 diff --git a/buildconf.sh b/buildconf.sh index 7187d30..aa4288b 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,5 +1,14 @@ #!/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 + 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