diff options
author | rmax <rmax> | 2002-06-25 15:20:44 (GMT) |
---|---|---|
committer | rmax <rmax> | 2002-06-25 15:20:44 (GMT) |
commit | 9d463d106e0773295dc5bd223472ee3d3e45b418 (patch) | |
tree | 9090ac7b4aaaee3e54b370c88ec48ef023f05b95 /ChangeLog | |
parent | 34f767148b4bb7594082e532936d0ab590a82064 (diff) | |
download | tcl-9d463d106e0773295dc5bd223472ee3d3e45b418.zip tcl-9d463d106e0773295dc5bd223472ee3d3e45b418.tar.gz tcl-9d463d106e0773295dc5bd223472ee3d3e45b418.tar.bz2 |
* unix/tcl.m4: New macro SC_CONFIG_MANPAGES.
* unix/configure.in: Added support for symlinks and compression
* unix/Makefile.in: when installing the manpages. [Patch 518052]
* unix/mkLinks.tcl: Default is still hardlinks and no compression.
* unix/mkLinks: generated
* unix/configure:
* unix/README: Added documentation for the new features.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ 2002-06-25 Reinhard Max <max@suse.de> + * unix/tcl.m4: New macro SC_CONFIG_MANPAGES. + * unix/configure.in: Added support for symlinks and compression + * unix/Makefile.in: when installing the manpages. [Patch 518052] + * unix/mkLinks.tcl: Default is still hardlinks and no compression. + + * unix/mkLinks: generated + * unix/configure: + + * unix/README: Added documentation for the new features. + * unix/tcl.m4 (SC_PATH_TCLCONFIG): Replaced ${exec_prefix}/lib by ${libdir}. |