Commit 386509a0 authored by Geoff Simmons's avatar Geoff Simmons

prepare version 4.1.3

parent 3b2d1cba
Pipeline #91 skipped
...@@ -7,8 +7,8 @@ Display Varnish log contents in formats for client, backend and other events ...@@ -7,8 +7,8 @@ Display Varnish log contents in formats for client, backend and other events
---------------------------------------------------------------------------- ----------------------------------------------------------------------------
:Author: Geoffrey Simmons :Author: Geoffrey Simmons
:Date: 2016-12-09 :Date: 2016-12-12
:Version: trunk :Version: 4.1.3
:Manual section: 1 :Manual section: 1
...@@ -375,8 +375,8 @@ precision. ...@@ -375,8 +375,8 @@ precision.
REQUIREMENTS REQUIREMENTS
============ ============
This version of varnishevent requires Varnish 4.1.3 through 5.0.0. This version of varnishevent requires Varnish 4.1.3 or 4.1.4. See the
See the project repository for versions that are compatible with other project repository for versions that are compatible with other
versions of Varnish. versions of Varnish.
......
AC_PREREQ(2.59) AC_PREREQ(2.59)
AC_COPYRIGHT([Copyright (c) 2015 UPLEX Nils Goroll Systemoptimierung AC_COPYRIGHT([Copyright (c) 2015 UPLEX Nils Goroll Systemoptimierung
Copyright (c) 2015 Otto Gmbh & Co KG]) Copyright (c) 2015 Otto Gmbh & Co KG])
AC_INIT([varnishevent], [trunk]) AC_INIT([varnishevent], [4.1.3])
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(src/varnishevent.h) AC_CONFIG_SRCDIR(src/varnishevent.h)
AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(config.h)
...@@ -52,8 +52,8 @@ AM_CONDITIONAL(HAVE_RST2HTML,[test "x$RST2HTML" != "xno"]) ...@@ -52,8 +52,8 @@ AM_CONDITIONAL(HAVE_RST2HTML,[test "x$RST2HTML" != "xno"])
# Check for pkg-config # Check for pkg-config
PKG_PROG_PKG_CONFIG PKG_PROG_PKG_CONFIG
PKG_CHECK_MODULES([VARNISH], [varnishapi >= 4.1.3 varnishapi <= 5.0.0], [], PKG_CHECK_MODULES([VARNISH], [varnishapi >= 4.1.3 varnishapi <= 4.1.4], [],
[AC_MSG_ERROR([Varnish 4.1.3 through 5.0.0 is required])]) [AC_MSG_ERROR([Varnish 4.1.3 or 4.1.4 is required])])
AC_SUBST(VARNISH_CFLAGS) AC_SUBST(VARNISH_CFLAGS)
AC_SUBST(VARNISH_LIBS) AC_SUBST(VARNISH_LIBS)
PKG_CHECK_VAR([VARNISH_PKG_INCLUDE], [varnishapi], [pkgincludedir]) 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