bootstrap: checkout ulalaca submodule if missing

This commit is contained in:
Koichiro IWAO 2022-05-19 12:47:39 +09:00
parent 8d88fe7a83
commit 38bf969a46
1 changed files with 5 additions and 0 deletions

View File

@ -38,4 +38,9 @@ then
git submodule update --init librfxcodec
fi
if ! test -f ulalaca/Makefile.am
then
git submodule update --init ulalaca
fi
autoreconf -fvi