diff options
| author | mdejong <mdejong> | 2003-04-03 22:12:49 (GMT) |
|---|---|---|
| committer | mdejong <mdejong> | 2003-04-03 22:12:49 (GMT) |
| commit | 2c3b7abc633056e77c2543f9f887b45d2a9701d0 (patch) | |
| tree | b5f1f8058b62429151e77d91392159735f7276cf /unix/tclConfig.sh.in | |
| parent | 64a39a9b8e1683f81c5482548ffa645d0083660e (diff) | |
| download | tcl-2c3b7abc633056e77c2543f9f887b45d2a9701d0.zip tcl-2c3b7abc633056e77c2543f9f887b45d2a9701d0.tar.gz tcl-2c3b7abc633056e77c2543f9f887b45d2a9701d0.tar.bz2 | |
* unix/Makefile.in: Don't subst MATH_LIBS,
LIBS, and DL_LIBS separately. Instead, just
subst TCL_LIBS since it includes the others.
* unix/configure: Regen.
* unix/tcl.m4 (SC_CONFIG_CFLAGS, SC_TCL_LINK_LIBS):
Set and subst TCL_LIBS in SC_CONFIG_CFLAGS instead
of SC_TCL_LINK_LIBS. Don't subst MATH_LIBS
since it is now covered by TCL_LIBS.
* unix/tclConfig.sh.in: Use TCL_LIBS instead
of DL_LIBS, LIBS, and MATH_LIBS.
* unix/dltest/Makefile.in: Ditto.
Diffstat (limited to 'unix/tclConfig.sh.in')
| -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 2ff0af5..2d74fd3 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.18 2003/04/03 22:13:00 mdejong Exp $ # Tcl's version number. TCL_VERSION='@TCL_VERSION@' @@ -51,7 +51,7 @@ TCL_NEEDS_EXP_FILE=@TCL_NEEDS_EXP_FILE@ TCL_EXPORT_FILE_SUFFIX='@CFG_TCL_EXPORT_FILE_SUFFIX@' # Additional libraries to use when linking Tcl. -TCL_LIBS='@DL_LIBS@ @LIBS@ @MATH_LIBS@' +TCL_LIBS='@TCL_LIBS@' # Top-level directory in which Tcl's platform-independent files are # installed. |
