Lines Matching refs:TK_BIN_DIR
687 TK_BIN_DIR
32479 TK_BIN_DIR="# no Tk configs found"
32484 TK_BIN_DIR=${ac_cv_c_tkconfig}
32485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found ${TK_BIN_DIR}/tkConfig.sh" >&5
32486 $as_echo "found ${TK_BIN_DIR}/tkConfig.sh" >&6; }
32608 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for existence of ${TK_BIN_DIR}/tkConfig.sh" >&5
32609 $as_echo_n "checking for existence of ${TK_BIN_DIR}/tkConfig.sh... " >&6; }
32611 if test -f "${TK_BIN_DIR}/tkConfig.sh" ; then
32614 . ${TK_BIN_DIR}/tkConfig.sh
32616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: could not find ${TK_BIN_DIR}/tkConfig.sh" >&5
32617 $as_echo "could not find ${TK_BIN_DIR}/tkConfig.sh" >&6; }
32624 # If the TK_BIN_DIR is the build directory (not the install directory),
32630 if test -f "${TK_BIN_DIR}/Makefile" ; then
32640 if test -f "${TK_BIN_DIR}/${TK_LIB_FILE}"; then
32641 for i in "`cd ${TK_BIN_DIR}; pwd`" \
32642 "`cd ${TK_BIN_DIR}/../..; pwd`"; do
32649 if test -f "${TK_BIN_DIR}/${TK_STUB_LIB_FILE}"; then
32650 TK_STUB_LIB_SPEC="-L${TK_BIN_DIR} ${TK_STUB_LIB_FLAG}"
32651 TK_STUB_LIB_PATH="${TK_BIN_DIR}/${TK_STUB_LIB_FILE}"