aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2013-07-21 15:30:15 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2013-07-21 19:44:58 +0300
commitd06b3136f1c52480a9f1c5aa3d38cf557bd7e3e5 (patch)
tree462efb0904237d4b84166f813cc04edbcb34a5ca /bootstrap
downloadvmod-tbf-d06b3136f1c52480a9f1c5aa3d38cf557bd7e3e5.tar.gz
vmod-tbf-d06b3136f1c52480a9f1c5aa3d38cf557bd7e3e5.tar.bz2
Initial commit
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..89ccf31
--- /dev/null
+++ b/bootstrap
@@ -0,0 +1,7 @@
+#!/bin/sh
+for dir in m4 build-aux
+do
+ test -d $dir || mkdir $dir
+done
+test -f ChangeLog || touch ChangeLog
+autoreconf -f -i -s

Return to:

Send suggestions and report system problems to the System administrator.