From 38552c3a2aca52950e9aab3fae0045c6ad03c17e Mon Sep 17 00:00:00 2001 From: rmax Date: Tue, 25 Jun 2002 14:39:06 +0000 Subject: * unix/configure: Replaced ${exec_prefix}/lib * unix/tcl.m4 (SC_PATH_TCLCONFIG): by ${libdir}. --- ChangeLog | 5 +++++ unix/configure | 2 +- unix/tcl.m4 | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index b922471..6f63408 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-06-25 Reinhard Max + + * unix/configure: Replaced ${exec_prefix}/lib + * unix/tcl.m4 (SC_PATH_TCLCONFIG): by ${libdir}. + 2002-06-24 Mo DeJong * tests/winWm.test: Verify that both an unmapped 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` \ diff --git a/unix/tcl.m4 b/unix/tcl.m4 index 0ece801..a146632 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -58,7 +58,7 @@ AC_DEFUN(SC_PATH_TCLCONFIG, [ # 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` \ @@ -153,7 +153,7 @@ AC_DEFUN(SC_PATH_TKCONFIG, [ fi # check in a few common install locations if test x"${ac_cv_c_tkconfig}" = 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` \ -- cgit v0.12