> The fix would involve making `:/usr/sbin:/usr/lib' from line 1159 above
> to be the value of a variable, defined before this line, and expanded in
> the line instead of that string itself.  While I am not familiar with
> autoconf or m4, the attached patch for `configure.in' seems to produce a
> correct `configure' script when `autoconf'ed.

 No attached patch ... but the proposed fix is ok. Something like

ac_aux_path_sendmail=/usr/sbin:/usr/lib
AC_PATH_PROG(SENDMAIL, sendmail, no, $PATH:$ac_aux_path_sendmail)

Reply via email to