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

set -e

aclocal -I m4 --install
autoreconf -fvi

git submodule update --init