X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=buildconf.sh;h=a6c4a32f740b7039aa762dd02215adf911d93138;hb=b4e80d145253134b44614896ba7f0b1975d22afa;hp=aa97a71a02ac9bee4d23ed97f5d4c331fd0f0a67;hpb=568fc98bd6c09626172274b443789015a11234e6;p=pazpar2-moved-to-github.git diff --git a/buildconf.sh b/buildconf.sh index aa97a71..a6c4a32 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.3 2007-01-12 23:34:15 adam Exp $ +# $Id: buildconf.sh,v 1.4 2007-04-10 08:11:18 adam Exp $ automake=automake aclocal=aclocal @@ -7,6 +7,14 @@ autoconf=autoconf libtoolize=libtoolize autoheader=autoheader +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 [ "`uname -s`" = FreeBSD ]; then # FreeBSD intalls the various auto* tools with version numbers echo "Using special configuration for FreeBSD ..."