From a90ccbac677db62fc0c1940cda4388370ac8a04b Mon Sep 17 00:00:00 2001 From: Glenn Washburn Date: Fri, 12 Dec 2025 00:21:59 -0600 Subject: [PATCH] INSTALL: Add note that the GNU Autoconf Archive may be needed As of 1a5417f39a0c (configure: Check linker for --image-base support), the GNU Autoconf Archive is now required to bootstrap GRUB. Signed-off-by: Glenn Washburn Reviewed-by: Daniel Kiper --- INSTALL | 1 + 1 file changed, 1 insertion(+) diff --git a/INSTALL b/INSTALL index 7e5397f58..7ac1c7cc8 100644 --- a/INSTALL +++ b/INSTALL @@ -56,6 +56,7 @@ need the following. * Python 3 (NOTE: python 2.6 should still work, but it's not tested) * Autoconf 2.64 or later * Automake 1.14 or later +* GNU Autoconf Archive (autoconf-archive on Debian) Your distro may package cross-compiling toolchains such as the following incomplete list on Debian: gcc-aarch64-linux-gnu, gcc-arm-linux-gnueabihf,