summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2001-11-08 03:07:19 (GMT)
committermdejong <mdejong>2001-11-08 03:07:19 (GMT)
commit24f42ede14ad162733c4f5d19806f269d217f64a (patch)
tree35af1aeff3227d5a80b4c9b0ae32d4fd2daf8fe8 /ChangeLog
parentceb8d5b3ec54ffd8414acdfa8b799b6897e8b7d5 (diff)
downloadtcl-24f42ede14ad162733c4f5d19806f269d217f64a.zip
tcl-24f42ede14ad162733c4f5d19806f269d217f64a.tar.gz
tcl-24f42ede14ad162733c4f5d19806f269d217f64a.tar.bz2
Define TCL_INCLUDE_SPEC in tclConfig.sh. It should be
included by extensions that need to find Tcl include headers in the install location. The user can override the include install dir with --includedir so we need to record this information for extensions. [Tcl bug 421835] * unix/configure: Regen. * unix/configure.in: Define TCL_INCLUDE_SPEC. * unix/tclConfig.sh.in: Define TCL_INCLUDE_SPEC. * win/configure: Regen. * win/configure.in: Define TCL_INCLUDE_SPEC. * win/tclConfig.sh.in: Define TCL_INCLUDE_SPEC.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 16 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0e0e7da..b355ba5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,19 @@
-2001-11-06 David Gravereaux <davygrvy@pobox.com>
+2001-11-07 Mo DeJong <mdejong@users.sourceforge.net>
+
+ Define TCL_INCLUDE_SPEC in tclConfig.sh. It should be
+ included by extensions that need to find Tcl include
+ headers in the install location. The user can override
+ the include install dir with --includedir so we need
+ to record this information for extensions. [Tcl bug 421835]
+
+ * unix/configure: Regen.
+ * unix/configure.in: Define TCL_INCLUDE_SPEC.
+ * unix/tclConfig.sh.in: Define TCL_INCLUDE_SPEC.
+ * win/configure: Regen.
+ * win/configure.in: Define TCL_INCLUDE_SPEC.
+ * win/tclConfig.sh.in: Define TCL_INCLUDE_SPEC.
+
+2001-11-07 David Gravereaux <davygrvy@pobox.com>
* win/rules.vc:
* win/makefile.vc: Dropped the NOMSVCRT macro and put it on the