.iteritems() doesn't exist in Python 3, converted to .items()
[mediagoblin.git] / bootstrap.sh
CommitLineData
c17f755e 1#!/usr/bin/env bash
09584b3a 2
a1bde56f
CAW
3set -e
4
ae51a0f0 5aclocal -I m4 --install
09584b3a 6autoreconf -fvi
0d063605
CAW
7
8git submodule init
9git submodule update