Move build config table to separate files.
authorRich Salz <rsalz@openssl.org>
Tue, 24 Feb 2015 22:40:22 +0000 (17:40 -0500)
committerRich Salz <rsalz@openssl.org>
Tue, 24 Feb 2015 22:40:22 +0000 (17:40 -0500)
commitf09e7ca94bd428203da770a874604754dace1b02
tree8f990842e3932ae803720850f70922643f497a44
parent384dee51242e950c56b3bac32145957bfbf3cd4b
Move build config table to separate files.

Move the build configuration table into separate files.  The Configurations
file is standard configs, and Configurations.team is for openssl-team
members.  Any other file, Configurations*, found in the same directory
as the Configure script, is loaded.

To add another file, use --config=FILE flags (which should probably be
an absolute path).

Written by Stefen Eissing <stefan.eissing@greenbytes.de> and Rich Salz
<rsalz@openssl.org>, contributed by Akamai Technologies.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Configurations [new file with mode: 0644]
Configurations.team [new file with mode: 0644]
Configure
Makefile.org