aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
blob: 6c39c56c61feccae9aa76f83c41cb31321053781 (plain)
1
2
3
4
5
6
#! /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.