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_aux_path_sendmail
> AC_DEFINE_UNQUOTED(SENDMAIL, "$ac_cv_path_SENDMAIL")
I missed the typo when I reported the configure problem earlier.
--
David Ellement