aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2017-08-05 19:08:46 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2017-08-05 19:08:46 +0300
commitd1fa42df66ed835305a925ae177416d99ff72d50 (patch)
tree3f2552025cbbaddfd2964f851a29cd4394ea63e9 /Makefile.am
parente1135c7194d612b56f337202186c66115f9cdf67 (diff)
downloadvmod-binlog-d1fa42df66ed835305a925ae177416d99ff72d50.tar.gz
vmod-binlog-d1fa42df66ed835305a925ae177416d99ff72d50.tar.bz2
Update acvmod. Withdraw the --with-varnish-source option.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am14
1 files changed, 2 insertions, 12 deletions
diff --git a/Makefile.am b/Makefile.am
index 9c03c59..2e8bde2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
1# This file is part of vmod-binlog 1# This file is part of vmod-binlog
2# Copyright (C) 2013-2014, 2016 Sergey Poznyakoff 2# Copyright (C) 2013-2014, 2016, 2017 Sergey Poznyakoff
3# 3#
4# Vmod-binlog is free software; you can redistribute it and/or modify 4# Vmod-binlog is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 5# it under the terms of the GNU General Public License as published by
@@ -17,14 +17,4 @@ ACLOCAL_AMFLAGS = -I m4 -I acvmod
17 17
18SUBDIRS = libltdl src tests doc 18SUBDIRS = libltdl src tests doc
19 19
20AM_DISTCHECK_CONFIGURE_FLAGS=--without-vmoddir 20include acvmod/top.am
21
22EXTRA_DIST=git2chg.awk
23
24.PHONY: ChangeLog
25ChangeLog:
26 $(AM_V_GEN)if test -d .git; then \
27 git log --pretty='format:%ct %an <%ae>%n%n%s%n%n%b%n' | \
28 awk -f $(top_srcdir)/git2chg.awk > ChangeLog; \
29 fi
30

Return to:

Send suggestions and report system problems to the System administrator.