[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


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



More information about the dovecot-cvs mailing list