X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=buildconf.sh;h=037546be91b330e29658ccdf79566e80e9a8a524;hb=96d166b6556cec66bc66cfc91b71e069288c051e;hp=422d2a6b811bed7975439d65b56aee7052c0ea62;hpb=b8b8cd66686521782aa58bfccb8a30534769c423;p=idzebra-moved-to-github.git diff --git a/buildconf.sh b/buildconf.sh index 422d2a6..037546b 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,5 +1,4 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.26 2007-04-03 15:26:14 adam Exp $ automake=automake aclocal=aclocal @@ -7,6 +6,10 @@ autoconf=autoconf libtoolize=libtoolize 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