Home
last modified time | relevance | path

Searched refs:TCL_BIN_DIR (Results 1 – 4 of 4) sorted by relevance

/sqlite-3.40.0/autoconf/tea/tclconfig/
H A Dtcl.m436 # TCL_BIN_DIR Full path to the directory containing
176 TCL_BIN_DIR="# no Tcl configs found"
180 TCL_BIN_DIR="${ac_cv_c_tclconfig}"
353 # TCL_BIN_DIR
358 # TCL_BIN_DIR
370 . "${TCL_BIN_DIR}/tclConfig.sh"
392 for i in "`cd "${TCL_BIN_DIR}"; pwd`" \
393 "`cd "${TCL_BIN_DIR}"/../..; pwd`"; do
410 AC_SUBST(TCL_BIN_DIR)
582 TCLSH_PROG="${TCL_BIN_DIR}/tclsh"
[all …]
/sqlite-3.40.0/autoconf/tea/
H A DMakefile.in117 TCL_BIN_DIR = @TCL_BIN_DIR@
132 EXTRA_PATH = $(top_builddir):$(TCL_BIN_DIR)
/sqlite-3.40.0/
H A Dconfigure.ac408 TCL_BIN_DIR=${ac_cv_c_tclconfig}
409 AC_MSG_RESULT(found $TCL_BIN_DIR/tclConfig.sh)
411 AC_MSG_CHECKING([for existence of $TCL_BIN_DIR/tclConfig.sh])
412 if test -f "$TCL_BIN_DIR/tclConfig.sh" ; then
414 . $TCL_BIN_DIR/tclConfig.sh
420 # If the TCL_BIN_DIR is the build directory (not the install directory),
428 if test -f $TCL_BIN_DIR/Makefile ; then
447 AC_SUBST(TCL_BIN_DIR) subst
H A Dconfigure10846 TCL_BIN_DIR=${ac_cv_c_tclconfig}
10847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $TCL_BIN_DIR/tclConfig.sh" >&5
10848 $as_echo "found $TCL_BIN_DIR/tclConfig.sh" >&6; }
10850 … { $as_echo "$as_me:${as_lineno-$LINENO}: checking for existence of $TCL_BIN_DIR/tclConfig.sh" >&5
10851 $as_echo_n "checking for existence of $TCL_BIN_DIR/tclConfig.sh... " >&6; }
10852 if test -f "$TCL_BIN_DIR/tclConfig.sh" ; then
10855 . $TCL_BIN_DIR/tclConfig.sh
10870 if test -f $TCL_BIN_DIR/Makefile ; then