~peter-pearse/ubuntu/natty/tcl8.4/prop001

« back to all changes in this revision

Viewing changes to unix/tclConfig.sh.in

  • Committer: Bazaar Package Importer
  • Author(s): Chris Waters, Sergei Golovan, Chris Waters
  • Date: 2007-07-25 04:21:47 UTC
  • Revision ID: james.westby@ubuntu.com-20070725042147-v30r07k3345cocy9
Tags: 8.4.15-1
* New maintainer Tcl/Tk Debian Packagers
  <pkg-tcltk-devel@lists.alioth.debian.org>.

[ Sergei Golovan ]
* New upstream release (closes: #400820, #424055, #426251).
* Use quilt for patch management.
* Fixed sections inside manual pages.
* Added get-orig-source target to debian/rules.
* Added headers from compat directory to tcl8.4-dev package.
* Added list of copyright holders and files distributed under special
  conditions to debian/copyright (closes: #403169).
[Chris Waters]
* Added Anselm Lingnau to uploaders.

Show diffs side-by-side

added added

removed removed

Lines of Context:
111
111
 
112
112
# String to pass to linker to pick up the Tcl library from its
113
113
# build directory.
114
 
TCL_BUILD_LIB_SPEC='@TCL_LIB_SPEC@'
 
114
TCL_BUILD_LIB_SPEC='@TCL_BUILD_LIB_SPEC@'
115
115
 
116
116
# String to pass to linker to pick up the Tcl library from its
117
117
# installed directory.
146
146
# different place than the directory containing the source files, this
147
147
# points to the location of the sources, not the location where Tcl was
148
148
# compiled.
149
 
TCL_SRC_DIR='@includedir@/tcl-private'
150
 
 
151
 
# Location of the include files needed to build apps against Tcl
152
 
TCL_INC_DIR='@includedir@/tcl-private/generic'
 
149
TCL_SRC_DIR='@TCL_SRC_DIR@'
153
150
 
154
151
# List of standard directories in which to look for packages during
155
152
# "package require" commands.  Contains the "prefix" directory plus also
167
164
 
168
165
# String to pass to linker to pick up the Tcl stub library from its
169
166
# build directory.
170
 
TCL_BUILD_STUB_LIB_SPEC='@TCL_STUB_LIB_SPEC@'
 
167
TCL_BUILD_STUB_LIB_SPEC='@TCL_BUILD_STUB_LIB_SPEC@'
171
168
 
172
169
# String to pass to linker to pick up the Tcl stub library from its
173
170
# installed directory.
174
171
TCL_STUB_LIB_SPEC='@TCL_STUB_LIB_SPEC@'
175
172
 
176
173
# Path to the Tcl stub library in the build directory.
177
 
TCL_BUILD_STUB_LIB_PATH='@TCL_STUB_LIB_PATH@'
 
174
TCL_BUILD_STUB_LIB_PATH='@TCL_BUILD_STUB_LIB_PATH@'
178
175
 
179
176
# Path to the Tcl stub library in the install directory.
180
177
TCL_STUB_LIB_PATH='@TCL_STUB_LIB_PATH@'