summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authorrmax <rmax>2004-11-18 02:07:06 (GMT)
committerrmax <rmax>2004-11-18 02:07:06 (GMT)
commit2d4840bee21532d087aa38573c03536887eae72b (patch)
tree86ee8a7a88a748b30a8223ce88428550f56682e7 /unix/configure.in
parentb70f7a0c3c837a92e17bb6ec8214cb77b4d2a670 (diff)
downloadtcl-2d4840bee21532d087aa38573c03536887eae72b.zip
tcl-2d4840bee21532d087aa38573c03536887eae72b.tar.gz
tcl-2d4840bee21532d087aa38573c03536887eae72b.tar.bz2
2004-11-18 Reinhard Max <max@suse.de>
* unix/tcl.m4 (SC_CONFIG_MANPAGES): Applied an improved version of * unix/configure.in: patch #996085, that introduces * unix/Makefile.in: --enable-man-suffix. * unix/installManPage: added * unix/mkLinks.tcl: removed * unix/mkLinks: removed
Diffstat (limited to 'unix/configure.in')
-rw-r--r--unix/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/configure.in b/unix/configure.in
index 0d8d074..6c4df56 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.106.2.9 2004/10/28 16:42:12 dgp Exp $
+# RCS: @(#) $Id: configure.in,v 1.106.2.10 2004/11/18 02:07:09 rmax Exp $
AC_INIT(../generic/tcl.h)
AC_PREREQ(2.13)
@@ -31,7 +31,7 @@ TCL_SRC_DIR=`cd $srcdir/..; pwd`
#------------------------------------------------------------------------
# Compress and/or soft link the manpages?
#------------------------------------------------------------------------
-SC_CONFIG_MANPAGES
+SC_CONFIG_MANPAGES([tcl])
#------------------------------------------------------------------------
# Standard compiler checks