summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authorrmax <rmax>2004-11-18 02:08:53 (GMT)
committerrmax <rmax>2004-11-18 02:08:53 (GMT)
commit48cc85d50a977b2c192eec2f39ac45d6116aa95b (patch)
treee80fe6443e5872769b6751f65ce83f28b6a65ce2 /unix/configure.in
parent82a529bee068d65da4c56c30e13a4f652f2c064b (diff)
downloadtk-48cc85d50a977b2c192eec2f39ac45d6116aa95b.zip
tk-48cc85d50a977b2c192eec2f39ac45d6116aa95b.tar.gz
tk-48cc85d50a977b2c192eec2f39ac45d6116aa95b.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: 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 860b1fa..2ef6518 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.83.2.11 2004/10/28 16:49:45 dgp Exp $
+# RCS: @(#) $Id: configure.in,v 1.83.2.12 2004/11/18 02:09:00 rmax Exp $
AC_INIT(../generic/tk.h)
AC_PREREQ(2.13)
@@ -47,7 +47,7 @@ TK_SRC_DIR=`cd $srcdir/..; pwd`
#------------------------------------------------------------------------
# Compress and/or soft link the manpages?
#------------------------------------------------------------------------
-SC_CONFIG_MANPAGES
+SC_CONFIG_MANPAGES([tk])
#------------------------------------------------------------------------
# Standard compiler checks