aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
blob: ea5f8ad3fce4b1b99235464c7392f6ddd8d0f4ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /bin/sh

set -e
test -d m4 || mkdir m4
test -d build-aux || mkdir build-aux

git submodule init || exit $?
git submodule update || exit $?

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.