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

if [ ! -d html ]; then
	mkdir html
fi
if [ ! -d tmp ]; then
	mkdir tmp
fi
(cd tmp; for dir in el ru ; do if [ ! -d $dir ]; then mkdir $dir; fi; done)
(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.