aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
blob: 0df7e4319c4153792e513ecc2fd5ee0b720e6f87 (plain)
1
2
3
4
5
#! /bin/sh
set -e
git submodule update --init --recursive
test -d m4 || mkdir m4
autoreconf -f -i -s

Return to:

Send suggestions and report system problems to the System administrator.