[dovecot-cvs] dovecot configure.in,1.277.2.8,1.277.2.9
cras at dovecot.org
cras at dovecot.org
Sat Jun 17 19:26:55 EEST 2006
- Previous message: [dovecot-cvs] dovecot/src/lib Makefile.am, 1.63, 1.64 file-copy.c,
1.1, 1.2 file-copy.h, 1.1, 1.2
- Next message: [dovecot-cvs] dovecot/src/master Makefile.am, 1.19,
1.19.2.1 master-settings.c, 1.125.2.4, 1.125.2.5 ssl-init.c,
1.25, 1.25.2.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/cvs/dovecot
In directory talvi:/tmp/cvs-serv6153
Modified Files:
Tag: branch_1_0
configure.in
Log Message:
Added --with-statedir configure option which defaults to
localstatedir/lib/dovecot. ssl-parameters.dat is permanently stored in that
directory and copied to login_dirs from there.
Index: configure.in
===================================================================
RCS file: /var/lib/cvs/dovecot/configure.in,v
retrieving revision 1.277.2.8
retrieving revision 1.277.2.9
diff -u -d -r1.277.2.8 -r1.277.2.9
--- configure.in 16 Jun 2006 13:24:44 -0000 1.277.2.8
+++ configure.in 17 Jun 2006 16:26:52 -0000 1.277.2.9
@@ -234,6 +234,13 @@
)
AC_SUBST(rundir)
+AC_ARG_WITH(statedir,
+[ --with-statedir=DIR Permanent data directory (LOCALSTATEDIR/lib/dovecot)],
+ statedir="$withval",
+ statedir=$localstatedir/lib/$PACKAGE_NAME
+)
+AC_SUBST(statedir)
+
AC_ARG_WITH(gc,
[ --with-gc Use Boehm garbage collector (currently broken)],
if test x$withval = xyes; then
- Previous message: [dovecot-cvs] dovecot/src/lib Makefile.am, 1.63, 1.64 file-copy.c,
1.1, 1.2 file-copy.h, 1.1, 1.2
- Next message: [dovecot-cvs] dovecot/src/master Makefile.am, 1.19,
1.19.2.1 master-settings.c, 1.125.2.4, 1.125.2.5 ssl-init.c,
1.25, 1.25.2.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dovecot-cvs
mailing list