From 7228d3048a89facee77689e390d5f5c091c57d73 Mon Sep 17 00:00:00 2001 From: 宋文武 Date: Mon, 1 Oct 2018 14:07:48 +0800 Subject: build: Add '--with-sendmail' configure option This allows users to configure the Mail Transfert Agent (MTA) of their choice. * configure.ac: Add '--with-sendmail' option. (SENDMAIL): Default to 'sendmail -t'. * NEWS: Announce it. * src/mcron/redirect.scm (with-mail-out): Assume the MTA is reading the message for recipients. * build-aux/guix.scm: Remove 'which' from the native-inputs. --- build-aux/guix.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build-aux') diff --git a/build-aux/guix.scm b/build-aux/guix.scm index d90e0be..24927ad 100644 --- a/build-aux/guix.scm +++ b/build-aux/guix.scm @@ -1,5 +1,6 @@ ;;;; guix.scm -- Guix package definition ;;; Copyright © 2016 Mathieu Lirzin +;;; Copyright © 2018 宋文武 ;;; ;;; This file is part of GNU Mcron. ;;; @@ -62,5 +63,4 @@ ("automake" ,(specification->package "automake")) ("help2man" ,(specification->package "help2man")) ("pkg-config" ,(specification->package "pkg-config")) - ("texinfo" ,(specification->package "texinfo")) - ("which" ,(specification->package "which"))))) + ("texinfo" ,(specification->package "texinfo"))))) -- cgit v1.2.3