Home | History | Annotate | Download | only in autosetup

Lines Matching defs:with_tcl

1946   set with_tcl [opt-val with-tcl]
1947 if {"prefix" eq $with_tcl} {
1948 set with_tcl [get-define prefix]
1952 proc-debug "with_tcl=$with_tcl"
1953 if {"" eq $with_tclsh && "" eq $with_tcl} {
1972 set with_tcl $result
1974 if {"" ne $with_tcl && [file isdir $with_tcl]} {
1975 msg-result "$with_tclsh recommends the tclConfig.sh from $with_tcl"
1984 if {"" ne $with_tcl} {
1985 # Ensure that we can find tclConfig.sh under ${with_tcl}/...
1987 if {[file readable "${with_tcl}/tclConfig.sh"]} {
1988 set cfg "${with_tcl}/tclConfig.sh"
1991 if {[file readable "${with_tcl}/$i/tclConfig.sh"]} {
1992 set cfg "${with_tcl}/$i/tclConfig.sh"
1999 proj-fatal "No tclConfig.sh found under ${with_tcl}"