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