X-Git-Url: https://git.distorted.org.uk/~mdw/distorted-keys/blobdiff_plain/53263601059e92d94b931e5444a0b53f7ea7027f..0bc47568f2c94d6e48bc389ac508d5f905daa9c7:/configure.ac diff --git a/configure.ac b/configure.ac index 859c839..ffe62b2 100644 --- a/configure.ac +++ b/configure.ac @@ -7,18 +7,20 @@ dnl dnl----- Licensing notice --------------------------------------------------- dnl -dnl This program is free software; you can redistribute it and/or modify +dnl This file is part of the distorted.org.uk key management suite. +dnl +dnl distorted-keys is free software; you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by dnl the Free Software Foundation; either version 2 of the License, or dnl (at your option) any later version. dnl -dnl This program is distributed in the hope that it will be useful, +dnl distorted-keys is distributed in the hope that it will be useful, dnl but WITHOUT ANY WARRANTY; without even the implied warranty of dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the dnl GNU General Public License for more details. dnl dnl You should have received a copy of the GNU General Public License -dnl along with this program; if not, write to the Free Software Foundation, +dnl along with distorted-keys; if not, write to the Free Software Foundation, dnl Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. dnl-------------------------------------------------------------------------- @@ -32,6 +34,22 @@ 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. AC_PATH_PROG([PYTHON], [python])