diff options
author | mdejong <mdejong> | 2001-07-11 00:59:30 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2001-07-11 00:59:30 (GMT) |
commit | ca72133fb3d2bc04fc3174d379f1158b13c1ea10 (patch) | |
tree | d14aa693599b86c000b97beeae9f62468b807b23 /ChangeLog | |
parent | dc3fdc08d25b618303a0bd1adef6823a2b3231cb (diff) | |
download | tcl-ca72133fb3d2bc04fc3174d379f1158b13c1ea10.zip tcl-ca72133fb3d2bc04fc3174d379f1158b13c1ea10.tar.gz tcl-ca72133fb3d2bc04fc3174d379f1158b13c1ea10.tar.bz2 |
* unix/Makefile.in: Add AR variable for use in STLIB_LD.
* unix/configure: Regen.
* unix/configure.in: Use STLIB_LD when defining MAKE_LIB
and MAKE_STUB_LIB. Subst RANLIB and AR.
* unix/tcl.m4 (SC_CONFIG_CFLAGS): Add doc comment about
STLIB_LD command. Check ${AR} env var when setting
STLIB_LD and delay evaluation until make time.
* win/configure: Regen.
* win/tcl.m4 (SC_CONFIG_CFLAGS): Delay evaluation of
${AR} in STLIB_LD and add flags to better match the
Unix implementation. Don't bother defining AR when
using VC++ since it is not used.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2001-07-10 Mo DeJong <mdejong@redhat.com> + + * unix/Makefile.in: Add AR variable for use in STLIB_LD. + * unix/configure: Regen. + * unix/configure.in: Use STLIB_LD when defining MAKE_LIB + and MAKE_STUB_LIB. Subst RANLIB and AR. + * unix/tcl.m4 (SC_CONFIG_CFLAGS): Add doc comment about + STLIB_LD command. Check ${AR} env var when setting + STLIB_LD and delay evaluation until make time. + * win/configure: Regen. + * win/tcl.m4 (SC_CONFIG_CFLAGS): Delay evaluation of + ${AR} in STLIB_LD and add flags to better match the + Unix implementation. Don't bother defining AR when + using VC++ since it is not used. + 2001-07-06 Mo DeJong <mdejong@redhat.com> * win/configure: Regen. |