On 990305, at 18:31:53, Scott McDermott wrote:
> --- configure.in Thu Mar 4 18:21:48 1999
> +++ configure.in.new Fri Mar 5 06:38:19 1999
> @@ -30,7 +30,8 @@
> ;;
> esac
>
> -AC_PATH_PROG(SENDMAIL, sendmail, no, $PATH:/usr/sbin:/usr/lib)
> +ac_aux_path_sendmail=":/usr/sbin:/usr/lib"
> +AC_PATH_PROG(SENDMAIL, sendmail, no, $PATH$ax_aux_path_sendmail)
> AC_DEFINE_UNQUOTED(SENDMAIL, "$ac_cv_path_SENDMAIL")
>
> OPS='$(srcdir)/OPS'
After applying this patch on HP-UX 10.20, configure could not find
sendmail.
--
David Ellement