efl: m4 is a macro-expansion language, use that.
authorGustavo Sverzut Barbieri <barbieri@gmail.com>
Thu, 6 Dec 2012 23:19:35 +0000 (23:19 +0000)
committerGustavo Sverzut Barbieri <barbieri@gmail.com>
Thu, 6 Dec 2012 23:19:35 +0000 (23:19 +0000)
commit4476601805b687d59ffd69e3ea05b0197c17460e
tree0ac881c41a2f867a2b2de70b6d7a47b8ff294ea2
parentd338bcac632280a8742741dd840a3c5a6cf852c4
efl: m4 is a macro-expansion language, use that.

instead of replicating common patterns all around, let's use the
common patterns as m4 macros.

EFL_DEPEND_PKG() will use pkg-config and add the dependency.

EFL_OPTIONAL_DEPEND_PKG() will use the former, but also defines
have_XYZ and does the if statement for you.

SVN revision: 80402
configure.ac
m4/efl.m4 [new file with mode: 0644]
m4/efl_pkg_config.m4