mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Christian Melki <christian.melki@t2data.com>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] host-autotools-autoconf: Version bump. 2.69 -> 2.71.
Date: Fri, 13 May 2022 14:56:53 +0200	[thread overview]
Message-ID: <20220513125653.955993-1-christian.melki@t2data.com> (raw)

Tools are starting to prereq version 2.71.
So might aswell swallow the bitter pill and upgrade autoconf.

* License file changed. Nothing but whitespace, misspelling and URL fixes.
* Add a sed line for a standalone line in the autoconf binary.
It's a full path trailer.m4, which didn't match with the previous rules.
Add a separate one as it might get removed either way in the next version.
Looks like the autoconf team is planning a rewrite in the generation mechanism
using perl instead(?).

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 rules/host-autotools-autoconf.make | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/rules/host-autotools-autoconf.make b/rules/host-autotools-autoconf.make
index a5e6d6ea9..994ca51fe 100644
--- a/rules/host-autotools-autoconf.make
+++ b/rules/host-autotools-autoconf.make
@@ -14,8 +14,8 @@ LAZY_PACKAGES-$(PTXCONF_HOST_AUTOTOOLS_AUTOCONF) += host-autotools-autoconf
 #
 # Paths and names
 #
-HOST_AUTOTOOLS_AUTOCONF_VERSION	:= 2.69
-HOST_AUTOTOOLS_AUTOCONF_MD5	:= 50f97f4159805e374639a73e2636f22e
+HOST_AUTOTOOLS_AUTOCONF_VERSION	:= 2.71
+HOST_AUTOTOOLS_AUTOCONF_MD5	:= 12cfa1687ffa2606337efe1a64416106
 HOST_AUTOTOOLS_AUTOCONF		:= autoconf-$(HOST_AUTOTOOLS_AUTOCONF_VERSION)
 HOST_AUTOTOOLS_AUTOCONF_SUFFIX	:= tar.xz
 HOST_AUTOTOOLS_AUTOCONF_URL	:= $(call ptx/mirror, GNU, autoconf/$(HOST_AUTOTOOLS_AUTOCONF).$(HOST_AUTOTOOLS_AUTOCONF_SUFFIX))
@@ -23,9 +23,9 @@ HOST_AUTOTOOLS_AUTOCONF_SOURCE	:= $(SRCDIR)/$(HOST_AUTOTOOLS_AUTOCONF).$(HOST_AU
 HOST_AUTOTOOLS_AUTOCONF_DIR	:= $(HOST_BUILDDIR)/$(HOST_AUTOTOOLS_AUTOCONF)
 HOST_AUTOTOOLS_AUTOCONF_LICENSE	:= GPL-2.0-only AND GPL-3.0-only AND Autoconf-exception-3.0
 HOST_AUTOTOOLS_AUTOCONF_LICENSE_FILES := \
-	file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
-	file://COPYINGv3;md5=d32239bcb673463ab874e80d47fae504 \
-	file://COPYING.EXCEPTION;md5=fdef168ebff3bc2f13664c365a5fb515
+	file://COPYING;md5=cc3f3a7596cb558bbd9eb7fbaa3ef16c \
+	file://COPYINGv3;md5=1ebbd3e34237af26da5dc08a4e440464 \
+	file://COPYING.EXCEPTION;md5=eb129370fe0bb2068cc4e48ff8d31260
 
 $(STATEDIR)/autogen-tools: $(STATEDIR)/host-autotools-autoconf.install.post
 
@@ -50,6 +50,9 @@ $(STATEDIR)/host-autotools-autoconf.install.post:
 		-e "s;'/[^']*/sysroot-host\(/bin/m4\)';'$(PTXDIST_SYSROOT_HOST)\1';g" \
 		$(HOST_AUTOTOOLS_AUTOCONF_PKGDIR)/bin/* \
 		$(HOST_AUTOTOOLS_AUTOCONF_PKGDIR)/share/autoconf/autom4te.cfg
+	@sed -i \
+		-e "s;\(/share/autoconf/\);$(PTXDIST_SYSROOT_HOST)\1;g" \
+		$(HOST_AUTOTOOLS_AUTOCONF_PKGDIR)/bin/autoconf
 	@$(call world/install.post, HOST_AUTOTOOLS_AUTOCONF)
 	@$(call touch)
 
-- 
2.34.1




             reply	other threads:[~2022-05-13 12:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-13 12:56 Christian Melki [this message]
2022-05-25  9:45 ` [ptxdist] [APPLIED] " Michael Olbrich

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=20220513125653.955993-1-christian.melki@t2data.com \
    --to=christian.melki@t2data.com \
    --cc=ptxdist@pengutronix.de \
    /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