Tcl Source Code

Artifact [4c6dcbef11]
Login

Artifact 4c6dcbef113f136e7b596f10bd7ba234489f8e1c:

Attachment "tcl8.3.5-tclConfig-package-path-90160.patch" to ticket [1231015fff] added by dgp 2005-07-01 22:23:20.
diff -u tcl8.3.5/unix/configure.in~ tcl8.3.5/unix/configure.in
--- tcl8.3.5/unix/configure.in~	2003-07-04 12:32:44.000000000 +0900
+++ tcl8.3.5/unix/configure.in	2003-07-04 12:32:44.000000000 +0900
@@ -455,7 +455,7 @@
 if test "$prefix" != "$exec_prefix"; then
     TCL_PACKAGE_PATH="${libdir} ${prefix}/lib"
 else
-    TCL_PACKAGE_PATH="${prefix}/lib"
+    TCL_PACKAGE_PATH="${libdir} ${prefix}/share"
 fi
 
 #--------------------------------------------------------------------