By default this evaluates to ~/.config/pkcs11. This is a somewhat
backwards incompatible change. However so far only advanced users
have been exposed to the user p11-kit configuration.
Distributors are able to revert this if necessary with a
--with-user-config='~/.pkcs11' ./configure option.
AC_ARG_WITH([user-config],
[AS_HELP_STRING([--with-system-config], [Change PKCS#11 user config directory])],
[user_config_dir=$withval],
- [user_config_dir="~/.pkcs11"])
+ [user_config_dir="~/.config/pkcs11"])
AC_ARG_WITH([module-path],
[AS_HELP_STRING([--with-module-path], [Load modules with relative path names from here])],