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
@@ -30,7 +30,7 @@ MHNSEARCHPROG = $(srcdir)/etc/mhn.find.s
 ## Install config files and back-end programs in our own subdirecctories.
 ##
 nmhetcdir  = @sysconfdir@/nmh
-nmhlibexecdir = @libexecdir@/nmh
+nmhlibexecdir = @libexecdir@
 
 ##
 ## nmh _does_ have a test suite!
@@ -297,7 +297,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/configure.ac
+++ b/configure.ac
@@ -618,7 +618,7 @@ linker flags               : ${AM_LDFLAG
 preprocessor flags         : ${AM_CPPFLAGS} ${CPPFLAGS}
 source code location       : ${srcdir}
 binary install path        : ${nmhbin}
-libexec install path       : ${nmhlibexec}/nmh
+libexec install path       : ${nmhlibexec}
 config files install path  : ${nmhsysconf}/nmh
 man page install path      : ${nmhman}
 docs install path          : ${nmhdoc}
--- 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 "$@"
