Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e Modified Files: TODO configure.in Log Message: moduels support multiple architectures build for 1 module =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/TODO,v retrieving revision 1.32 retrieving revision 1.33 diff -u -3 -r1.32 -r1.33 --- TODO 7 Feb 2005 15:25:49 -0000 1.32 +++ TODO 7 Feb 2005 15:34:17 -0000 1.33 @@ -29,7 +29,6 @@ ISSUES: -* module needs to handle multiple architectures for modules (eg in ~/.e/e/modules) * ibar, temp and battery modules should only make 1 gadget per container and allow u to enable/disable that gadget on that container (like clock) * pager needs to be able to split off each desk in a zone it a different gadget * gadman gadget menu needs icons :) =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/configure.in,v retrieving revision 1.43 retrieving revision 1.44 diff -u -3 -r1.43 -r1.44 --- configure.in 11 Jan 2005 22:21:07 -0000 1.43 +++ configure.in 7 Feb 2005 15:34:17 -0000 1.44 @@ -4,10 +4,14 @@ rm -f config.cache AC_INIT(configure.in) +AC_CANONICAL_BUILD +AC_CANONICAL_HOST +AC_CANONICAL_TARGET +AC_ISC_POSIX AM_INIT_AUTOMAKE(enlightenment, 0.17.0_pre10) AM_CONFIG_HEADER(config.h) -AC_ISC_POSIX +AC_C_BIGENDIAN AC_PROG_CC AM_PROG_CC_STDC AC_HEADER_STDC @@ -15,6 +19,10 @@ AM_ENABLE_SHARED AM_PROG_LIBTOOL +MODULE_ARCH="$target_os-$target_cpu" +AC_SUBST(MODULE_ARCH) +AC_DEFINE_UNQUOTED(MODULE_ARCH, "$MODULE_ARCH", "Module architecture") + if test "x${bindir}" = 'x${exec_prefix}/bin'; then if test "x${exec_prefix}" = "xNONE"; then if test "x${prefix}" = "xNONE"; then ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs