diff options
author | mdejong <mdejong> | 2002-07-29 23:00:18 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2002-07-29 23:00:18 (GMT) |
commit | 709c9e7193e7f6e1840a798149b76b33f47ccffa (patch) | |
tree | 6287e6fb77e0df6ccfd0de4f4e25de92df0db38a /ChangeLog | |
parent | 37ae57d4d60c1512e5f7751aa2281c93c8093132 (diff) | |
download | tcl-709c9e7193e7f6e1840a798149b76b33f47ccffa.zip tcl-709c9e7193e7f6e1840a798149b76b33f47ccffa.tar.gz tcl-709c9e7193e7f6e1840a798149b76b33f47ccffa.tar.bz2 |
* unix/Makefile.in: Use CC_SEARCH_FLAGS instead of
LD_SEARCH_FLAGS when linking with ${CC}.
* unix/configure: Regen.
* unix/configure.in: Don't subst CC_SEARCH_FLAGS or
LD_SEARCH_FLAGS since this is now done in tcl.m4.
* unix/tcl.m4 (SC_CONFIG_CFLAGS): Document and
set CC_SEARCH_FLAGS whenever LD_SEARCH_FLAGS is set.
[Tcl patch 588290]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2002-07-29 Mo DeJong <mdejong@users.sourceforge.net> + + * unix/Makefile.in: Use CC_SEARCH_FLAGS instead of + LD_SEARCH_FLAGS when linking with ${CC}. + * unix/configure: Regen. + * unix/configure.in: Don't subst CC_SEARCH_FLAGS or + LD_SEARCH_FLAGS since this is now done in tcl.m4. + * unix/tcl.m4 (SC_CONFIG_CFLAGS): Document and + set CC_SEARCH_FLAGS whenever LD_SEARCH_FLAGS is set. + [Tcl patch 588290] + 2002-07-29 Reinhard Max <max@suse.de> * unix/tcl.m4 (SC_SERIAL_PORT): Fixed detection for cases when |