summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authorrmax <rmax>2002-06-25 15:20:44 (GMT)
committerrmax <rmax>2002-06-25 15:20:44 (GMT)
commit9d463d106e0773295dc5bd223472ee3d3e45b418 (patch)
tree9090ac7b4aaaee3e54b370c88ec48ef023f05b95 /unix/configure.in
parent34f767148b4bb7594082e532936d0ab590a82064 (diff)
downloadtcl-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 'unix/configure.in')
-rw-r--r--unix/configure.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/unix/configure.in b/unix/configure.in
index 9a57422..a5ec17f 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -3,7 +3,7 @@ dnl This file is an input file used by the GNU "autoconf" program to
dnl generate the file "configure", which is run during Tcl installation
dnl to configure the system for the local environment.
#
-# RCS: @(#) $Id: configure.in,v 1.88 2002/06/21 23:55:35 dkf Exp $
+# RCS: @(#) $Id: configure.in,v 1.89 2002/06/25 15:20:44 rmax Exp $
AC_INIT(../generic/tcl.h)
@@ -28,6 +28,11 @@ eval libdir="$libdir"
TCL_SRC_DIR=`cd $srcdir/..; pwd`
#------------------------------------------------------------------------
+# Compress and/or soft link the manpages?
+#------------------------------------------------------------------------
+SC_CONFIG_MANPAGES
+
+#------------------------------------------------------------------------
# Standard compiler checks
#------------------------------------------------------------------------