avrdude-dev
[Top][All Lists]
Advanced

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

Re: [avrdude-dev] Release soon?


From: Joerg Wunsch
Subject: Re: [avrdude-dev] Release soon?
Date: Tue, 4 Mar 2003 15:53:22 +0100
User-agent: Mutt/1.2.5i

As Brian Dean wrote:

> > 1. I need to try out Ted's latest automagical stuff and build the 
> > docs on Windows; and review the docs. This will happen within a day 
> > or two.
> 
> Yes - I need to figure out this for FreeBSD as well.  I may draw on
> Joerg's exppertise with the FreeBSD ports system for this :-)

Don't fiddle with the auto* stuff inside the port, i'd say.  Just run
autoconf and automake before creating the tarball that goes into the
download area, that's IMHO also what avr-libc does.  Then, all you
need to do in the FreeBSD port is to say

GNU_CONFIGURE=  yes

but you don't need to add all the auto* bloat to the list of
prerequisites.

Also, as recently noticed, it seems that the auto* tools by default
want to use /usr/local/bin/bash to run their scripts.  In order to not
have bash as a prerequisite (it's not necessary, but they simply don't
know that our /bin/sh is Posixish enough to work), use

CONFIGURE_ENV=  CONFIGURE_SHELL=/bin/sh

Untested, but i guess that's all you need.

-- 
J"org Wunsch                                           Unix support engineer
address@hidden        http://www.interface-systems.de/~j/




reply via email to

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