Fix #1099 - remove x mode from ini file
[larjonas-mediagoblin.git] / bootstrap.sh
blobe01474829543d216a505b57464beeb0da0d2c4d4
1 #!/usr/bin/env bash
3 set -e
5 aclocal -I m4 --install
6 autoreconf -fvi
8 git submodule init
9 git submodule update