summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2018-04-06 21:39:18 +0100
committerColin Watson <cjwatson@debian.org>2018-04-06 21:39:18 +0100
commit355bdb4f7058ae7d34163a40d582d3acd52abb85 (patch)
tree22b0675f014f82902ce6b5b2eb93034e274f2bc6 /tools
parent1c4ee84ae96d5bf99ae78bbacbcdcd0dd899a2ea (diff)
Fix invalid man-db.conf with --disable-cache-owner
Fixes Savannah bug #53575. * m4/man-arg-cache-owner.m4: Set and substitute cache_top_owner. * init/systemd/man-db.conf.in: Substitute cache_top_owner rather than man_owner. * init/systemd/Makefile.am (man-db.conf): Likewise. * NEWS: Document this.
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile.in b/tools/Makefile.in
index f29f1b07..9444c93d 100644
--- a/tools/Makefile.in
+++ b/tools/Makefile.in
@@ -1245,6 +1245,7 @@ build_vendor = @build_vendor@
builddir = @builddir@
bunzip2 = @bunzip2@
bzip2 = @bzip2@
+cache_top_owner = @cache_top_owner@
cat = @cat@
col = @col@
compress = @compress@