Commit cd1e82ca authored by Geoff Simmons's avatar Geoff Simmons

Set version 5.1.0

parent d8d880b6
Pipeline #136 skipped
......@@ -379,9 +379,9 @@ by setting the ``TZ`` environment variable.
REQUIREMENTS
============
This version of varnishevent requires the Varnish trunk since version
5.1. See the project repository for versions that are compatible with
other versions of Varnish.
This version of varnishevent requires the Varnish version 5.1. See the
project repository for versions that are compatible with other
versions of Varnish.
DATA BUFFERS
......
AC_PREREQ(2.59)
AC_COPYRIGHT([Copyright (c) 2015 UPLEX Nils Goroll Systemoptimierung
Copyright (c) 2015 Otto Gmbh & Co KG])
AC_INIT([varnishevent], [trunk])
AC_INIT([varnishevent], [5.1.0])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(src/varnishevent.h)
AM_CONFIG_HEADER(config.h)
......@@ -53,8 +53,8 @@ AM_CONDITIONAL(HAVE_RST2HTML,[test "x$RST2HTML" != "xno"])
m4_ifndef([PKG_PROG_PKG_CONFIG], [m4_fatal([pkg.m4 missing, please install pkg-config])])
PKG_PROG_PKG_CONFIG
PKG_CHECK_MODULES([VARNISH], [varnishapi = trunk], [],
[AC_MSG_ERROR([Varnish trunk is required])])
PKG_CHECK_MODULES([VARNISH], [varnishapi = 5.1.0], [],
[AC_MSG_ERROR([Varnish 5.1.0 is required])])
AC_SUBST(VARNISH_CFLAGS)
AC_SUBST(VARNISH_LIBS)
PKG_CHECK_VAR([VARNISH_PKG_INCLUDE], [varnishapi], [pkgincludedir])
......
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