From: Christopher Allan Webber Date: Fri, 10 Oct 2014 21:27:06 +0000 (-0500) Subject: Do git submodule init and git submodule update in bootstrap.sh X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=0d063605ec533236bcf7fb07540dac77b14fa43f;p=mediagoblin.git Do git submodule init and git submodule update in bootstrap.sh Idea borrowed from guix bootstrap script. If this proves to not be great we can move it :) --- diff --git a/bootstrap.sh b/bootstrap.sh index 78d0f1c7..05c84d46 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -2,3 +2,6 @@ aclocal -I m4 --install autoreconf -fvi + +git submodule init +git submodule update