Re: PATCH: cyrus-imapd-2.2.3 doesn't use --mandir

2004-02-09 Thread Carsten Hoeger
On Sat, Feb 07, Andreas Winkelmann wrote: > The "./configure --mandir" does not work as excepted. In two Makefile.in's > "$(prefix)/man" will be used instead. Ahh, well and libdir is also missing in some Makefile.in https://bugzilla.andrew.cmu.edu/show_bug.cgi?id=2362 -- With best regards,

PATCH: cyrus-imapd-2.2.3 doesn't use --mandir

2004-02-07 Thread Andreas Winkelmann
The "./configure --mandir" does not work as excepted. In two Makefile.in's "$(prefix)/man" will be used instead. -- Andreas diff -Naur cyrus-imapd-2.2.3-vanilla/Makefile.in cyrus-imapd-2.2.3/Makefile.in --- cyrus-imapd-2.2.3-vanilla/Makefile.in 2004-01-12 22:02:09.0 +0100 +++ cy