avrdude-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avrdude-dev] I did it: AVRDUDE-5.1 released


From: Joerg Wunsch
Subject: Re: [avrdude-dev] I did it: AVRDUDE-5.1 released
Date: Wed, 1 Feb 2006 07:07:02 +0100
User-agent: Mutt/1.4.2.1i

As Brian Dean wrote:

> > Cr*p.  I just noticed the uploaded files miss the doc/ subdir, as
> > the ./configure step before doing a "make release" is mandated to
> > be run with --enable-doc (which I think is a bug in the automake
> > files of avrdude).

> I did the exact same thing last release.  It's an easy mistake to
> make.  I wish there was a way to delete files without having to
> bother the savannah admins.

Yes, it is annoying that it's always needed to ask them (though
Sylvain Beucler was really fast this time), but I think the basic
error lies within AVRDUDE's autoconf files.  Any of the DIST macros
should IMHO not depend on configuration options.  IMHO, instead of

SUBDIRS = @SUBDIRS_AC@
DIST_SUBDIRS = @DIST_SUBDIRS_AC@

it should read

SUBDIRS = @SUBDIRS_AC@
DIST_SUBDIRS = doc windows

Anyone auto{conf,make} knowledgable enough here to confirm (or deny)
this?

-- 
cheers, J"org               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/                        NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]