summaryrefslogtreecommitdiffstats
path: root/unix/configure
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2018-06-17 15:27:22 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2018-06-17 15:27:22 (GMT)
commit33d0981efca16ee4e24824c6d7daa62604cc335b (patch)
treec62f4bd8f7416562f51ffd064aa44e5122aae533 /unix/configure
parent5e84790f06c9ba57b46ec47ef69d59b7ffce6620 (diff)
downloadtk-33d0981efca16ee4e24824c6d7daa62604cc335b.zip
tk-33d0981efca16ee4e24824c6d7daa62604cc335b.tar.gz
tk-33d0981efca16ee4e24824c6d7daa62604cc335b.tar.bz2
Sync tcl.m4 with Tcl version. Re-generate unix/configure script
Diffstat (limited to 'unix/configure')
-rwxr-xr-xunix/configure3
1 files changed, 3 insertions, 0 deletions
diff --git a/unix/configure b/unix/configure
index f6c4ff7..e925ea8 100755
--- a/unix/configure
+++ b/unix/configure
@@ -1431,8 +1431,11 @@ echo "$as_me: error: ${with_tclconfig} directory doesn't contain tclConfig.sh" >
`ls -d ${prefix}/lib 2>/dev/null` \
`ls -d /usr/local/lib 2>/dev/null` \
`ls -d /usr/contrib/lib 2>/dev/null` \
+ `ls -d /usr/pkg/lib 2>/dev/null` \
`ls -d /usr/lib 2>/dev/null` \
`ls -d /usr/lib64 2>/dev/null` \
+ `ls -d /usr/local/lib/tcl8.5 2>/dev/null` \
+ `ls -d /usr/local/lib/tcl/tcl8.5 2>/dev/null` \
; do
if test -f "$i/tclConfig.sh" ; then
ac_cv_c_tclconfig="`(cd $i; pwd)`"