]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Revert "configure: Print a more helpful error if autoconf-archive is not installed"
authorNicholas Vinson <nvinson234@gmail.com>
Wed, 4 Mar 2026 02:41:15 +0000 (21:41 -0500)
committerDaniel Kiper <daniel.kiper@oracle.com>
Thu, 5 Mar 2026 13:34:48 +0000 (14:34 +0100)
This reverts commit ac042f3f5 (configure: Print a more helpful error if
autoconf-archive is not installed).

Signed-off-by: Nicholas Vinson <nvinson234@gmail.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
configure.ac

index d8ca1b7c141add3bed57bc442d80cf015c755b2e..45f19f188b523fa1f665a7ea02f44738824fe645 100644 (file)
@@ -1792,11 +1792,6 @@ LIBS=""
 # Defined in acinclude.m4.
 grub_ASM_USCORE
 grub_PROG_TARGET_CC
-
-# The error message produced by autoconf if autoconf-archive is not installed is
-# quite misleading and not very helpful. So, try point people in the right direction.
-m4_ifndef([AX_CHECK_LINK_FLAG], [m4_fatal([autoconf-archive is missing. You must install it to generate the configure script.])])
-
 if test "x$TARGET_APPLE_LINKER" != x1 ; then
 AX_CHECK_LINK_FLAG([-Wl,--image-base,0x400000],
     [TARGET_IMG_BASE_LDOPT="-Wl,--image-base"],