cosmetic: simplify and colorize features.
authorGustavo Sverzut Barbieri <barbieri@gmail.com>
Fri, 18 Jan 2013 13:48:14 +0000 (13:48 +0000)
committerGustavo Sverzut Barbieri <barbieri@gmail.com>
Fri, 18 Jan 2013 13:48:14 +0000 (13:48 +0000)
commitdb38bdd6de782b880ab03c1c4217823d30d5eae0
tree1df90ff44139e1f1528f8d9af4ad8dc48cfddec1
parentac4df627f71e4dfc331ef48027fc48b52227a6f1
cosmetic: simplify and colorize features.

EFL_ADD_FEATURE(PKG, NAME, [VALUE]) will do an amazing work to produce
colored output in a standard way.

if value == yes, it's green and shows "+name"
if value == no, it's red and shows "-name"
else it shows cyan and shows "name=value"

if not provided, will use ${have_name:-${want_name}}

SVN revision: 82976
configure.ac
m4/ecore_check_module.m4
m4/efl.m4
m4/evas_check_engine.m4
m4/evas_check_loader.m4