Lowercase configuration arguments on VMS
authorRichard Levitte <levitte@openssl.org>
Tue, 16 Feb 2016 15:07:05 +0000 (16:07 +0100)
committerRichard Levitte <levitte@openssl.org>
Tue, 16 Feb 2016 15:10:06 +0000 (16:10 +0100)
commit7c55e22c6976d6d19cb6c2340c2f22316546bfca
tree57c1ff32bea0e08959fda0fcebee6d5b1680caea
parent4ad386412c03c5c878d0625dedff1c4eb45cd02b
Lowercase configuration arguments on VMS

Depending on user preferences, Configure might get something like
--PREFIX=blah just as well as --prefix=blah, or "SHARED" just as well
as "shared".  On VMS, let's therefore lowercase at least the portion
of the argument before a possible equal sign.

For good measure, we lowercase the arguments to be checked in
config.com as well.  The original argument is sent on to Configure,
however.

Reviewed-by: Andy Polyakov <appro@openssl.org>
Configure
config.com