changeset 11114:0fa195674d1a HEAD

dovecot.m4: Export DOVECOT_CFLAGS/LIBS/SSL_LIBS
author Timo Sirainen <tss@iki.fi>
date Thu, 08 Apr 2010 04:00:32 +0300
parents eca1b44a5d71
children 5ba59cc8b235
files dovecot.m4
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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])