summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorrmax <rmax>2002-06-25 16:45:11 (GMT)
committerrmax <rmax>2002-06-25 16:45:11 (GMT)
commite0a03f97795a574958b1be946798f3a34cb25d1d (patch)
tree74d3f5bc8eaca5e5fb2a1b9763f801533c04265e /ChangeLog
parent74607ec0cc8a43fcd4eee20367551cfe4c9b6be3 (diff)
downloadtk-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--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index df565ec..b638a72 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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}.