From: Christian Storm <
christi...@siemens.com>
Commit 1ae3ed8 added the autoconf-archive dependency for Debian
while not for Arch Linux for which it's also required.
Signed-off-by: Christian Storm <
christi...@siemens.com>
---
docs/COMPILE.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/COMPILE.md b/docs/COMPILE.md
index 65fa377..d77ec11 100644
--- a/docs/COMPILE.md
+++ b/docs/COMPILE.md
@@ -16,7 +16,7 @@ git submodule update --init
pacman -S gnu-efi-libs pciutils
# build tools
-pacman -S gcc make automake autoconf libtool pkg-config python
+pacman -S gcc make automake autoconf autoconf-archive libtool pkg-config python
# test dependencies
pacman -S check bash-bats
--
2.37.2