]> birchwood-abbey.net Git - mit-scheme.git/commitdiff
Need m4, not automake, for releases.
authorChris Hanson <org/chris-hanson/cph>
Sun, 24 Jan 2021 22:28:27 +0000 (14:28 -0800)
committerChris Hanson <org/chris-hanson/cph>
Sun, 24 Jan 2021 22:30:28 +0000 (14:30 -0800)
Need automake for compiling from scratch.

(cherry picked from commit 6db111c1ea5a565bc081ea74888391d2ac7fc1fe)

doc/user-manual/user.texinfo

index 2366df54d7d7642611b5a823301d1dbf22cd5c44..ab698d233394dacc8f5ed81a355b86e87b3d5135 100644 (file)
@@ -190,9 +190,9 @@ the packages that must be installed on some popular systems:
 
 @itemize @bullet
 @item
-Debian-like systems: @code{gcc} @code{make} @code{automake} @code{libncurses-dev}
+Debian-like systems: @code{gcc} @code{make} @code{m4} @code{libncurses-dev}
 @item
-CentOS-like systems: @code{gcc} @code{make} @code{automake} @code{ncurses-devel}
+CentOS-like systems: @code{gcc} @code{make} @code{m4} @code{ncurses-devel}
 @item
 macOS systems: Command line developer tools @samp{xcode-select --install}
 @end itemize