4 messages in net.sourceforge.lists.courier-maildrop[maildropl] Re: can't compile maildro...
FromSent OnAttachments
Josip RodinJan 2, 2002 8:04 am.up
Sam VarshavchikJan 2, 2002 3:34 pm 
Josip RodinJan 3, 2002 6:47 am 
Sam VarshavchikJan 3, 2002 2:38 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[maildropl] Re: can't compile maildrop 1.3.6: missing autoresponsequota.hActions...
From:Josip Rodin (jo@cibalia.gkvk.hr)
Date:Jan 3, 2002 6:47:42 am
List:net.sourceforge.lists.courier-maildrop

On Wed, Jan 02, 2002 at 05:09:17PM +0100, joy wrote:

I can't seem to compile maildrop 1.3.6, there's a file missing in maildir/:

Oh, duh. It's an automatically generated file, that doesn't get generated due to a missing dependency.

--- maildrop-1.3.6.orig/maildir/Makefile.am +++ maildrop-1.3.6/maildir/Makefile.am @@ -79,3 +81,5 @@

check: @SHELL@ $(srcdir)/testsuite 2>&1 | cmp - $(srcdir)/testsuite.txt + +autoresponse.c: autoresponsequota.h

(I guess you could make something else depend on it, but this file seems to be the canonical one as it #includes that header.)