]> granicus.if.org Git - openssl/commit
Add a platform specific configuration checker
authorRichard Levitte <levitte@openssl.org>
Sun, 5 Mar 2017 20:51:18 +0000 (21:51 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 6 Mar 2017 15:43:21 +0000 (16:43 +0100)
commita40b5be27e28eaf5a8be7193c8b6460bc6f851b4
tree4e115507b0a39a28461389a6da49a2057c6a5091
parent0d41526f4f76b2f9384540503c21e8ef41e1fbbb
Add a platform specific configuration checker

For each platform, we may need to perform some basic checks to see
that available tools perform as we expect them.

For the moment, the added checkers test that Perl gives the expected
path format.  This should help MingW users to see if they run an
appropriate Perl implementation, for example.

Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2851)
(cherry picked from commit d192a3aaeb76fc89f8285b4dc938c2bc0c37d0d4)
Configurations/unix-checker.pm [new file with mode: 0644]
Configurations/windows-checker.pm [new file with mode: 0644]
Configure