summaryrefslogtreecommitdiff
path: root/bootstrap.conf
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2022-05-26 08:51:34 -0500
committerG. Branden Robinson <g.branden.robinson@gmail.com>2022-05-26 08:57:40 -0500
commit11742cfc970ceac431105bd6f535ec253b5fb8e2 (patch)
tree9ed54feccfee79db0718452c264f2fb3bc79e84e /bootstrap.conf
parente70b435374060d0e8a7de115899193fadecc9d3f (diff)
downloadgroff-git-11742cfc970ceac431105bd6f535ec253b5fb8e2.tar.gz
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.
Diffstat (limited to 'bootstrap.conf')
-rw-r--r--bootstrap.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index 5ad0e53e1..1cea1197d 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 ()