From 107aef4b57cab474773af9a89d5ea948d095dc5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Thu, 18 Mar 2021 19:13:22 +0000 Subject: [PATCH] Use newer autoconf for bash to avoid warnings. We can use either 2.55 or 2.57, so use the newer. --- parts.rst | 2 +- sysa/bash-3.2.57/bash-3.2.57.sh | 2 +- sysa/bash-3.2.57/checksums | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/parts.rst b/parts.rst index 7c1e7e8d..e627a9af 100644 --- a/parts.rst +++ b/parts.rst @@ -495,5 +495,5 @@ bash 3.2.57 Up to this point, our build of ``bash`` could run scripts but could not be used interactively. This newer version of ``bash`` compiles without any patches, provides new features, and is built with GNU readline support so it can be used -as an interactive shell. autoconf 2.52 is used to regenerate the configure +as an interactive shell. ``autoconf-2.57`` is used to regenerate the configure script and bison is used to recreate some included generated files. diff --git a/sysa/bash-3.2.57/bash-3.2.57.sh b/sysa/bash-3.2.57/bash-3.2.57.sh index 01baae97..e1e3d04e 100755 --- a/sysa/bash-3.2.57/bash-3.2.57.sh +++ b/sysa/bash-3.2.57/bash-3.2.57.sh @@ -9,7 +9,7 @@ src_prepare() { # Rebuild configure script # Ignore harmless error from autoconf for now rm configure - autoconf-2.52 || true + autoconf-2.57 } src_configure() { diff --git a/sysa/bash-3.2.57/checksums b/sysa/bash-3.2.57/checksums index ec71e1dd..21615d64 100644 --- a/sysa/bash-3.2.57/checksums +++ b/sysa/bash-3.2.57/checksums @@ -1 +1 @@ -0d6cbaa5f93fa4c2186ef40dd834b47841b3bf70f6183cfdb6ada38fdb835c5a /after/bin/bash +62c5acf91b425c3587b498ce7af14fcfed6735db1bfd8d94055a4795aff57b09 /after/bin/bash