dovecot-2.0-pigeonhole: Explicitly set AC_CONFIG_AUX_DIR to prev...

pigeonhole at rename-it.nl pigeonhole at rename-it.nl
Wed May 19 18:01:26 EEST 2010


details:   http://hg.rename-it.nl/dovecot-2.0-pigeonhole/rev/48798f16daaf
changeset: 1289:48798f16daaf
user:      Stephan Bosch <stephan at rename-it.nl>
date:      Wed May 19 17:00:44 2010 +0200
description:
Explicitly set AC_CONFIG_AUX_DIR to prevent issues when compiling Pigeonhole in a sub-directory of the Dovecot tree.

diffstat:

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

diffs (9 lines):

diff -r d84aaca546b9 -r 48798f16daaf configure.in
--- a/configure.in	Sun May 16 18:12:56 2010 +0200
+++ b/configure.in	Wed May 19 17:00:44 2010 +0200
@@ -1,4 +1,5 @@
 AC_INIT([Pigeonhole], [0.2.UNSTABLE], [dovecot at dovecot.org], [dovecot-2.0-pigeonhole])
+AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_SRCDIR([src])
 AC_CONFIG_MACRO_DIR([m4])
 


More information about the dovecot-cvs mailing list