summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2003-04-04 00:21:10 (GMT)
committermdejong <mdejong>2003-04-04 00:21:10 (GMT)
commit44a33beffe1974f4d12cf92f2938a03e42b6b091 (patch)
tree2b8c06d563cbd2769e376d051455aa0dd096b528 /ChangeLog
parent51e78b95916a045956c21b2dbf15f62094af102f (diff)
downloadtcl-44a33beffe1974f4d12cf92f2938a03e42b6b091.zip
tcl-44a33beffe1974f4d12cf92f2938a03e42b6b091.tar.gz
tcl-44a33beffe1974f4d12cf92f2938a03e42b6b091.tar.bz2
* unix/configure:
* unix/tcl.m4 (SC_CONFIG_CFLAGS): Don't set TCL_LIBS if it is already set to support use of TCL_LIBS var from tclConfig.sh in the Tk configure script.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7c6f359..3ac0fb5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2003-04-03 Mo DeJong <mdejong@users.sourceforge.net>
+ * unix/configure:
+ * unix/tcl.m4 (SC_CONFIG_CFLAGS): Don't set
+ TCL_LIBS if it is already set to support
+ use of TCL_LIBS var from tclConfig.sh in
+ the Tk configure script.
+
+2003-04-03 Mo DeJong <mdejong@users.sourceforge.net>
+
* unix/Makefile.in: Don't subst MATH_LIBS,
LIBS, and DL_LIBS separately. Instead, just
subst TCL_LIBS since it includes the others.