Zack Weinberg wrote:
> On Mon, Sep 1, 2008 at 12:10 AM, Richard Levitte <[EMAIL PROTECTED]> 
wrote:
> > "Zack Weinberg" <[EMAIL PROTECTED]> said:
> > zackw> "make distcheck" is failing because it can't find a rule to create
> > zackw> "mtnopt".
> >
> > I'll look into it.  If you look in Makefile.am in the top directory,
> > you can find this:
> >
> >        bin_SCRIPTS = mtnopt
> >
> > and this:
> >
> >        # Support for scripts
> >        %: util/%
> >                cp $< $@
> >
> > Famous words, I know, but it worked for me...  What am I missing?
>
> Possibly just needs putting util/mtnopt in EXTRA_DIST or whatever it's
> actually called then?

Already fixed 'make distcheck' by moving mtnopt from bin_SCRIPTS to 
dist_bin_SCRIPTS, adding it to DISTCLEANFILES, and patching it to support '--
help' and '--version' ;)

- Thomas

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Monotone-devel mailing list
Monotone-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/monotone-devel

Reply via email to