summaryrefslogtreecommitdiffstats
path: root/unix/tclConfig.sh.in
diff options
context:
space:
mode:
authordas <das@noemail.net>2004-07-20 11:13:07 (GMT)
committerdas <das@noemail.net>2004-07-20 11:13:07 (GMT)
commitb33dda57bb359216c7a2aab539c536e5d7903ae2 (patch)
treef3c026378d1be998b1074b6f4f7fa44ed833a9a6 /unix/tclConfig.sh.in
parente011af335142ec5d5d8e43cca5408c9ce95f13e2 (diff)
downloadtcl-b33dda57bb359216c7a2aab539c536e5d7903ae2.zip
tcl-b33dda57bb359216c7a2aab539c536e5d7903ae2.tar.gz
tcl-b33dda57bb359216c7a2aab539c536e5d7903ae2.tar.bz2
* unix/tcl.m4: fixed Darwin autoconf breakage caused by
recent CFLAGS reordering. * unix/configure: regen * unix/tclConfig.sh.in: replaced EXTRA_CFLAGS with CFLAGS. * unix/dltest/Makefile.in: replaced EXTRA_CFLAGS with DEFS. FossilOrigin-Name: 7553cb7e69197bca8dc10c457333d7484900fa27
Diffstat (limited to 'unix/tclConfig.sh.in')
-rw-r--r--unix/tclConfig.sh.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tclConfig.sh.in b/unix/tclConfig.sh.in
index 2ff0af5..dfe08e5 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.17 2002/07/28 03:15:11 mdejong Exp $
+# RCS: @(#) $Id: tclConfig.sh.in,v 1.17.2.1 2004/07/20 11:13:10 das 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@'