Move Configurations* out of the way and rename them.
authorRichard Levitte <levitte@openssl.org>
Wed, 11 Mar 2015 09:22:50 +0000 (10:22 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 11 Mar 2015 11:07:25 +0000 (12:07 +0100)
commit97a0cc52812c6cc075ec7da849dd496f0e6cf5a4
tree9346dc6b04fcd96f887133edbbe81eebc50bcfee
parentc9dd49a751d4e73e6d891c006bb1d835ebfb8493
Move Configurations* out of the way and rename them.

Configure would load the glob "Configurations*".  The problem with
this is that it also loads all kinds of backups of those
configurations that some editors do, like emacs' classic
'Configurations~'.  The solution is to give them an extension, such as
'.conf', and make sure to end the glob with that.

Also, because 'Configurations.conf' makes for a silly name, and
because a possibly large number of configurations will become clutter,
move them to a subdirectory 'Configurations/', and rename them to
something more expressive, as well as something that sets up some form
of sorting order.  Thus:

    Configurations -> Configurations/10-main.conf
    Configurations.team -> Configurations/90-team.conf

Finally, make sure that Configure sorts the list of files that 'glob'
produces, and adapt Makefile.org.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Configurations/10-main.conf [moved from Configurations with 100% similarity]
Configurations/90-team.conf [moved from Configurations.team with 100% similarity]
Configure
Makefile.org