aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
blob: a647be321d346456d286d7ae0138ca884164e041 (plain)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh
set -e
git submodule init
git submodule update
if ! test -r ChangeLog; then
  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
fi
autoreconf -f -i -s

Return to:

Send suggestions and report system problems to the System administrator.