summaryrefslogtreecommitdiffstats
path: root/win/configure.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-03-04 19:56:28 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-03-04 19:56:28 (GMT)
commita38272a24a3f5ae9daef383b6bfc1de57ad1deab (patch)
tree44dc7b1d7583103b103563ed32bea9c6257caf10 /win/configure.in
parenta6835076ce05860e0d4e72d760da19d166b2661a (diff)
parent140c60456401d8ff840bc670f84b0d072cddd80f (diff)
downloadtcl-a38272a24a3f5ae9daef383b6bfc1de57ad1deab.zip
tcl-a38272a24a3f5ae9daef383b6bfc1de57ad1deab.tar.gz
tcl-a38272a24a3f5ae9daef383b6bfc1de57ad1deab.tar.bz2
Merge 8.6. TCL_PACKAGE_PATH is not used on Windows
Diffstat (limited to 'win/configure.in')
-rw-r--r--win/configure.in14
1 files changed, 0 insertions, 14 deletions
diff --git a/win/configure.in b/win/configure.in
index 02cc79b..80c1f15 100644
--- a/win/configure.in
+++ b/win/configure.in
@@ -364,19 +364,6 @@ else
fi
fi
-#--------------------------------------------------------------------
-# The statements below define the symbol TCL_PACKAGE_PATH, which
-# gives a list of directories that may contain packages. The list
-# consists of one directory for machine-dependent binaries and
-# another for platform-independent scripts.
-#--------------------------------------------------------------------
-
-if test "$prefix/lib" != "$libdir"; then
- TCL_PACKAGE_PATH="${libdir}:${prefix}/lib"
-else
- TCL_PACKAGE_PATH="${prefix}/lib"
-fi
-
# The tclsh.exe.manifest requires these
# TCL_WIN_VERSION is the 4 dotted pair Windows version format which needs
# the release level, and must account for interim release versioning
@@ -464,7 +451,6 @@ AC_SUBST(TCL_LD_SEARCH_FLAGS)
AC_SUBST(TCL_BUILD_EXP_FILE)
AC_SUBST(TCL_EXP_FILE)
AC_SUBST(DL_LIBS)
-AC_SUBST(TCL_PACKAGE_PATH)
# win only
AC_SUBST(TCL_DDE_VERSION)