summaryrefslogtreecommitdiffstats
path: root/win/README
diff options
context:
space:
mode:
authorhobbs <hobbs>2000-02-08 10:06:58 (GMT)
committerhobbs <hobbs>2000-02-08 10:06:58 (GMT)
commit67763d47ff042080e9e4784101f27258c6148379 (patch)
treee7916bc5a5a57d71490c3dbb4681113553cc8638 /win/README
parentc8f6788c1a50158b77972cd8d404c11ca0ce14e0 (diff)
downloadtcl-67763d47ff042080e9e4784101f27258c6148379.zip
tcl-67763d47ff042080e9e4784101f27258c6148379.tar.gz
tcl-67763d47ff042080e9e4784101f27258c6148379.tar.bz2
* unix/configure.in:
* win/configure.in: * win/README: * win/README.binary: * generic/tcl.h (TCL_RELEASE_SERIAL): Moved to 8.3.0 patchlevel * unix/tcl.m4: changed all -fpic to -fPIC
Diffstat (limited to 'win/README')
-rw-r--r--win/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/README b/win/README
index de37b53..acab0ba 100644
--- a/win/README
+++ b/win/README
@@ -4,7 +4,7 @@ by Scott Stanton
Scriptics Corporation
scott.stanton@scriptics.com
-RCS: @(#) $Id: README,v 1.14 1999/10/05 22:47:04 hobbs Exp $
+RCS: @(#) $Id: README,v 1.15 2000/02/08 10:07:05 hobbs Exp $
1. Introduction
---------------
@@ -35,7 +35,7 @@ the tcl libraries and the tclsh executable.
In order to use the binaries generated by these makefiles, you will
need to place the Tcl script library files someplace where Tcl can
-find them. Tcl looks in one of three places for the library files:
+find them. Tcl looks in one of following places for the library files:
1) The path specified in the environment variable "TCL_LIBRARY".