diff options
author | mdejong <mdejong> | 2001-04-25 19:54:55 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2001-04-25 19:54:55 (GMT) |
commit | 5491d0385365999968e062a3b329e9540a1656d0 (patch) | |
tree | 2f4d6c1cb9c035ccfd3069bb0344a852ea711f5a /unix/Makefile.in | |
parent | 31fe3f11ee413a4745ae8319b85d59488eb29d44 (diff) | |
download | tcl-5491d0385365999968e062a3b329e9540a1656d0.zip tcl-5491d0385365999968e062a3b329e9540a1656d0.tar.gz tcl-5491d0385365999968e062a3b329e9540a1656d0.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 f59fef4..ceba578 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.73 2001/04/06 23:29:17 andreas_kupries Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.74 2001/04/25 19:54:55 mdejong Exp $ VERSION = @TCL_VERSION@ @@ -133,7 +133,7 @@ MEM_DEBUG_FLAGS = #MEM_DEBUG_FLAGS = -DTCL_MEM_DEBUG # To enable support for stubs in Tcl. -STUB_LIB_FILE = @STUB_LIB_FILE@ +STUB_LIB_FILE = @TCL_STUB_LIB_FILE@ TCL_STUB_LIB_FILE = @TCL_STUB_LIB_FILE@ #TCL_STUB_LIB_FILE = libtclstub.a |