Merge pull request #587 from proski/submodules

bootstrap: checkout submodules if they are missing
This commit is contained in:
jsorg71 2016-12-29 21:53:06 -08:00 committed by GitHub
commit b84cb3583c

View File

@ -28,4 +28,14 @@ then
exit 1
fi
if ! test -f libpainter/configure.ac
then
git submodule update --init libpainter
fi
if ! test -f librfxcodec/configure.ac
then
git submodule update --init librfxcodec
fi
autoreconf -fvi