The mmh bindir must to be in PATH, but we are able to move the programs now.
The etcdir is still compiled into the binaries.
CFLAGS = @CFLAGS@
DEFS = @DEFS@
INCLUDES = -I.. -I$(top_srcdir) @CPPFLAGS@
-CONFIGDEFS = -DNMHBINDIR='"$(bindir)"' -DNMHETCDIR='"$(etcdir)"' \
+CONFIGDEFS = -DNMHETCDIR='"$(etcdir)"' \
-DSENDMAILPATH='"$(sendmailpath)"' \
-DMAILSPOOL='"$(mailspool)"'
** also invoked by the spost program to process an "Fcc", or by
** comp/repl/forw/dist to refile a draft message.
*/
-char *fileproc = NMHBINDIR"/refile";
+char *fileproc = "refile";
/*
** This is the default program invoked by a "list" or "display" response
/*
** This program is called after comp, et. al., have built a draft
*/
-char *whatnowproc = NMHBINDIR"/whatnow";
+char *whatnowproc = "whatnow";
/*
** This is the sendmail interface to use for sending mail.