All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] INSTALL: Document new dependency for configure
@ 2025-12-21 15:43 Andrew Hamilton
  2025-12-21 15:43 ` [PATCH 1/1] INSTALL: Add new requirement " Andrew Hamilton
  0 siblings, 1 reply; 8+ messages in thread
From: Andrew Hamilton @ 2025-12-21 15:43 UTC (permalink / raw)
  To: grub-devel; +Cc: daniel.kiper, Andrew Hamilton

Since commit 1a5417f39, configure.ac uses a macro called
AX_CHECK_LINK_FLAG which is defined in a macro provided by
the GNU Autoconf Archive package (autoconf-archive). Without
this package installed, the following error is observed when
running configure:

configure.ac:1800: error: possibly undefined macro: AC_LANG_SOURCE
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
autoreconf: error: /usr/bin/autoconf failed with exit status: 1
./bootstrap: autoreconf failed

Add the autoconf-archive dependency to the INSTALL instructions.

Andrew Hamilton (1):
  INSTALL: Add new requirement for configure

 INSTALL | 1 +
 1 file changed, 1 insertion(+)

-- 
2.43.0


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2026-01-13 11:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-21 15:43 [PATCH 0/1] INSTALL: Document new dependency for configure Andrew Hamilton
2025-12-21 15:43 ` [PATCH 1/1] INSTALL: Add new requirement " Andrew Hamilton
2025-12-22  9:20   ` Daniel Kiper via Grub-devel
2025-12-22 15:24     ` Andrew Hamilton
2026-01-08  9:26     ` Radoslav Kolev via Grub-devel
2026-01-08 15:56       ` Daniel Kiper
2026-01-13  8:04         ` [PATCH] configure: print a more helpful error if autoconf-archive is not installed Radoslav Kolev via Grub-devel
2026-01-13 11:17           ` Daniel Kiper

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.