File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- # $PostgreSQL: pgsql/config/tcl.m4,v 1.7 2008/08/01 13:50:52 alvherre Exp $
1
+ # $PostgreSQL: pgsql/config/tcl.m4,v 1.8 2009/02/03 01:24:57 adunstan Exp $
2
2
3
3
# Autoconf macros to check for Tcl related things
4
4
5
5
6
6
AC_DEFUN ( [ PGAC_PATH_TCLSH] ,
7
- [ AC_PATH_PROGS ( TCLSH , [ tclsh tcl tclsh8.5 tclsh8.4 tclsh8.3] )
7
+ [ AC_PATH_PROGS ( TCLSH , [ tclsh tcl tclsh8.5 tclsh85 tclsh8.4 tclsh84 tclsh8.3 tclsh83 ] )
8
8
if test x"$TCLSH" = x""; then
9
9
AC_MSG_ERROR ( [ Tcl shell not found] )
10
10
fi
Original file line number Diff line number Diff line change @@ -26180,7 +26180,7 @@ fi
26180
26180
26181
26181
# Check for Tcl configuration script tclConfig.sh
26182
26182
if test "$with_tcl" = yes; then
26183
- for ac_prog in tclsh tcl tclsh8.5 tclsh8.4 tclsh8.3
26183
+ for ac_prog in tclsh tcl tclsh8.5 tclsh85 tclsh8.4 tclsh84 tclsh8.3 tclsh83
26184
26184
do
26185
26185
# Extract the first word of "$ac_prog", so it can be a program name with args.
26186
26186
set dummy $ac_prog; ac_word=$2
You can’t perform that action at this time.
0 commit comments