left over patch from previous update

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1982 7ae35d74-ebe9-4afe-98af-79ac388436b8
This commit is contained in:
Stéphane Fillod, F8CFE 2005-04-03 22:08:35 +00:00
parent d991a3b59d
commit edad239ae3

View File

@ -68,6 +68,7 @@ AC_DEFUN(SC_PATH_TCLCONFIG, [
`ls -d /usr/local/lib 2>/dev/null` \
`ls -d /usr/contrib/lib 2>/dev/null` \
`ls -d /usr/lib 2>/dev/null` \
`ls -dr /usr/lib/tcl[[8-9]].[[0-9]]* 2>/dev/null` \
; do
if test -f "$i/tclConfig.sh" ; then
ac_cv_c_tclconfig=`(cd $i; pwd)`