mediagoblin/bootstrap.sh
Christopher Allan Webber 0d063605ec 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 :)
2014-10-10 16:27:23 -05:00

8 lines
94 B
Bash
Executable File

#!/bin/bash
aclocal -I m4 --install
autoreconf -fvi
git submodule init
git submodule update