.iteritems() doesn't exist in Python 3, converted to .items()
[mediagoblin.git] / bootstrap.sh
index 1540ea4bf1b30320a22cf624df45e1c1a3110cb1..e01474829543d216a505b57464beeb0da0d2c4d4 100755 (executable)
@@ -1,3 +1,9 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
+set -e
+
+aclocal -I m4 --install
 autoreconf -fvi
+
+git submodule init
+git submodule update