From 53ffd95805ae3a3755a4fe97e2c85f173d221f47 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Mon, 30 Apr 2018 09:59:50 -0300 Subject: [PATCH] should be ok to keep git update of submodules (websocket) even when they are not enabled in configure --- bootstrap.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bootstrap.sh b/bootstrap.sh index 3920cec8..6b2c9cda 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,5 +1,7 @@ #!/bin/sh +git submodule update --init + ./autotool.sh ./configure $@