X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/distorted-keys/blobdiff_plain/599c8f754492a6555503fedb8a2662ec229fb8e8..2c973cfde3da8b47b7da19a35498170250d35ba7:/configure.ac diff --git a/configure.ac b/configure.ac index 44cdbd2..ffe62b2 100644 --- a/configure.ac +++ b/configure.ac @@ -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.