aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 9778fc5..92ee54e 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -3,5 +3,8 @@
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.