summaryrefslogtreecommitdiff
path: root/mail/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2012-07-17 13:45:10 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2012-07-17 13:45:10 +0300
commit8658476839bcd6704ce51f470e14cf302b888f4a (patch)
tree0767d41002e334fc48a1cfc1acc7d1695d50fd76 /mail/Makefile.am
parent78f92501613a377b4c5bb2680dc071e928a96855 (diff)
downloadmailutils-8658476839bcd6704ce51f470e14cf302b888f4a.tar.gz
mailutils-8658476839bcd6704ce51f470e14cf302b888f4a.tar.bz2
Improve configuration options.
* am/enable.m4 (MU_ENABLE_BUILD): Change handling of additional-cond ($4): the --{enable|disable}-build-* argument value overrides it. This allows to use such configuration shortcuts as: --disable-build-clients --enable-build-mail which will build only mail, but no other client. * configure.ac: New option --with-dbm can be used to enable/disable building of all available DBM interfaces. It can be used in conjunction with implementation-specific options in the same way as described above, e.g.: --without-dbm --with-gdbm New option --with-mailbindir allows for overriding the installation directory for mail[x] only. * mail/Makefile.am (mailbindir): New variable. (bin_PROGRAMS): Rename to mailbin_PROGRAMS.
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r--mail/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am
index 60c97a746..b6610a4d0 100644
--- a/mail/Makefile.am
+++ b/mail/Makefile.am
@@ -19,7 +19,9 @@ AM_YFLAGS=-vt
INCLUDES = @MU_APP_COMMON_INCLUDES@ @MU_AUTHINCS@
AM_CFLAGS = -DSITE_MAIL_RC=\"@SITE_MAIL_RC@\"
-bin_PROGRAMS = mail
+mailbindir=@MAILBINDIR@
+
+mailbin_PROGRAMS = mail
mail_LDADD = \
${MU_APP_LIBRARIES}\

Return to:

Send suggestions and report system problems to the System administrator.