From 38bf969a46c20c2118123da7098018dd47a26bf3 Mon Sep 17 00:00:00 2001 From: Koichiro IWAO Date: Thu, 19 May 2022 12:47:39 +0900 Subject: [PATCH] bootstrap: checkout ulalaca submodule if missing --- bootstrap | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bootstrap b/bootstrap index 4a3cfe62..90252780 100755 --- a/bootstrap +++ b/bootstrap @@ -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