aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
blob: 449a307d44e7ef0583ed98ffe64ccdcbb72b4276 (plain)
1
2
3
4
5
6
7
8
9
10
11
# !/bin/sh
set -e
git submodule init
git submodule update

cat > ChangeLog <<EOT
This file is a placeholder. It will be replaced with the actual ChangeLog
by make dist.  Run make ChangeLog if you wish to create it earlier.
EOT

autoreconf -f -i -s

Return to:

Send suggestions and report system problems to the System administrator.