X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=buildconf.sh;h=b0edd6cf8748c0a3bc4b8c121548463a1fe52827;hp=8f58349c005843c578b1093564412a65131633f1;hb=ae309395bf5f5511c2eee751151a2962726f745a;hpb=212ecdc7daf9764e6fdd0951281f61b9c1a94c2d diff --git a/buildconf.sh b/buildconf.sh index 8f58349..b0edd6c 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,5 +1,4 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.46 2007-02-20 09:53:01 adam Exp $ automake=automake aclocal=aclocal @@ -7,13 +6,10 @@ autoconf=autoconf libtoolize=libtoolize test -d config || mkdir config -if test -d m4/.git -a -d doc/common/.git; then - : -else +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 echo "Using special configuration for FreeBSD ..."