aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2014-05-18 10:04:33 +0300
committerSergey Poznyakoff <gray@gnu.org>2014-05-18 10:04:33 +0300
commit9087acb001afd6fefa0fe4f2e4fbdcb3ae524e02 (patch)
tree5a9971eb3dc6494e09a07020c6e088304104b1fd /Makefile.am
parentbe939243b4c916fde82ca69973e9d1bd94e668d6 (diff)
downloadanubis-9087acb001afd6fefa0fe4f2e4fbdcb3ae524e02.tar.gz
anubis-9087acb001afd6fefa0fe4f2e4fbdcb3ae524e02.tar.bz2
More fixes.
* Makefile.am (AM_DISTCHECK_CONFIGURE_FLAGS): Enable everything. * src/anubisusr.c [USE_GNUTLS] (tls_cafile): Remove. [USE_GNUTLS] (secure): New global. (starttls): Update start_ssl_client invocation. * src/usr.opt (tls-cafile option): Set secure.cafile. * src/authmode.c (asmtp_ehlo): Update call to start_ssl_server. * src/getopt.m4 (version_etc_copyright): Update copyright years. * src/gpg.c (gpg_proc): Remove useless preprocessor checks. * src/headers.h: Likewise. * src/rc-gram.y (yyerror): Argument is const char *. * testsuite/mta.c: Remove the use of deprecated gnutls types and functions.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 4183599..7382036 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -22,6 +22,15 @@ ACLOCAL_AMFLAGS = -I m4 -I am -I gint
SUBDIRS = build lib gint src po doc scripts examples guile contrib \
elisp testsuite
+AM_DISTCHECK_CONFIGURE_FLAGS =\
+ --with-gsasl\
+ --with-mysql\
+ --with-postgres\
+ --with-pam\
+ --with-tcp-wrappers\
+ --with-socks-proxy\
+ --with-pcre
+
.PHONY: make-ChangeLog
make-ChangeLog:
if test -d .git; then \

Return to:

Send suggestions and report system problems to the System administrator.