diff options
author | mdejong <mdejong> | 2005-07-26 20:26:27 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2005-07-26 20:26:27 (GMT) |
commit | 82117336431423ec510476abc4c9d414e174bed5 (patch) | |
tree | 09f35638fe1ff6e7be0b31b835662e821792cfb0 /ChangeLog | |
parent | 9d5713e7c5fda9f025636e41099395211bc6612d (diff) | |
download | tcl-82117336431423ec510476abc4c9d414e174bed5.zip tcl-82117336431423ec510476abc4c9d414e174bed5.tar.gz tcl-82117336431423ec510476abc4c9d414e174bed5.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 |