aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
blob: 6a2a75446b5aea07b06e3e1104660066f8eaf694 (plain)
1
2
3
4
5
6
7
8
9
10
#! /bin/sh
set -e
git submodule update --init --recursive
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.