[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: OT: useless rant, Was: Building Subversion 1.2 on OS X 10.4 fails

From: Steve Greenland <steveg_at_lsli.com>
Date: 2005-05-13 18:35:22 CEST

On Fri, May 13, 2005 at 10:33:27AM +0200, Holger Rauch wrote:
>
> Ah, you're saying that making the programmer messing around with makefiles
> is better than having a correct one automatically generated for you (in case
> you pass the right option to configure)?

If autoconf actually reliably created working Makefiles et. al., it
would be tolerable. But it doesn't. It breaks in completely undebuggable
ways, and breaks differently on every new release (of autoconf,
not subversion). And don't even get me started on the whole option
nightmare.

So yes, I would rather spend 1 minute editing a Makefile than 10 or 20
minutes watching configure repeatedly look for stdio.h. (Even that would
be tolerable if it then didn't also check for printf(), etc. etc. etc.)

And then, of course, is the horrible #ifdef code mess that using
autoconf encourages. There are good ways and bad ways to achieve code
portability. Automating the worst one was a Bad Idea.

Steve

-- 
"Outlook not so good." That magic 8-ball knows everything! I'll ask
about Exchange Server next.
                           -- (Stolen from the net)
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri May 13 19:05:43 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.