dovecot-2.2: dovecot.m4: Minor message improvement.

dovecot at dovecot.org dovecot at dovecot.org
Thu Mar 27 13:58:20 UTC 2014


details:   http://hg.dovecot.org/dovecot-2.2/rev/45dd96eb4139
changeset: 17177:45dd96eb4139
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Mar 27 14:57:44 2014 +0100
description:
dovecot.m4: Minor message improvement.

diffstat:

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

diffs (21 lines):

diff -r 0b4a0361f1aa -r 45dd96eb4139 dovecot.m4
--- a/dovecot.m4	Thu Mar 27 15:39:33 2014 +0200
+++ b/dovecot.m4	Thu Mar 27 14:57:44 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,
@@ -56,7 +56,7 @@
 	fi,
 	use_install_dirs=yes)
 
-	AC_MSG_CHECKING([for dovecot-config in "$dovecotdir"])
+	AC_MSG_CHECKING([for "$dovecotdir/dovecot-config"])
 	if test -f "$dovecotdir/dovecot-config"; then
 		AC_MSG_RESULT([$dovecotdir/dovecot-config])
 	else


More information about the dovecot-cvs mailing list