blob: f61e160deb849ebd5c6bdbbf8659e69fe896685c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
*** Modules/procmail/configure.in.orig Sat Feb 21 15:20:04 1998
--- Modules/procmail/configure.in Sat Feb 21 15:20:19 1998
***************
*** 13,19 ****
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)
--- 13,19 ----
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)
|