X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=buildconf.sh;h=8f58349c005843c578b1093564412a65131633f1;hb=a6f6305f2cd0479017a63809ff7f93cb0eaba572;hp=d34ee8621624be65ceec6ba86e901b0138e0af4d;hpb=192b23c3eecf2d125bde6b17e2178a30e5003887;p=yaz-moved-to-github.git diff --git a/buildconf.sh b/buildconf.sh index d34ee86..8f58349 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,14 +1,22 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.45 2007-01-03 13:55:49 mike Exp $ +# $Id: buildconf.sh,v 1.46 2007-02-20 09:53:01 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 configuation for FreeBSD ..." + echo "Using special configuration for FreeBSD ..." automake=automake19 aclocal="aclocal19 -I /usr/local/share/aclocal" autoconf=autoconf259