aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
blob: c63ecd62822e46f826d132ebc4ec7b8ad044e16b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#! /bin/sh

git submodule init
git submodule update

cat > ChangeLog <<EOT
This file is a placeholder. It will be replaced with the actual ChangeLog
by make.
EOT

if [ ! -d html ]; then
	mkdir html
fi
if [ ! -d tmp ]; then
	mkdir tmp
fi
autoreconf -f -i -s

Return to:

Send suggestions and report system problems to the System administrator.