diff options
Diffstat (limited to 'unix/tclConfig.sh.in')
-rw-r--r-- | unix/tclConfig.sh.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/unix/tclConfig.sh.in b/unix/tclConfig.sh.in index 0a7a1f6..4936f52 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.7 1998/09/14 18:40:16 stanton Exp $ +# RCS: @(#) $Id: tclConfig.sh.in,v 1.8 1998/10/20 20:01:23 rjohnson Exp $ # Tcl's version number. TCL_VERSION='@TCL_VERSION@' @@ -51,6 +51,9 @@ TCL_EXEC_PREFIX='@exec_prefix@' # Flags to pass to cc when compiling the components of a shared library: TCL_SHLIB_CFLAGS='@SHLIB_CFLAGS@' +# Extra flags to pass to cc: +TCL_EXTRA_CFLAGS='@EXTRA_CFLAGS@' + # Base command to use for combining object files into a shared library: TCL_SHLIB_LD='@SHLIB_LD@' |