From 42c0e7eaeae0f54e2968e41de28ae11e531dd55f Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 13 Oct 2008 16:13:06 +0200 Subject: [PATCH] Always run git submodule init+update --- buildconf.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- 1.7.10.4