From 212ecdc7daf9764e6fdd0951281f61b9c1a94c2d Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 12 Mar 2008 21:32:17 +0100 Subject: [PATCH] Fixed check for Git submodules. --- buildconf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildconf.sh b/buildconf.sh index b8905d4..8f58349 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -7,7 +7,7 @@ autoconf=autoconf libtoolize=libtoolize test -d config || mkdir config -if test -d m4 -a -d doc/common; then +if test -d m4/.git -a -d doc/common/.git; then : else git submodule init -- 1.7.10.4