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