X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=buildconf.sh;h=7e6581d4bffb790a33e2e2df8fa0e7738c08b632;hp=b8905d44f33fa934bce8c4fec178f6091cf0c591;hb=d940392c53c32ccf76fb287cc5b997b9e921a431;hpb=74070de2e1115b836d4bfd1934a0db659ee3ffde diff --git a/buildconf.sh b/buildconf.sh index b8905d4..7e6581d 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,7 +6,7 @@ autoconf=autoconf libtoolize=libtoolize test -d config || mkdir config -if test -d m4 -a -d doc/common; then +if test -d m4/.git -a -d doc/common/.git; then : else git submodule init