diff options
author | mdejong <mdejong> | 2001-04-25 22:01:24 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2001-04-25 22:01:24 (GMT) |
commit | a45e56585d9c1954635d19af697119c4ed0f8fc2 (patch) | |
tree | cc93684f0b6ab3779c1dc3e692c67d15743d3d9b /ChangeLog | |
parent | d2026f0a6b8d9cd389b0fe7f8d9ba521ff99546f (diff) | |
download | tcl-a45e56585d9c1954635d19af697119c4ed0f8fc2.zip tcl-a45e56585d9c1954635d19af697119c4ed0f8fc2.tar.gz tcl-a45e56585d9c1954635d19af697119c4ed0f8fc2.tar.bz2 |
* unix/configure: Regen.
* unix/tcl.m4: Subst TCL_THREADS into tclConfig.sh.
* unix/tclConfig.sh.in: Add TCL_THREADS variable.
* win/configure: Regen.
* win/tcl.m4: Subst TCL_THREADS into tclConfig.sh.
* win/tclConfig.sh.in: Add TCL_THREADS variable.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,6 +1,15 @@ 2000-04-25 Mo DeJong <mdejong@redhat.com> * unix/configure: Regen. + * unix/tcl.m4: Subst TCL_THREADS into tclConfig.sh. + * unix/tclConfig.sh.in: Add TCL_THREADS variable. + * win/configure: Regen. + * win/tcl.m4: Subst TCL_THREADS into tclConfig.sh. + * win/tclConfig.sh.in: Add TCL_THREADS variable. + +2000-04-25 Mo DeJong <mdejong@redhat.com> + + * unix/configure: Regen. * unix/configure.in: Use $@ in MAKE_LIB and MAKE_STUB_LIB commands instead of using a delayed subst variable. Replace instances of STUB_LIB_FILE with TCL_STUB_LIB_FILE. |