aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
blob: 070787270fdb6c85227f60ee15bdc612cc87a15e (plain)
1
2
3
4
5
#! /bin/sh
set -e
git submodule update --init --recursive
test -f ChangeLog || touch ChangeLog
autoreconf -f -i -s

Return to:

Send suggestions and report system problems to the System administrator.