From 2a1637a5c849e2a49fc697f52eaf32439dbc26cf Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Sun, 7 Jul 2019 22:34:44 +0100 Subject: Texinfo installed as a dependency of M4 While testing on a system with no Texinfo, we noticed that M4 depends on Texinfo. To fix this problem, with this commit, it is now included in the pipeline. While doing a clean build, a few minor issues were also found and corrected in the other rules. --- reproduce/software/config/installation/versions.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'reproduce/software/config') diff --git a/reproduce/software/config/installation/versions.mk b/reproduce/software/config/installation/versions.mk index 61f7879..1f862ba 100644 --- a/reproduce/software/config/installation/versions.mk +++ b/reproduce/software/config/installation/versions.mk @@ -52,6 +52,7 @@ pkgconfig-version = 0.29.2 readline-version = 8.0 sed-version = 4.7 tar-version = 1.32 +texinfo-version = 6.6 unzip-version = 6.0 wget-version = 1.20.3 which-version = 2.21 -- cgit v1.2.1