summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2016-12-06 23:57:04 +0000
committerColin Watson <cjwatson@debian.org>2016-12-09 20:47:58 +0000
commit0f8b5518949866075c25787bdc4e9c064597c21e (patch)
treec7128682da7b9edb2370bb52e7e7f3bb1c49e3dc /aclocal.m4
parent62cec68b0cca39e7542985c9143a98c055624808 (diff)
Separate cache owner from --enable-setuid option
It's useful to have a notion of the cache owner even when man is not installed setuid. --enable-setuid no longer takes an argument, and the owner is now set by the --enable-cache-owner option instead. * m4/man-arg-cache-owner.m4: New file. * m4/man-arg-setuid.m4: Stop accepting an argument. Only set man_mode, not man_owner. * configure.ac: Call MAN_ARG_CACHE_OWNER. * src/Makefile.am (install-exec-hook): Only chown man and mandb if man_mode is 4755 (as well as the existing test for man_owner being non-empty).
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 9b4801bf..4e89b4ec 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1524,6 +1524,7 @@ AC_SUBST([am__untar])
m4_include([m4/man-arg-automatic-create.m4])
m4_include([m4/man-arg-automatic-update.m4])
+m4_include([m4/man-arg-cache-owner.m4])
m4_include([m4/man-arg-cats.m4])
m4_include([m4/man-arg-config-file.m4])
m4_include([m4/man-arg-db.m4])