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

if [ ! -d html ]; then
	mkdir html
fi
if [ ! -d db ]; then
	mkdir db
fi
(cd html; for dir in el ru ; do if [ ! -d $dir ]; then mkdir $dir; fi; done)
autoreconf -f -i -s

Return to:

Send suggestions and report system problems to the System administrator.