diff options
author | mo <mo> | 2000-08-25 05:45:07 (GMT) |
---|---|---|
committer | mo <mo> | 2000-08-25 05:45:07 (GMT) |
commit | 92b7deae26e04e620d0ccff5b84119091c0bbae6 (patch) | |
tree | eda9a29092cf12d5c3df956d45bb50864bafbbf9 /ChangeLog | |
parent | a00987b71d6e7d1198978327f1aa26c4567bb5f7 (diff) | |
download | tcl-92b7deae26e04e620d0ccff5b84119091c0bbae6.zip tcl-92b7deae26e04e620d0ccff5b84119091c0bbae6.tar.gz tcl-92b7deae26e04e620d0ccff5b84119091c0bbae6.tar.bz2 |
remove --enable-gcc configure option
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2000-08-24 Mo DeJong <mdejong@redhat.com> + + * unix/README: Update to account for removal of --enable-gcc. + * unix/configure.in: + * unix/tcl.m4 (SC_ENABLE_GCC): Remove --enable-gcc option. + * win/README: Add note about building with Cygwin. + * win/configure.in: + * win/tcl.m4 (SC_ENABLE_GCC): Remove --enable-gcc option. + Remove quick hack that provided cross compile support for + windows builds. + 2000-08-24 Eric Melski <ericm@ajubasolutions.com> Overall change: Added support for command rename/delete traces |