Added new ConfigMenu module. Look at the README in E-MODULES-EXTRA/configmenu/README :)

SVN revision: 40361
This commit is contained in:
Daniel Kolesa 2009-04-25 07:59:13 +00:00
parent 58510ecd5c
commit 2cf6702896
1 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,8 @@ AC_PROG_LIBTOOL
#AM_GNU_GETTEXT([external])
#AM_GNU_GETTEXT_VERSION(0.14)
MODULE_ARCH="$host_os-$host_cpu"
release=$(pkg-config --variable=release enlightenment)
MODULE_ARCH="$host_os-$host_cpu-$release"
AC_SUBST(MODULE_ARCH)
AC_DEFINE_UNQUOTED(MODULE_ARCH, "$MODULE_ARCH", "Module architecture")