docs: Add chapter on upgrading, inc. system Python upgrades [#972].
[mediagoblin.git] / bootstrap.sh
1 #!/bin/sh
2
3 set -e
4
5 aclocal -I m4 --install
6 autoreconf -fvi
7
8 git submodule init
9 git submodule update