Kludgey documentation fix so that python 2 does not break with flup
[mediagoblin.git] / bootstrap.sh
1 #!/bin/bash
2
3 set -e
4
5 aclocal -I m4 --install
6 autoreconf -fvi
7
8 git submodule init
9 git submodule update