Here's a better fix that e194fdf11df779597e19039a67454e9b42a77ef0
authorDavid Levine <levinedl@acm.org>
Mon, 18 Jun 2012 01:59:16 +0000 (20:59 -0500)
committerDavid Levine <levinedl@acm.org>
Mon, 18 Jun 2012 01:59:16 +0000 (20:59 -0500)
for support `mhparam libdir` under "make distcheck":  explicitly
set libdir in the profile.

test/common.sh.in
test/mhparam/test-mhparam
uip/mhmail

index 54f3b8e..e5da52c 100644 (file)
@@ -135,7 +135,7 @@ setup_test ()
 {
   MH=${MH_TEST_DIR}/Mail/.mh_profile
   MHMTSCONF=${MH_INST_DIR}${sysconfdir}/mts.conf
-  PATH=${MH_INST_DIR}${bindir}:${MH_INST_DIR}${auxexecdir}:${PATH}
+  PATH=${MH_INST_DIR}${bindir}:${PATH}
   MH_LIB_DIR=${MH_INST_DIR}${auxexecdir}
   export MH MHMTSCONF MH_LIB_DIR PATH
 
@@ -161,6 +161,7 @@ setup_test ()
   mkdir $MH_TEST_DIR/Mail || exit 1
   cat > $MH <<EOF || exit 1
 Path: ${MH_TEST_DIR}/Mail
+libdir: ${MH_LIB_DIR}
 mhlproc: ${MH_LIB_DIR}/mhl
 moreproc: cat
 showproc: ${MH_LIB_DIR}/mhl
index cc6089e..cde481c 100755 (executable)
@@ -100,7 +100,7 @@ $bindir/msh
 $bindir/whatnow
 $bindir/whom
 $sysconfdir
-$auxexecdir
+${MH_LIB_DIR}
 EOF
 
 mhparam -nocomponent \
index 3727ce0..57d0f8a 100755 (executable)
@@ -113,8 +113,6 @@ else
   fi
   if [ "${from}"x = x ]; then
     nmhlibdir=`${nmhbindir}/mhparam libdir`/
-    #### If nmhlibdir isn't right, assume that the nmh lib dir is on the PATH.
-    [ -x "${nmhlibdir}ap" ]  ||  nmhlibdir=
     from=`${nmhlibdir}ap -format '%(localmbox)' 0`
   fi