summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2001-11-25 06:43:43 (GMT)
committermdejong <mdejong>2001-11-25 06:43:43 (GMT)
commit2c38d7f94081181c16b469516ddb54c703d54516 (patch)
treeab3bf234fc916dc0e3ec3900f405696290fa9ce2 /ChangeLog
parentbd2364c40a60fff4cad9b1c9e78a8f3b539e5c52 (diff)
downloadtk-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--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9ebd884..d59207a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.