X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=buildconf.sh;h=c62d047030fb886708ab0ea7b5125e0e27967331;hb=be4ed154479e5a8f1382ca1c67f08adababa699d;hp=a6c4a32f740b7039aa762dd02215adf911d93138;hpb=b4e80d145253134b44614896ba7f0b1975d22afa;p=pazpar2-moved-to-github.git diff --git a/buildconf.sh b/buildconf.sh index a6c4a32..c62d047 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,5 +1,4 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.4 2007-04-10 08:11:18 adam Exp $ automake=automake aclocal=aclocal @@ -8,9 +7,7 @@ libtoolize=libtoolize autoheader=autoheader 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