K 10 svn:author V 5 peter K 8 svn:date V 27 1996-12-16T11:53:50.000000Z K 7 svn:log V 370 Reverse the tcl configure's decision to "disable" the use of ranlib since it's wrong. It "knows" that ranlib is not used on shared libraries, this is not a valid assumption since it exports this definition to the world via tclConfig.sh. :-( Hence, things like expect (to be updated) fall over because they were using ":" instead of "ranlib" on their static libraries. END