diff options
Diffstat (limited to 'unix/configure.in')
-rw-r--r-- | unix/configure.in | 7 |
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 #------------------------------------------------------------------------ |