summaryrefslogtreecommitdiffstats
path: root/unix/configure.ac
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2019-11-22 15:18:54 (GMT)
committerdgp <dgp@users.sourceforge.net>2019-11-22 15:18:54 (GMT)
commit20ce24d285fbaed7c2a52e242302f8243cf20649 (patch)
tree175d1738e38375d3ecb2636e869954ae6e3f50dc /unix/configure.ac
parent16135b4d33cd6d572f37f6c88cbce7f08db2cadb (diff)
parent7172d12a3f6540006da051589d3c02585c9c33fd (diff)
downloadtcl-20ce24d285fbaed7c2a52e242302f8243cf20649.zip
tcl-20ce24d285fbaed7c2a52e242302f8243cf20649.tar.gz
tcl-20ce24d285fbaed7c2a52e242302f8243cf20649.tar.bz2
merge 8.7
Diffstat (limited to 'unix/configure.ac')
-rw-r--r--unix/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure.ac b/unix/configure.ac
index df480dc..7145f53 100644
--- a/unix/configure.ac
+++ b/unix/configure.ac
@@ -930,7 +930,7 @@ VERSION=${TCL_VERSION}
if test "$FRAMEWORK_BUILD" = "1" ; then
test -z "$TCL_PACKAGE_PATH" && \
- TCL_PACKAGE_PATH="~/Library/Tcl /Library/Tcl ~/Library/Frameworks /Library/Frameworks"
+ TCL_PACKAGE_PATH="~/Library/Tcl /Library/Tcl ~/Library/Frameworks /Library/Frameworks"
test -z "$TCL_MODULE_PATH" && \
TCL_MODULE_PATH="~/Library/Tcl /Library/Tcl"
elif test "$prefix/lib" != "$libdir"; then