dovecot-2.2-pigeonhole: Adjusted dovecot.m4 to make second-level...
pigeonhole at rename-it.nl
pigeonhole at rename-it.nl
Sun Jan 5 11:40:57 EET 2014
details: http://hg.rename-it.nl/dovecot-2.2-pigeonhole/rev/a9df92d2314a
changeset: 1838:a9df92d2314a
user: Stephan Bosch <stephan at rename-it.nl>
date: Sun Jan 05 10:40:38 2014 +0100
description:
Adjusted dovecot.m4 to make second-level plugin packages work properly at distcheck.
diffstat:
m4/dovecot.m4 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 5c3b0283524b -r a9df92d2314a m4/dovecot.m4
--- a/m4/dovecot.m4 Sat Jan 04 02:13:44 2014 +0100
+++ b/m4/dovecot.m4 Sun Jan 05 10:40:38 2014 +0100
@@ -6,7 +6,7 @@
# unlimited permission to copy and/or distribute it, with or without
# modifications, as long as this notice is preserved.
-# serial 11
+# serial 12
AC_DEFUN([DC_DOVECOT_MODULEDIR],[
AC_ARG_WITH(moduledir,
@@ -70,7 +70,7 @@
cd $dovecotdir
abs_dovecotdir=`pwd`
cd $old
- DISTCHECK_CONFIGURE_FLAGS="--with-dovecot=$abs_dovecotdir --without-dovecot-install-dirs --disable-shared"
+ DISTCHECK_CONFIGURE_FLAGS="--with-dovecot=$abs_dovecotdir --without-dovecot-install-dirs"
eval `grep -i '^dovecot_[[a-z_]]*=' "$dovecotdir"/dovecot-config`
eval `grep '^LIBDOVECOT[[A-Z_]]*=' "$dovecotdir"/dovecot-config`
More information about the dovecot-cvs
mailing list