summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
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 /unix/configure.in
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 '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 b988a81..0147bca 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 Tk installation
dnl to configure the system for the local environment.
#
-# RCS: @(#) $Id: configure.in,v 1.73 2002/06/22 00:02:49 dkf Exp $
+# RCS: @(#) $Id: configure.in,v 1.74 2002/06/25 16:45:12 rmax Exp $
AC_INIT(../generic/tk.h)
@@ -31,6 +31,11 @@ srcdir=`cd $srcdir ; pwd`
TK_SRC_DIR=`cd $srcdir/..; pwd`
#------------------------------------------------------------------------
+# Compress and/or soft link the manpages?
+#------------------------------------------------------------------------
+SC_CONFIG_MANPAGES
+
+#------------------------------------------------------------------------
# Standard compiler checks
#------------------------------------------------------------------------