rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=e9592a9ce22a706e77fb6b630ce26aba92b6649a
commit e9592a9ce22a706e77fb6b630ce26aba92b6649a Author: Vyacheslav Reutskiy <[email protected]> Date: Mon Jan 23 17:36:50 2017 +0200 configure: print version of found efl Change-Id: I20032b869093332417543487ce98afa2a4f3c391 --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 652840f..65a19a7 100644 --- a/configure.ac +++ b/configure.ac @@ -86,6 +86,7 @@ PKG_CHECK_MODULES([EFL], [have_efl="${GREEN}yes${RESET}"], [have_efl="${RED}no${RESET} (version < efl_version or > efl_version_max)"] ) +AC_SUBST([efl_v], [$(pkg-config efl --modversion)]) PKG_CHECK_MODULES([CHECK], [check], [have_check="${GREEN}yes${RESET}"], @@ -254,7 +255,7 @@ echo "" echo "Configuration Options Summary:" echo " os.............: ${host_os}" echo " ${os_remark}" -echo " efl............: ${have_efl}" +echo " efl............: ${have_efl} (version: ${efl_v})" echo "" echo "Features:" echo " tizen..........: ${summary_tizen}" --
