From 1a5465b6d899fa12338950ecd634264b27d689c2 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 13 Apr 1995 17:56:21 +0000 Subject: sendmail is now looked for in /usr/ucblib --- aclocal.m4 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'aclocal.m4') diff --git a/aclocal.m4 b/aclocal.m4 index b319bfd16..0624b57e3 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -15,6 +15,9 @@ elif test -f "/usr/lib/sendmail"; then elif test -f "/usr/etc/sendmail"; then AC_MSG_RESULT(/usr/etc/sendmail) AC_DEFINE(_SUDO_PATH_SENDMAIL, "/usr/etc/sendmail") +elif test -f "/usr/ucblib/sendmail"; then + AC_MSG_RESULT(/usr/ucblib/sendmail) + AC_DEFINE(_SUDO_PATH_SENDMAIL, "/usr/ucblib/sendmail") elif test -f "/usr/local/lib/sendmail"; then AC_MSG_RESULT(/usr/local/lib/sendmail) AC_DEFINE(_SUDO_PATH_SENDMAIL, "/usr/local/lib/sendmail") -- cgit v1.2.1