1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/misc/dotfile/files/patch-ac
1999-12-10 15:45:26 +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.2 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,)