1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-07 22:58:11 +00:00
freebsd-ports/misc/dotfile/files/patch-ac
Steve Price 82d4086201 Don't try to look for the formail program, since it may fail if
procmail is not present.

Submitted by:	Brett Taylor <brett@peloton.physics.montana.edu>
1998-02-26 03:35:10 +00:00

31 lines
999 B
Plaintext

*** Modules/procmail/configure.in.orig Sun Dec 21 07:40:33 1997
--- Modules/procmail/configure.in Wed Feb 25 17:24:18 1998
***************
*** 13,27 ****
echo "----------------------------------------------------------------------"
! AC_PATH_PROGS(TCLSH, tclsh7.6 tclsh7.5 tclsh7.4 tclsh, no)
if test "$TCLSH" = no; then
AC_MSG_ERROR(I couldn't find 'tclsh' please insert it into your pa
th and try again)
- fi
-
- AC_PATH_PROGS(FORMAIL, formail,)
- if test "$FORMAIL" = ""; then
- AC_MSG_ERROR(I couldn't find the program formail, it should be in the procmail distribution. Please insert it into the path.)
fi
AC_PATH_PROGS(SED,sed,)
--- 13,22 ----
echo "----------------------------------------------------------------------"
! AC_PATH_PROGS(TCLSH, tclsh8.0 tclsh7.6 tclsh7.5 tclsh7.4 tclsh, no)
if test "$TCLSH" = no; then
AC_MSG_ERROR(I couldn't find 'tclsh' please insert it into your pa
th and try again)
fi
AC_PATH_PROGS(SED,sed,)