From 0aab0246020620de35e757b57f66c38ca40b6b04 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 24 Sep 2012 22:20:36 -0400 Subject: [PATCH] autogen: Only do submodule update if we don't have libgsystem Otherwise we'll fail due to not being a git repository in the embedded-dependency tarball case. --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 75a16b68..bd98a54a 100755 --- a/autogen.sh +++ b/autogen.sh @@ -21,8 +21,8 @@ if test ! -f src/libgsystem/README; then echo "+ Setting up submodules" git submodule init + git submodule update fi -git submodule update autoreconf --force --install --verbose