WL#3201: Configure support for server plugins

Affects: Server-5.1   —   Status: Complete

Configure (autotools) should be aware of plugins available for the server and
appropriately configure makefiles for building plugins as either dynamic
libraries or statically built into mysqld.

All storage engines are plugins.

Some plugins are mandatory and are always built statically, such as MyISAM and 
HEAP.

Note:
Current implementation does not work on Windows. The Windows part is now part 
of WL#3653.