summaryrefslogtreecommitdiff
path: root/mh
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 /mh
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 'mh')
-rw-r--r--mh/Makefile.am14
1 files changed, 2 insertions, 12 deletions
diff --git a/mh/Makefile.am b/mh/Makefile.am
index 2ae471ca6..de562cd62 100644
--- a/mh/Makefile.am
+++ b/mh/Makefile.am
@@ -107,12 +107,7 @@ AM_CPPFLAGS =\
mh_LIBS = \
./libmh.a\
../lib/libmuaux.la\
- ${MU_LIB_MBOX}\
- ${MU_LIB_IMAP}\
- ${MU_LIB_POP}\
- ${MU_LIB_MH}\
- ${MU_LIB_NNTP}\
- ${MU_LIB_MAILDIR}\
+ ${MU_LIB_MAILBOX}\
${MU_LIB_MAILER}\
${MU_LIB_AUTH}\
@MU_AUTHLIBS@\
@@ -133,12 +128,7 @@ inc_LDADD = \
@LIBMU_SCM_DEPS@\
@MU_LIB_PY@ @PYTHON_LIBS@\
${MU_LIB_SIEVE}\
- ${MU_LIB_MBOX}\
- ${MU_LIB_IMAP}\
- ${MU_LIB_POP}\
- ${MU_LIB_MH}\
- ${MU_LIB_NNTP}\
- ${MU_LIB_MAILDIR}\
+ ${MU_LIB_MAILBOX}\
${MU_LIB_MAILER}\
${MU_LIB_AUTH}\
@MU_AUTHLIBS@\

Return to:

Send suggestions and report system problems to the System administrator.