X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=bootstrap.sh;h=bc866703e572329dfac7eb08239590625868107c;hb=8da8c0ac2d1c20968165fcd0bc41d0b9f397593d;hp=78d0f1c764dd3bebc7692fe46c1c9d91cb8b7030;hpb=d1608b0157dda0bc937f6067b5863007165f825e;p=mediagoblin.git diff --git a/bootstrap.sh b/bootstrap.sh index 78d0f1c7..bc866703 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,4 +1,9 @@ #!/bin/bash +set -e + aclocal -I m4 --install autoreconf -fvi + +git submodule init +git submodule update