finding .tcl files in non-standard locations?

Danny J. Mitzel (dmitzel@whitney.hitc.com)
Tue, 27 Sep 1994 23:51:39 -0700

we have tkined-1.0.2 library files installed in /usr/local/lib/tkined
and scotty-1.0.2 library files installed in /usr/local/lib/scotty.
the Makefile's in both tkined and scotty document that the TKINED_LIBRARY
environment variable can be used to control run-time searching for
library files. I tried
> setenv TKINED_LIBRARY /usr/local/lib/scotty
and
> setenv TKINED_LIBRARY /usr/local/lib/tkined:/usr/local/lib/scotty
neither seemed to work and I couldn't find any reference in the
code to this environment variable. is this really implemented?
things do work if I link the .tcl files into /usr/local/lib/tkined
but I'd like to figure this out so that if I add other non-standard
.tcl under my home at a later time then tkined will find them.

thanks,
danny (dmitzel@whitney.hitc.com)