added default cygwin dir

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1433 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.1.4
Stéphane Fillod, F8CFE 2003-04-07 20:47:28 +00:00
rodzic d0728ecceb
commit 1c9265f1b6
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -59,6 +59,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 ${prefix}/lib 2>/dev/null` \
`ls -d /usr/lib 2>/dev/null` \
`ls -d /usr/local/lib 2>/dev/null` \
`ls -dr /usr/lib/tcl[[8-9]].[[0-9]]* 2>/dev/null` ; do
if test -f "$i/tclConfig.sh" ; then