bootstrap: checkout submodules if they are missing

This commit is contained in:
Pavel Roskin 2016-12-24 20:13:20 -08:00
parent d257108b92
commit 5abb66dfcb

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