diff options
author | hobbs <hobbs> | 2004-06-15 20:28:02 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2004-06-15 20:28:02 (GMT) |
commit | 1320b334427ab95c3a96829c189927d14b1d0d3f (patch) | |
tree | a9bed8e0dea4a39ac331903229c8c57fbd721d13 /unix | |
parent | 03240b4f85d9b18d711fef7da7ab2a15ef29b78f (diff) | |
download | tcl-1320b334427ab95c3a96829c189927d14b1d0d3f.zip tcl-1320b334427ab95c3a96829c189927d14b1d0d3f.tar.gz tcl-1320b334427ab95c3a96829c189927d14b1d0d3f.tar.bz2 |
* unix/tclConfig.sh.in (TCL_EXTRA_CFLAGS): set to @CFLAGS@, which
is the configure-time CFLAGS. Addendum to m4 change on 2004-05-26.
Diffstat (limited to 'unix')
-rw-r--r-- | unix/tclConfig.sh.in | 4 |
1 files changed, 2 insertions, 2 deletions
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@' |