From 1320b334427ab95c3a96829c189927d14b1d0d3f Mon Sep 17 00:00:00 2001 From: hobbs Date: Tue, 15 Jun 2004 20:28:02 +0000 Subject: * unix/tclConfig.sh.in (TCL_EXTRA_CFLAGS): set to @CFLAGS@, which is the configure-time CFLAGS. Addendum to m4 change on 2004-05-26. --- ChangeLog | 5 +++++ unix/tclConfig.sh.in | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index e4b581b..725294a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-06-15 Jeff Hobbs + + * unix/tclConfig.sh.in (TCL_EXTRA_CFLAGS): set to @CFLAGS@, which + is the configure-time CFLAGS. Addendum to m4 change on 2004-05-26. + 2004-06-14 Kevin Kenny * win/Makefile.in: Corrected compilation flags for tclPkgConfig.c diff --git a/unix/tclConfig.sh.in b/unix/tclConfig.sh.in index 2d74fd3..a2496a9 100644 --- a/unix/tclConfig.sh.in +++ b/unix/tclConfig.sh.in @@ -9,7 +9,7 @@ # # The information in this file is specific to a single platform. # -# RCS: @(#) $Id: tclConfig.sh.in,v 1.18 2003/04/03 22:13:00 mdejong Exp $ +# RCS: @(#) $Id: tclConfig.sh.in,v 1.19 2004/06/15 20:28:03 hobbs Exp $ # Tcl's version number. TCL_VERSION='@TCL_VERSION@' @@ -68,7 +68,7 @@ TCL_SHLIB_CFLAGS='@SHLIB_CFLAGS@' TCL_CFLAGS_WARNING='@CFLAGS_WARNING@' # Extra flags to pass to cc: -TCL_EXTRA_CFLAGS='@EXTRA_CFLAGS@' +TCL_EXTRA_CFLAGS='@CFLAGS@' # Base command to use for combining object files into a shared library: TCL_SHLIB_LD='@SHLIB_LD@' -- cgit v0.12