X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=buildconf.sh;h=b8905d44f33fa934bce8c4fec178f6091cf0c591;hb=74070de2e1115b836d4bfd1934a0db659ee3ffde;hp=8647f28129dab197dfb0656600f8bbd2bda19914;hpb=75b457189bc3d6551a945b862d0618f2a29b86bd;p=yaz-moved-to-github.git diff --git a/buildconf.sh b/buildconf.sh index 8647f28..b8905d4 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -6,6 +6,14 @@ aclocal=aclocal autoconf=autoconf libtoolize=libtoolize +test -d config || mkdir config +if test -d m4 -a -d doc/common; 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 ..."