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

if [ ! -d html ]; then
	mkdir html
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.