Enlightenment CVS committal Author : sebastid Project : misc Module : embrace
Dir : misc/embrace Modified Files: AUTHORS configure.ac Log Message: The beginning of the embrace e17 module. It loads and shows a mailbox, but doesn't really work. Needs gui polish and it must be connected to gadman =================================================================== RCS file: /cvsroot/enlightenment/misc/embrace/AUTHORS,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- AUTHORS 30 Jan 2005 19:48:00 -0000 1.2 +++ AUTHORS 24 Aug 2005 21:23:51 -0000 1.3 @@ -1 +1,2 @@ Tilman Sauerbeck (tilman at code-monkey de) +Sebastian Dransfeld (sebastid at tango flipp net) =================================================================== RCS file: /cvsroot/enlightenment/misc/embrace/configure.ac,v retrieving revision 1.12 retrieving revision 1.13 diff -u -3 -r1.12 -r1.13 --- configure.ac 25 Mar 2005 17:34:32 -0000 1.12 +++ configure.ac 24 Aug 2005 21:23:51 -0000 1.13 @@ -1,6 +1,6 @@ ############################################################################### ## -## $Id: configure.ac,v 1.12 2005/03/25 17:34:32 tsauerbeck Exp $ +## $Id: configure.ac,v 1.13 2005/08/24 21:23:51 sebastid Exp $ ## ## Copyright (C) 2004 Embrace project. ## @@ -21,6 +21,10 @@ AC_INIT(embrace, 0.0.3, , embrace) AC_CONFIG_SRCDIR([src/embrace.c]) +AC_CANONICAL_BUILD +AC_CANONICAL_HOST +AC_CANONICAL_TARGET + AM_INIT_AUTOMAKE([dist-bzip2]) AM_CONFIG_HEADER(config.h) @@ -124,6 +128,20 @@ DL_LIBS=-lltdl AC_SUBST(DL_LIBS) +have_e17="no" +AC_PATH_GENERIC(enlightenment, 16.999, [ + have_e17="yes" + AC_DEFINE(HAVE_E17, [], [Development Enlightenment WindowManager Support]) + + MODULE_ARCH="$host_os-$host_cpu" + AC_SUBST(MODULE_ARCH) + AC_DEFINE_UNQUOTED(MODULE_ARCH, "$MODULE_ARCH", "Module architecture") + + e_module_dir=`enlightenment-config --module-dir` + AC_SUBST(e_module_dir) ], + ) +AM_CONDITIONAL(BUILD_MODULE, test x$have_e17 = xyes) + AC_CONFIG_FILES([ Makefile data/Makefile @@ -135,6 +153,7 @@ data/themes/default/programs/Makefile m4/Makefile src/Makefile +src/module/Makefile src/plugins/Makefile src/plugins/maildir/Makefile src/plugins/mbox/Makefile @@ -156,6 +175,7 @@ echo "POP3..................: $build_pop3" echo "IMAP..................: $build_imap" echo "Sylpheed..............: $build_sylpheed" +echo "Module................: $have_e17" echo echo echo "$PACKAGE $VERSION will be installed in $prefix" ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs