>From da77066f86408588f3bafd9906d1f2caf3a14419 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 19 Sep 2018 08:23:17 -0700 Subject: [PATCH 1/2] maint: fix build failure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Problem found by OpenCSW buildbot; the bug also occurs on GNU/Linux build platforms. The symptom is “system.h:26:24: fatal error: configmake.h: No such file or directory”. See: https://buildfarm.opencsw.org/buildbot/builders/ggrep-solaris10-sparc/builds/107 * bootstrap.conf: Add configmake, a dependency that was formerly brought in only by accident. --- bootstrap.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap.conf b/bootstrap.conf index e979bb1..1bda31c 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -29,6 +29,7 @@ argmatch c-ctype c-stack closeout +configmake dfa do-release-commit-and-tag error -- 2.17.1