Added build.info debugging capability to Configure
authorRichard Levitte <levitte@openssl.org>
Wed, 9 Mar 2016 23:04:04 +0000 (00:04 +0100)
committerRichard Levitte <levitte@openssl.org>
Thu, 17 Mar 2016 18:08:16 +0000 (19:08 +0100)
commit2b6b606c7b9db8bfde3bd0aaa90b19049f8f6311
treeefde47fe935083c6776caa660453c0f297b94234
parenta7e7bad1681e2607ba59855a3c9215df64b278c0
Added build.info debugging capability to Configure

This is only enabled when the environment variable
CONFIGURE_DEBUG_BUILDINFO is defined.  This will cause every line in
every build.info file to be displayed, along with the content of the
skip stack before and after parsing.  This can be a very powerful tool
to see that all conditions are working as expected.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Configure