File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- # $Header: /cvsroot/pgsql/config/tcl.m4,v 1.1 2000/09/25 22:22:53 petere Exp $
1
+ # $Header: /cvsroot/pgsql/config/tcl.m4,v 1.2 2000/09/30 10:45:17 petere Exp $
2
2
3
3
# Autoconf macros to check for Tcl related things
4
4
@@ -23,7 +23,7 @@ if test -z "$TCL_CONFIG_SH"; then
23
23
set X `echo 'puts $auto_path' | $TCLSH`; shift
24
24
fi
25
25
26
- for pgac_dir; do
26
+ for pgac_dir do
27
27
if test -r "$pgac_dir/tclConfig.sh"; then
28
28
TCL_CONFIG_SH=$pgac_dir/tclConfig.sh
29
29
break
@@ -57,7 +57,7 @@ if test -z "$TK_CONFIG_SH"; then
57
57
set X `echo 'puts $auto_path' | $TCLSH`; shift
58
58
fi
59
59
60
- for pgac_dir; do
60
+ for pgac_dir do
61
61
if test -r "$pgac_dir/tkConfig.sh"; then
62
62
TK_CONFIG_SH=$pgac_dir/tkConfig.sh
63
63
break
Original file line number Diff line number Diff line change @@ -2552,7 +2552,7 @@ mkinstalldirs="\$(SHELL) \$(top_srcdir)/config/mkinstalldirs"
2552
2552
2553
2553
2554
2554
2555
- for ac_prog in mawk gawk nawk awk
2555
+ for ac_prog in gawk mawk nawk awk
2556
2556
do
2557
2557
# Extract the first word of "$ac_prog", so it can be a program name with args.
2558
2558
set dummy $ac_prog ; ac_word=$2
@@ -7033,7 +7033,7 @@ if test -z "$TCL_CONFIG_SH"; then
7033
7033
set X ` echo ' puts $auto_path' | $TCLSH ` ; shift
7034
7034
fi
7035
7035
7036
- for pgac_dir; do
7036
+ for pgac_dir do
7037
7037
if test -r " $pgac_dir /tclConfig.sh" ; then
7038
7038
TCL_CONFIG_SH=$pgac_dir /tclConfig.sh
7039
7039
break
@@ -7066,7 +7066,7 @@ if test -z "$TK_CONFIG_SH"; then
7066
7066
set X ` echo ' puts $auto_path' | $TCLSH ` ; shift
7067
7067
fi
7068
7068
7069
- for pgac_dir; do
7069
+ for pgac_dir do
7070
7070
if test -r " $pgac_dir /tkConfig.sh" ; then
7071
7071
TK_CONFIG_SH=$pgac_dir /tkConfig.sh
7072
7072
break
You can’t perform that action at this time.
0 commit comments