Description: change installation directory <libexecdir>/nmh to <libexecdir>, so that we can continue to use the well-known /usr/lib/mh dir for ancillary programs
Author: Alexander Zangerl

--- a/Makefile.am
+++ b/Makefile.am
@@ -298,7 +298,7 @@ bin_SCRIPTS = \
     #
 
 ##
-## This is all programs that get installed in the "libexec/nmh" directory
+## This is all programs that get installed in the "libexec" directory
 ##
 nmhlibexec_PROGRAMS = \
     uip/ap \
--- a/uip/spost.in
+++ b/uip/spost.in
@@ -10,4 +10,4 @@
 
 prefix='@prefix@'
 exec_prefix="@exec_prefix@"
-exec "@libexecdir@/nmh/post" -mts sendmail/pipe "$@"
+exec "@libexecdir@/post" -mts sendmail/pipe "$@"
--- a/configure.ac
+++ b/configure.ac
@@ -565,8 +565,8 @@ dnl these choices by supplying these var
 dnl ------------------
 
 AC_ARG_VAR([nmhlibexecdir], [The installation directory for backend programs
-used by nmh.  Defaults to $(libexecdir)/nmh.])
-AS_IF([test -z ${nmhlibexecdir+x}], [nmhlibexecdir='${libexecdir}/nmh'])
+used by nmh.  Defaults to $(libexecdir).])
+AS_IF([test -z ${nmhlibexecdir+x}], [nmhlibexecdir='${libexecdir}'])
 
 AC_ARG_VAR([nmhetcdir], [The installation directory for configuration files
 used by nmh.  Defaults to $(sysconfdir)/nmh.])
