From: Adam Dickmeiss Date: Mon, 13 Oct 2008 14:13:06 +0000 (+0200) Subject: Always run git submodule init+update X-Git-Tag: v1.0.10~7 X-Git-Url: http://git.indexdata.com/?p=pazpar2-moved-to-github.git;a=commitdiff_plain;h=42c0e7eaeae0f54e2968e41de28ae11e531dd55f Always run git submodule init+update --- diff --git a/buildconf.sh b/buildconf.sh index 4fd0a4d..c62d047 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -7,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