[dovecot-cvs] dovecot configure.in,1.156,1.157

cras at procontrol.fi cras at procontrol.fi
Thu May 6 04:22:27 EEST 2004


Update of /home/cvs/dovecot
In directory talvi:/tmp/cvs-serv13512

Modified Files:
	configure.in 
Log Message:
mbox code compiles again, but syncing is only partially implemented so
accessing mboxes fails..

Also some cleanups to index-storage and maildir code.



Index: configure.in
===================================================================
RCS file: /home/cvs/dovecot/configure.in,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -d -r1.156 -r1.157
--- configure.in	2 May 2004 20:33:49 -0000	1.156
+++ configure.in	6 May 2004 01:22:25 -0000	1.157
@@ -1,7 +1,7 @@
 AC_INIT(src)
 
 AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(dovecot, 1.0-test3)
+AM_INIT_AUTOMAKE(dovecot, 1.0-test6)
 
 AM_MAINTAINER_MODE
 
@@ -195,7 +195,7 @@
 AC_ARG_WITH(storages,
 [  --with-storages         Build specified mail storage formats (maildir,mbox)], [
 	mail_storages=`echo "$withval"|sed 's/,/ /g'` ],
-	mail_storages="maildir")
+	mail_storages="maildir mbox")
 
 dnl * gcc specific options
 if test "x$ac_cv_prog_gcc" = "xyes"; then



More information about the dovecot-cvs mailing list