Lines Matching refs:Tcl
1416 --with-tcl directory containing tcl configuration
1420 --with-tclinclude directory containing the public Tcl header files
2643 # Ok, lets find the tcl configuration
2645 # the alternative search directory is invoked by --with-tcl
2652 # Check whether --with-tcl was given.
2658 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for Tcl configuration" >&5
2659 printf %s "checking for Tcl configuration... " >&6; }
2666 # First check to see if --with-tcl was specified.
2671 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: --with-tcl argument should refer to directory containing tclConfig.sh, not to tclConfig.sh itself" >&5
2672 printf "%s\n" "$as_me: WARNING: --with-tcl argument should refer to directory containing tclConfig.sh, not to tclConfig.sh itself" >&2;}
2683 # then check for a private Tcl installation
2686 ../tcl \
2687 `ls -dr ../tcl[8-9].[0-9].[0-9]* 2>/dev/null` \
2688 `ls -dr ../tcl[8-9].[0-9] 2>/dev/null` \
2689 `ls -dr ../tcl[8-9].[0-9]* 2>/dev/null` \
2690 ../../tcl \
2691 `ls -dr ../../tcl[8-9].[0-9].[0-9]* 2>/dev/null` \
2692 `ls -dr ../../tcl[8-9].[0-9] 2>/dev/null` \
2693 `ls -dr ../../tcl[8-9].[0-9]* 2>/dev/null` \
2694 ../../../tcl \
2695 `ls -dr ../../../tcl[8-9].[0-9].[0-9]* 2>/dev/null` \
2696 `ls -dr ../../../tcl[8-9].[0-9] 2>/dev/null` \
2697 `ls -dr ../../../tcl[8-9].[0-9]* 2>/dev/null` ; do
2715 `ls -d /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/Library/Frameworks/Tcl.framework 2>/dev/null` \
2716 `ls -d /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/Network/Library/Frameworks/Tcl.framework 2>/dev/null` \
2717 `ls -d /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Tcl.framework 2>/dev/null` \
2719 if test -f "$i/Tcl.framework/tclConfig.sh" ; then
2720 ac_cv_c_tclconfig="`(cd $i/Tcl.framework; pwd)`"
2729 for i in `ls -d C:/Tcl/lib 2>/dev/null` \
2730 `ls -d C:/Progra~1/Tcl/lib 2>/dev/null` \
2753 `ls -d /usr/local/lib/tcl/tcl8.6 2>/dev/null` \
2754 `ls -d /usr/local/lib/tcl/tcl8.5 2>/dev/null` \
2766 ${srcdir}/../tcl \
2767 `ls -dr ${srcdir}/../tcl[8-9].[0-9].[0-9]* 2>/dev/null` \
2768 `ls -dr ${srcdir}/../tcl[8-9].[0-9] 2>/dev/null` \
2769 `ls -dr ${srcdir}/../tcl[8-9].[0-9]* 2>/dev/null` ; do
2786 TCL_BIN_DIR="# no Tcl configs found"
2787 as_fn_error $? "Can't find Tcl configuration definitions. Use --with-tcl to specify a directory containing tclConfig.sh" "$LINENO" 5
3810 # installed and uninstalled version of Tcl.
3816 # If Tcl was built as a framework, attempt to use the libraries
3818 # against Tcl.framework installed in an arbitrary location.
3957 # Handle the --prefix=... option by defaulting to what Tcl gave.
5332 # and runtime Tcl library files in TEA_ADD_TCL_SOURCES.
5474 as_fn_error $? "could not find tcl source file '${srcdir}/$i'" "$LINENO" 5
5482 # The --with-system-sqlite causes the TCL bindings to SQLite to use
5552 # Add pkgIndex.tcl if it is generated in the Makefile instead of ./configure
5559 #CLEANFILES="$CLEANFILES pkgIndex.tcl"
5575 # hard to only rely on the Tcl public header files. Internal headers
5582 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for Tcl public headers" >&5
5583 printf %s "checking for Tcl public headers... " >&6; }
5601 if test -f "${with_tclinclude}/tcl.h" ; then
5604 as_fn_error $? "${with_tclinclude} directory does not contain tcl.h" "$LINENO" 5
5609 # If Tcl was built as a framework, attempt to use
5618 # Look in the source dir only if Tcl is not installed,
5624 # Check order: pkg --prefix location, Tcl's --prefix location,
5640 if test -f "$i/tcl.h" ; then
5653 as_fn_error $? "tcl.h not found. Please specify its location with --with-tclinclude" "$LINENO" 5
5675 # This auto-enables if Tcl was compiled threaded.
5973 # threads is the same as the way Tcl was built. If not, warn the user.
5978 Building ${PACKAGE_NAME} without threads enabled, but building against Tcl
5981 Building ${PACKAGE_NAME} without threads enabled, but building against Tcl
5992 # Not automatically added by Tcl because its assumed Tcl links to them,
6338 # This is similar to Tcl's unix/tcl.m4 except that we've added a
6957 # TEA specific: Needed by Tcl, but not most extensions
7887 # JH: static-libgcc is necessary for core Tcl, but may
7899 # JH: static-libgcc is necessary for core Tcl, but may
8459 # TEA specific: We actually want to use the default tcl.h checks in
8461 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: using Tcl header defaults" >&5
8462 printf "%s\n" "using Tcl header defaults" >&6; }
8891 # the private libraries of Tcl and Tk.
8956 # Tcl and Tk build directories or the location they were installed
8959 # a pkgIndex.tcl file or anything else at extension build time.
8966 # tclConfig.sh is in Tcl build directory
9013 # have a special pkgIndex.tcl.in or other files which require
9017 ac_config_files="$ac_config_files Makefile pkgIndex.tcl"
9729 "pkgIndex.tcl") CONFIG_FILES="$CONFIG_FILES pkgIndex.tcl" ;;