dovecot-2.0: dovecot.m4: Export DOVECOT_CFLAGS/LIBS/SSL_LIBS

dovecot at dovecot.org dovecot at dovecot.org
Thu Apr 8 04:19:35 EEST 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/0fa195674d1a
changeset: 11114:0fa195674d1a
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Apr 08 04:00:32 2010 +0300
description:
dovecot.m4: Export DOVECOT_CFLAGS/LIBS/SSL_LIBS

diffstat:

 dovecot.m4 |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (15 lines):

diff -r eca1b44a5d71 -r 0fa195674d1a dovecot.m4
--- a/dovecot.m4	Thu Apr 08 02:51:17 2010 +0300
+++ b/dovecot.m4	Thu Apr 08 04:00:32 2010 +0300
@@ -47,9 +47,11 @@
 
 	eval `grep \
 		-e ^dovecot_[[a-z]]*= \
+		-e ^DOVECOT_[[A-Z_]]*= \
 		-e ^LIBDOVECOT[[A-Z_]]*= \
 		"$dovecotdir"/dovecot-config`
 	AX_SUBST_L([dovecot_moduledir], [dovecot_pkgincludedir], [dovecot_pkglibexecdir], [dovecot_pkglibdir], [dovecot_docdir])
+	AX_SUBST_L([DOVECOT_CFLAGS], [DOVECOT_LIBS], [DOVECOT_SSL_LIBS])
 	AX_SUBST_L([LIBDOVECOT], [LIBDOVECOT_LOGIN], [LIBDOVECOT_SQL], [LIBDOVECOT_STORAGE])
 	AX_SUBST_L([LIBDOVECOT_DEPS], [LIBDOVECOT_LOGIN_DEPS], [LIBDOVECOT_SQL_DEPS], [LIBDOVECOT_STORAGE_DEPS])
 	AX_SUBST_L([LIBDOVECOT_INCLUDE], [LIBDOVECOT_LDA_INCLUDE], [LIBDOVECOT_SERVICE_INCLUDE], [LIBDOVECOT_STORAGE_INCLUDE], [LIBDOVECOT_LOGIN_INCLUDE])


More information about the dovecot-cvs mailing list