aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
blob: e01474829543d216a505b57464beeb0da0d2c4d4 (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env bash

set -e

aclocal -I m4 --install
autoreconf -fvi

git submodule init
git submodule update