Searched refs:TCLSH_CMD (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/sqlite/src/
H A Dconfigure.ac142 AC_CHECK_PROGS(TCLSH_CMD, [tclsh8.5 tclsh], none)
143 if test "$TCLSH_CMD" = "none"; then
148 TCLSH_CMD="tclsh"
150 AC_SUBST(TCLSH_CMD)
155 for i in `echo 'puts stdout $auto_path' | ${TCLSH_CMD}` ; do
392 for i in `echo 'puts stdout $auto_path' | ${TCLSH_CMD}`
H A DMakefile.in107 TCLSH_CMD = @TCLSH_CMD@
511 $(TCLSH_CMD) $(TOP)/tool/vdbe-compress.tcl <tsrc/vdbe.c >vdbe.new
516 $(TCLSH_CMD) $(TOP)/tool/mksqlite3c.tcl
H A Dconfigure863 TCLSH_CMD
12267 if test -n "$TCLSH_CMD"; then
12268 ac_cv_prog_TCLSH_CMD="$TCLSH_CMD" # Let the user override the test.
12287 TCLSH_CMD=$ac_cv_prog_TCLSH_CMD
12288 if test -n "$TCLSH_CMD"; then
12289 { $as_echo "$as_me:$LINENO: result: $TCLSH_CMD" >&5
12290 $as_echo "$TCLSH_CMD" >&6; }
12297 test -n "$TCLSH_CMD" && break
12299 test -n "$TCLSH_CMD" || TCLSH_CMD
[all...]

Completed in 800 milliseconds