Do git submodule init and git submodule update in bootstrap.sh
authorChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 10 Oct 2014 21:27:06 +0000 (16:27 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 10 Oct 2014 21:27:23 +0000 (16:27 -0500)
Idea borrowed from guix bootstrap script.

If this proves to not be great we can move it :)

bootstrap.sh

index 78d0f1c764dd3bebc7692fe46c1c9d91cb8b7030..05c84d468c90a89b7f561e003c50fa71f073d173 100755 (executable)
@@ -2,3 +2,6 @@
 
 aclocal -I m4 --install
 autoreconf -fvi
+
+git submodule init
+git submodule update