X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=bootstrap.sh;h=48e08a2547f917007208ade56e46258e4900c9b0;hb=d0e666595186d5fa4a9432e59ae18e92ae007048;hp=1540ea4bf1b30320a22cf624df45e1c1a3110cb1;hpb=9e204e49c9670b0e004dc9b62bf3b698b7534325;p=mediagoblin.git diff --git a/bootstrap.sh b/bootstrap.sh index 1540ea4b..48e08a25 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,3 +1,9 @@ -#!/bin/bash +#!/bin/sh +set -e + +aclocal -I m4 --install autoreconf -fvi + +git submodule init +git submodule update