aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
blob: 82cdcf06f409704243eb1d52a6d2e9256615e987 (plain)
1
2
3
4
5
6
7
8
#! /bin/sh

set -e
git submodule init
git submodule update

test -d m4 || mkdir m4
autoreconf -f -i -s

Return to:

Send suggestions and report system problems to the System administrator.