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. ...@@ -379,9 +379,9 @@ by setting the ``TZ`` environment variable.
REQUIREMENTS REQUIREMENTS
============ ============
This version of varnishevent requires the Varnish trunk since version This version of varnishevent requires the Varnish version 5.1. See the
5.1. See the project repository for versions that are compatible with project repository for versions that are compatible with other
other versions of Varnish. versions of Varnish.
DATA BUFFERS DATA BUFFERS
......
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], [5.1.0])
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)
...@@ -53,8 +53,8 @@ AM_CONDITIONAL(HAVE_RST2HTML,[test "x$RST2HTML" != "xno"]) ...@@ -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])]) m4_ifndef([PKG_PROG_PKG_CONFIG], [m4_fatal([pkg.m4 missing, please install pkg-config])])
PKG_PROG_PKG_CONFIG PKG_PROG_PKG_CONFIG
PKG_CHECK_MODULES([VARNISH], [varnishapi = trunk], [], PKG_CHECK_MODULES([VARNISH], [varnishapi = 5.1.0], [],
[AC_MSG_ERROR([Varnish trunk is required])]) [AC_MSG_ERROR([Varnish 5.1.0 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