Add missing automake package to deb-based UNIX install instructions.#7152
Add missing automake package to deb-based UNIX install instructions.#7152laanwj merged 1 commit intobitcoin:masterfrom posita:posita/fix-doc-build-unix
Conversation
|
utACK. Can't hurt. |
Ah, good point (for both Ubuntu and Debian). Fixed (rebased). |
|
utACK |
|
Isn't it the other way around - doesn't autoconf install automake as dependency? I've installed bitcoin core on many VMs (both Debian and Ubuntu) from scratch by following just the build-unix.md instructions, I'm not convinced that this change is needed. |
|
@laanwj wrote:
No. You are confusing their relationship. From https://www.gnu.org/software/automake/#introduction (_emphasis_ added):
From https://www.gnu.org/software/autoconf/autoconf.html#family (_emphasis_ added):
This is consistent with Debian's and Ubuntu's package dependencies:
@laanwj wrote:
I can't comment on why your intuition is what it is without knowing more about what tools you were using, your understanding of how those tools worked, and what was already on the base images you used for those VMs, but I suspect your confusion stems from one or more of:
I'm guessing it was the last one, because that is the default behavior for If you're still unconvinced, try these. Excerpts: |
|
utACK |
|
OK, utACK then |
b440409 Add missing automake package to deb-based UNIX install instructions. (Matt Bogosian)
Github-Pull: bitcoin#7152 Rebased-From: b440409
Github-Pull: bitcoin#7152 Rebased-From: b440409
Fixes the following issue: