diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-10-28 09:04:36 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-10-28 09:04:36 (GMT) |
commit | b6d2f8f64850a21a5f9baf4dea1628cf59f75ec8 (patch) | |
tree | 3bccdd6f32188c2f05f30e6599b41ca8d0aa1197 /macosx | |
parent | 6af97014d232e4b9ae065090afaa2a2201662c5f (diff) | |
download | tk-b6d2f8f64850a21a5f9baf4dea1628cf59f75ec8.zip tk-b6d2f8f64850a21a5f9baf4dea1628cf59f75ec8.tar.gz tk-b6d2f8f64850a21a5f9baf4dea1628cf59f75ec8.tar.bz2 |
Sync tcl.m4 with Tcl version (also change README accordingly). Re-generate configure script for UNIX
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/macosx/README b/macosx/README index 1decd54..c21d445 100644 --- a/macosx/README +++ b/macosx/README @@ -49,8 +49,8 @@ brings up the Tk console window at startup. This is the case when double clicking Wish in the Finder (or using 'open Wish.app' from the Terminal). - Tcl extensions can be installed in any of: - $HOME/Library/Tcl /Library/Tcl /System/Library/Tcl - $HOME/Library/Frameworks /Library/Frameworks /System/Library/Frameworks + $HOME/Library/Tcl /Library/Tcl + $HOME/Library/Frameworks /Library/Frameworks (searched in that order). Given a potential package directory $pkg, Tcl on OSX checks for the file $pkg/Resources/Scripts/pkgIndex.tcl as well as the usual $pkg/pkgIndex.tcl. @@ -65,7 +65,7 @@ No nroff manpages are installed by default by the GNUmakefile. - The Tcl and Tk frameworks can be installed in any of the system's standard framework directories: - $HOME/Library/Frameworks /Library/Frameworks /System/Library/Frameworks + $HOME/Library/Frameworks /Library/Frameworks - ${prefix}/bin/wish8.x is a script that calls a copy of 'Wish' contained in Tk.framework/Resources |