summaryrefslogtreecommitdiffstats
path: root/unix/README
diff options
context:
space:
mode:
authorhobbs <hobbs>2002-03-05 20:31:21 (GMT)
committerhobbs <hobbs>2002-03-05 20:31:21 (GMT)
commit390813bcfce7599ecd865db8de43eade4888e350 (patch)
treedde9ee7883729f8a2def20ec7fa45902d10b6ed3 /unix/README
parentafe982c0070835f03e4776b6f86ed0e494fb17d1 (diff)
downloadtcl-390813bcfce7599ecd865db8de43eade4888e350.zip
tcl-390813bcfce7599ecd865db8de43eade4888e350.tar.gz
tcl-390813bcfce7599ecd865db8de43eade4888e350.tar.bz2
added --enable-langinfo doc
Diffstat (limited to 'unix/README')
-rw-r--r--unix/README7
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