]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
dovecot-config: Added dovecot_statedir
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Thu, 20 Oct 2016 11:23:20 +0000 (14:23 +0300)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Thu, 20 Oct 2016 20:04:41 +0000 (23:04 +0300)
Makefile.am
dovecot-config.in.in
dovecot.m4

index f484aa21531ed50c5179e7452978d4806cbca39c..d55e52f31f238feeaf79c244f12f21cdde6a1a1a 100644 (file)
@@ -44,6 +44,7 @@ dovecot-config: dovecot-config.in Makefile
        -e "s|^\(dovecot_pkglibexecdir\)=|\1=$(libexecdir)/dovecot|" \
        -e "s|^\(dovecot_docdir\)=|\1=$(docdir)|" \
        -e "s|^\(dovecot_moduledir\)=|\1=$(moduledir)|" \
+       -e "s|^\(dovecot_statedir\)=|\1=$(statedir)|" \
        ) > dovecot-config
 
 if HAVE_SYSTEMD
index 539f281913048d6365ca0dfd373580215576d1ed..e465c8a8eb3a9ce4815a6fe6de9888e7c326ce86 100644 (file)
@@ -46,3 +46,4 @@ dovecot_pkglibdir=
 dovecot_pkglibexecdir=
 dovecot_docdir=
 dovecot_moduledir=
+dovecot_statedir=
index b77a915b09e37088d093bfc61b9ca46db44dd076..11dcef0c64a8679f14c4e4a5bfee58827f2dede7 100644 (file)
@@ -6,7 +6,7 @@
 # unlimited permission to copy and/or distribute it, with or without
 # modifications, as long as this notice is preserved.
 
-# serial 24
+# serial 25
 
 AC_DEFUN([DC_DOVECOT_MODULEDIR],[
        AC_ARG_WITH(moduledir,
@@ -122,9 +122,10 @@ AC_DEFUN([DC_DOVECOT],[
                dovecot_pkglibexecdir='$(libexecdir)/dovecot'
                dovecot_docdir='$(docdir)'
                dovecot_moduledir='$(moduledir)'
+               dovecot_statedir='$(statedir)'
        fi
 
-       AX_SUBST_L([DISTCHECK_CONFIGURE_FLAGS], [dovecotdir], [dovecot_moduledir], [dovecot_installed_moduledir], [dovecot_pkgincludedir], [dovecot_pkglibexecdir], [dovecot_pkglibdir], [dovecot_docdir])
+       AX_SUBST_L([DISTCHECK_CONFIGURE_FLAGS], [dovecotdir], [dovecot_moduledir], [dovecot_installed_moduledir], [dovecot_pkgincludedir], [dovecot_pkglibexecdir], [dovecot_pkglibdir], [dovecot_docdir], [dovecot_statedir])
        AX_SUBST_L([DOVECOT_INSTALLED], [DOVECOT_CFLAGS], [DOVECOT_LIBS], [DOVECOT_SSL_LIBS], [DOVECOT_SQL_LIBS], [DOVECOT_COMPRESS_LIBS])
        AX_SUBST_L([LIBDOVECOT], [LIBDOVECOT_LOGIN], [LIBDOVECOT_SQL], [LIBDOVECOT_SSL], [LIBDOVECOT_COMPRESS], [LIBDOVECOT_LDA], [LIBDOVECOT_STORAGE], [LIBDOVECOT_DSYNC], [LIBDOVECOT_LIBFTS])
        AX_SUBST_L([LIBDOVECOT_DEPS], [LIBDOVECOT_LOGIN_DEPS], [LIBDOVECOT_SQL_DEPS], [LIBDOVECOT_SSL_DEPS], [LIBDOVECOT_COMPRESS_DEPS], [LIBDOVECOT_LDA_DEPS], [LIBDOVECOT_STORAGE_DEPS], [LIBDOVECOT_DSYNC_DEPS], [LIBDOVECOT_LIBFTS_DEPS])