Add Olivier Mehani to AUTHORS.
[mediagoblin.git] / bootstrap.sh
index 1540ea4bf1b30320a22cf624df45e1c1a3110cb1..48e08a2547f917007208ade56e46258e4900c9b0 100755 (executable)
@@ -1,3 +1,9 @@
-#!/bin/bash
+#!/bin/sh
 
+set -e
+
+aclocal -I m4 --install
 autoreconf -fvi
+
+git submodule init
+git submodule update