diff options
author | dgp <dgp@users.sourceforge.net> | 2006-03-13 20:42:21 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-03-13 20:42:21 (GMT) |
commit | d973ba3d9d0f917be5aab2ae8abbf049d2311540 (patch) | |
tree | f170c50d77f0700dd72d8eb36fbabbbea1e9cfc6 /unix/configure | |
parent | 0090672a25372ba0e9c52f4aa25c45aa995adcc5 (diff) | |
download | tcl-d973ba3d9d0f917be5aab2ae8abbf049d2311540.zip tcl-d973ba3d9d0f917be5aab2ae8abbf049d2311540.tar.gz tcl-d973ba3d9d0f917be5aab2ae8abbf049d2311540.tar.bz2 |
* unix/configure.in: Revert change from 2005-07-26 that sometimes
* unix/configure: added $prefix/share to the tcl_pkgPath.
See [Patch 1231015]. autoconf-2.59.
Diffstat (limited to 'unix/configure')
-rwxr-xr-x | unix/configure | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/unix/configure b/unix/configure index f5eacd5..81a323c 100755 --- a/unix/configure +++ b/unix/configure @@ -15068,13 +15068,6 @@ else TCL_PACKAGE_PATH="${prefix}/lib" fi -# If a system share directory like /usr/local/share already exists, then add -# it to the package search path. - -if test -d "${prefix}/share" ; then - TCL_PACKAGE_PATH="${TCL_PACKAGE_PATH} ${prefix}/share" -fi - #-------------------------------------------------------------------- # The statements below define various symbols relating to Tcl # stub support. |