gbranden pushed a commit to branch master
in repository groff.
commit 11742cfc970ceac431105bd6f535ec253b5fb8e2
Author: G. Branden Robinson <[email protected]>
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 <[email protected]>
+
+ * 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 <[email protected]>
* 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 ()
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit