aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2017-08-10 15:15:53 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2017-08-10 15:15:53 +0300
commit0e75d63c9aeacfedcffce7ff4e6c552c3cff227d (patch)
treef645c17beed2dcf7253c8410f100d66342e48dd3 /tests/Makefile.am
parentdc761f6a343b8688c2c10957a9e80e77a0e5e63c (diff)
downloadvmod-tbf-0e75d63c9aeacfedcffce7ff4e6c552c3cff227d.tar.gz
vmod-tbf-0e75d63c9aeacfedcffce7ff4e6c552c3cff227d.tar.bz2
Support for varnish 5.1.release-2.2
* configure.ac: Set version 2.2 (AC_VMOD_BASENAME): New subst variable. * NEWS: Document changes. * acvmod: Updated. * tests/Makefile.am: Define AT_VMOD_BASENAME in package.m4 * tests/atlocal.in: Add @VARNISH_SBINDIR@ to PATH. * tests/check.at: Change the use of AT_VARNISHTEST macro. * tests/checkf.at: Likewise. * tests/dump.at: Likewise. * tests/rate.at: Likewise. * tests/ratef.at: Likewise. * tests/strftime.at: Likewise.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 30b0360..23fa477 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -31,6 +31,7 @@ $(srcdir)/package.m4: $(top_srcdir)/configure.ac
echo 'm4_define([AT_PACKAGE_VERSION], [@PACKAGE_VERSION@])'; \
echo 'm4_define([AT_PACKAGE_STRING], [@PACKAGE_STRING@])'; \
echo 'm4_define([AT_PACKAGE_BUGREPORT], [@PACKAGE_BUGREPORT@])'; \
+ echo 'm4_define([AT_VMOD_BASENAME], [@AC_VMOD_BASENAME@])'; \
} >$(srcdir)/package.m4
#

Return to:

Send suggestions and report system problems to the System administrator.