$OpenBSD: patch-tclConfig_sh_in,v 1.2 2006/10/18 13:10:37 naddy Exp $
--- tclConfig.sh.in.orig	Fri Oct 18 22:44:46 2002
+++ tclConfig.sh.in	Wed Oct 18 12:59:42 2006
@@ -109,10 +109,6 @@ TCL_RANLIB='@RANLIB@'
 TCL_LIB_FLAG='@TCL_LIB_FLAG@'
 
 # String to pass to linker to pick up the Tcl library from its
-# build directory.
-TCL_BUILD_LIB_SPEC='@TCL_BUILD_LIB_SPEC@'
-
-# String to pass to linker to pick up the Tcl library from its
 # installed directory.
 TCL_LIB_SPEC='@TCL_LIB_SPEC@'
 
@@ -135,14 +131,6 @@ TCL_SHARED_LIB_SUFFIX='@CFG_TCL_SHARED_L
 # VERSION.  On most UNIX systems this is ${VERSION}.a.
 TCL_UNSHARED_LIB_SUFFIX='@CFG_TCL_UNSHARED_LIB_SUFFIX@'
 
-# Location of the top-level source directory from which Tcl was built.
-# This is the directory that contains a README file as well as
-# subdirectories such as generic, unix, etc.  If Tcl was compiled in a
-# different place than the directory containing the source files, this
-# points to the location of the sources, not the location where Tcl was
-# compiled.
-TCL_SRC_DIR='@TCL_SRC_DIR@'
-
 # List of standard directories in which to look for packages during
 # "package require" commands.  Contains the "prefix" directory plus also
 # the "exec_prefix" directory, if it is different.
@@ -158,15 +146,8 @@ TCL_STUB_LIB_FILE='@TCL_STUB_LIB_FILE@'
 TCL_STUB_LIB_FLAG='@TCL_STUB_LIB_FLAG@'
 
 # String to pass to linker to pick up the Tcl stub library from its
-# build directory.
-TCL_BUILD_STUB_LIB_SPEC='@TCL_BUILD_STUB_LIB_SPEC@'
-
-# String to pass to linker to pick up the Tcl stub library from its
 # installed directory.
 TCL_STUB_LIB_SPEC='@TCL_STUB_LIB_SPEC@'
-
-# Path to the Tcl stub library in the build directory.
-TCL_BUILD_STUB_LIB_PATH='@TCL_BUILD_STUB_LIB_PATH@'
 
 # Path to the Tcl stub library in the install directory.
 TCL_STUB_LIB_PATH='@TCL_STUB_LIB_PATH@'
