Substitute MH_PROGRAMS, MH_LIBRARIES and SMTP_PROGRAMS variables.
Showing
1 changed file
with
6 additions
and
4 deletions
... | @@ -331,10 +331,12 @@ fi | ... | @@ -331,10 +331,12 @@ fi |
331 | 331 | ||
332 | MU_ENABLE_SUPPORT(imap) | 332 | MU_ENABLE_SUPPORT(imap) |
333 | MU_ENABLE_SUPPORT(pop) | 333 | MU_ENABLE_SUPPORT(pop) |
334 | AC_SUBST(MH_BUILD_DIRS) | 334 | |
335 | MU_ENABLE_SUPPORT(mh, [MH_BUILD_DIRS='$(MH_DIRS)']) | 335 | AC_SUBST(MH_PROGRAMS) |
336 | AC_SUBST(SMTP_BUILD_DIRS) | 336 | AC_SUBST(MH_LIBRARIES) |
337 | MU_ENABLE_SUPPORT(smtp, [SMTP_BUILD_DIRS='$(SMTP_DIRS)']) | 337 | MU_ENABLE_SUPPORT(mh, [MH_PROGRAMS='$(MH_PROGRAMS)'; MH_LIBRARIES='$(MH_LIBRARIES)']) |
338 | AC_SUBST(SMTP_PROGRAMS) | ||
339 | MU_ENABLE_SUPPORT(smtp, [SMTP_PROGRAMS='$(SMTP_PROGRAMS)']) | ||
338 | MU_ENABLE_SUPPORT(sendmail) | 340 | MU_ENABLE_SUPPORT(sendmail) |
339 | 341 | ||
340 | if test x"$testpam" = x"yes"; then | 342 | if test x"$testpam" = x"yes"; then | ... | ... |
-
Please register or sign in to post a comment