summaryrefslogtreecommitdiff
path: root/misc/dotfile/files/patch-ac
blob: 1a6401a8c10f7430166a99accbac3304af4a37bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
*** 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,)