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

set -e

aclocal -I m4 --install
autoreconf -fvi

git submodule init
git submodule update