From d6babbdadb638625945967ec186679eed639ab31 Mon Sep 17 00:00:00 2001
From: Stephan Bosch <stephan@rename-it.nl>
Date: Wed, 19 May 2010 17:00:44 +0200
Subject: [PATCH] Explicitly set AC_CONFIG_AUX_DIR to prevent issues when
 compiling Pigeonhole in a sub-directory of the Dovecot tree.

---
 configure.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.in b/configure.in
index 3697613eb..c970bc78d 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,5 @@
 AC_INIT([Pigeonhole], [0.2.UNSTABLE], [dovecot@dovecot.org], [dovecot-2.0-pigeonhole])
+AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_SRCDIR([src])
 AC_CONFIG_MACRO_DIR([m4])
 
-- 
GitLab