X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=buildconf.sh;h=75eca459b736a1c816f4fcb9772ceca32103b71b;hb=4f8e7cf65d950e97389d046b255ff3b09e1d9bb5;hp=7a74ee915f27181037e85768fcdeb8b8748b3237;hpb=5fb26f09be8e9bfe050702dcd47a0fd91c91c7b4;p=idzebra-moved-to-github.git diff --git a/buildconf.sh b/buildconf.sh index 7a74ee9..75eca45 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,11 +1,19 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.25 2006-11-23 18:42:48 adam Exp $ +# $Id: buildconf.sh,v 1.26 2007-04-03 15:26:14 adam Exp $ automake=automake aclocal=aclocal autoconf=autoconf libtoolize=libtoolize +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 ..."