chiark / gitweb /
keys.list-keepers: Identify the current recovery key instance.
[distorted-keys] / configure.ac
index 44cdbd2ab37fbb26b676323d34d9a85d5d1e48bb..ffe62b21e9ca5624638b0367066c48dc9f37ebc6 100644 (file)
@@ -33,6 +33,22 @@ AC_CONFIG_AUX_DIR([config])
 AM_INIT_AUTOMAKE([foreign])
 mdw_SILENT_RULES
 
+dnl--------------------------------------------------------------------------
+dnl Other random configuration.
+
+AC_ARG_WITH([user],
+  AS_HELP_STRING([--with-user], [which user should own the archive]),
+  [user=$withval],
+  [user=keys])
+AC_SUBST([user])
+
+AC_ARG_WITH([userv-conf-dir],
+  AS_HELP_STRING([--with-userv-conf-dir],
+                [where to install userv configuration]),
+  [uservconfdir=$withval],
+  [uservconfdir='${sysconfdir}/userv/default.d'])
+AC_SUBST([uservconfdir])
+
 dnl--------------------------------------------------------------------------
 dnl Python programming environment.