aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
blob: 1f3cdfcb3bf7b387c4d31354fee8d496f8f50abe (plain)
1
2
3
4
5
6
7
8
9
#! /bin/sh

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.