aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2016-01-23 23:07:37 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2016-01-23 23:07:37 +0200
commit91035b92fa79bf02e3d958a3666730fc6d4be9ae (patch)
tree369662a1cdabb4f7423ec4681d5298cbc0aaa9ff /bootstrap
parent6f72ce19982bd6f7eb9cfe7c2ebcbc221063401d (diff)
downloadvmod-tbf-91035b92fa79bf02e3d958a3666730fc6d4be9ae.tar.gz
vmod-tbf-91035b92fa79bf02e3d958a3666730fc6d4be9ae.tar.bz2
Support for Varnish 4.1
* .gitmodules: New file. * acvmod: New submodule. * bootstrap: Update. * Makefile.am (ACLOCAL_AMFLAGS): Add acvmod * configure.ac: Use AM_VARNISHAPI instead of inlining the related code. Enable silent rules. Set version number 2.0.90-4.1.0 * src/Makefile.am: Enable silent rules. * tests/Makefile.am: Likewise. * NEWS: Update.
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
@@ -3,5 +3,7 @@ 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.