dovecot-2.2-pigeonhole: Fixed distcheck problem caused by pigeon...

pigeonhole at rename-it.nl pigeonhole at rename-it.nl
Thu Oct 30 21:40:39 UTC 2014


details:   http://hg.rename-it.nl/dovecot-2.2-pigeonhole/rev/b5720ebf8d18
changeset: 1950:b5720ebf8d18
user:      Stephan Bosch <stephan at rename-it.nl>
date:      Thu Oct 30 22:40:16 2014 +0100
description:
Fixed distcheck problem caused by pigeonhole-version.h.

diffstat:

 Makefile.am  |  6 +++++-
 configure.ac |  3 +++
 2 files changed, 8 insertions(+), 1 deletions(-)

diffs (37 lines):

diff -r 92b568ca597c -r b5720ebf8d18 Makefile.am
--- a/Makefile.am	Thu Oct 30 18:47:26 2014 +0100
+++ b/Makefile.am	Thu Oct 30 22:40:16 2014 +0100
@@ -17,8 +17,9 @@
 	rm -rf `find $(distdir)/tests -type f -name '*.svbin'`
 
 pkginc_libdir=$(dovecot_pkgincludedir)/sieve
+dist_pkginc_lib_HEADERS = \
+    pigeonhole-version.h
 nodist_pkginc_lib_HEADERS = \
-    pigeonhole-version.h \
 	pigeonhole-config.h
 
 if MAINTAINER_MODE
@@ -31,6 +32,9 @@
 
 noop:
 
+DISTCLEANFILES = \
+    $(top_builddir)/pigeonhole-version.h
+
 # Testsuite tests (FIXME: ugly)
 
 TESTSUITE_BIN = $(top_builddir)/src/testsuite/testsuite $(TESTSUITE_OPTIONS)
diff -r 92b568ca597c -r b5720ebf8d18 configure.ac
--- a/configure.ac	Thu Oct 30 18:47:26 2014 +0100
+++ b/configure.ac	Thu Oct 30 22:40:16 2014 +0100
@@ -18,6 +18,9 @@
 
 AM_MAINTAINER_MODE
 
+ACLOCAL_AMFLAGS='-I $(top_srcdir)'
+AC_SUBST(ACLOCAL_AMFLAGS)
+
 AC_PROG_CC
 AC_PROG_CPP
 AC_PROG_LIBTOOL


More information about the dovecot-cvs mailing list