From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-build/autoconf/
Date: Thu, 15 May 2025 11:50:23 +0000 (UTC) [thread overview]
Message-ID: <1747309801.ace547a13a5b37ff3ccee0d508a0d818f931f178.sam@gentoo> (raw)
commit: ace547a13a5b37ff3ccee0d508a0d818f931f178
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May 15 11:48:34 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May 15 11:50:01 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ace547a1
dev-build/autoconf: fix src_prepare for live
... at least when patching .m4. Copy what we do for automake.
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-build/autoconf/autoconf-9999.ebuild | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/dev-build/autoconf/autoconf-9999.ebuild b/dev-build/autoconf/autoconf-9999.ebuild
index 2ee45bd6b68e..0e1f6dc5b470 100644
--- a/dev-build/autoconf/autoconf-9999.ebuild
+++ b/dev-build/autoconf/autoconf-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -64,7 +64,11 @@ src_prepare() {
local ver=$(./build-aux/git-version-gen .tarball-version)
echo "${ver}" > .tarball-version || die
- autoreconf -f -i || die
+ export WANT_AUTOCONF=2.5
+ export WANT_AUTOMAKE=1.17
+ # Don't try wrapping the autotools - this thing runs as it tends
+ # to be a bit esoteric, and the script does `set -e` itself.
+ ./bootstrap || die
fi
# usr/bin/libtool is provided by binutils-apple, need gnu libtool
next reply other threads:[~2025-05-15 11:50 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-15 11:50 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-05 2:38 [gentoo-commits] repo/gentoo:master commit in: dev-build/autoconf/ Sam James
2025-09-06 18:25 Arthur Zamarin
2025-09-02 22:22 Sam James
2025-09-02 22:22 Sam James
2025-07-17 4:18 Ulrich Müller
2025-02-23 1:45 Sam James
2024-11-23 14:53 Sam James
2024-11-23 14:53 Sam James
2024-11-23 14:53 Sam James
2024-10-25 12:14 Arthur Zamarin
2024-10-24 7:47 Arthur Zamarin
2024-10-23 17:03 Sam James
2024-10-23 16:48 Sam James
2024-10-23 16:48 Sam James
2024-05-31 5:25 Joonas Niilola
2024-05-02 8:51 Sam James
2024-04-27 8:04 Arthur Zamarin
2024-04-27 8:04 Arthur Zamarin
2024-04-27 7:40 Michał Górny
2024-04-27 6:53 Michał Górny
2024-03-04 10:36 Sam James
2024-02-14 16:29 Ionen Wolkens
2024-02-08 1:18 Sam James
2024-02-06 5:03 Ionen Wolkens
2024-02-06 5:03 Ionen Wolkens
2024-02-03 21:34 Sam James
2024-02-03 19:09 Sam James
2024-02-03 11:41 Arthur Zamarin
2024-01-31 16:14 Sam James
2024-01-18 3:22 Sam James
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=1747309801.ace547a13a5b37ff3ccee0d508a0d818f931f178.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox