X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=buildconf.sh;h=8ed1491f1db57d682d51d3c173aa6aff5705c6db;hb=617e9bf364131235f70aedd813fedabe278a061c;hp=7c2183a8f2856b2c1db57a993e56a803c73cdb40;hpb=34c193eda828dd8c6009d9b432d377113a49d777;p=idzebra-moved-to-github.git diff --git a/buildconf.sh b/buildconf.sh index 7c2183a..8ed1491 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,5 +1,4 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.26 2007-04-03 15:26:14 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