bootstrap: checkout submodules if they are missing

master
Pavel Roskin 7 years ago
parent d257108b92
commit 5abb66dfcb

@ -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

Loading…
Cancel
Save