diff options
author | mdejong <mdejong> | 2001-07-11 01:36:41 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2001-07-11 01:36:41 (GMT) |
commit | 29effb59e09d1f7eab3016936a53e909d40aed16 (patch) | |
tree | 5275368aa5647aa876cac8e7da4e830b8196416b /ChangeLog | |
parent | 79b281a385aa3099927b9f15abf490b30789089c (diff) | |
download | tk-29effb59e09d1f7eab3016936a53e909d40aed16.zip tk-29effb59e09d1f7eab3016936a53e909d40aed16.tar.gz tk-29effb59e09d1f7eab3016936a53e909d40aed16.tar.bz2 |
* unix/Makefile.in: Add AR and STLIB_LD variables.
* unix/configure:
* unix/configure.in: Use STLIB_LD when defining MAKE_LIB
and MAKE_STUB_LIB. Subst STLIB_LD, RANLIB, and AR.
* unix/tcl.m4: Update from Tcl.
* win/configure: Regen.
* win/tcl.m4: Update from Tcl.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2001-07-10 Mo DeJong <mdejong@redhat.com> + + * unix/Makefile.in: Add AR and STLIB_LD variables. + * unix/configure: + * unix/configure.in: Use STLIB_LD when defining MAKE_LIB + and MAKE_STUB_LIB. Subst STLIB_LD, RANLIB, and AR. + * unix/tcl.m4: Update from Tcl. + * win/configure: Regen. + * win/tcl.m4: Update from Tcl. + 2001-07-06 Mo DeJong <mdejong@redhat.com> * win/configure: Regen. |