Re: [tcljava-dev] PATCH: Jacl
Brought to you by:
mdejong
|
From: Mo D. <md...@un...> - 2003-04-14 19:53:50
|
On Fri, 14 Mar 2003 09:11:30 -0700
Tom Poindexter <tpo...@ny...> wrote:
> > > Here are some patches to Jacl
> >
> > > 3. jaclsh: sets 'jacl.tcllibpath' property so that init.tcl can add the
> > > installed lib path to auto_path.
Just an FYI here, but I rejected this 'jacl.tcllibpath' patch because
the TCLLIBPATH property already provides this functionality.
Snip from current init.tcl:
if {[info exists env(TCLLIBPATH)]} {
lappend auto_path $env(TCLLIBPATH)
}
cheers
Mo
|