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.
This commit is contained in:
Colin Walters 2012-09-24 22:20:36 -04:00
parent a864e2cc19
commit 0aab024602
1 changed files with 1 additions and 1 deletions

View File

@ -21,8 +21,8 @@ if test ! -f src/libgsystem/README;
then
echo "+ Setting up submodules"
git submodule init
fi
git submodule update
fi
autoreconf --force --install --verbose