[Box Backup-dev] Reviewing code -- help!

James O'Gorman boxbackup-dev@fluffy.co.uk
Fri, 09 Dec 2005 16:07:55 +0000


On 9/12/05 16:03, Ben Summers wrote:
> As I understand it, the distribution archive will have a configure 
> script in it built from bootstrap. So you'll just run ./configure with 
> autoconf style arguments, and everything will work out nicely.

Ah, right, OK. That makes my life easier then :-)

> OpenBSD ports has special handling for autoconf configures which makes 
> it lovely and easy to use. Perhaps FreeBSD does too?

Yes, there is a macro called USE_AUTOTOOLS, although I'm not entirely 
sure how it works. I'm not exactly an autoconf guru either.
The FreeBSD project has it documented at 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/book.html#USING-AUTOCONF

As it happens I'm about to submit an update to the port, but that's just 
a general Makefile cleanup and fixing some issues with the rc.d scripts.

James