aboutsummaryrefslogtreecommitdiff
path: root/misc/dotfile/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'misc/dotfile/files/patch-ac')
-rw-r--r--misc/dotfile/files/patch-ac30
1 files changed, 0 insertions, 30 deletions
diff --git a/misc/dotfile/files/patch-ac b/misc/dotfile/files/patch-ac
deleted file mode 100644
index 5e1ad0bbd2eb..000000000000
--- a/misc/dotfile/files/patch-ac
+++ /dev/null
@@ -1,30 +0,0 @@
-*** 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,)