>From 96e56370a4d51963d99ba5152ad653f76a0fd130 Mon Sep 17 00:00:00 2001 From: Assaf Gordon Date: Thu, 5 Oct 2017 23:15:20 -0600 Subject: [PATCH 2/3] build: require texinfo v6.1 for development builds For development builds (using ./bootstrap), require texinfo version 6.1 or later (Same as GNU coreutils). Sed's manual uses texinfo's @U{} command, introduced in texinfo-6.0. This should not affect building from released tarballs, as the info manual is pre-built and pre-packaged in the tar archive. Reported by Dennis Clarke in https://bugs.gnu.org/28665#14 . * bootstrap.conf: Require makeinfo 6.1 (up from 4.13). --- bootstrap.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.conf b/bootstrap.conf index c382b73..bf990b9 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -95,7 +95,7 @@ autopoint - gettext 0.19.2 git 1.4.4 gzip - -makeinfo 4.13 +makeinfo 6.1 perl 5.5 rsync - tar - -- 2.7.4