Fix typo in VideoData docstring
[larjonas-mediagoblin.git] / bootstrap.sh
blobbc866703e572329dfac7eb08239590625868107c
1 #!/bin/bash
3 set -e
5 aclocal -I m4 --install
6 autoreconf -fvi
8 git submodule init
9 git submodule update