aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2018-12-10 14:25:55 +0200
committerSergey Poznyakoff <gray@gnu.org>2018-12-10 14:25:55 +0200
commit1f2122af3af26803267ca8c84b0f1050333240c9 (patch)
tree06974df6fe265e03d8cb7b8f78ad271238730e58 /bootstrap
parent0700401f26aa83e68bf0a8e071fa891ee57bde30 (diff)
downloadvmod-sql-1f2122af3af26803267ca8c84b0f1050333240c9.tar.gz
vmod-sql-1f2122af3af26803267ca8c84b0f1050333240c9.tar.bz2
Version 1.3release-1.3
Supports Varnish 6.0.2 Includes improved version of wordsplit routines.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 2 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index 89ccf31..42bce68 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,7 +1,9 @@
#!/bin/sh
for dir in m4 build-aux
do
test -d $dir || mkdir $dir
done
+git submodule init
+git submodule update
test -f ChangeLog || touch ChangeLog
autoreconf -f -i -s

Return to:

Send suggestions and report system problems to the System administrator.