Displaying 1 result from an estimated 1 matches for "ac_cv_path_tclsh".
2009 Jun 02
0
[LLVMdev] problem with TCLSH when reconfiguring LLVM (was Re: make TEST=ipodbgopt in sqlite3: problem with TCLSH)
...=config.cache
[... lots of stuff ...]
$ grep -i tclsh Makefile.config
TCLSH :=
So the second time I configure, something in config.cache is
scuppering configure's attempt to find tclsh. This seems bad. Can
anyone who know about autoconf explain this? My config.cache contains
these lines:
ac_cv_path_TCLSH=${ac_cv_path_TCLSH=/usr/bin/tclsh8.4}
ac_cv_path_tclsh=${ac_cv_path_tclsh=/usr/bin/tclsh8.4}
Thanks,
Jay.