wenjie zheng wrote:
On Thu, Jan 7, 2010 at 6:08 PM, Stephan Bosch stephan@rename-it.nl wrote:
A little more context information would be helpful. What is located at line 116 of the offending Makefile? What version of automake/autoconf are you using and on what kind of system?
Here is the snippet from the Makefile. 114 LIBDOVECOT = $(dovecot_libdir)/src/lib-dovecot/libdovecot.la 115 LIBDOVECOT_INCLUDE = 116 -I$(dovecot_incdir) 117 -I$(dovecot_incdir)/src/lib 118 -I$(dovecot_incdir)/src/lib-mail
Argh.. slashes are missing.
It's a RHEL 5.3 box. [wzheng@nwmail-build dovecot-2.0-sieve]$ uname -a Linux nwmail-build 2.6.24-23-xen #1 SMP Mon Jan 26 03:09:12 UTC 2009 x86_64 x86_64 x86_64 GNU/Linux
[wzheng@nwmail-build dovecot-2.0-sieve]$ automake --version automake (GNU automake) 1.9.6
[wzheng@nwmail-build dovecot-2.0-sieve]$ autoconf --version autoconf (GNU Autoconf) 2.59
Yep, those are older than mine.
Probably fixed:
http://hg.rename-it.nl/dovecot-2.0-sieve/rev/a3eb0b0b2ddf
Regards,
-- Stephan Bosch stephan@rename-it.nl