with "make distcheck" for scripts to access the lib directory that it
installs for testing. (The distcheck target does not configure them;
they retain their build configuration.) If we ever add a test for
etc/sendfiles, we'll have to deal with its configured %libdir%.
{
MH=${MH_TEST_DIR}/Mail/.mh_profile
MHMTSCONF=${MH_INST_DIR}${sysconfdir}/mts.conf
- PATH=${MH_INST_DIR}${bindir}:${PATH}
+ PATH=${MH_INST_DIR}${bindir}:${MH_INST_DIR}${auxexecdir}:${PATH}
MH_LIB_DIR=${MH_INST_DIR}${auxexecdir}
export MH MHMTSCONF MH_LIB_DIR PATH