diff options
author | mdejong <mdejong> | 2001-04-25 20:52:48 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2001-04-25 20:52:48 (GMT) |
commit | d56521d980a50d7e846fb183f51b1e7fee6e606f (patch) | |
tree | 7808054e6c7486a6a2a72e1448cf91e0b77d13a3 /unix/Makefile.in | |
parent | f9e3816c8f035d2c1ff2613328fbb286230fa34b (diff) | |
download | tk-d56521d980a50d7e846fb183f51b1e7fee6e606f.zip tk-d56521d980a50d7e846fb183f51b1e7fee6e606f.tar.gz tk-d56521d980a50d7e846fb183f51b1e7fee6e606f.tar.bz2 |
* unix/Makefile.in: Use TCL_STUB_LIB_FILE instead of STUB_LIB_FILE.
* unix/configure: Regen.
* unix/configure.in: Don't subst STUB_LIB_FILE, use TCL_STUB_LIB_FILE
instead.
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 2fe60ef..d2cd6a0 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -5,7 +5,7 @@ # "autoconf" program (constructs like "@foo@" will get replaced in the # actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.49 2000/09/29 21:40:54 hobbs Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.50 2001/04/25 20:52:48 mdejong Exp $ # Current Tk version; used in various names. @@ -174,7 +174,7 @@ TCL_EXE = tclsh SHLIB_CFLAGS = @SHLIB_CFLAGS@ # To enable support for stubs in Tcl. -STUB_LIB_FILE = @STUB_LIB_FILE@ +STUB_LIB_FILE = @TK_STUB_LIB_FILE@ TK_STUB_LIB_FILE = @TK_STUB_LIB_FILE@ #TK_STUB_LIB_FILE = libtkstub.a |