summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-10-26 09:36:30 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-10-26 09:36:30 (GMT)
commit837f6c4dc096082d7e645f702f494f8a70a51a32 (patch)
treeefb5f6ab253b6d4b8d51889b011d87528742b251 /unix
parentd33fc57550e1921bfadb8fe4b90d7e55bf23e6f5 (diff)
parent4ee4ed8efe6d1d806989ea477d25fa98a70a51a3 (diff)
downloadtcl-837f6c4dc096082d7e645f702f494f8a70a51a32.zip
tcl-837f6c4dc096082d7e645f702f494f8a70a51a32.tar.gz
tcl-837f6c4dc096082d7e645f702f494f8a70a51a32.tar.bz2
TIP #646: Change -eofchar handling (Tcl 8.7 part)
Diffstat (limited to 'unix')
-rw-r--r--unix/README4
-rw-r--r--unix/tcl.pc.in2
2 files changed, 3 insertions, 3 deletions
diff --git a/unix/README b/unix/README
index b8adc71..9dad93a 100644
--- a/unix/README
+++ b/unix/README
@@ -8,11 +8,11 @@ MacOSX platform too, but they all depend on UNIX (POSIX/ANSI C) interfaces and
some of them only make sense under UNIX.
Updated forms of the information found in this file is available at:
- https://www.tcl-tk.org/doc/howto/compile.html#unix
+ https://www.tcl-lang.org/doc/howto/compile.html#unix
For information on platforms where Tcl is known to compile, along with any
porting notes for getting it to work on those platforms, see:
- https://www.tcl-tk.org/software/tcltk/platforms.html
+ https://www.tcl-lang.org/software/tcltk/platforms.html
The rest of this file contains instructions on how to do this. The release
should compile and run either "out of the box" or with trivial changes on any
diff --git a/unix/tcl.pc.in b/unix/tcl.pc.in
index 21ea0ce..5f90c41 100644
--- a/unix/tcl.pc.in
+++ b/unix/tcl.pc.in
@@ -8,7 +8,7 @@ libfile=@TCL_LIB_FILE@
Name: Tool Command Language
Description: Tcl is a powerful, easy-to-learn dynamic programming language, suitable for a wide range of uses.
-URL: https://www.tcl-tk.org/
+URL: https://www.tcl-lang.org/
Version: @TCL_VERSION@@TCL_PATCH_LEVEL@
Requires.private: zlib >= 1.2.3, libtommath >= 1.2.0
Libs: -L${libdir} @TCL_LIB_FLAG@ @TCL_STUB_LIB_FLAG@