diff options
author | rmax <rmax> | 2002-06-25 16:45:11 (GMT) |
---|---|---|
committer | rmax <rmax> | 2002-06-25 16:45:11 (GMT) |
commit | e0a03f97795a574958b1be946798f3a34cb25d1d (patch) | |
tree | 74d3f5bc8eaca5e5fb2a1b9763f801533c04265e /ChangeLog | |
parent | 74607ec0cc8a43fcd4eee20367551cfe4c9b6be3 (diff) | |
download | tk-e0a03f97795a574958b1be946798f3a34cb25d1d.zip tk-e0a03f97795a574958b1be946798f3a34cb25d1d.tar.gz tk-e0a03f97795a574958b1be946798f3a34cb25d1d.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]
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
@@ -13,6 +13,16 @@ 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] + Default is still hardlinks and no compression. + + * unix/mkLinks: generated + * unix/configure: + + * unix/README: Added documentation for the new features. + * unix/configure: Replaced ${exec_prefix}/lib * unix/tcl.m4 (SC_PATH_TCLCONFIG): by ${libdir}. |