diff options
author | stu <stwo@users.sourceforge.net> | 2018-06-15 10:26:40 (GMT) |
---|---|---|
committer | stu <stwo@users.sourceforge.net> | 2018-06-15 10:26:40 (GMT) |
commit | ee268b3fe72d690a375c2c07259d79ab56cb9a36 (patch) | |
tree | c76cfdeb6362cc8c6359fd7466e53a4ae18c0bcb /unix/configure | |
parent | 4e905500fbb8c158566a10ed26cb712d43c85511 (diff) | |
download | tk-ee268b3fe72d690a375c2c07259d79ab56cb9a36.zip tk-ee268b3fe72d690a375c2c07259d79ab56cb9a36.tar.gz tk-ee268b3fe72d690a375c2c07259d79ab56cb9a36.tar.bz2 |
Align common install locations in SC_PATH_TCLCONFIG and SC_PATH_TKCONFIG.
Add FreeBSD and OpenBSD 8.6 paths.
Diffstat (limited to 'unix/configure')
-rwxr-xr-x | unix/configure | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/unix/configure b/unix/configure index 6fcb22e..f10afff 100755 --- a/unix/configure +++ b/unix/configure @@ -2372,6 +2372,8 @@ $as_echo "$as_me: WARNING: --with-tcl argument should refer to directory contain `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.6 2>/dev/null` \ + `ls -d /usr/local/lib/tcl/tcl8.6 2>/dev/null` \ ; do if test -f "$i/tclConfig.sh" ; then ac_cv_c_tclconfig="`(cd $i; pwd)`" |