Documentation: Remove explicit install of 'm4'

Remove m4 as it will be installed automatically by flex and bison.

Change-Id: Ifb748e5aaabb96825813ddb92cf28d2ea7bdcbf9
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/83156
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <gaumless@gmail.com>
This commit is contained in:
Elyes Haouas 2024-06-22 09:26:20 +02:00
parent 2c6c3dbdf8
commit 488898702d

View File

@ -30,7 +30,7 @@ Download, configure, and build coreboot
Debian based distros: Debian based distros:
`sudo apt-get install -y bison build-essential curl flex git gnat `sudo apt-get install -y bison build-essential curl flex git gnat
libncurses-dev libssl-dev m4 zlib1g-dev pkg-config` libncurses-dev libssl-dev zlib1g-dev pkg-config`
Arch based distros: Arch based distros:
`sudo pacman -S base-devel curl git gcc-ada ncurses zlib` `sudo pacman -S base-devel curl git gcc-ada ncurses zlib`