Home | History | Annotate | Download | only in gdb

Lines Matching refs:TK_BIN_DIR

687 TK_BIN_DIR
32386 TK_BIN_DIR="# no Tk configs found"
32391 TK_BIN_DIR=${ac_cv_c_tkconfig}
32392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found ${TK_BIN_DIR}/tkConfig.sh" >&5
32393 $as_echo "found ${TK_BIN_DIR}/tkConfig.sh" >&6; }
32515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for existence of ${TK_BIN_DIR}/tkConfig.sh" >&5
32516 $as_echo_n "checking for existence of ${TK_BIN_DIR}/tkConfig.sh... " >&6; }
32518 if test -f "${TK_BIN_DIR}/tkConfig.sh" ; then
32521 . ${TK_BIN_DIR}/tkConfig.sh
32523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: could not find ${TK_BIN_DIR}/tkConfig.sh" >&5
32524 $as_echo "could not find ${TK_BIN_DIR}/tkConfig.sh" >&6; }
32531 # If the TK_BIN_DIR is the build directory (not the install directory),
32537 if test -f "${TK_BIN_DIR}/Makefile" ; then
32547 if test -f "${TK_BIN_DIR}/${TK_LIB_FILE}"; then
32548 for i in "`cd ${TK_BIN_DIR}; pwd`" \
32549 "`cd ${TK_BIN_DIR}/../..; pwd`"; do
32556 if test -f "${TK_BIN_DIR}/${TK_STUB_LIB_FILE}"; then
32557 TK_STUB_LIB_SPEC="-L${TK_BIN_DIR} ${TK_STUB_LIB_FLAG}"
32558 TK_STUB_LIB_PATH="${TK_BIN_DIR}/${TK_STUB_LIB_FILE}"