X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=blobdiff_plain;f=buildconf.sh;h=69239a1d133cdd4a8dfcad0c366714f06b8eea4f;hp=7187d30732d1344540aac87f48bf77212436d6d0;hb=67667a51aefad50499f3861dd080e16974fe979e;hpb=fd0487592e7aa2d59bfb8053eea115c50285410d diff --git a/buildconf.sh b/buildconf.sh index 7187d30..69239a1 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,5 +1,11 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.12 2006-05-26 19:57:35 adam Exp $ + +test -d config || mkdir config +if test .git; then + 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