groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 01/04: bootstrap.conf: Add "pkg-config" to `buildreq`.


From: G. Branden Robinson
Subject: [groff] 01/04: bootstrap.conf: Add "pkg-config" to `buildreq`.
Date: Thu, 26 May 2022 10:44:47 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 11742cfc970ceac431105bd6f535ec253b5fb8e2
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Thu May 26 08:51:34 2022 -0500

    bootstrap.conf: Add "pkg-config" to `buildreq`.
    
    * bootstrap.conf: Add "pkg-config" to `buildreq`.  Not having it causes
      pretty horrible macro expansion problems and diagnostics when
      'autoreconf' is run; they're still pretty bad even if you use
      `AC_REQUIRE` and `m4_pattern_forbid`.  So just demand it.
---
 ChangeLog      | 7 +++++++
 bootstrap.conf | 1 +
 2 files changed, 8 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index cdb77057..1999471f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2022-05-26  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       * bootstrap.conf: Add "pkg-config" to `buildreq`.  Not having it
+       causes pretty horrible macro expansion problems and diagnostics
+       when 'autoreconf' is run; they're still pretty bad even if you
+       use `AC_REQUIRE` and `m4_pattern_forbid`.  So just demand it.
+
 2022-05-25  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        * font/devps/S:
diff --git a/bootstrap.conf b/bootstrap.conf
index 5ad0e53e..1cea1197 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -94,6 +94,7 @@ automake   1.12.2
 git        1.5.5
 libtool    2.2.2
 tar        -
+pkg-config -
 "
 
 bootstrap_post_import_hook ()



reply via email to

[Prev in Thread] Current Thread [Next in Thread]