diff options
author | mdejong <mdejong> | 2002-11-06 10:44:14 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2002-11-06 10:44:14 (GMT) |
commit | c8da171d49ce9c4601c168ee22fb991d7a0da3b5 (patch) | |
tree | 60a5ae6990a2dbdfd94a55070fc14c922d30255f /ChangeLog | |
parent | d9952d775abb77c056da36551547a42f7694ddef (diff) | |
download | tcl-c8da171d49ce9c4601c168ee22fb991d7a0da3b5.zip tcl-c8da171d49ce9c4601c168ee22fb991d7a0da3b5.tar.gz tcl-c8da171d49ce9c4601c168ee22fb991d7a0da3b5.tar.bz2 |
* unix/configure: Regen.
* unix/tcl.m4 (SC_CONFIG_CFLAGS): Generate a fatal
configure error if no ar program can be found on the
path. [Bug #582039]
* win/configure: Regen.
* win/configure.in: Check that AR, RANLIB, and RC
are found on the path when building with gcc.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2002-11-06 Mo DeJong <mdejong@users.sourceforge.net> + + * unix/configure: Regen. + * unix/tcl.m4 (SC_CONFIG_CFLAGS): Generate a fatal + configure error if no ar program can be found on the + path. [Bug #582039] + * win/configure: Regen. + * win/configure.in: Check that AR, RANLIB, and RC + are found on the path when building with gcc. + 2002-11-03 David Gravereaux <davygrvy@pobox.com> * win/tclAppInit.c: Calls Registry_Init() and Dde_Init() when |