Enlightenment CVS committal
Author : tsauerbeck
Project : misc
Module : embrace
Dir : misc/embrace
Modified Files:
ChangeLog configure.ac
Log Message:
added Justin Rocha's IMAP plugin
===================================================================
RCS file: /cvsroot/enlightenment/misc/embrace/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ChangeLog 1 Mar 2004 20:02:50 -0000 1.1
+++ ChangeLog 16 Mar 2004 21:25:37 -0000 1.2
@@ -0,0 +1,6 @@
+$Id: ChangeLog,v 1.2 2004/03/16 21:25:37 tsauerbeck Exp $
+
+2004-03-16 Tilman Sauerbeck <tilman -at- code-monkey.de>
+
+ * configure.ac, src/plugins/imap:
+ Added Justin Rocha's IMAP plugin
===================================================================
RCS file: /cvsroot/enlightenment/misc/embrace/configure.ac,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- configure.ac 13 Mar 2004 16:41:04 -0000 1.2
+++ configure.ac 16 Mar 2004 21:25:37 -0000 1.3
@@ -1,6 +1,6 @@
###############################################################################
##
-## $Id: configure.ac,v 1.2 2004/03/13 16:41:04 tsauerbeck Exp $
+## $Id: configure.ac,v 1.3 2004/03/16 21:25:37 tsauerbeck Exp $
##
## Copyright (C) 2004 Embrace project.
##
@@ -84,6 +84,12 @@
AM_CONDITIONAL(BUILD_POP3, test x$build_pop3 = xyes)
+AC_ARG_WITH(imap,
+ [ --with-imap build the imap plugin (default: yes)],
+ [build_imap=$withval], build_imap=yes)
+
+AM_CONDITIONAL(BUILD_IMAP, test x$build_imap = xyes)
+
AC_PATH_GENERIC(ecore, , ,
AC_MSG_ERROR(Cannot find ecore: Is ecore-config in path?))
@@ -120,6 +126,7 @@
src/plugins/maildir/Makefile
src/plugins/mbox/Makefile
src/plugins/pop3/Makefile
+src/plugins/imap/Makefile
])
AC_OUTPUT
@@ -133,6 +140,7 @@
echo "Maildir...............: $build_maildir"
echo "mbox..................: $build_mbox"
echo "POP3..................: $build_pop3"
+echo "IMAP..................: $build_imap"
echo
echo
echo "$PACKAGE $VERSION will be installed in $prefix"
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs