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

set -e

aclocal -I m4 --install
autoreconf -fvi

git submodule init
git submodule update