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:
parent
a864e2cc19
commit
0aab024602
|
|
@ -21,8 +21,8 @@ if test ! -f src/libgsystem/README;
|
||||||
then
|
then
|
||||||
echo "+ Setting up submodules"
|
echo "+ Setting up submodules"
|
||||||
git submodule init
|
git submodule init
|
||||||
|
git submodule update
|
||||||
fi
|
fi
|
||||||
git submodule update
|
|
||||||
|
|
||||||
autoreconf --force --install --verbose
|
autoreconf --force --install --verbose
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue