From 9294307b213c157db991d838654e7fef6842b1de Mon Sep 17 00:00:00 2001 From: Dan Nicholson Date: Mon, 10 Feb 2014 08:04:31 -0800 Subject: Handle pcfiledir variable like normal variable Rather than responding to the pcfiledir variable specially, store it in the hash table with all the other package specific variables. This does result in pcfiledir showing up in the --print-variables output. --- check/check-print-options | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'check') diff --git a/check/check-print-options b/check/check-print-options index fcd94d6..bf18eac 100755 --- a/check/check-print-options +++ b/check/check-print-options @@ -12,13 +12,14 @@ RESULT=1.0.0 run_test --modversion simple # --print-variables, make sure having no variables doesn't crash -RESULT="" +RESULT="pcfiledir" run_test --print-variables no-variables RESULT="exec_prefix prefix libdir -includedir" +includedir +pcfiledir" run_test --print-variables simple # --print-provides -- cgit v1.2.1