Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b5d23f2

Browse files
committed
allow alternative names for tclsh used on Windows
1 parent 623cf5e commit b5d23f2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config/tcl.m4

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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 $
22

33
# Autoconf macros to check for Tcl related things
44

55

66
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])
88
if test x"$TCLSH" = x""; then
99
AC_MSG_ERROR([Tcl shell not found])
1010
fi

configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -26180,7 +26180,7 @@ fi
2618026180

2618126181
# Check for Tcl configuration script tclConfig.sh
2618226182
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
2618426184
do
2618526185
# Extract the first word of "$ac_prog", so it can be a program name with args.
2618626186
set dummy $ac_prog; ac_word=$2

0 commit comments

Comments
 (0)