From 7b2c5a1bbb879321bc126c5b8df3cc1f38321496 Mon Sep 17 00:00:00 2001 From: David Levine Date: Thu, 14 Jun 2012 23:28:05 -0500 Subject: [PATCH] Fixed temporary autoconf workaround by hard-coding nmhbindir. --- uip/mhmail.in | 1 + 1 file changed, 1 insertion(+) diff --git a/uip/mhmail.in b/uip/mhmail.in index 5ad4c71..e899e99 100755 --- a/uip/mhmail.in +++ b/uip/mhmail.in @@ -35,6 +35,7 @@ usage='Usage: mhmail [addrs ... [switches]] # prefix=@prefix@ # exec_prefix=@exec_prefix@ # nmhbindir=@bindir@ +nmhbindir=`dirname $0` #### Or if configure/make haven't been run yet, figure out nmhbindir at runtime. case ${nmhbindir} in -- 1.7.10.4