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

/external/chromium_org/third_party/sqlite/src/
H A Dconfigure.ac461 TCL_BIN_DIR=${ac_cv_c_tclconfig}
462 AC_MSG_RESULT(found $TCL_BIN_DIR/tclConfig.sh)
464 AC_MSG_CHECKING([for existence of $TCL_BIN_DIR/tclConfig.sh])
465 if test -f "$TCL_BIN_DIR/tclConfig.sh" ; then
467 . $TCL_BIN_DIR/tclConfig.sh
473 # If the TCL_BIN_DIR is the build directory (not the install directory),
481 if test -f $TCL_BIN_DIR/Makefile ; then
500 AC_SUBST(TCL_BIN_DIR)
H A Dconfigure880 TCL_BIN_DIR
12853 TCL_BIN_DIR=${ac_cv_c_tclconfig}
12854 { $as_echo "$as_me:$LINENO: result: found $TCL_BIN_DIR/tclConfig.sh" >&5
12855 $as_echo "found $TCL_BIN_DIR/tclConfig.sh" >&6; }
12857 { $as_echo "$as_me:$LINENO: checking for existence of $TCL_BIN_DIR/tclConfig.sh" >&5
12858 $as_echo_n "checking for existence of $TCL_BIN_DIR/tclConfig.sh... " >&6; }
12859 if test -f "$TCL_BIN_DIR/tclConfig.sh" ; then
12862 . $TCL_BIN_DIR/tclConfig.sh
12869 # If the TCL_BIN_DIR is the build directory (not the install directory),
12877 if test -f $TCL_BIN_DIR/Makefil
[all...]

Completed in 36 milliseconds