dovecot-2.2: dovecot.m4: Removed --without-dovecot-install-dirs ...
dovecot at dovecot.org
dovecot at dovecot.org
Tue Apr 2 23:11:56 EEST 2013
details: http://hg.dovecot.org/dovecot-2.2/rev/f11ffd0e8b16
changeset: 16138:f11ffd0e8b16
user: Timo Sirainen <tss at iki.fi>
date: Tue Apr 02 23:11:30 2013 +0300
description:
dovecot.m4: Removed --without-dovecot-install-dirs from distcheck configure flags.
Perhaps the whole feature should be designed some other way. Some plugins
require the dovecot_* variables to point to their real paths.
diffstat:
dovecot.m4 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r ac54838e9071 -r f11ffd0e8b16 dovecot.m4
--- a/dovecot.m4 Tue Apr 02 11:22:52 2013 +0300
+++ b/dovecot.m4 Tue Apr 02 23:11:30 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 9
+# serial 10
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"
+ DISTCHECK_CONFIGURE_FLAGS="--with-dovecot=$abs_dovecotdir"
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