summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authormdejong <mdejong>2002-01-29 08:04:37 (GMT)
committermdejong <mdejong>2002-01-29 08:04:37 (GMT)
commit898a4f73b7810f4318b7c61fc162c73febd261c8 (patch)
tree8c0b17877985f3cf55753cb76dcffc8a1c9da402 /unix/Makefile.in
parentfe24d04c6483292efc629c4542d61f514fb33ba4 (diff)
downloadtk-898a4f73b7810f4318b7c61fc162c73febd261c8.zip
tk-898a4f73b7810f4318b7c61fc162c73febd261c8.tar.gz
tk-898a4f73b7810f4318b7c61fc162c73febd261c8.tar.bz2
* unix/Makefile.in: Remove commented out vars.
* unix/configure: Regen. * unix/configure.in: Don't subst vars that are already taken care of in SC_LOAD_TCLCONFIG. * unix/tcl.m4: Update from Tcl. * win/configure: Regen. * win/tcl.m4: Update from Tcl.
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 3dab4f9..f12d87d 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.61 2002/01/11 19:58:51 mdejong Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.62 2002/01/29 08:04:37 mdejong Exp $
# Current Tk version; used in various names.
@@ -193,9 +193,7 @@ TK_LIB_FILE = @TK_LIB_FILE@
TK_LIB_FLAG = @TK_LIB_FLAG@
#TK_LIB_FLAG = -ltk
-#TCL_LIB_SPEC = @TCL_BUILD_LIB_SPEC@
TCL_LIB_SPEC = @TCL_LIB_SPEC@
-#TCL_STUB_LIB_SPEC = @TCL_BUILD_STUB_LIB_SPEC@
TCL_STUB_LIB_SPEC = @TCL_STUB_LIB_SPEC@
TCL_STUB_LIB_FLAG = @TCL_STUB_LIB_FLAG@
TK_EXP_FILE = @TK_EXP_FILE@