X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=buildconf.sh;h=60fd9e40c661f239fb22f30638b4b27f27ca0f3b;hb=f2ad6d315729a024c75870d6761c77cbee570f00;hp=2a68146556d3054eb91df28249275c57260fd5a3;hpb=03e2fc2fbd11931ca4183c3f1fb678f09eb5403e;p=metaproxy-moved-to-github.git diff --git a/buildconf.sh b/buildconf.sh index 2a68146..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 @@ -7,6 +6,12 @@ autoconf=autoconf libtoolize=libtoolize autoheader=autoheader +test -d config || mkdir config +if test .git; then + git submodule init + git submodule update +fi + if [ "`uname -s`" = FreeBSD ]; then # FreeBSD intalls the various auto* tools with version numbers echo "Using special configuration for FreeBSD ..."