New switches --disable-pop, --disable-imap,
--disable-mh, --disable-smtp and --disable-sendmail allow to disable corresponding protocols.
Showing
1 changed file
with
8 additions
and
1 deletions
... | @@ -17,7 +17,7 @@ | ... | @@ -17,7 +17,7 @@ |
17 | # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | 17 | # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
18 | # | 18 | # |
19 | 19 | ||
20 | AC_INIT([GNU Mailutils], [0.1.1], [bug-mailutils@gnu.org]) | 20 | AC_INIT([GNU Mailutils], [0.1.2], [bug-mailutils@gnu.org]) |
21 | AC_CONFIG_SRCDIR([mailbox/mailbox.c]) | 21 | AC_CONFIG_SRCDIR([mailbox/mailbox.c]) |
22 | AC_CANONICAL_TARGET([]) | 22 | AC_CANONICAL_TARGET([]) |
23 | AM_INIT_AUTOMAKE | 23 | AM_INIT_AUTOMAKE |
... | @@ -329,6 +329,13 @@ if test x"$use_virtual_domains" = x"yes"; then | ... | @@ -329,6 +329,13 @@ if test x"$use_virtual_domains" = x"yes"; then |
329 | [SITE_VIRTUAL_PWDDIR="\$(sysconfdir)/domain"]) | 329 | [SITE_VIRTUAL_PWDDIR="\$(sysconfdir)/domain"]) |
330 | fi | 330 | fi |
331 | 331 | ||
332 | MU_ENABLE_SUPPORT(imap) | ||
333 | MU_ENABLE_SUPPORT(pop) | ||
334 | AC_SUBST(MH_BUILD_DIRS) | ||
335 | MU_ENABLE_SUPPORT(mh, [MH_BUILD_DIRS='$(MH_DIRS)']) | ||
336 | AC_SUBST(SMTP_BUILD_DIRS) | ||
337 | MU_ENABLE_SUPPORT(smtp, [SMTP_BUILD_DIRS='$(SMTP_DIRS)']) | ||
338 | MU_ENABLE_SUPPORT(sendmail) | ||
332 | 339 | ||
333 | if test x"$testpam" = x"yes"; then | 340 | if test x"$testpam" = x"yes"; then |
334 | AC_CHECK_HEADERS(security/pam_appl.h) | 341 | AC_CHECK_HEADERS(security/pam_appl.h) | ... | ... |
-
Please register or sign in to post a comment