From 82d408620120be38e23cf40f59ec18e260a07aa5 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Thu, 26 Feb 1998 03:35:10 +0000 Subject: Don't try to look for the formail program, since it may fail if procmail is not present. Submitted by: Brett Taylor --- misc/dotfile/files/patch-ac | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) (limited to 'misc/dotfile/files/patch-ac') diff --git a/misc/dotfile/files/patch-ac b/misc/dotfile/files/patch-ac index f61e160deb84..1a6401a8c10f 100644 --- a/misc/dotfile/files/patch-ac +++ b/misc/dotfile/files/patch-ac @@ -1,7 +1,7 @@ -*** Modules/procmail/configure.in.orig Sat Feb 21 15:20:04 1998 ---- Modules/procmail/configure.in Sat Feb 21 15:20:19 1998 +*** Modules/procmail/configure.in.orig Sun Dec 21 07:40:33 1997 +--- Modules/procmail/configure.in Wed Feb 25 17:24:18 1998 *************** -*** 13,19 **** +*** 13,27 **** echo "----------------------------------------------------------------------" @@ -9,7 +9,15 @@ if test "$TCLSH" = no; then AC_MSG_ERROR(I couldn't find 'tclsh' please insert it into your pa th and try again) ---- 13,19 ---- +- 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 "----------------------------------------------------------------------" @@ -17,3 +25,6 @@ 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,) -- cgit v1.2.3