diff options
Diffstat (limited to 'unix/README')
-rw-r--r-- | unix/README | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/unix/README b/unix/README index db268cf..59738c6 100644 --- a/unix/README +++ b/unix/README @@ -1,7 +1,7 @@ Tcl UNIX README --------------- -RCS: @(#) $Id: README,v 1.21 2002/03/05 20:31:21 hobbs Exp $ +RCS: @(#) $Id: README,v 1.22 2002/06/25 15:20:44 rmax Exp $ This is the directory where you configure, compile, test, and install UNIX versions of Tcl. This directory also contains source files for Tcl @@ -73,6 +73,10 @@ How To Compile And Install Tcl: default on platforms where nl_langinfo is found. --disable-langinfo Specifically disables use of nl_langinfo. + --enable-man-symlinks Use symlinks for linking the manpages that + should be reachable under several names. + --enable-man-compression=PROG + Compress the manpages using PROG. Note: by default gcc will be used if it can be located on the PATH. if you want to use cc instead of gcc, set the CC environment variable |