From ac4df627f71e4dfc331ef48027fc48b52227a6f1 Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Fri, 18 Jan 2013 13:01:36 +0000 Subject: efl: export vmin/vmic in edje.pc It is used to know where to install external modules. SVN revision: 82974 --- m4/efl.m4 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'm4/efl.m4') diff --git a/m4/efl.m4 b/m4/efl.m4 index 4938d45cd2..896eac3862 100644 --- a/m4/efl.m4 +++ b/m4/efl.m4 @@ -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 -- cgit v1.2.1