diff options
author | das <das> | 2003-09-25 05:36:08 (GMT) |
---|---|---|
committer | das <das> | 2003-09-25 05:36:08 (GMT) |
commit | 9602bb473587aa0e5974dc784fe2f50cad24b8e9 (patch) | |
tree | c61b58b2518e2bb3a1a99606c6521540eb70348e /unix/tkConfig.sh.in | |
parent | 1752967f67caa7d1425a17d8b3958f3b9b707d11 (diff) | |
download | tk-9602bb473587aa0e5974dc784fe2f50cad24b8e9.zip tk-9602bb473587aa0e5974dc784fe2f50cad24b8e9.tar.gz tk-9602bb473587aa0e5974dc784fe2f50cad24b8e9.tar.bz2 |
* unix/configure:
* unix/configure.in:
* unix/tkConfig.sh.in: added TK_INCLUDE_SPEC to allow extensions to
find installed Tk headers, parallel to TCL_INCLUDE_SPEC. [Bug 777203]
Diffstat (limited to 'unix/tkConfig.sh.in')
-rw-r--r-- | unix/tkConfig.sh.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/unix/tkConfig.sh.in b/unix/tkConfig.sh.in index 735adba..c49f837 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.9 2003/04/04 19:29:51 mdejong Exp $ +# RCS: @(#) $Id: tkConfig.sh.in,v 1.10 2003/09/25 05:36:08 das Exp $ # Tk's version number. TK_VERSION='@TK_VERSION@' @@ -59,6 +59,10 @@ TK_BUILD_LIB_SPEC='@TK_BUILD_LIB_SPEC@' # installed directory. TK_LIB_SPEC='@TK_LIB_SPEC@' +# String to pass to the compiler so that an extension can +# find installed Tk headers. +TK_INCLUDE_SPEC='@TK_INCLUDE_SPEC@' + # Location of the top-level source directory from which Tk was built. # This is the directory that contains a README file as well as # subdirectories such as generic, unix, etc. If Tk was compiled in a |