summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-03-13 20:41:48 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-03-13 20:41:48 (GMT)
commite96cb5c2cb64528117d94b92570a994523851d29 (patch)
tree44d5d1f47c4092457896d26772272d9dfd260b74 /unix/configure.in
parent8f5ed3e68098da4c0f4b3403d3a32fee2bae0f03 (diff)
downloadtcl-e96cb5c2cb64528117d94b92570a994523851d29.zip
tcl-e96cb5c2cb64528117d94b92570a994523851d29.tar.gz
tcl-e96cb5c2cb64528117d94b92570a994523851d29.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.13.
Diffstat (limited to 'unix/configure.in')
-rw-r--r--unix/configure.in9
1 files changed, 1 insertions, 8 deletions
diff --git a/unix/configure.in b/unix/configure.in
index 99dd1a6..f4caa29 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -3,7 +3,7 @@ dnl This file is an input file used by the GNU "autoconf" program to
dnl generate the file "configure", which is run during Tcl installation
dnl to configure the system for the local environment.
#
-# RCS: @(#) $Id: configure.in,v 1.106.2.25 2006/03/07 05:30:29 dgp Exp $
+# RCS: @(#) $Id: configure.in,v 1.106.2.26 2006/03/13 20:41:56 dgp Exp $
AC_INIT(../generic/tcl.h)
AC_PREREQ(2.13)
@@ -571,13 +571,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.