From 161ad70114c0617b6b3ac6ebf057194874324bfc Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Sun, 28 Oct 2018 10:41:42 +0000 Subject: [PATCH] init and update submodules --- autogen.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/autogen.sh b/autogen.sh index 97970dfa0..6f5a2d5aa 100755 --- a/autogen.sh +++ b/autogen.sh @@ -17,6 +17,9 @@ # Only there to make jhbuild happy +git submodule init +git submodule update + rm -rf ./build mkdir build meson build $@