Add Olivier Mehani to AUTHORS.
[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