diff options
author | mdejong <mdejong> | 2001-11-25 06:43:43 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2001-11-25 06:43:43 (GMT) |
commit | 2c38d7f94081181c16b469516ddb54c703d54516 (patch) | |
tree | ab3bf234fc916dc0e3ec3900f405696290fa9ce2 /ChangeLog | |
parent | bd2364c40a60fff4cad9b1c9e78a8f3b539e5c52 (diff) | |
download | tk-2c38d7f94081181c16b469516ddb54c703d54516.zip tk-2c38d7f94081181c16b469516ddb54c703d54516.tar.gz tk-2c38d7f94081181c16b469516ddb54c703d54516.tar.bz2 |
* unix/Makefile.in: Add comments to better describe
TCL_EXE and when it should be available. Add
rule that prints message about running `make genstubs`
when tkStubInit.c is out of date.
* win/Makefile.in: Add TCL_TOOL_DIR and TCL_EXE
variables to better match the Tcl Makefile. Add
genstubs rule so tkSTubInit.c can be regenerated.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ 2001-11-24 Mo DeJong <mdejong@users.sourceforge.net> + * unix/Makefile.in: Add comments to better describe + TCL_EXE and when it should be available. Add + rule that prints message about running `make genstubs` + when tkStubInit.c is out of date. + * win/Makefile.in: Add TCL_TOOL_DIR and TCL_EXE + variables to better match the Tcl Makefile. Add + genstubs rule so tkSTubInit.c can be regenerated. + +2001-11-24 Mo DeJong <mdejong@users.sourceforge.net> + * win/configure: Regen. * win/configure.in: Don't AC_SUBST CFLAGS_DEBUG, CFLAGS_OPTIMIZE, or CFLAGS_WARNING since it is now done in SC_CONFIG_CFLAGS. |