Configure: count basenames for all library sources
authorRichard Levitte <levitte@openssl.org>
Tue, 11 Jun 2019 16:11:25 +0000 (18:11 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 12 Jun 2019 09:09:43 +0000 (11:09 +0200)
commit51583cb8f464b49d2ea33b2be027274ac0d4b1a0
treeb7cfc1b3a8dde9f5647380a26794ff5f7a4b1eb7
parenta8140a42f5ee9e4e1423b5b6b319dc4657659f6f
Configure: count basenames for all library sources

Make sure that each basename only appears once.  This is due to the
static library archiver on Unix, that indexes archived object files by
base name only, thereby making base name clashes...  interesting.

This is a safety net for OpenSSL developer!

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/9133)
Configure