diff options
author | mdejong <mdejong> | 2005-07-26 20:20:21 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2005-07-26 20:20:21 (GMT) |
commit | 99a3268ecf555ad04f3ce935d0c29b2477762c74 (patch) | |
tree | 1f752ee2b031e6e9bf8d593b06e2a22cf1b99d86 /ChangeLog | |
parent | 8b352c42ebe82894d4922719ca48dc45c6345844 (diff) | |
download | tcl-99a3268ecf555ad04f3ce935d0c29b2477762c74.zip tcl-99a3268ecf555ad04f3ce935d0c29b2477762c74.tar.gz tcl-99a3268ecf555ad04f3ce935d0c29b2477762c74.tar.bz2 |
* unix/configure: Regen.
* unix/configure.in: Check for a $prefix/share
directory and add it the the package if found.
This will check for Tcl packages in /usr/local/share
when Tcl is configured with the default dist install.
[patch 1231015]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2005-07-26 Mo DeJong <mdejong@users.sourceforge.net> + + * unix/configure: Regen. + * unix/configure.in: Check for a $prefix/share + directory and add it the the package if found. + This will check for Tcl packages in /usr/local/share + when Tcl is configured with the default dist install. + [patch 1231015] + 2005-07-26 Don Porter <dgp@users.sourceforge.net> * generic/tclBasic.c (Tcl_CallWhenDeleted): Converted to use |