aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2017-08-10 12:32:50 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2017-08-10 12:36:09 +0300
commit819123e3ed9c7d6708630ea38cec59aee14b04c5 (patch)
treed0c47f41e72d113eb9d0906bdc16f52825fd14ae /configure.ac
parent1096ae69c4d22d60df5bc89c15f7abbcf2c769c8 (diff)
downloadvmod-dbrw-819123e3ed9c7d6708630ea38cec59aee14b04c5.tar.gz
vmod-dbrw-819123e3ed9c7d6708630ea38cec59aee14b04c5.tar.bz2
Support for varnish 5.1.
* configure.ac: Set version 2.2 (AC_VMOD_BASENAME): New subst variable. * NEWS: Document changes. * README: Document changes. * acvmod: Updated. * tests/Makefile.am: Define AT_VMOD_BASENAME in package.m4 * tests/atlocal.in (at_vcl_backend): Start vtc with varnsishtest stanza
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 51e8c92..8b9ff5c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,12 +14,13 @@
# You should have received a copy of the GNU General Public License
# along with vmod-dbrw. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.69)
-AC_INIT([vmod-dbrw], 2.1, [gray@gnu.org])
+AC_INIT([vmod-dbrw], 2.2, [gray@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(src/vmod_dbrw.vcc)
AM_CONFIG_HEADER(config.h)
+AC_SUBST([AC_VMOD_BASENAME],[dbrw])
AC_CANONICAL_SYSTEM
AC_LANG(C)

Return to:

Send suggestions and report system problems to the System administrator.