On Fri, Nov 21, 2008 at 12:31:14PM -0500, Daniel Kahn Gillmor wrote:
> On Fri 2008-11-21 08:20:40 -0500, Joe Orton wrote:
> 
> > neon already has a callback which does that, yeah.
> >
> > Daniel, can you try this neon patch?
> 
> neon27 FTBFS for me right now (i opened http://bugs.debian.org/506464
> to try to figure that out) so it'll probably take me a little while to
> try out the patch.  But thanks for offering it, Joe.  If i can get
> neon to build properly, i'll give it a shot.

Could require this patch to neon's Makefile.in, which I just checked in:

Index: Makefile.in
===================================================================
--- Makefile.in (revision 1616)
+++ Makefile.in (working copy)
@@ -119,10 +119,10 @@
 
 again: clean
 
-Makefile: Makefile.in
+Makefile: $(srcdir)/Makefile.in
        @./config.status Makefile
 
-neon-config: neon-config.in
+neon-config: $(srcdir)/neon-config.in
        @./config.status neon-config
 
 install-docs: install-man install-html




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to