X-Git-Url: https://git.distorted.org.uk/~mdw/distorted-keys/blobdiff_plain/fef0a02f50f6573ac84ee4ba3f83d9cd9eb7ae96..b401ccf1086201fb5ed68fb511b341bb8419d421:/configure.ac diff --git a/configure.ac b/configure.ac index 59378e6..ffe62b2 100644 --- a/configure.ac +++ b/configure.ac @@ -42,6 +42,13 @@ AC_ARG_WITH([user], [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.