dovecot-2.2: dovecot.m4: Reverted last change with added comments.

dovecot at dovecot.org dovecot at dovecot.org
Wed Apr 3 11:40:35 EEST 2013


details:   http://hg.dovecot.org/dovecot-2.2/rev/cd3482684bd2
changeset: 16141:cd3482684bd2
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Apr 03 11:36:56 2013 +0300
description:
dovecot.m4: Reverted last change with added comments.

diffstat:

 dovecot.m4 |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r 5f365feb5a2b -r cd3482684bd2 dovecot.m4
--- a/dovecot.m4	Tue Apr 02 23:32:10 2013 +0300
+++ b/dovecot.m4	Wed Apr 03 11:36:56 2013 +0300
@@ -6,7 +6,7 @@
 # unlimited permission to copy and/or distribute it, with or without
 # modifications, as long as this notice is preserved.
 
-# serial 10
+# serial 11
 
 AC_DEFUN([DC_DOVECOT_MODULEDIR],[
 	AC_ARG_WITH(moduledir,
@@ -70,12 +70,14 @@
 	cd $dovecotdir
 	abs_dovecotdir=`pwd`
 	cd $old
-	DISTCHECK_CONFIGURE_FLAGS="--with-dovecot=$abs_dovecotdir"
+	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`
 
 	if test "$use_install_dirs" = "no"; then
+		# the main purpose of these is to fix make distcheck for plugins
+		# other than that, they don't really make much sense
 		dovecot_pkgincludedir='$(pkgincludedir)'
 		dovecot_pkglibdir='$(pkglibdir)'
 		dovecot_pkglibexecdir='$(libexecdir)/dovecot'


More information about the dovecot-cvs mailing list