aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2017-08-10 12:18:44 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2017-08-10 12:18:44 +0300
commit903975e3a400ff59300ec422d5cb3268b2a9c9d6 (patch)
treeedbbb4507a94574636e30cb5b5cd6a66daa9b100 /configure.ac
parent374fe721a42d042eedad934ed19f897c884cdd6d (diff)
downloadvmod-binlog-903975e3a400ff59300ec422d5cb3268b2a9c9d6.tar.gz
vmod-binlog-903975e3a400ff59300ec422d5cb3268b2a9c9d6.tar.bz2
Support for varnish 5.1.
* configure.ac: Set version 2.2 (AC_VMOD_BASENAME): New subst variable. * NEWS: Document changes. * README: Likewise. * acvmod: Update. * tests/Makefile.am: Define AT_VMOD_BASENAME in package.m4 * tests/atlocal.in: Add @VARNISH_SBINDIR@ to PATH.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index b0ce64a..b473238 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,12 +14,13 @@
14# You should have received a copy of the GNU General Public License 14# You should have received a copy of the GNU General Public License
15# along with vmod-binlog. If not, see <http://www.gnu.org/licenses/>. 15# along with vmod-binlog. If not, see <http://www.gnu.org/licenses/>.
16AC_PREREQ(2.69) 16AC_PREREQ(2.69)
17AC_INIT([vmod-binlog], 2.1, [gray@gnu.org]) 17AC_INIT([vmod-binlog], 2.2, [gray@gnu.org])
18AC_CONFIG_AUX_DIR([build-aux]) 18AC_CONFIG_AUX_DIR([build-aux])
19AC_CONFIG_MACRO_DIR([m4]) 19AC_CONFIG_MACRO_DIR([m4])
20AC_CONFIG_SRCDIR(src/binlog.c) 20AC_CONFIG_SRCDIR(src/binlog.c)
21AM_CONFIG_HEADER(config.h) 21AM_CONFIG_HEADER(config.h)
22 22
23AC_SUBST([AC_VMOD_BASENAME],[binlog])
23AC_CANONICAL_SYSTEM 24AC_CANONICAL_SYSTEM
24AC_LANG(C) 25AC_LANG(C)
25 26
@@ -51,7 +52,7 @@ AC_SYS_LARGEFILE
51AC_HEADER_STDC 52AC_HEADER_STDC
52AC_CHECK_HEADERS([sys/stdlib.h]) 53AC_CHECK_HEADERS([sys/stdlib.h])
53 54
54AM_VARNISHAPI 55AM_VARNISHAPI([4.1])
55 56
56AC_SUBST(BINLOGSEL_MODDIR,'$(libdir)/$(PACKAGE)') 57AC_SUBST(BINLOGSEL_MODDIR,'$(libdir)/$(PACKAGE)')
57 58

Return to:

Send suggestions and report system problems to the System administrator.