1. embryo shoudl have soname

2. yes local.conf slipped in - ignore
3. added soname version release to module arch dirs
4. adapted extra-modules to use the revision in arch
5. made e17 also have a release rev
6. dummy release stuff in eet - wont use it as its already released.



SVN revision: 40267
This commit is contained in:
Carsten Haitzler 2009-04-21 14:17:42 +00:00
parent 8f4025a5d5
commit b14e347879
1 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,9 @@ AC_STRUCT_TM
# Checks for library functions.
AC_CHECK_FUNCS([sqrt strdup])
MODULE_ARCH="$host_os-$host_cpu"
PKG_CHECK_MODULES(E, [enlightenment])
release=$(pkg-config --variable=release enlightenment)
MODULE_ARCH="$host_os-$host_cpu-$release"
AC_SUBST(MODULE_ARCH)
define([AC_LIBTOOL_LANG_CXX_CONFIG], [:])dnl
@ -52,8 +54,6 @@ AC_SUBST(EDJE_CC)
AC_MSG_CHECKING([Which edje_cc to use])
AC_MSG_RESULT(${EDJE_CC})
PKG_CHECK_MODULES(E, [enlightenment])
datadir=$(pkg-config --variable=modules enlightenment)/${PACKAGE}
AC_ARG_ENABLE(homedir-install,
AS_HELP_STRING([--enable-homedir-install], [Install module in homedir]),