aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2017-08-06 00:50:36 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2017-08-06 00:50:36 +0300
commit0eb43932b207a6ce70586cb39fa6e55c533f500e (patch)
tree41935e7c3d5661e22603641c2623e0560d6d74d4 /configure.ac
parentb269c219ded102477601fe77be53caf7d3d58f96 (diff)
downloadvmod-tbf-0eb43932b207a6ce70586cb39fa6e55c533f500e.tar.gz
vmod-tbf-0eb43932b207a6ce70586cb39fa6e55c533f500e.tar.bz2
Switch to the new acvmod; remove the --with-varnish-source option; revamp the testsuite
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 6 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index fc74a6d..0a71928 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
# This file is part of vmod-tbf -*- autoconf -*-
-# Copyright (C) 2013-2016 Sergey Poznyakoff
+# Copyright (C) 2013-2017 Sergey Poznyakoff
#
# Vmod-tbf is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -14,7 +14,7 @@
# You should have received a copy of the GNU General Public License
# along with vmod-tbf. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.69)
-AC_INIT([vmod-tbf], 2.0.91-4.1.0, [gray@gnu.org])
+AC_INIT([vmod-tbf], 2.0.92, [gray@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(src/vmod_tbf.vcc)
@@ -47,10 +47,13 @@ AC_CHECK_FUNCS(sysinfo getloadavg)
AM_VARNISHAPI
+AC_CONFIG_TESTDIR(tests)
+AC_CONFIG_FILES([tests/Makefile tests/atlocal])
+AM_MISSING_PROG([AUTOM4TE], [autom4te])
+
AC_CONFIG_FILES([
Makefile
src/Makefile
- tests/Makefile
])
AC_OUTPUT

Return to:

Send suggestions and report system problems to the System administrator.