diff options
author | das <das> | 2007-09-11 05:23:47 (GMT) |
---|---|---|
committer | das <das> | 2007-09-11 05:23:47 (GMT) |
commit | dd154b77f368dc894248dacfd3e089faf16af85c (patch) | |
tree | 27b509dcaac38a76df886cb7cec4ebe9ed6edb1f /unix/tkConfig.sh.in | |
parent | cee6e473efdc4c78d561ac2a1774a54855438450 (diff) | |
download | tk-dd154b77f368dc894248dacfd3e089faf16af85c.zip tk-dd154b77f368dc894248dacfd3e089faf16af85c.tar.gz tk-dd154b77f368dc894248dacfd3e089faf16af85c.tar.bz2 |
comment typos: s/Tcl/Tk/
Diffstat (limited to 'unix/tkConfig.sh.in')
-rw-r--r-- | unix/tkConfig.sh.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/unix/tkConfig.sh.in b/unix/tkConfig.sh.in index a24223a..63f351a 100644 --- a/unix/tkConfig.sh.in +++ b/unix/tkConfig.sh.in @@ -11,7 +11,7 @@ # # The information in this file is specific to a single platform. # -# RCS: @(#) $Id: tkConfig.sh.in,v 1.11 2005/01/10 18:57:42 jenglish Exp $ +# RCS: @(#) $Id: tkConfig.sh.in,v 1.12 2007/09/11 05:23:47 das Exp $ # Tk's version number. TK_VERSION='@TK_VERSION@' @@ -36,11 +36,11 @@ TK_LIB_FILE='@TK_LIB_FILE@' # Additional libraries to use when linking Tk. TK_LIBS='@XLIBSW@ @LIBS@ @TCL_LIBS@' -# Top-level directory in which Tcl's platform-independent files are +# Top-level directory in which Tk's platform-independent files are # installed. TK_PREFIX='@prefix@' -# Top-level directory in which Tcl's platform-specific files (e.g. +# Top-level directory in which Tk's platform-specific files (e.g. # executables) are installed. TK_EXEC_PREFIX='@exec_prefix@' @@ -50,7 +50,7 @@ TK_XINCLUDES='@XINCLUDES@' # Linker switch(es) to use to link with the X11 library archive. TK_XLIBSW='@XLIBSW@' -# -l flag to pass to the linker to pick up the Tcl library +# -l flag to pass to the linker to pick up the Tk library TK_LIB_FLAG='@TK_LIB_FLAG@' # String to pass to linker to pick up the Tk library from its |