Configure et al: treat C defines separately
authorRichard Levitte <levitte@openssl.org>
Sat, 30 Jan 2016 01:17:05 +0000 (02:17 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 10 Feb 2016 13:34:06 +0000 (14:34 +0100)
commitbcb1977b7f4186b5551d83839286bc02991c2ad3
tree6d7b30a170bb62189fd7415488b5e8cb0d6e8a61
parentdd27f16e9a1d267da722a5aa37dba3e6a198afdb
Configure et al: treat C defines separately

With some compilers, C macros are defined differently on the command
line than on Unix.  It could be that the flad to define them isn't -D,
it could also be that they need to be grouped together and not be mixed
in with the other compiler flags (that's how it's done on VMS, for
example).

On Unix family platform configurations, we can continue to have macro
definitions mixed in with the rest of the flags, so the changes in
Configurations/*.conf are kept to an absolute minimum.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Configurations/00-base-templates.conf
Configurations/99-personal-levitte.conf
Configurations/README
Configure
Makefile.in