dovecot-2.0: configure: Set ACLOCAL_AMFLAGS so make finds doveco...

dovecot at dovecot.org dovecot at dovecot.org
Thu Feb 18 09:49:02 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/c5cbc99f4627
changeset: 10754:c5cbc99f4627
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Feb 18 09:48:35 2010 +0200
description:
configure: Set ACLOCAL_AMFLAGS so make finds dovecot.m4.

diffstat:

 configure.in |  3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diffs (13 lines):

diff -r 80a11f8650a4 -r c5cbc99f4627 configure.in
--- a/configure.in	Thu Feb 18 09:14:43 2010 +0200
+++ b/configure.in	Thu Feb 18 09:48:35 2010 +0200
@@ -6,6 +6,9 @@
 
 AM_MAINTAINER_MODE
 
+ACLOCAL_AMFLAGS='-I $(top_srcdir)'
+AC_SUBST(ACLOCAL_AMFLAGS)
+
 dnl TEST_WITH(name, value, [plugin])
 AC_DEFUN([TEST_WITH], [
   want=want_`echo $1|sed s/-/_/g`


More information about the dovecot-cvs mailing list