Lines Matching refs:tcl
842 dnl Ok, lets find the tcl source trees so we can use the headers
844 dnl because 10 sorts before 9. We also look for just tcl. We have to
856 AC_ARG_WITH(tclinclude, [ --with-tclinclude directory where tcl headers are], with_tclinclud…
860 if test -f ${with_tclinclude}/tcl.h ; then
862 elif test -f ${with_tclinclude}/generic/tcl.h ; then
872 if test -f $ac_cv_c_tclconfig/$i/generic/tcl.h ; then
884 if test -n "`ls -dr $srcdir/$i/tcl* 2>/dev/null`" ; then
892 for i in `ls -dr $tclpath/tcl* 2>/dev/null ` ; do
893 if test -f $i/generic/tcl.h ; then
904 if test -f $ccpath/tcl.h; then
912 AC_CHECK_HEADER(tcl.h, ac_cv_c_tclh=installed, ac_cv_c_tclh="")
937 dnl Ok, lets find the tcl configuration
945 …AC_ARG_WITH(tclconfig, [ --with-tclconfig directory containing tcl configuration (tclCo…
964 dnl on the cygwin port of tcl.
979 if test -n "`ls -dr $i/tcl* 2>/dev/null`" ; then
987 for i in `ls -dr $tclconfpath/tcl* 2>/dev/null ` ; do
990 dnl on the cygwin port of tcl.
1522 AC_MSG_CHECKING(for itcl_mkindex.tcl script)
1550 if test -f $i/library/itcl_mkindex.tcl ; then
1551 ac_cv_c_itclmkidx=`(cd $i/library; ${PWDCMD-pwd})`/itcl_mkindex.tcl
1561 if test -f $i/itcl_mkindex.tcl ; then
1562 ac_cv_c_itclmkidx=`(cd $i; ${PWDCMD-pwd})`/itcl_mkindex.tcl
1570 AC_MSG_ERROR([Can't find the itcl_mkindex.tcl script])