File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,9 @@ SYNOPSIS
3131DESCRIPTION
3232===========
3333
34- Varnish Module (vmod) for sending statistics to Statsd.
34+ Varnish 4.x Module (vmod) for sending statistics to Statsd.
35+
36+ See https://github.com/jib/libvmod-statsd/tree/master for Varnish 3.x version.
3537
3638See https://github.com/etsy/statsd for documentation on Statsd.
3739
@@ -190,11 +192,7 @@ Usage::
190192 ./autogen.sh
191193
192194 # Execute configure script
193- ./configure VARNISHSRC=DIR [VMODDIR=DIR]
194-
195- `VARNISHSRC ` is the directory of the Varnish source tree for which to
196- compile your vmod. Both the `VARNISHSRC ` and `VARNISHSRC/include `
197- will be added to the include search paths for your module.
195+ ./configure
198196
199197Optionally you can also set the vmod install directory by adding
200198`VMODDIR=DIR ` (defaults to the pkg-config discovered directory from your
You can’t perform that action at this time.
0 commit comments