TEA_PROG_TCLSH does not work correctly in cross-build environments
Type:
Bug
Version:
Submitter:
anonymous
Created on:
2020-01-22 11:36:11
Subsystem:
85. tclconfig
Assigned To:
nobody
Priority:
5 Medium
Severity:
Minor
Status:
Open
Last Modified:
2020-01-22 11:36:11
Resolution:
None
Closed By:
nobody
Closed on:
Description:
TEA_PROG_TCLSH always set TCLSH_PROG variable to the tclsh executable in build directory.
Some packages uses TCLSH_PROG to run make targets which is not possible when cross-compiling.
However, old SC_PROG_TCLSH (used in tcllib for example) searches tclsh in the PATH first which is surprisingly works.