aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2016-01-24 00:10:28 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2016-01-24 00:10:28 +0200
commite1135c7194d612b56f337202186c66115f9cdf67 (patch)
tree5bccd02c07601248dbb2abc79af24b096e7931fd /bootstrap
parent6d4086e39c5cbe1011d7a3fc67902e0c199a5b21 (diff)
downloadvmod-binlog-e1135c7194d612b56f337202186c66115f9cdf67.tar.gz
vmod-binlog-e1135c7194d612b56f337202186c66115f9cdf67.tar.bz2
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/vmod.vcc: Use $Event instead of $Init * src/binlog.c: Declare event function. * src/Makefile.am: Enable silent rules. * tests/Makefile.am: Likewise. * tests/atlocal.in (ret_vcl_recv): Remove variable. * tests/test01.at: Likewise. * tests/test02.at: Likewise.
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.