diff options
author | mdejong <mdejong> | 2002-05-21 18:17:54 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2002-05-21 18:17:54 (GMT) |
commit | 6894740029f61262bf530094fe3975e078f69321 (patch) | |
tree | 67fc2c34f8ee8dcca0424a1e00800bcd053824a4 /ChangeLog | |
parent | e0c4b53d5b6dd002350c769dbb457b715f63daed (diff) | |
download | tcl-6894740029f61262bf530094fe3975e078f69321.zip tcl-6894740029f61262bf530094fe3975e078f69321.tar.gz tcl-6894740029f61262bf530094fe3975e078f69321.tar.bz2 |
* unix/configure: Regen.
* unix/configure.in: Invoke SC_ENABLE_SHARED before
calling SC_CONFIG_CFLAGS so that the SHARED_BUILD
variable can be checked inside SC_CONFIG_CFLAGS.
* unix/tcl.m4 (SC_CONFIG_CFLAGS): Pass -non_shared
instead of -shared to ld when configured with
--disable-shared under OSF. [Tcl bug 540390]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2002-05-21 Mo DeJong <mdejong@users.sourceforge.net> + + * unix/configure: Regen. + * unix/configure.in: Invoke SC_ENABLE_SHARED before + calling SC_CONFIG_CFLAGS so that the SHARED_BUILD + variable can be checked inside SC_CONFIG_CFLAGS. + * unix/tcl.m4 (SC_CONFIG_CFLAGS): Pass -non_shared + instead of -shared to ld when configured with + --disable-shared under OSF. [Tcl bug 540390] + 2002-05-20 Daniel Steffen <das@users.sourceforge.net> * generic/tclInt.h: added prototype for TclpFilesystemPathType(). |