diff options
author | andreas_kupries <akupries@shaw.ca> | 2004-10-20 18:11:52 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2004-10-20 18:11:52 (GMT) |
commit | 02b44df49ea3df0256e9e7b48d0f45f29840defe (patch) | |
tree | 65a82fe01e2c875623647854bfe5b661c2667303 /ChangeLog | |
parent | 23e6cb833078496ac9af54cba4a1b4d9aff3866b (diff) | |
download | tcl-02b44df49ea3df0256e9e7b48d0f45f29840defe.zip tcl-02b44df49ea3df0256e9e7b48d0f45f29840defe.tar.gz tcl-02b44df49ea3df0256e9e7b48d0f45f29840defe.tar.bz2 |
* win/Makefile.in (install-msgs): Fixed a problem with the
* win/Makefile.in (install-tzdata): installation of timezone data
and message catalogs. They used the installed tcl library
directory, not the source library. Before it was installed.
Switched to source lib dir. Thanks to Kevin for the help in
figuring this out.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2004-10-20 Andreas Kupries <andreask@activestate.com> + + * win/Makefile.in (install-msgs): Fixed a problem with the + * win/Makefile.in (install-tzdata): installation of timezone data + and message catalogs. They used the installed tcl library + directory, not the source library. Before it was installed. + Switched to source lib dir. Thanks to Kevin for the help in + figuring this out. + 2004-10-20 Don Porter <dgp@users.sourceforge.net> * generic/tclThreadTest.c (ThreadEventProc): Corrected subtle |