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

aclocal -I m4 --install
autoreconf -fvi

git submodule init
git submodule update