diff options
author | Boris Faure <billiob@gmail.com> | 2013-01-18 13:01:36 +0000 |
---|---|---|
committer | Boris Faure <billiob@gmail.com> | 2013-01-18 13:01:36 +0000 |
commit | ac4df627f71e4dfc331ef48027fc48b52227a6f1 (patch) | |
tree | 105e806a4c8cc5808213341c0127ec0c88c57c1e /m4/efl.m4 | |
parent | 24079fcf547fae292f39b07c92ea5e9edb45ea6e (diff) | |
download | efl-ac4df627f71e4dfc331ef48027fc48b52227a6f1.tar.gz |
efl: export vmin/vmic in edje.pc
It is used to know where to install external modules.
SVN revision: 82974
Diffstat (limited to 'm4/efl.m4')
-rw-r--r-- | m4/efl.m4 | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -42,6 +42,7 @@ dnl VREV = v_rev dnl Will AC_SUBST() the following: dnl VMAJ = v_maj dnl VMIN = v_min +dnl VMIC = v_mic dnl EFL_LTLIBRARY_FLAGS="-no-undefined -version-info ..." dnl EFL_LTMODULE_FLAGS="-no-undefined -avoid-version" dnl Will define the following m4: @@ -56,8 +57,10 @@ AC_DEFINE_UNQUOTED([VMIC], [v_mic], [Micro version])dnl AC_DEFINE_UNQUOTED([VREV], [v_rev], [Revison])dnl VMAJ=v_maj VMIN=v_min +VMIC=v_mic AC_SUBST([VMAJ])dnl AC_SUBST([VMIN])dnl +AC_SUBST([VMIC])dnl dnl dnl TODO: warning - lt_cur: dnl the previous code assumed v_maj + v_min, but this will be a problem when |