From: Richard Levitte Date: Wed, 30 Jan 2019 18:12:38 +0000 (+0100) Subject: Build: clean away RENAME and SHARED_NAME X-Git-Tag: openssl-3.0.0-alpha1~2593 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fb3637d9ae260fa49615f4442127473d0ce27ebf;p=oweals%2Fopenssl.git Build: clean away RENAME and SHARED_NAME Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/8125) --- diff --git a/Configure b/Configure index 66541ad1d5..63dcdc74d8 100755 --- a/Configure +++ b/Configure @@ -1888,10 +1888,6 @@ if ($builder eq "unified") { qr/^\s*GENERATE\[((?:\\.|[^\\\]])+)\]\s*=\s*(.*)\s*$/ => sub { push @{$generate{$1}}, $2 if !@skip || $skip[$#skip] > 0 }, - qr/^\s*RENAME\[((?:\\.|[^\\\]])+)\]\s*=\s*(.*)\s*$/ - => sub { warn "RENAME is no longer supported\n" }, - qr/^\s*SHARED_NAME\[((?:\\.|[^\\\]])+)\]\s*=\s*(.*)\s*$/ - => sub { warn "SHARED_NAME is no longer supported\n" }, qr/^\s*(?:#.*)?$/ => sub { }, "OTHERWISE" => sub { die "Something wrong with this line:\n$_\nat $sourced/$f" }, "BEFORE" => sub {