Commit 303f9618 authored by Geoff Simmons's avatar Geoff Simmons

Require exactly Varnish version 5.0.

parent d09f51c2
Pipeline #196 skipped
...@@ -140,8 +140,8 @@ Example ...@@ -140,8 +140,8 @@ Example
REQUIREMENTS REQUIREMENTS
------------ ------------
This version of the VMOD requires at least Varnish 5.0. See the This version of the VMOD requires Varnish 5.0. See the project
project repository for versions that are compatible with other Varnish repository for versions that are compatible with other Varnish
versions. versions.
COPYRIGHT COPYRIGHT
========= =========
......
AC_PREREQ(2.59) AC_PREREQ(2.59)
AC_COPYRIGHT([Copyright (c) 2016 UPLEX - Nils Goroll Systemoptimierung]) AC_COPYRIGHT([Copyright (c) 2016 UPLEX - Nils Goroll Systemoptimierung])
AC_INIT([libvmod-blobsha256], [trunk]) AC_INIT([libvmod-blobsha256], [0.2])
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])
m4_ifndef([VARNISH_VMOD_INCLUDES], AC_MSG_ERROR([Need varnish.m4 -- see README.rst])) m4_ifndef([VARNISH_VMOD_INCLUDES], AC_MSG_ERROR([Need varnish.m4 -- see README.rst]))
AC_CONFIG_SRCDIR(src/vmod_blobsha256.vcc) AC_CONFIG_SRCDIR(src/vmod_blobsha256.vcc)
...@@ -59,7 +59,7 @@ AS_VAR_IF([$1], [""], [$5], [$4])dnl ...@@ -59,7 +59,7 @@ AS_VAR_IF([$1], [""], [$5], [$4])dnl
])# PKG_CHECK_VAR ])# PKG_CHECK_VAR
]) ])
PKG_CHECK_MODULES([libvarnishapi], [varnishapi >= 5.0.0]) PKG_CHECK_MODULES([libvarnishapi], [varnishapi = 5.0.0])
PKG_CHECK_VAR([LIBVARNISHAPI_DATAROOTDIR], [varnishapi], [datarootdir]) PKG_CHECK_VAR([LIBVARNISHAPI_DATAROOTDIR], [varnishapi], [datarootdir])
PKG_CHECK_VAR([LIBVARNISHAPI_BINDIR], [varnishapi], [bindir]) PKG_CHECK_VAR([LIBVARNISHAPI_BINDIR], [varnishapi], [bindir])
PKG_CHECK_VAR([LIBVARNISHAPI_SBINDIR], [varnishapi], [sbindir]) PKG_CHECK_VAR([LIBVARNISHAPI_SBINDIR], [varnishapi], [sbindir])
......
...@@ -67,6 +67,6 @@ Example ...@@ -67,6 +67,6 @@ Example
REQUIREMENTS REQUIREMENTS
------------ ------------
This version of the VMOD requires at least Varnish 5.0. See the This version of the VMOD requires Varnish 5.0. See the project
project repository for versions that are compatible with other Varnish repository for versions that are compatible with other Varnish
versions. versions.
\ No newline at end of file
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