diff options
author | mdejong <mdejong> | 2001-04-25 21:51:06 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2001-04-25 21:51:06 (GMT) |
commit | 5ba5d121498334fb1b09f603ada829b1b5b0a7f4 (patch) | |
tree | 78b95997e5efd4f19be6279d6a6aad6b58b48355 /ChangeLog | |
parent | d56521d980a50d7e846fb183f51b1e7fee6e606f (diff) | |
download | tk-5ba5d121498334fb1b09f603ada829b1b5b0a7f4.zip tk-5ba5d121498334fb1b09f603ada829b1b5b0a7f4.tar.gz tk-5ba5d121498334fb1b09f603ada829b1b5b0a7f4.tar.bz2 |
* unix/configure: Regen.
* unix/configure.in: Use $@ in MAKE_LIB and MAKE_STUB_LIB
commands instead of using a delayed subst variable. Replace
instances of STUB_LIB_FILE with TK_STUB_LIB_FILE.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2001-04-25 Mo DeJong <mdejong@redhat.com> + * unix/configure: Regen. + * unix/configure.in: Use $@ in MAKE_LIB and MAKE_STUB_LIB + commands instead of using a delayed subst variable. Replace + instances of STUB_LIB_FILE with TK_STUB_LIB_FILE. + +2001-04-25 Mo DeJong <mdejong@redhat.com> + * unix/Makefile.in: Use TCL_STUB_LIB_FILE instead of STUB_LIB_FILE. * unix/configure: Regen. * unix/configure.in: Don't subst STUB_LIB_FILE, use TCL_STUB_LIB_FILE |