1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-13 23:36:08 +00:00
freebsd-ports/mail/nmh/files/patch-ab
Satoshi Asami 53cb86c588 "New MH".
PR:		3647
Submitted by:	Scott Blachowicz <Scott.Blachowicz@seaslug.org>
1997-06-04 04:39:25 +00:00

31 lines
1.1 KiB
Plaintext

diff -ur configure.in-dist configure.in
--- configure.in-dist Fri May 2 12:31:29 1997
+++ configure.in Mon May 12 21:01:07 1997
@@ -119,9 +119,12 @@
AC_SUBST(TSORT)dnl
fi
-AC_PATH_PROG(sendmailpath, sendmail, no, /usr/lib:/usr/sbin:/usr/etc:/usr/ucblib:/usr/bin)
-AC_PATH_PROG(morepath, more, no, /usr/bin:/usr/ucb:/usr/local/bin)
-AC_PATH_PROG(vipath, vi, no, /usr/bin:/usr/ucb:/usr/local/bin)
+pathtmp=/usr/lib:/usr/sbin:/usr/etc:/usr/ucblib:/usr/bin
+AC_PATH_PROG(sendmailpath, sendmail, no, [$pathtmp])
+pathtmp=/usr/bin:/usr/ucb:/usr/local/bin
+AC_PATH_PROG(morepath, more, no, [$pathtmp])
+pathtmp=/usr/bin:/usr/ucb:/usr/local/bin
+AC_PATH_PROG(vipath, vi, no, [$pathtmp])
dnl Check for broken vi
AC_CACHE_CHECK(for broken vi, nmh_cv_attvibug,
@@ -416,8 +419,8 @@
[test -z "$CONFIG_HEADERS" || echo > stamp-h])
eval "nmhbin=${bindir}"; eval "nmhbin2=${nmhbin}"
-eval "nmhetc=${etcdir}"; eval "nmhetc2=${nmhetc}"
-eval "nmhlib=${libdir}"; eval "nmhlib2=${nmhlib}"
+eval "nmhetc=${sysconfdir}"; eval "nmhetc2=${nmhetc}"
+eval "nmhlib=${libexecdir}"; eval "nmhlib2=${nmhlib}"
eval "nmhman=${mandir}"
echo "