]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
dovecot.m4: Export DOVECOT_CFLAGS/LIBS/SSL_LIBS
authorTimo Sirainen <tss@iki.fi>
Thu, 8 Apr 2010 01:00:32 +0000 (04:00 +0300)
committerTimo Sirainen <tss@iki.fi>
Thu, 8 Apr 2010 01:00:32 +0000 (04:00 +0300)
--HG--
branch : HEAD

dovecot.m4

index 4cc877a48e5b1c20d23938288ed154851e481382..e274edc96ff0f8d232ac68b06de61598590ff8fe 100644 (file)
@@ -47,9 +47,11 @@ AC_DEFUN([DC_DOVECOT],[
 
        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])