diff options
author | mdejong <mdejong> | 2003-04-04 00:21:10 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2003-04-04 00:21:10 (GMT) |
commit | 44a33beffe1974f4d12cf92f2938a03e42b6b091 (patch) | |
tree | 2b8c06d563cbd2769e376d051455aa0dd096b528 /ChangeLog | |
parent | 51e78b95916a045956c21b2dbf15f62094af102f (diff) | |
download | tcl-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |