From 90aa30aeb696ad039711db3c1404406b53df4dd3 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 26 Aug 2008 11:29:11 +0200 Subject: [PATCH] Run both git submodule init + update --- buildconf.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/buildconf.sh b/buildconf.sh index d86b270..b0edd6c 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -7,11 +7,7 @@ libtoolize=libtoolize test -d config || mkdir config if test .git; then - if test -d m4/.git -a -d doc/common/.git; then - : - else - git submodule init - fi + git submodule init git submodule update fi if [ "`uname -s`" = FreeBSD ]; then -- 1.7.10.4