diff options
author | rmax <rmax> | 2002-06-25 14:39:06 (GMT) |
---|---|---|
committer | rmax <rmax> | 2002-06-25 14:39:06 (GMT) |
commit | 38552c3a2aca52950e9aab3fae0045c6ad03c17e (patch) | |
tree | cb10c8b86f0c8a56e772660022860ce1f7cf1250 /unix/configure | |
parent | b2d10e52b29a853f6617b873da1152ac86f25d98 (diff) | |
download | tk-38552c3a2aca52950e9aab3fae0045c6ad03c17e.zip tk-38552c3a2aca52950e9aab3fae0045c6ad03c17e.tar.gz tk-38552c3a2aca52950e9aab3fae0045c6ad03c17e.tar.bz2 |
* unix/configure: Replaced ${exec_prefix}/lib
* unix/tcl.m4 (SC_PATH_TCLCONFIG): by ${libdir}.
Diffstat (limited to 'unix/configure')
-rwxr-xr-x | unix/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure index 67201fb..e0a6eb4 100755 --- a/unix/configure +++ b/unix/configure @@ -1646,7 +1646,7 @@ else # check in a few common install locations if test x"${ac_cv_c_tclconfig}" = x ; then - for i in `ls -d ${exec_prefix}/lib 2>/dev/null` \ + for i in `ls -d ${libdir} 2>/dev/null` \ `ls -d /usr/local/lib 2>/dev/null` \ `ls -d /usr/contrib/lib 2>/dev/null` \ `ls -d /usr/lib 2>/dev/null` \ |