X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=buildconf.sh;h=037546be91b330e29658ccdf79566e80e9a8a524;hb=64e695fc8ebc57dad345fa037e6a83bd403bb22b;hp=75eca459b736a1c816f4fcb9772ceca32103b71b;hpb=5a1067c32f615b8a3ac3fc6d72f0ecacca31203c;p=idzebra-moved-to-github.git diff --git a/buildconf.sh b/buildconf.sh index 75eca45..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/.git -a -d doc/common/.git; then - : -else +if test .git; then git submodule init git submodule update fi