bug-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-mailutils] mh bindir doesn't propagate to subdirs


From: Ken Brown
Subject: Re: [bug-mailutils] mh bindir doesn't propagate to subdirs
Date: Fri, 21 Apr 2017 11:31:47 -0400
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0

On 4/21/2017 9:35 AM, Ken Brown wrote:
There seems to be a glitch in the build system so that the value of
bindir set in mh/Makefile.am doesn't propagate to the subdirs etc and
tests.

I guess this is irrelevant for the tests subdirectory. For etc, the following trivial patch suffices:

--- a/mh/etc/Makefile.am
+++ b/mh/etc/Makefile.am
@@ -16,6 +16,7 @@
 ## along with GNU Mailutils.  If not, see <http://www.gnu.org/licenses/>.

 mhlibdir   = $(pkgdatadir)/mh
+bindir = @MH_BIN_DIR@

 LISPSRC    = mailutils-mh.el
 lisp_LISP  = @lisp_LISP@

Ken



reply via email to

[Prev in Thread] Current Thread [Next in Thread]