From d3e245f579d917d1393624b6ecf3ae0c3748bbb3 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Tue, 27 Sep 2011 10:10:18 +0200 Subject: Don't expand p11-kit config variables in configure. * Expand them later in Makefile and pkg-config file --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index f5c1e04..2f46c0a 100644 --- a/configure.ac +++ b/configure.ac @@ -65,9 +65,9 @@ AC_ARG_WITH([module-path], [module_path=$libdir/pkcs11]) # We expand these so we have concrete paths -p11_system_config=$(eval echo $system_config_dir) -p11_system_config_file=$(eval echo $p11_system_config/pkcs11.conf) -p11_system_config_modules=$(eval echo $p11_system_config/modules) +p11_system_config=$system_config_dir +p11_system_config_file=$p11_system_config/pkcs11.conf +p11_system_config_modules=$p11_system_config/modules p11_user_config="~/.pkcs11" p11_user_config_file="$p11_user_config/pkcs11.conf" p11_user_config_modules="$p11_user_config/modules" -- cgit v1.1