aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2014-11-16 05:21:45 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2014-11-16 05:21:45 +0200
commit2303726f29a4e4724301f36d4c12037a1b516a35 (patch)
tree5f4514657c00db031afe733f16600d9fc04847b0 /bootstrap
parent62c4f22135bc9e0d94f8e513abdd8c688b82da42 (diff)
downloadvarnish-mib-2303726f29a4e4724301f36d4c12037a1b516a35.tar.gz
varnish-mib-2303726f29a4e4724301f36d4c12037a1b516a35.tar.bz2
Add bootstrap script
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap7
1 files changed, 7 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
new file mode 100755
index 0000000..c55c2b2
--- /dev/null
+++ b/bootstrap
@@ -0,0 +1,7 @@
+#!/bin/sh
+for dir in m4 build-aux
+do
+ test -d $dir || mkdir $dir
+done
+> ChangeLog
+autoreconf -f -i -s

Return to:

Send suggestions and report system problems to the System administrator.