31 Aug
2010
31 Aug
'10
9:24 p.m.
On 31/08/2010 20:09, Timo Sirainen wrote:
On Tue, 2010-08-31 at 19:46 +0100, interfaSys sàrl wrote:
When running ./configure prefix=/usr I get a DC_DOVECOT: not found
You need DC_DOVECOT aclocal macro, which means dovecot.m4 file. Like maybe the easiest is to just put it to /usr/share/aclocal/ or give some parameter to something so "aclocal -I /path/to/dovecot.m4/dir" gets run.
I see... All the server's m4 files are in /usr/local/share/aclocal but probably because I used the /usr prefix when installing Dovecot, dovecot put its m4 file in /usr/share/aclocal/
Is there a way to prevent that when installing Dovecot?