Home | History | Annotate | Download | only in gdb

Lines Matching refs:TCL_BIN_DIR

699 TCL_BIN_DIR
32267 TCL_BIN_DIR="# no Tcl configs found"
32272 TCL_BIN_DIR=${ac_cv_c_tclconfig}
32273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found ${TCL_BIN_DIR}/tclConfig.sh" >&5
32274 $as_echo "found ${TCL_BIN_DIR}/tclConfig.sh" >&6; }
32400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for existence of ${TCL_BIN_DIR}/tclConfig.sh" >&5
32401 $as_echo_n "checking for existence of ${TCL_BIN_DIR}/tclConfig.sh... " >&6; }
32403 if test -f "${TCL_BIN_DIR}/tclConfig.sh" ; then
32406 . ${TCL_BIN_DIR}/tclConfig.sh
32408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: could not find ${TCL_BIN_DIR}/tclConfig.sh" >&5
32409 $as_echo "could not find ${TCL_BIN_DIR}/tclConfig.sh" >&6; }
32416 # If the TCL_BIN_DIR is the build directory (not the install directory),
32422 if test -f "${TCL_BIN_DIR}/Makefile" ; then
32432 if test -f "${TCL_BIN_DIR}/${TCL_LIB_FILE}"; then
32433 for i in "`cd ${TCL_BIN_DIR}; pwd`" \
32434 "`cd ${TCL_BIN_DIR}/../..; pwd`"; do
32441 if test -f "${TCL_BIN_DIR}/${TCL_STUB_LIB_FILE}"; then
32442 TCL_STUB_LIB_SPEC="-L${TCL_BIN_DIR} ${TCL_STUB_LIB_FLAG}"
32443 TCL_STUB_LIB_PATH="${TCL_BIN_DIR}/${TCL_STUB_LIB_FILE}"