summaryrefslogtreecommitdiff
path: root/pop3d
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-02-25 10:44:01 +0200
committerSergey Poznyakoff <gray@gnu.org>2019-02-26 09:03:29 +0200
commit15722cc4d1409a798a717eecf2c04297fe61e196 (patch)
tree6113a75a1f767bc1458974f138b261500ae95dbc /pop3d
parent4e66a6a9e5f5696d60f7df875175f2e0ad8f7376 (diff)
downloadmailutils-15722cc4d1409a798a717eecf2c04297fe61e196.tar.gz
mailutils-15722cc4d1409a798a717eecf2c04297fe61e196.tar.bz2
New autoconf macro for activating mailbox format support
* am/enable.m4 (MU_ENABLE_SUPPORT) (MU_ENABLE_BUILD): Use m4_-prefixed directives. (MU_ENABLE_MAILBOX_FORMAT) (MU_ENABLE_LOCAL_MAILBOX_FORMAT_ (MU_ENABLE_REMOTE_MAILBOX_FORMAT): New macros. (MU_LIB_MAILBOX) (MU_LIB_LOCAL_MAILBOX) (MU_LIB_REMOTE_MAILBOX): New substitution variables. * configure.ac: Use new macros to enable mailbox formats * libproto/Makefile.am: Augment SUBDIRS instead of using Makefile variables. * comsat/Makefile.am: Use MU_LIB_.*MAILBOX macros to link in the necessary libraries. * examples/Makefile.am: Likewise. * examples/cpp/Makefile.am: Likewise. * frm/Makefile.am: Likewise. * imap4d/Makefile.am: Likewise. * include/mailutils/sys/Makefile.am: Likewise. * libmu_scm/Makefile.am: Likewise. * libproto/Makefile.am: Likewise. * maidag/Makefile.am: Likewise. * mail/Makefile.am: Likewise. * messages/Makefile.am: Likewise. * mh/Makefile.am: Likewise. * movemail/Makefile.am: Likewise. * mu/libexec/Makefile.am: Likewise. * pop3d/Makefile.am: Likewise. * python/2/libmu_py/Makefile.am: Likewise. * python/3/libmu_py/Makefile.am: Likewise. * readmsg/Makefile.am: Likewise. * sieve/Makefile.am: Likewise. * testsuite/Makefile.am: Likewise.
Diffstat (limited to 'pop3d')
-rw-r--r--pop3d/Makefile.am8
1 files changed, 2 insertions, 6 deletions
diff --git a/pop3d/Makefile.am b/pop3d/Makefile.am
index 19c0d20a6..06391cc45 100644
--- a/pop3d/Makefile.am
+++ b/pop3d/Makefile.am
@@ -51,9 +51,7 @@ endif
pop3d_LDADD = \
${MU_APP_LIBRARIES}\
- ${MU_LIB_MBOX}\
- ${MU_LIB_MH}\
- ${MU_LIB_MAILDIR}\
+ ${MU_LIB_LOCAL_MAILBOX}\
${MU_LIB_AUTH}\
@MU_AUTHLIBS@ \
${MU_LIB_MAILUTILS}\
@@ -73,9 +71,7 @@ popauth_LDADD = \
pop3d_DEPENDENCIES = \
@MU_AUTHLIBS_DEPENDENCY@ \
../lib/libmuaux.la \
- ${MU_LIB_MBOX}\
- ${MU_LIB_MH}\
- ${MU_LIB_MAILDIR}\
+ ${MU_LIB_LOCAL_MAILBOX}\
${MU_LIB_MAILUTILS}\
${LIBMU_DBM}

Return to:

Send suggestions and report system problems to the System administrator.