From: Pádraig Brady
Date: Fri, 19 May 2023 21:16:22 +0000 (+0100) Subject: build: modernize bootstrap prerequsite tools X-Git-Tag: v9.4~126 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17479ef60c8edbd2fe8664e31a7f69704f0cd221;p=thirdparty%2Fcoreutils.git build: modernize bootstrap prerequsite tools Following on from commit v9.0-15-gaa31b919c which updated README-prereq... * bootstrap.conf: Add an explicit requirement on m4. Add an explicit requirement on texi2pdf which is often packaged separately to makeinfo and induces a failure far down the distribution phase if not present. Replace the rsync dependency with wget, which gnulib changed to in 2018. --- diff --git a/bootstrap.conf b/bootstrap.conf index 7ab5f58955..238f68dc7e 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -364,11 +364,13 @@ gettext 0.19.2 git 1.4.4 gperf - gzip - +m4 - makeinfo 6.1 +texi2pdf 6.1 patch - perl 5.5 -rsync - tar - +wget - xz - "