Building from source to include running autoconf?
Building from source to include running autoconf?
Posted Oct 26, 2020 17:50 UTC (Mon) by geert (subscriber, #98403)In reply to: Building from source to include running autoconf? by epa
Parent article: Rejuvenating Autoconf
Posted Oct 26, 2020 18:19 UTC (Mon)
by jwarnica (subscriber, #27492)
[Link] (2 responses)
Anyway, for the nuts and bolts of building documentation, I'm more comfortable with telling some end sysadmin "we really don't support that obscure system, just read the docs online if you can't build it" then I would be trying to support their 48bit systems from 1987.
man pages are nice for online quick reference. But for "documentation", you really need documentation.
Posted Oct 27, 2020 6:19 UTC (Tue)
by smurf (subscriber, #17840)
[Link] (1 responses)
Posted Oct 27, 2020 16:39 UTC (Tue)
by jwarnica (subscriber, #27492)
[Link]
But that doesn't really change the base question that autoconf would unquestionably be the wrong tool to build that.
Posted Oct 26, 2020 19:16 UTC (Mon)
by epa (subscriber, #39769)
[Link] (1 responses)
I share your frustration with online documentation but I think if we treat documentation as a kind of source code, it becomes an instance of the more general question 'how can I view source code for what's actually installed on my computer?', which is something that needs an answer anyway.
Posted Oct 26, 2020 19:38 UTC (Mon)
by jwarnica (subscriber, #27492)
[Link]
Indeed. Maybe once upon a time that answer involves remembering what tape you smuggled into a place, now it is answered by just answering it. If you can't answer it directly, or can't find the matching sourcecode, then you've got bigger problems than autoconf.
Posted Oct 27, 2020 0:46 UTC (Tue)
by rgmoore (✭ supporter ✭, #75)
[Link]
Or your network is down. Or the problem you're trying to fix is with your networking or your browser. Or you're on some kind of metered connection and would like to avoid connecting to the network for everything. Or any of the other myriad reasons one might wish to avoid going online for everything. Putting everything online is great, but there's really no reason not to put documentation on the same computer as the software it's documenting.
Posted Oct 28, 2020 16:00 UTC (Wed)
by Wol (subscriber, #4433)
[Link] (1 responses)
Until you discovcr that the *real* documentation is swamped by "howtos" written by people who don't know what they're doing and is chock full of subtle misunderstandings and errors.
(Case in point - it's less common now but the amount of sites that say "if your raid array is corrupted just re-create it" ... about as effective as "dd if=/dev/random of=/dev/md-array" !!!)
Cheers,
Posted Oct 28, 2020 16:18 UTC (Wed)
by rgmoore (✭ supporter ✭, #75)
[Link]
Hey, I've done
Building from source to include running autoconf?
Building from source to include running autoconf?
Building from source to include running autoconf?
Building from source to include running autoconf?
Building from source to include running autoconf?
Building from source to include running autoconf?
Online is great. Until you discover the online documentation describes a (much newer or sometimes older) version of the software than what's actually provided by your distro, and installed on your computer.
Building from source to include running autoconf?
Wol
Building from source to include running autoconf?
dd if=/dev/random of=/dev/md-array
before. Of course that was deliberately filling an array with random junk before making an encrypted disk, so I was actually intending to fill my drive with junk.