summaryrefslogtreecommitdiff
path: root/misc/dotfile/files/patch-ad
blob: 79846373aabbfb05bbeb4376e75b6f392335c5a1 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
*** Modules/procmail/configure.orig	Sun Dec 21 07:40:33 1997
--- Modules/procmail/configure	Wed Feb 25 17:27:59 1998
***************
*** 519,537 ****
  
  
  
! echo "----------------------------------------------------------------------"
! echo "----------------------------------------------------------------------"
! echo "Please note that the configure script for procmail has to be run on"
! echo "your mailhost! This is important, since the mailhost may have separate"
! echo "file systems, and thus have other programs, than your current host!"
! echo "If this is not your mail host, please rlogin to it and run"
! echo "Modules/procmail/configure on it, or edit Modules/procmail/system.tcl"
! echo "accordingly!"
! echo "----------------------------------------------------------------------"
! echo "----------------------------------------------------------------------"
! 
! 
! for ac_prog in tclsh7.6 tclsh7.5 tclsh7.4 tclsh
  do
  # Extract the first word of "$ac_prog", so it can be a program name with args.
  set dummy $ac_prog; ac_word=$2
--- 519,525 ----
  
  
  
! for ac_prog in tclsh8.0 tclsh7.6 tclsh7.5 tclsh7.4 tclsh
  do
  # Extract the first word of "$ac_prog", so it can be a program name with args.
  set dummy $ac_prog; ac_word=$2
***************
*** 571,616 ****
  if test "$TCLSH" = no; then
          { echo "configure: error: I couldn't find 'tclsh' please insert it into your pa
  th and try again" 1>&2; exit 1; }
- fi
- 
- for ac_prog in formail
- do
- # Extract the first word of "$ac_prog", so it can be a program name with args.
- set dummy $ac_prog; ac_word=$2
- echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
- echo "configure:582: checking for $ac_word" >&5
- if eval "test \"`echo '$''{'ac_cv_path_FORMAIL'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   case "$FORMAIL" in
-   /*)
-   ac_cv_path_FORMAIL="$FORMAIL" # Let the user override the test with a path.
-   ;;
-   *)
-   IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}:"
-   for ac_dir in $PATH; do
-     test -z "$ac_dir" && ac_dir=.
-     if test -f $ac_dir/$ac_word; then
-       ac_cv_path_FORMAIL="$ac_dir/$ac_word"
-       break
-     fi
-   done
-   IFS="$ac_save_ifs"
-   ;;
- esac
- fi
- FORMAIL="$ac_cv_path_FORMAIL"
- if test -n "$FORMAIL"; then
-   echo "$ac_t""$FORMAIL" 1>&6
- else
-   echo "$ac_t""no" 1>&6
- fi
- 
- test -n "$FORMAIL" && break
- done
- 
- if test "$FORMAIL" = ""; then
-   { echo "configure: error: I couldn't find the program formail" 1>&2; exit 1; }
  fi
  
  for ac_prog in sed
--- 559,564 ----