Configure - neater looking add() and add_before()
authorRichard Levitte <levitte@openssl.org>
Wed, 24 Feb 2016 23:17:59 +0000 (00:17 +0100)
committerRichard Levitte <levitte@openssl.org>
Fri, 26 Feb 2016 08:00:25 +0000 (09:00 +0100)
commitbdcd83e1272c84f3de576f793ba03fdc2c21a557
treece1ce0e41c8e414192c5c8366fc14f8e59bb4a36
parent9666ffb33321ea9a5ef166d3a297bb46e40e587e
Configure - neater looking add() and add_before()

They now default to " " as separator, but that can be overridden by
having a hash with parameters as last argument.  The only currently
recognised parameter is `separator'.

The special separator `undef' will force the result to become a list
rather than a concatenated string.

Reviewed-by: Andy Polyakov <appro@openssl.org>
Configurations/00-base-templates.conf
Configurations/10-main.conf
Configurations/99-personal-levitte.conf
Configure