More information on the X11R7.0/X11R6.9 release
Posted Dec 23, 2005 18:49 UTC (Fri) by
arcticwolf (guest, #8341)
In reply to:
More information on the X11R7.0/X11R6.9 release by Zarathustra
Parent article:
More information on the X11R7.0/X11R6.9 release
I don't think you actually understand the purpose of the auto* tools.
They are not a magic wand you can wave at your code (existing or new) so it will suddenly become more portable, and they're not supposed to be, either. What they *are* supposed to do is collect all the knowledge of quirks of various platforms etc. in one place so that individual developers / projects don't have to worry about these things anymore.
If you want a good example of what they're supposed to help with, take a look at the Nethack sources. Nethack *is* pretty portable, even without the use of the auto* tools (naturally, since it predates those), but the portability parts at least are a heap of unmaintainable cruft, and if you're seriously suggesting that that's a good alternative to the use of the auto* tools, you're, well, quite out there.
That doesn't mean the auto* tools couldn't be improved, of course, but to say that they're worse than X11's imake or (even more) worse than no build tools at all just shows that you really don't know what you're talking about, and no links to silly t-shirts are going to change that.
(
Log in to post comments)