chiark
/
gitweb
/
~mdw
/
distorted-keys
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Makefile: Install configuration files.
[distorted-keys]
/
configure.ac
diff --git
a/configure.ac
b/configure.ac
index 59378e64af8038b25480915f8006c3f62d317bbd..ffe62b21e9ca5624638b0367066c48dc9f37ebc6 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-42,6
+42,13
@@
AC_ARG_WITH([user],
[user=keys])
AC_SUBST([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.
dnl--------------------------------------------------------------------------
dnl Python programming environment.