Configure: catch the build tree configdata.pm
authorRichard Levitte <levitte@openssl.org>
Thu, 8 Mar 2018 11:01:28 +0000 (12:01 +0100)
committerRichard Levitte <levitte@openssl.org>
Sat, 10 Mar 2018 08:51:17 +0000 (09:51 +0100)
commit846e4c4d650da50f049ee74901e840ffe409fa69
treeb763fb8fa34a2187f3acb97b7fbce0e7d0d103c0
parent906032d5a04f8cf8af5f515e0a8ea44a2285a2cc
Configure: catch the build tree configdata.pm

There are things depending on configdata.pm.  However, it's perfectly
possible that there is one in the source directory from a previous
build, and that might disrupt an out of source build.  To avoid this
conflict, make sure never to use the source tree configdata.pm in that
case, i.e. make the hard assumption that it's a generated file in the
build tree, which it is.

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5546)
Configure