fix install instructions

parent 787becec
...@@ -42,11 +42,10 @@ varnish and `vmod_blobdigest`_ as it requires internal interfaces. ...@@ -42,11 +42,10 @@ varnish and `vmod_blobdigest`_ as it requires internal interfaces.
Usage:: Usage::
export VARNISHSRC=/path/to/your/varnish/sources export VARNISHSRC=/path/to/your/varnish/sources
./autogen.sh ./bootstrap
./configure
If you have installed Varnish to a non-standard directory, call If you have installed Varnish to a non-standard directory, call
``autogen.sh`` and ``configure`` with ``PKG_CONFIG_PATH`` pointing to ``autogen.sh`` and ``bootstrap`` with ``PKG_CONFIG_PATH`` pointing to
the appropriate path. For instance, when varnishd configure was called the appropriate path. For instance, when varnishd configure was called
with ``--prefix=$PREFIX``, use with ``--prefix=$PREFIX``, use
...@@ -56,8 +55,8 @@ with ``--prefix=$PREFIX``, use ...@@ -56,8 +55,8 @@ with ``--prefix=$PREFIX``, use
export ACLOCAL_PATH=${PREFIX}/share/aclocal export ACLOCAL_PATH=${PREFIX}/share/aclocal
The module will inherit its prefix from Varnish, unless you specify a The module will inherit its prefix from Varnish, unless you specify a
different ``--prefix`` when running the ``configure`` script for this different ``--prefix`` when running the ``bootstrap`` or ``configure``
module. scripts for this module.
Make targets: Make targets:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment