Imported Upstream version 2.8.4
[platform/upstream/man-db.git] / m4 / man-arg-cache-owner.m4
index 67d72aa..eaffed0 100644 (file)
@@ -1,4 +1,4 @@
-# man-arg-cache-owner.m4 serial 1
+# man-arg-cache-owner.m4 serial 2
 dnl MAN_ARG_CACHE_OWNER
 dnl Add an --enable-cache-owner option.
 
@@ -14,14 +14,18 @@ AS_HELP_STRING([--disable-cache-owner], [don't constrain ownership of system-wid
           if test "$enableval" = "no" 
           then
                man_owner=
+               cache_top_owner=root
                AC_MSG_NOTICE([System-wide cache files will have unconstrained ownership])
           else
                man_owner=$enableval
+               cache_top_owner=$enableval
                AC_MSG_NOTICE([System-wide cache files will be owned by $enableval])
                AC_DEFINE_UNQUOTED([MAN_OWNER], ["$man_owner"],
                                   [Define as the owner of system-wide cache files.])
           fi],
          [man_owner=man
+          cache_top_owner=man
           AC_DEFINE_UNQUOTED([MAN_OWNER], ["$man_owner"])])
 AC_SUBST([man_owner])
+AC_SUBST([cache_top_owner])
 ])