Searched refs:TCL_AUTOPATH (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/tcl-105/
H A DMakefile29 ext84: TCL_AUTOPATH = $(NSFRAMEWORKDIR)/Tk.framework/Versions/$(TCL_VERSION)/Resources macro
100 $(_v) if [ -n "$(TCL_AUTOPATH)" ]; then printf '%s%s\n' \
101 'if {[lsearch -exact $$::auto_path $(TCL_AUTOPATH)] == -1} {' \
102 'lappend ::auto_path $(TCL_AUTOPATH)}' \
105 'if {[lsearch -exact $$::auto_path $(TCL_AUTOPATH)] == -1 && ' \
108 '$$::auto_path $(NSFRAMEWORKDIR)]+1}] $(TCL_AUTOPATH)]' '}' \

Completed in 67 milliseconds