From: Andrew Hamilton <adhamilt@gmail.com>
To: grub-devel@gnu.org
Cc: daniel.kiper@oracle.com, Andrew Hamilton <adhamilt@gmail.com>
Subject: [PATCH 0/1] INSTALL: Document new dependency for configure
Date: Sun, 21 Dec 2025 09:43:34 -0600 [thread overview]
Message-ID: <20251221154335.145378-1-adhamilt@gmail.com> (raw)
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
next reply other threads:[~2025-12-21 15:44 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-21 15:43 Andrew Hamilton [this message]
2025-12-21 15:43 ` [PATCH 1/1] INSTALL: Add new requirement for configure 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251221154335.145378-1-adhamilt@gmail.com \
--to=adhamilt@gmail.com \
--cc=daniel.kiper@oracle.com \
--cc=grub-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.