X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=buildconf.sh;h=037546be91b330e29658ccdf79566e80e9a8a524;hb=a5f2b33412d10ea2de178a45b734d9961c487aee;hp=7c2183a8f2856b2c1db57a993e56a803c73cdb40;hpb=34c193eda828dd8c6009d9b432d377113a49d777;p=idzebra-moved-to-github.git diff --git a/buildconf.sh b/buildconf.sh index 7c2183a..037546b 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,9 +6,7 @@ autoconf=autoconf libtoolize=libtoolize test -d config || mkdir config -if test -d m4 -a -d doc/common; then - : -else +if test .git; then git submodule init git submodule update fi