diff options
| author | hobbs <hobbs> | 2002-03-05 20:31:21 (GMT) |
|---|---|---|
| committer | hobbs <hobbs> | 2002-03-05 20:31:21 (GMT) |
| commit | 0a211bceeee352b33487fdc2adc0d17b605abc7b (patch) | |
| tree | dde9ee7883729f8a2def20ec7fa45902d10b6ed3 /unix | |
| parent | d2bdce57ad74f877851bf4c7f26fc3893750375a (diff) | |
| download | tcl-0a211bceeee352b33487fdc2adc0d17b605abc7b.zip tcl-0a211bceeee352b33487fdc2adc0d17b605abc7b.tar.gz tcl-0a211bceeee352b33487fdc2adc0d17b605abc7b.tar.bz2 | |
added --enable-langinfo doc
Diffstat (limited to 'unix')
| -rw-r--r-- | unix/README | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/unix/README b/unix/README index 9d77302..db268cf 100644 --- a/unix/README +++ b/unix/README @@ -1,7 +1,7 @@ Tcl UNIX README --------------- -RCS: @(#) $Id: README,v 1.20 2002/03/05 00:50:58 dgp Exp $ +RCS: @(#) $Id: README,v 1.21 2002/03/05 20:31:21 hobbs Exp $ This is the directory where you configure, compile, test, and install UNIX versions of Tcl. This directory also contains source files for Tcl @@ -68,6 +68,11 @@ How To Compile And Install Tcl: --disable-64bit disable 64bit support (where applicable) --enable-64bit-vis enable 64bit Sparc VIS support --disable-64bit-vis disable 64bit Sparc VIS support + --enable-langinfo Allows use of modern nl_langinfo check for + better localization support. This is on by + default on platforms where nl_langinfo is + found. + --disable-langinfo Specifically disables use of nl_langinfo. 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 |
