===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
tkcon-2.7.3/Makefile.in-132-TCLLIBPATH	= $(top_builddir)
tkcon-2.7.3/Makefile.in:133:TCLSH_ENV	= TCL_LIBRARY=`@CYGPATH@ $(TCL_SRC_DIR)/library`
tkcon-2.7.3/Makefile.in-134-PKG_ENV		= @LD_LIBRARY_PATH_VAR@="$(EXTRA_PATH):$(@LD_LIBRARY_PATH_VAR@)" \
##############################################
tkcon-2.7.3/Makefile.in-140-
tkcon-2.7.3/Makefile.in:141:#WISH_ENV	= TK_LIBRARY=`@CYGPATH@ $(TK_SRC_DIR)/library`
tkcon-2.7.3/Makefile.in-142-#WISH_PROG	= @WISH_PROG@
##############################################
tkcon-2.7.3/Makefile.in-245-test: binaries libraries
tkcon-2.7.3/Makefile.in:246:	$(TCLSH) `@CYGPATH@ $(srcdir)/tests/all.tcl` $(TESTFLAGS) \
tkcon-2.7.3/Makefile.in-247-	    -load "package ifneeded $(PACKAGE_NAME) $(PACKAGE_VERSION) \
tkcon-2.7.3/Makefile.in:248:		[list load `@CYGPATH@ $(PKG_LIB_FILE)` $(PACKAGE_NAME)]"
tkcon-2.7.3/Makefile.in-249-
##############################################
tkcon-2.7.3/Makefile.in-257-	$(TCLSH_ENV) $(PKG_ENV) $(GDB) \
tkcon-2.7.3/Makefile.in:258:	    --args $(TCLSH_PROG) `@CYGPATH@ $(srcdir)/tests/all.tcl` \
tkcon-2.7.3/Makefile.in-259-	    $(TESTFLAGS) -singleproc 1 \
tkcon-2.7.3/Makefile.in-260-	    -load "package ifneeded $(PACKAGE_NAME) $(PACKAGE_VERSION) \
tkcon-2.7.3/Makefile.in:261:		[list load `@CYGPATH@ $(PKG_LIB_FILE)` $(PACKAGE_NAME)]"
tkcon-2.7.3/Makefile.in-262-
##############################################
tkcon-2.7.3/Makefile.in-264-	$(TCLSH_ENV) $(PKG_ENV) $(VALGRIND) $(VALGRINDARGS) $(TCLSH_PROG) \
tkcon-2.7.3/Makefile.in:265:	    `@CYGPATH@ $(srcdir)/tests/all.tcl` $(TESTFLAGS)
tkcon-2.7.3/Makefile.in-266-
##############################################
tkcon-2.7.3/Makefile.in-299-# sample.$(OBJEXT): $(srcdir)/generic/sample.c
tkcon-2.7.3/Makefile.in:300:# 	$(COMPILE) -c `@CYGPATH@ $(srcdir)/generic/sample.c` -o $@
tkcon-2.7.3/Makefile.in-301-#
##############################################
tkcon-2.7.3/Makefile.in-309-.c.@OBJEXT@:
tkcon-2.7.3/Makefile.in:310:	$(COMPILE) -c `@CYGPATH@ $<` -o $@
tkcon-2.7.3/Makefile.in-311-
##############################################
tkcon-2.7.3/Makefile.in-396-	    $(INSTALL_LIBRARY) $$p $(DESTDIR)$(pkglibdir)/$$p; \
tkcon-2.7.3/Makefile.in:397:	    ext=`echo $$p|sed -e "s/.*\.//"`; \
tkcon-2.7.3/Makefile.in-398-	    if test "x$$ext" = "xdll"; then \
tkcon-2.7.3/Makefile.in:399:		lib=`basename $$p|sed -e 's/.[^.]*$$//'`.lib; \
tkcon-2.7.3/Makefile.in-400-		if test -f $$lib; then \
##############################################
tkcon-2.7.3/Makefile.in-408-	  if test -f $(srcdir)/$$p; then \
tkcon-2.7.3/Makefile.in:409:	    destp=`basename $$p`; \
tkcon-2.7.3/Makefile.in-410-	    echo " Install $$destp $(DESTDIR)$(pkglibdir)/$$destp"; \
##############################################
tkcon-2.7.3/Makefile.in-445-	list='$(PKG_TCL_SOURCES)'; for p in $$list; do \
tkcon-2.7.3/Makefile.in:446:	  p=`basename $$p`; \
tkcon-2.7.3/Makefile.in-447-	  rm -f $(DESTDIR)$(pkglibdir)/$$p; \
##############################################
tkcon-2.7.3/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
tkcon-2.7.3/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
tkcon-2.7.3/configure-45-  as_echo='print -r --'
tkcon-2.7.3/configure-46-  as_echo_n='print -rn --'
tkcon-2.7.3/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
tkcon-2.7.3/configure-48-  as_echo='printf %s\n'
##############################################
tkcon-2.7.3/configure-50-else
tkcon-2.7.3/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
tkcon-2.7.3/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
tkcon-2.7.3/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
tkcon-2.7.3/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
tkcon-2.7.3/configure-62-      esac;
##############################################
tkcon-2.7.3/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
tkcon-2.7.3/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
tkcon-2.7.3/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
tkcon-2.7.3/configure-324-      case $as_dir in #(
tkcon-2.7.3/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
tkcon-2.7.3/configure-326-      *) as_qdir=$as_dir;;
##############################################
tkcon-2.7.3/configure-397-  {
tkcon-2.7.3/configure:398:    as_val=`expr "$@" || test $? -eq 1`
tkcon-2.7.3/configure-399-  }
##############################################
tkcon-2.7.3/configure-404-# ----------------------------------------
tkcon-2.7.3/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
tkcon-2.7.3/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
tkcon-2.7.3/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
tkcon-2.7.3/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
tkcon-2.7.3/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
tkcon-2.7.3/configure-794-  case $ac_option in
tkcon-2.7.3/configure:795:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
tkcon-2.7.3/configure-796-  *=)   ac_optarg= ;;
##############################################
tkcon-2.7.3/configure-838-  -disable-* | --disable-*)
tkcon-2.7.3/configure:839:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
tkcon-2.7.3/configure-840-    # Reject names that are not valid shell variable names.
##############################################
tkcon-2.7.3/configure-843-    ac_useropt_orig=$ac_useropt
tkcon-2.7.3/configure:844:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
tkcon-2.7.3/configure-845-    case $ac_user_opts in
##############################################
tkcon-2.7.3/configure-864-  -enable-* | --enable-*)
tkcon-2.7.3/configure:865:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
tkcon-2.7.3/configure-866-    # Reject names that are not valid shell variable names.
##############################################
tkcon-2.7.3/configure-869-    ac_useropt_orig=$ac_useropt
tkcon-2.7.3/configure:870:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
tkcon-2.7.3/configure-871-    case $ac_user_opts in
##############################################
tkcon-2.7.3/configure-1068-  -with-* | --with-*)
tkcon-2.7.3/configure:1069:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
tkcon-2.7.3/configure-1070-    # Reject names that are not valid shell variable names.
##############################################
tkcon-2.7.3/configure-1073-    ac_useropt_orig=$ac_useropt
tkcon-2.7.3/configure:1074:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
tkcon-2.7.3/configure-1075-    case $ac_user_opts in
##############################################
tkcon-2.7.3/configure-1084-  -without-* | --without-*)
tkcon-2.7.3/configure:1085:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
tkcon-2.7.3/configure-1086-    # Reject names that are not valid shell variable names.
##############################################
tkcon-2.7.3/configure-1089-    ac_useropt_orig=$ac_useropt
tkcon-2.7.3/configure:1090:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
tkcon-2.7.3/configure-1091-    case $ac_user_opts in
##############################################
tkcon-2.7.3/configure-1122-  *=*)
tkcon-2.7.3/configure:1123:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
tkcon-2.7.3/configure-1124-    # Reject names that are not valid shell variable names.
##############################################
tkcon-2.7.3/configure-1143-if test -n "$ac_prev"; then
tkcon-2.7.3/configure:1144:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
tkcon-2.7.3/configure-1145-  as_fn_error $? "missing argument to $ac_option"
##############################################
tkcon-2.7.3/configure-1165-    */ )
tkcon-2.7.3/configure:1166:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
tkcon-2.7.3/configure-1167-      eval $ac_var=\$ac_val;;
##############################################
tkcon-2.7.3/configure-1200-ac_ls_di=`ls -di .` &&
tkcon-2.7.3/configure:1201:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
tkcon-2.7.3/configure-1202-  as_fn_error $? "working directory cannot be determined"
##############################################
tkcon-2.7.3/configure-1256-case $srcdir in
tkcon-2.7.3/configure:1257:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
tkcon-2.7.3/configure-1258-esac
##############################################
tkcon-2.7.3/configure-1299-By default, \`make install' will install all the files in
tkcon-2.7.3/configure:1300:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
tkcon-2.7.3/configure:1301:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
tkcon-2.7.3/configure-1302-for instance \`--prefix=\$HOME'.
##############################################
tkcon-2.7.3/configure-1373-*)
tkcon-2.7.3/configure:1374:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
tkcon-2.7.3/configure-1375-  # A ".." for each directory in $ac_dir_suffix.
tkcon-2.7.3/configure:1376:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
tkcon-2.7.3/configure-1377-  case $ac_top_builddir_sub in
##############################################
tkcon-2.7.3/configure-1657-    *\'*)
tkcon-2.7.3/configure:1658:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
tkcon-2.7.3/configure-1659-    esac
##############################################
tkcon-2.7.3/configure-1740-      case $ac_val in
tkcon-2.7.3/configure:1741:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
tkcon-2.7.3/configure-1742-      esac
##############################################
tkcon-2.7.3/configure-1755-	case $ac_val in
tkcon-2.7.3/configure:1756:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
tkcon-2.7.3/configure-1757-	esac
##############################################
tkcon-2.7.3/configure-1875-    set,)
tkcon-2.7.3/configure:1876:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
tkcon-2.7.3/configure:1877:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
tkcon-2.7.3/configure-1878-      ac_cache_corrupted=: ;;
##############################################
tkcon-2.7.3/configure-1886-	# differences in whitespace do not lead to failure.
tkcon-2.7.3/configure:1887:	ac_old_val_w=`echo x $ac_old_val`
tkcon-2.7.3/configure:1888:	ac_new_val_w=`echo x $ac_new_val`
tkcon-2.7.3/configure-1889-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
tkcon-2.7.3/configure-1906-    case $ac_new_val in
tkcon-2.7.3/configure:1907:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
tkcon-2.7.3/configure-1908-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
tkcon-2.7.3/configure-2166-$as_echo "$as_me: WARNING: --with-tcl argument should refer to directory containing tclConfig.sh, not to tclConfig.sh itself" >&2;}
tkcon-2.7.3/configure:2167:			    with_tclconfig="`echo "${with_tclconfig}" | sed 's!/tclConfig\.sh$!!'`"
tkcon-2.7.3/configure-2168-			fi ;;
##############################################
tkcon-2.7.3/configure-2170-		if test -f "${with_tclconfig}/tclConfig.sh" ; then
tkcon-2.7.3/configure:2171:		    ac_cv_c_tclconfig="`(cd "${with_tclconfig}"; pwd)`"
tkcon-2.7.3/configure-2172-		else
##############################################
tkcon-2.7.3/configure-2193-			    -a -f "$i/win/tclConfig.sh" ; then
tkcon-2.7.3/configure:2194:			ac_cv_c_tclconfig="`(cd $i/win; pwd)`"
tkcon-2.7.3/configure-2195-			break
##############################################
tkcon-2.7.3/configure-2197-		    if test -f "$i/unix/tclConfig.sh" ; then
tkcon-2.7.3/configure:2198:			ac_cv_c_tclconfig="`(cd $i/unix; pwd)`"
tkcon-2.7.3/configure-2199-			break
##############################################
tkcon-2.7.3/configure-2214-		    if test -f "$i/Tcl.framework/tclConfig.sh" ; then
tkcon-2.7.3/configure:2215:			ac_cv_c_tclconfig="`(cd $i/Tcl.framework; pwd)`"
tkcon-2.7.3/configure-2216-			break
##############################################
tkcon-2.7.3/configure-2227-		    if test -f "$i/tclConfig.sh" ; then
tkcon-2.7.3/configure:2228:			ac_cv_c_tclconfig="`(cd $i; pwd)`"
tkcon-2.7.3/configure-2229-			break
##############################################
tkcon-2.7.3/configure-2235-	    if test x"${ac_cv_c_tclconfig}" = x ; then
tkcon-2.7.3/configure:2236:		for i in `ls -d ${libdir} 2>/dev/null` \
tkcon-2.7.3/configure:2237:			`ls -d ${exec_prefix}/lib 2>/dev/null` \
tkcon-2.7.3/configure:2238:			`ls -d ${prefix}/lib 2>/dev/null` \
tkcon-2.7.3/configure-2239-			`ls -d /usr/local/lib 2>/dev/null` \
##############################################
tkcon-2.7.3/configure-2251-		    if test -f "$i/tclConfig.sh" ; then
tkcon-2.7.3/configure:2252:			ac_cv_c_tclconfig="`(cd $i; pwd)`"
tkcon-2.7.3/configure-2253-			break
##############################################
tkcon-2.7.3/configure-2261-			${srcdir}/../tcl \
tkcon-2.7.3/configure:2262:			`ls -dr ${srcdir}/../tcl[8-9].[0-9].[0-9]* 2>/dev/null` \
tkcon-2.7.3/configure:2263:			`ls -dr ${srcdir}/../tcl[8-9].[0-9] 2>/dev/null` \
tkcon-2.7.3/configure:2264:			`ls -dr ${srcdir}/../tcl[8-9].[0-9]* 2>/dev/null` ; do
tkcon-2.7.3/configure-2265-		    if test "${TEA_PLATFORM}" = "windows" \
tkcon-2.7.3/configure-2266-			    -a -f "$i/win/tclConfig.sh" ; then
tkcon-2.7.3/configure:2267:			ac_cv_c_tclconfig="`(cd $i/win; pwd)`"
tkcon-2.7.3/configure-2268-			break
##############################################
tkcon-2.7.3/configure-2270-		    if test -f "$i/unix/tclConfig.sh" ; then
tkcon-2.7.3/configure:2271:			ac_cv_c_tclconfig="`(cd $i/unix; pwd)`"
tkcon-2.7.3/configure-2272-			break
##############################################
tkcon-2.7.3/configure-2636-$as_echo_n "checking whether the C compiler works... " >&6; }
tkcon-2.7.3/configure:2637:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
tkcon-2.7.3/configure-2638-
##############################################
tkcon-2.7.3/configure-2680-	then :; else
tkcon-2.7.3/configure:2681:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
tkcon-2.7.3/configure-2682-	fi
##############################################
tkcon-2.7.3/configure-2740-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
tkcon-2.7.3/configure:2741:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
tkcon-2.7.3/configure-2742-	  break;;
##############################################
tkcon-2.7.3/configure-2849-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
tkcon-2.7.3/configure:2850:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
tkcon-2.7.3/configure-2851-       break;;
##############################################
tkcon-2.7.3/configure-3114-		if test -f "${TCL_BIN_DIR}/${TCL_LIB_FILE}"; then
tkcon-2.7.3/configure:3115:		    for i in "`cd "${TCL_BIN_DIR}"; pwd`" \
tkcon-2.7.3/configure:3116:			     "`cd "${TCL_BIN_DIR}"/../..; pwd`"; do
tkcon-2.7.3/configure:3117:			if test "`basename "$i"`" = "${TCL_LIB_FILE}.framework"; then
tkcon-2.7.3/configure:3118:			    TCL_LIB_SPEC="-F`dirname "$i" | sed -e 's/ /\\\\ /g'` -framework ${TCL_LIB_FILE}"
tkcon-2.7.3/configure-3119-			    break
##############################################
tkcon-2.7.3/configure-3123-		if test -f "${TCL_BIN_DIR}/${TCL_STUB_LIB_FILE}"; then
tkcon-2.7.3/configure:3124:		    TCL_STUB_LIB_SPEC="-L`echo "${TCL_BIN_DIR}"  | sed -e 's/ /\\\\ /g'` ${TCL_STUB_LIB_FLAG}"
tkcon-2.7.3/configure-3125-		    TCL_STUB_LIB_PATH="${TCL_BIN_DIR}/${TCL_STUB_LIB_FILE}"
##############################################
tkcon-2.7.3/configure-3276-$as_echo "$as_me: WARNING: --with-tk argument should refer to directory containing tkConfig.sh, not to tkConfig.sh itself" >&2;}
tkcon-2.7.3/configure:3277:			    with_tkconfig="`echo "${with_tkconfig}" | sed 's!/tkConfig\.sh$!!'`"
tkcon-2.7.3/configure-3278-			fi ;;
##############################################
tkcon-2.7.3/configure-3280-		if test -f "${with_tkconfig}/tkConfig.sh" ; then
tkcon-2.7.3/configure:3281:		    ac_cv_c_tkconfig="`(cd "${with_tkconfig}"; pwd)`"
tkcon-2.7.3/configure-3282-		else
##############################################
tkcon-2.7.3/configure-3303-			    -a -f "$i/win/tkConfig.sh" ; then
tkcon-2.7.3/configure:3304:			ac_cv_c_tkconfig="`(cd $i/win; pwd)`"
tkcon-2.7.3/configure-3305-			break
##############################################
tkcon-2.7.3/configure-3307-		    if test -f "$i/unix/tkConfig.sh" ; then
tkcon-2.7.3/configure:3308:			ac_cv_c_tkconfig="`(cd $i/unix; pwd)`"
tkcon-2.7.3/configure-3309-			break
##############################################
tkcon-2.7.3/configure-3324-		    if test -f "$i/Tk.framework/tkConfig.sh" ; then
tkcon-2.7.3/configure:3325:			ac_cv_c_tkconfig="`(cd $i/Tk.framework; pwd)`"
tkcon-2.7.3/configure-3326-			break
##############################################
tkcon-2.7.3/configure-3332-	    if test x"${ac_cv_c_tkconfig}" = x ; then
tkcon-2.7.3/configure:3333:		for i in `ls -d ${libdir} 2>/dev/null` \
tkcon-2.7.3/configure:3334:			`ls -d ${exec_prefix}/lib 2>/dev/null` \
tkcon-2.7.3/configure:3335:			`ls -d ${prefix}/lib 2>/dev/null` \
tkcon-2.7.3/configure-3336-			`ls -d /usr/local/lib 2>/dev/null` \
##############################################
tkcon-2.7.3/configure-3348-		    if test -f "$i/tkConfig.sh" ; then
tkcon-2.7.3/configure:3349:			ac_cv_c_tkconfig="`(cd $i; pwd)`"
tkcon-2.7.3/configure-3350-			break
##############################################
tkcon-2.7.3/configure-3361-		    if test -f "$i/tkConfig.sh" ; then
tkcon-2.7.3/configure:3362:			ac_cv_c_tkconfig="`(cd $i; pwd)`"
tkcon-2.7.3/configure-3363-			break
##############################################
tkcon-2.7.3/configure-3371-			${srcdir}/../tk \
tkcon-2.7.3/configure:3372:			`ls -dr ${srcdir}/../tk[8-9].[0-9].[0-9]* 2>/dev/null` \
tkcon-2.7.3/configure:3373:			`ls -dr ${srcdir}/../tk[8-9].[0-9] 2>/dev/null` \
tkcon-2.7.3/configure:3374:			`ls -dr ${srcdir}/../tk[8-9].[0-9]* 2>/dev/null` ; do
tkcon-2.7.3/configure-3375-		    if test "${TEA_PLATFORM}" = "windows" \
tkcon-2.7.3/configure-3376-			    -a -f "$i/win/tkConfig.sh" ; then
tkcon-2.7.3/configure:3377:			ac_cv_c_tkconfig="`(cd $i/win; pwd)`"
tkcon-2.7.3/configure-3378-			break
##############################################
tkcon-2.7.3/configure-3380-		    if test -f "$i/unix/tkConfig.sh" ; then
tkcon-2.7.3/configure:3381:			ac_cv_c_tkconfig="`(cd $i/unix; pwd)`"
tkcon-2.7.3/configure-3382-			break
##############################################
tkcon-2.7.3/configure-3434-		if test -f "${TK_BIN_DIR}/${TK_LIB_FILE}"; then
tkcon-2.7.3/configure:3435:		    for i in "`cd "${TK_BIN_DIR}"; pwd`" \
tkcon-2.7.3/configure:3436:			     "`cd "${TK_BIN_DIR}"/../..; pwd`"; do
tkcon-2.7.3/configure:3437:			if test "`basename "$i"`" = "${TK_LIB_FILE}.framework"; then
tkcon-2.7.3/configure:3438:			    TK_LIB_SPEC="-F`dirname "$i" | sed -e 's/ /\\\\ /g'` -framework ${TK_LIB_FILE}"
tkcon-2.7.3/configure-3439-			    break
##############################################
tkcon-2.7.3/configure-3443-		if test -f "${TK_BIN_DIR}/${TK_STUB_LIB_FILE}"; then
tkcon-2.7.3/configure:3444:		    TK_STUB_LIB_SPEC="-L` echo "${TK_BIN_DIR}"  | sed -e 's/ /\\\\ /g'` ${TK_STUB_LIB_FLAG}"
tkcon-2.7.3/configure-3445-		    TK_STUB_LIB_PATH="${TK_BIN_DIR}/${TK_STUB_LIB_FILE}"
##############################################
tkcon-2.7.3/configure-4217-set x ${MAKE-make}
tkcon-2.7.3/configure:4218:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
tkcon-2.7.3/configure-4219-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
tkcon-2.7.3/configure-4227-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
tkcon-2.7.3/configure:4228:case `${MAKE-make} -f conftest.make 2>/dev/null` in
tkcon-2.7.3/configure-4229-  *@@@%%%=?*=@@@%%%*)
##############################################
tkcon-2.7.3/configure-4370-  # Check for GNU $ac_path_GREP
tkcon-2.7.3/configure:4371:case `"$ac_path_GREP" --version 2>&1` in
tkcon-2.7.3/configure-4372-*GNU*)
##############################################
tkcon-2.7.3/configure-4436-  # Check for GNU $ac_path_EGREP
tkcon-2.7.3/configure:4437:case `"$ac_path_EGREP" --version 2>&1` in
tkcon-2.7.3/configure-4438-*GNU*)
##############################################
tkcon-2.7.3/configure-4597-do :
tkcon-2.7.3/configure:4598:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
tkcon-2.7.3/configure-4599-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
tkcon-2.7.3/configure-4602-  cat >>confdefs.h <<_ACEOF
tkcon-2.7.3/configure:4603:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
tkcon-2.7.3/configure-4604-_ACEOF
##############################################
tkcon-2.7.3/configure-4914-		# this assumes it is in a VPATH dir
tkcon-2.7.3/configure:4915:		i=`basename $i`
tkcon-2.7.3/configure-4916-		# handle user calling this before or after TEA_SETUP_COMPILER
tkcon-2.7.3/configure-4917-		if test x"${OBJEXT}" != x ; then
tkcon-2.7.3/configure:4918:		    j="`echo $i | sed -e 's/\.[^.]*$//'`.${OBJEXT}"
tkcon-2.7.3/configure-4919-		else
tkcon-2.7.3/configure:4920:		    j="`echo $i | sed -e 's/\.[^.]*$//'`.\${OBJEXT}"
tkcon-2.7.3/configure-4921-		fi
##############################################
tkcon-2.7.3/configure-4951-	    # Convert foo.lib to -lfoo for GCC.  No-op if not *.lib
tkcon-2.7.3/configure:4952:	    i=`echo "$i" | sed -e 's/^\([^-].*\)\.lib$/-l\1/i'`
tkcon-2.7.3/configure-4953-	fi
##############################################
tkcon-2.7.3/configure-4973-	# this assumes it is in a VPATH dir
tkcon-2.7.3/configure:4974:	i=`basename $i`
tkcon-2.7.3/configure-4975-	# handle user calling this before or after TEA_SETUP_COMPILER
tkcon-2.7.3/configure-4976-	if test x"${OBJEXT}" != x ; then
tkcon-2.7.3/configure:4977:	    j="`echo $i | sed -e 's/\.[^.]*$//'`.${OBJEXT}"
tkcon-2.7.3/configure-4978-	else
tkcon-2.7.3/configure:4979:	    j="`echo $i | sed -e 's/\.[^.]*$//'`.\${OBJEXT}"
tkcon-2.7.3/configure-4980-	fi
##############################################
tkcon-2.7.3/configure-5232-'
tkcon-2.7.3/configure:5233:DEFS=`sed -n "$ac_script" confdefs.h`
tkcon-2.7.3/configure-5234-
##############################################
tkcon-2.7.3/configure-5241-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
tkcon-2.7.3/configure:5242:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
tkcon-2.7.3/configure-5243-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
tkcon-2.7.3/configure-5309-if test -z "$BASH_VERSION$ZSH_VERSION" \
tkcon-2.7.3/configure:5310:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
tkcon-2.7.3/configure-5311-  as_echo='print -r --'
tkcon-2.7.3/configure-5312-  as_echo_n='print -rn --'
tkcon-2.7.3/configure:5313:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
tkcon-2.7.3/configure-5314-  as_echo='printf %s\n'
##############################################
tkcon-2.7.3/configure-5316-else
tkcon-2.7.3/configure:5317:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
tkcon-2.7.3/configure-5318-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
tkcon-2.7.3/configure-5326-	expr "X$arg" : "X\\(.*\\)$as_nl";
tkcon-2.7.3/configure:5327:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
tkcon-2.7.3/configure-5328-      esac;
##############################################
tkcon-2.7.3/configure-5403-# ----------------------------------------
tkcon-2.7.3/configure:5404:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
tkcon-2.7.3/configure-5405-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
tkcon-2.7.3/configure-5475-  {
tkcon-2.7.3/configure:5476:    as_val=`expr "$@" || test $? -eq 1`
tkcon-2.7.3/configure-5477-  }
##############################################
tkcon-2.7.3/configure-5579-      case $as_dir in #(
tkcon-2.7.3/configure:5580:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
tkcon-2.7.3/configure-5581-      *) as_qdir=$as_dir;;
##############################################
tkcon-2.7.3/configure-5701-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
tkcon-2.7.3/configure:5702:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
tkcon-2.7.3/configure-5703-ac_cs_version="\\
##############################################
tkcon-2.7.3/configure-5723-  --*=?*)
tkcon-2.7.3/configure:5724:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
tkcon-2.7.3/configure:5725:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
tkcon-2.7.3/configure-5726-    ac_shift=:
##############################################
tkcon-2.7.3/configure-5728-  --*=)
tkcon-2.7.3/configure:5729:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
tkcon-2.7.3/configure-5730-    ac_optarg=
##############################################
tkcon-2.7.3/configure-5752-    case $ac_optarg in
tkcon-2.7.3/configure:5753:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
tkcon-2.7.3/configure-5754-    '') as_fn_error $? "missing file argument" ;;
##############################################
tkcon-2.7.3/configure-5868-fi
tkcon-2.7.3/configure:5869:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
tkcon-2.7.3/configure-5870-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
tkcon-2.7.3/configure-5885-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
tkcon-2.7.3/configure:5886:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
tkcon-2.7.3/configure-5887-ac_delim='%!_!# '
##############################################
tkcon-2.7.3/configure-5891-
tkcon-2.7.3/configure:5892:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
tkcon-2.7.3/configure-5893-  if test $ac_delim_n = $ac_delim_num; then
##############################################
tkcon-2.7.3/configure-6053-      esac
tkcon-2.7.3/configure:6054:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
tkcon-2.7.3/configure-6055-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
tkcon-2.7.3/configure-6112-*)
tkcon-2.7.3/configure:6113:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
tkcon-2.7.3/configure-6114-  # A ".." for each directory in $ac_dir_suffix.
tkcon-2.7.3/configure:6115:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
tkcon-2.7.3/configure-6116-  case $ac_top_builddir_sub in
##############################################
tkcon-2.7.3/configure-6164-/@mandir@/p'
tkcon-2.7.3/configure:6165:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
tkcon-2.7.3/configure-6166-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
tkcon-2.7.3/configure-6181-
tkcon-2.7.3/configure:6182:# Neutralize VPATH when `$srcdir' = `.'.
tkcon-2.7.3/configure-6183-# Shell code in configure.ac might set extrasub.
##############################################
tkcon-2.7.3/configure-6207-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
tkcon-2.7.3/configure:6208:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
tkcon-2.7.3/configure-6209-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
tkcon-2.7.3/docs/perl.txt-86-	@_ERRORS = ();
tkcon-2.7.3/docs/perl.txt:87:	push @_ERRORS, `$_SHELL -c $1 2>&1`;
tkcon-2.7.3/docs/perl.txt-88-    } elsif (/^\+$/) {
##############################################
tkcon-2.7.3/tclconfig/install-sh-225-      fi
tkcon-2.7.3/tclconfig/install-sh:226:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
tkcon-2.7.3/tclconfig/install-sh-227-    *)
##############################################
tkcon-2.7.3/tclconfig/install-sh-277-      dstdir=$dst
tkcon-2.7.3/tclconfig/install-sh:278:      dst=$dstdir/`basename "$src"`
tkcon-2.7.3/tclconfig/install-sh-279-      dstdir_status=0
##############################################
tkcon-2.7.3/tclconfig/install-sh-359-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
tkcon-2.7.3/tclconfig/install-sh:360:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
tkcon-2.7.3/tclconfig/install-sh-361-		   case $ls_ld_tmpdir in
##############################################
tkcon-2.7.3/tclconfig/install-sh-366-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
tkcon-2.7.3/tclconfig/install-sh:367:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
tkcon-2.7.3/tclconfig/install-sh-368-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
tkcon-2.7.3/tclconfig/install-sh-426-	    case $prefix in
tkcon-2.7.3/tclconfig/install-sh:427:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
tkcon-2.7.3/tclconfig/install-sh-428-	      *) qprefix=$prefix;;
##############################################
tkcon-2.7.3/tclconfig/install-sh-475-    if $copy_on_change &&
tkcon-2.7.3/tclconfig/install-sh:476:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
tkcon-2.7.3/tclconfig/install-sh:477:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
tkcon-2.7.3/tclconfig/install-sh-478-
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-64-			    AC_MSG_WARN([--with-tcl argument should refer to directory containing tclConfig.sh, not to tclConfig.sh itself])
tkcon-2.7.3/tclconfig/tcl.m4:65:			    with_tclconfig="`echo "${with_tclconfig}" | sed 's!/tclConfig\.sh$!!'`"
tkcon-2.7.3/tclconfig/tcl.m4-66-			fi ;;
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-68-		if test -f "${with_tclconfig}/tclConfig.sh" ; then
tkcon-2.7.3/tclconfig/tcl.m4:69:		    ac_cv_c_tclconfig="`(cd "${with_tclconfig}"; pwd)`"
tkcon-2.7.3/tclconfig/tcl.m4-70-		else
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-91-			    -a -f "$i/win/tclConfig.sh" ; then
tkcon-2.7.3/tclconfig/tcl.m4:92:			ac_cv_c_tclconfig="`(cd $i/win; pwd)`"
tkcon-2.7.3/tclconfig/tcl.m4-93-			break
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-95-		    if test -f "$i/unix/tclConfig.sh" ; then
tkcon-2.7.3/tclconfig/tcl.m4:96:			ac_cv_c_tclconfig="`(cd $i/unix; pwd)`"
tkcon-2.7.3/tclconfig/tcl.m4-97-			break
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-112-		    if test -f "$i/Tcl.framework/tclConfig.sh" ; then
tkcon-2.7.3/tclconfig/tcl.m4:113:			ac_cv_c_tclconfig="`(cd $i/Tcl.framework; pwd)`"
tkcon-2.7.3/tclconfig/tcl.m4-114-			break
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-125-		    if test -f "$i/tclConfig.sh" ; then
tkcon-2.7.3/tclconfig/tcl.m4:126:			ac_cv_c_tclconfig="`(cd $i; pwd)`"
tkcon-2.7.3/tclconfig/tcl.m4-127-			break
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-133-	    if test x"${ac_cv_c_tclconfig}" = x ; then
tkcon-2.7.3/tclconfig/tcl.m4:134:		for i in `ls -d ${libdir} 2>/dev/null` \
tkcon-2.7.3/tclconfig/tcl.m4:135:			`ls -d ${exec_prefix}/lib 2>/dev/null` \
tkcon-2.7.3/tclconfig/tcl.m4:136:			`ls -d ${prefix}/lib 2>/dev/null` \
tkcon-2.7.3/tclconfig/tcl.m4-137-			`ls -d /usr/local/lib 2>/dev/null` \
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-149-		    if test -f "$i/tclConfig.sh" ; then
tkcon-2.7.3/tclconfig/tcl.m4:150:			ac_cv_c_tclconfig="`(cd $i; pwd)`"
tkcon-2.7.3/tclconfig/tcl.m4-151-			break
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-159-			${srcdir}/../tcl \
tkcon-2.7.3/tclconfig/tcl.m4:160:			`ls -dr ${srcdir}/../tcl[[8-9]].[[0-9]].[[0-9]]* 2>/dev/null` \
tkcon-2.7.3/tclconfig/tcl.m4:161:			`ls -dr ${srcdir}/../tcl[[8-9]].[[0-9]] 2>/dev/null` \
tkcon-2.7.3/tclconfig/tcl.m4:162:			`ls -dr ${srcdir}/../tcl[[8-9]].[[0-9]]* 2>/dev/null` ; do
tkcon-2.7.3/tclconfig/tcl.m4-163-		    if test "${TEA_PLATFORM}" = "windows" \
tkcon-2.7.3/tclconfig/tcl.m4-164-			    -a -f "$i/win/tclConfig.sh" ; then
tkcon-2.7.3/tclconfig/tcl.m4:165:			ac_cv_c_tclconfig="`(cd $i/win; pwd)`"
tkcon-2.7.3/tclconfig/tcl.m4-166-			break
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-168-		    if test -f "$i/unix/tclConfig.sh" ; then
tkcon-2.7.3/tclconfig/tcl.m4:169:			ac_cv_c_tclconfig="`(cd $i/unix; pwd)`"
tkcon-2.7.3/tclconfig/tcl.m4-170-			break
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-227-			    AC_MSG_WARN([--with-tk argument should refer to directory containing tkConfig.sh, not to tkConfig.sh itself])
tkcon-2.7.3/tclconfig/tcl.m4:228:			    with_tkconfig="`echo "${with_tkconfig}" | sed 's!/tkConfig\.sh$!!'`"
tkcon-2.7.3/tclconfig/tcl.m4-229-			fi ;;
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-231-		if test -f "${with_tkconfig}/tkConfig.sh" ; then
tkcon-2.7.3/tclconfig/tcl.m4:232:		    ac_cv_c_tkconfig="`(cd "${with_tkconfig}"; pwd)`"
tkcon-2.7.3/tclconfig/tcl.m4-233-		else
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-254-			    -a -f "$i/win/tkConfig.sh" ; then
tkcon-2.7.3/tclconfig/tcl.m4:255:			ac_cv_c_tkconfig="`(cd $i/win; pwd)`"
tkcon-2.7.3/tclconfig/tcl.m4-256-			break
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-258-		    if test -f "$i/unix/tkConfig.sh" ; then
tkcon-2.7.3/tclconfig/tcl.m4:259:			ac_cv_c_tkconfig="`(cd $i/unix; pwd)`"
tkcon-2.7.3/tclconfig/tcl.m4-260-			break
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-275-		    if test -f "$i/Tk.framework/tkConfig.sh" ; then
tkcon-2.7.3/tclconfig/tcl.m4:276:			ac_cv_c_tkconfig="`(cd $i/Tk.framework; pwd)`"
tkcon-2.7.3/tclconfig/tcl.m4-277-			break
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-283-	    if test x"${ac_cv_c_tkconfig}" = x ; then
tkcon-2.7.3/tclconfig/tcl.m4:284:		for i in `ls -d ${libdir} 2>/dev/null` \
tkcon-2.7.3/tclconfig/tcl.m4:285:			`ls -d ${exec_prefix}/lib 2>/dev/null` \
tkcon-2.7.3/tclconfig/tcl.m4:286:			`ls -d ${prefix}/lib 2>/dev/null` \
tkcon-2.7.3/tclconfig/tcl.m4-287-			`ls -d /usr/local/lib 2>/dev/null` \
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-299-		    if test -f "$i/tkConfig.sh" ; then
tkcon-2.7.3/tclconfig/tcl.m4:300:			ac_cv_c_tkconfig="`(cd $i; pwd)`"
tkcon-2.7.3/tclconfig/tcl.m4-301-			break
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-312-		    if test -f "$i/tkConfig.sh" ; then
tkcon-2.7.3/tclconfig/tcl.m4:313:			ac_cv_c_tkconfig="`(cd $i; pwd)`"
tkcon-2.7.3/tclconfig/tcl.m4-314-			break
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-322-			${srcdir}/../tk \
tkcon-2.7.3/tclconfig/tcl.m4:323:			`ls -dr ${srcdir}/../tk[[8-9]].[[0-9]].[[0-9]]* 2>/dev/null` \
tkcon-2.7.3/tclconfig/tcl.m4:324:			`ls -dr ${srcdir}/../tk[[8-9]].[[0-9]] 2>/dev/null` \
tkcon-2.7.3/tclconfig/tcl.m4:325:			`ls -dr ${srcdir}/../tk[[8-9]].[[0-9]]* 2>/dev/null` ; do
tkcon-2.7.3/tclconfig/tcl.m4-326-		    if test "${TEA_PLATFORM}" = "windows" \
tkcon-2.7.3/tclconfig/tcl.m4-327-			    -a -f "$i/win/tkConfig.sh" ; then
tkcon-2.7.3/tclconfig/tcl.m4:328:			ac_cv_c_tkconfig="`(cd $i/win; pwd)`"
tkcon-2.7.3/tclconfig/tcl.m4-329-			break
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-331-		    if test -f "$i/unix/tkConfig.sh" ; then
tkcon-2.7.3/tclconfig/tcl.m4:332:			ac_cv_c_tkconfig="`(cd $i/unix; pwd)`"
tkcon-2.7.3/tclconfig/tcl.m4-333-			break
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-400-		if test -f "${TCL_BIN_DIR}/${TCL_LIB_FILE}"; then
tkcon-2.7.3/tclconfig/tcl.m4:401:		    for i in "`cd "${TCL_BIN_DIR}"; pwd`" \
tkcon-2.7.3/tclconfig/tcl.m4:402:			     "`cd "${TCL_BIN_DIR}"/../..; pwd`"; do
tkcon-2.7.3/tclconfig/tcl.m4:403:			if test "`basename "$i"`" = "${TCL_LIB_FILE}.framework"; then
tkcon-2.7.3/tclconfig/tcl.m4:404:			    TCL_LIB_SPEC="-F`dirname "$i" | sed -e 's/ /\\\\ /g'` -framework ${TCL_LIB_FILE}"
tkcon-2.7.3/tclconfig/tcl.m4-405-			    break
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-409-		if test -f "${TCL_BIN_DIR}/${TCL_STUB_LIB_FILE}"; then
tkcon-2.7.3/tclconfig/tcl.m4:410:		    TCL_STUB_LIB_SPEC="-L`echo "${TCL_BIN_DIR}"  | sed -e 's/ /\\\\ /g'` ${TCL_STUB_LIB_FLAG}"
tkcon-2.7.3/tclconfig/tcl.m4-411-		    TCL_STUB_LIB_PATH="${TCL_BIN_DIR}/${TCL_STUB_LIB_FILE}"
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-517-		if test -f "${TK_BIN_DIR}/${TK_LIB_FILE}"; then
tkcon-2.7.3/tclconfig/tcl.m4:518:		    for i in "`cd "${TK_BIN_DIR}"; pwd`" \
tkcon-2.7.3/tclconfig/tcl.m4:519:			     "`cd "${TK_BIN_DIR}"/../..; pwd`"; do
tkcon-2.7.3/tclconfig/tcl.m4:520:			if test "`basename "$i"`" = "${TK_LIB_FILE}.framework"; then
tkcon-2.7.3/tclconfig/tcl.m4:521:			    TK_LIB_SPEC="-F`dirname "$i" | sed -e 's/ /\\\\ /g'` -framework ${TK_LIB_FILE}"
tkcon-2.7.3/tclconfig/tcl.m4-522-			    break
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-526-		if test -f "${TK_BIN_DIR}/${TK_STUB_LIB_FILE}"; then
tkcon-2.7.3/tclconfig/tcl.m4:527:		    TK_STUB_LIB_SPEC="-L` echo "${TK_BIN_DIR}"  | sed -e 's/ /\\\\ /g'` ${TK_STUB_LIB_FLAG}"
tkcon-2.7.3/tclconfig/tcl.m4-528-		    TK_STUB_LIB_PATH="${TK_BIN_DIR}/${TK_STUB_LIB_FILE}"
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-614-        fi
tkcon-2.7.3/tclconfig/tcl.m4:615:        list="`ls -d ${TCL_BIN_DIR}/../bin 2>/dev/null` \
tkcon-2.7.3/tclconfig/tcl.m4:616:              `ls -d ${TCL_BIN_DIR}/..     2>/dev/null` \
tkcon-2.7.3/tclconfig/tcl.m4:617:              `ls -d ${TCL_PREFIX}/bin     2>/dev/null`"
tkcon-2.7.3/tclconfig/tcl.m4-618-        for i in $list ; do
tkcon-2.7.3/tclconfig/tcl.m4-619-            if test -f "$i/${TCLSH_PROG}" ; then
tkcon-2.7.3/tclconfig/tcl.m4:620:                REAL_TCL_BIN_DIR="`cd "$i"; pwd`/"
tkcon-2.7.3/tclconfig/tcl.m4-621-                break
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-672-        fi
tkcon-2.7.3/tclconfig/tcl.m4:673:        list="`ls -d ${TK_BIN_DIR}/../bin 2>/dev/null` \
tkcon-2.7.3/tclconfig/tcl.m4:674:              `ls -d ${TK_BIN_DIR}/..     2>/dev/null` \
tkcon-2.7.3/tclconfig/tcl.m4:675:              `ls -d ${TK_PREFIX}/bin     2>/dev/null`"
tkcon-2.7.3/tclconfig/tcl.m4-676-        for i in $list ; do
tkcon-2.7.3/tclconfig/tcl.m4-677-            if test -f "$i/${WISH_PROG}" ; then
tkcon-2.7.3/tclconfig/tcl.m4:678:                REAL_TK_BIN_DIR="`cd "$i"; pwd`/"
tkcon-2.7.3/tclconfig/tcl.m4-679-                break
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-1183-    # TEA specific: use PACKAGE_VERSION instead of VERSION
tkcon-2.7.3/tclconfig/tcl.m4:1184:    TCL_TRIM_DOTS='`echo ${PACKAGE_VERSION} | tr -d .`'
tkcon-2.7.3/tclconfig/tcl.m4:1185:    ECHO_VERSION='`echo ${PACKAGE_VERSION}`'
tkcon-2.7.3/tclconfig/tcl.m4-1186-    TCL_LIB_VERSIONS_OK=ok
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-1211-		fi
tkcon-2.7.3/tclconfig/tcl.m4:1212:		MSSDK=`echo "$MSSDK" | sed -e  's!\\\!/!g'`
tkcon-2.7.3/tclconfig/tcl.m4-1213-		PATH64=""
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-1275-		fi
tkcon-2.7.3/tclconfig/tcl.m4:1276:		WCEROOT=`echo "$WCEROOT" | sed -e 's!\\\!/!g'`
tkcon-2.7.3/tclconfig/tcl.m4:1277:		SDKROOT=`echo "$SDKROOT" | sed -e 's!\\\!/!g'`
tkcon-2.7.3/tclconfig/tcl.m4-1278-		if test ! -d "${SDKROOT}/${OSVERSION}/${PLATFORM}/Lib/${TARGETCPU}" \
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-1298-	        fi
tkcon-2.7.3/tclconfig/tcl.m4:1299:	        case "x`echo \${VisualStudioVersion}`" in
tkcon-2.7.3/tclconfig/tcl.m4-1300-	            x1[[4-9]]*)
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-1328-		    RC="\"${WCEROOT}/Common/EVC/bin/rc.exe\""
tkcon-2.7.3/tclconfig/tcl.m4:1329:		    arch=`echo ${ARCH} | awk '{print tolower([$]0)}'`
tkcon-2.7.3/tclconfig/tcl.m4-1330-		    defs="${ARCH} _${ARCH}_ ${arch} PALM_SIZE _MT _WINDOWS"
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-1341-		    CFLAGS_OPTIMIZE="-nologo -Ox"
tkcon-2.7.3/tclconfig/tcl.m4:1342:		    lversion=`echo ${CEVERSION} | sed -e 's/\(.\)\(..\)/\1\.\2/'`
tkcon-2.7.3/tclconfig/tcl.m4-1343-		    lflags="${lflags} -MACHINE:${ARCH} -LIBPATH:\"${CELIBPATH}\" -subsystem:windowsce,${lversion} -nologo"
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-1429-			# Make sure only first arg gets _r
tkcon-2.7.3/tclconfig/tcl.m4:1430:		    	CC=`echo "$CC" | sed -e 's/^\([[^ ]]*\)/\1_r/'`
tkcon-2.7.3/tclconfig/tcl.m4-1431-			;;
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-1549-		AS_IF([test "$GCC" = yes], [
tkcon-2.7.3/tclconfig/tcl.m4:1550:		    case `${CC} -dumpmachine` in
tkcon-2.7.3/tclconfig/tcl.m4-1551-			hppa64*)
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-1677-		#		Don't link with -lpthread
tkcon-2.7.3/tclconfig/tcl.m4:1678:		LIBS=`echo $LIBS | sed s/-lpthread//`
tkcon-2.7.3/tclconfig/tcl.m4-1679-		CFLAGS="$CFLAGS -pthread"
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-1695-		# The -pthread needs to go in the CFLAGS, not LIBS
tkcon-2.7.3/tclconfig/tcl.m4:1696:		LIBS=`echo $LIBS | sed s/-pthread//`
tkcon-2.7.3/tclconfig/tcl.m4-1697-		CFLAGS="$CFLAGS -pthread"
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-1712-		# The -pthread needs to go in the LDFLAGS, not LIBS
tkcon-2.7.3/tclconfig/tcl.m4:1713:		LIBS=`echo $LIBS | sed s/-pthread//`
tkcon-2.7.3/tclconfig/tcl.m4-1714-		CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-1718-		# Version numbers are dot-stripped by system policy.
tkcon-2.7.3/tclconfig/tcl.m4:1719:		TCL_TRIM_DOTS=`echo ${PACKAGE_VERSION} | tr -d .`
tkcon-2.7.3/tclconfig/tcl.m4-1720-		UNSHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}.a'
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-1783-	    # TEA specific: link shlib with current and compatibility version flags
tkcon-2.7.3/tclconfig/tcl.m4:1784:	    vers=`echo ${PACKAGE_VERSION} | sed -e 's/^\([[0-9]]\{1,5\}\)\(\(\.[[0-9]]\{1,3\}\)\{0,2\}\).*$/\1\2/p' -e d`
tkcon-2.7.3/tclconfig/tcl.m4-1785-	    SHLIB_LD="${SHLIB_LD} -current_version ${vers:-0} -compatibility_version ${vers:-0}"
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-1787-	    # Don't use -prebind when building for Mac OS X 10.4 or later only:
tkcon-2.7.3/tclconfig/tcl.m4:1788:	    AS_IF([test "`echo "${MACOSX_DEPLOYMENT_TARGET}" | awk -F '10\\.' '{print int([$]2)}'`" -lt 4 -a \
tkcon-2.7.3/tclconfig/tcl.m4:1789:		"`echo "${CPPFLAGS}" | awk -F '-mmacosx-version-min=10\\.' '{print int([$]2)}'`" -lt 4], [
tkcon-2.7.3/tclconfig/tcl.m4-1790-		LDFLAGS="$LDFLAGS -prebind"])
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-1815-			for v in CFLAGS CPPFLAGS LDFLAGS; do
tkcon-2.7.3/tclconfig/tcl.m4:1816:			    eval 'hold_'$v'="$'$v'";'$v'="`echo "$'$v' "|sed -e "s/-arch ppc / /g" -e "s/-arch i386 / /g"`"'
tkcon-2.7.3/tclconfig/tcl.m4-1817-			done
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-1828-			for v in CFLAGS CPPFLAGS LDFLAGS; do
tkcon-2.7.3/tclconfig/tcl.m4:1829:			    eval 'hold_'$v'="$'$v'";'$v'="`echo "$'$v' "|sed -e "s/-arch ppc / /g" -e "s/-arch i386 / /g"`"'
tkcon-2.7.3/tclconfig/tcl.m4-1830-			done
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-1843-		    for v in CFLAGS CPPFLAGS LDFLAGS; do
tkcon-2.7.3/tclconfig/tcl.m4:1844:			eval $v'="`echo "$'$v' "|sed -e "s/-arch ppc64 / /g" -e "s/-arch x86_64 / /g"`"'
tkcon-2.7.3/tclconfig/tcl.m4-1845-		    done])
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-1870-		CFLAGS="$CFLAGS -DTCL_THREAD_STACK_MIN=PTHREAD_STACK_MIN*64"
tkcon-2.7.3/tclconfig/tcl.m4:1871:		LIBS=`echo $LIBS | sed s/-lpthreads//`
tkcon-2.7.3/tclconfig/tcl.m4-1872-		AS_IF([test "$GCC" = yes], [
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-1940-		    AS_IF([test "$GCC" = yes], [
tkcon-2.7.3/tclconfig/tcl.m4:1941:			AS_IF([test "`${CC} -dumpversion | awk -F. '{print [$]1}'`" -lt 3], [
tkcon-2.7.3/tclconfig/tcl.m4-1942-			    AC_MSG_WARN([64bit mode not supported with GCC < 3.2 on $system])
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-2838-		# this assumes it is in a VPATH dir
tkcon-2.7.3/tclconfig/tcl.m4:2839:		i=`basename $i`
tkcon-2.7.3/tclconfig/tcl.m4-2840-		# handle user calling this before or after TEA_SETUP_COMPILER
tkcon-2.7.3/tclconfig/tcl.m4-2841-		if test x"${OBJEXT}" != x ; then
tkcon-2.7.3/tclconfig/tcl.m4:2842:		    j="`echo $i | sed -e 's/\.[[^.]]*$//'`.${OBJEXT}"
tkcon-2.7.3/tclconfig/tcl.m4-2843-		else
tkcon-2.7.3/tclconfig/tcl.m4:2844:		    j="`echo $i | sed -e 's/\.[[^.]]*$//'`.\${OBJEXT}"
tkcon-2.7.3/tclconfig/tcl.m4-2845-		fi
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-2882-	# this assumes it is in a VPATH dir
tkcon-2.7.3/tclconfig/tcl.m4:2883:	i=`basename $i`
tkcon-2.7.3/tclconfig/tcl.m4-2884-	# handle user calling this before or after TEA_SETUP_COMPILER
tkcon-2.7.3/tclconfig/tcl.m4-2885-	if test x"${OBJEXT}" != x ; then
tkcon-2.7.3/tclconfig/tcl.m4:2886:	    j="`echo $i | sed -e 's/\.[[^.]]*$//'`.${OBJEXT}"
tkcon-2.7.3/tclconfig/tcl.m4-2887-	else
tkcon-2.7.3/tclconfig/tcl.m4:2888:	    j="`echo $i | sed -e 's/\.[[^.]]*$//'`.\${OBJEXT}"
tkcon-2.7.3/tclconfig/tcl.m4-2889-	fi
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-2990-	    # Convert foo.lib to -lfoo for GCC.  No-op if not *.lib
tkcon-2.7.3/tclconfig/tcl.m4:2991:	    i=`echo "$i" | sed -e 's/^\([[^-]].*\)\.lib[$]/-l\1/i'`
tkcon-2.7.3/tclconfig/tcl.m4-2992-	fi
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-3213-	    if test x"${TK_BIN_DIR}" != x ; then
tkcon-2.7.3/tclconfig/tcl.m4:3214:		SHLIB_LD_LIBS="${SHLIB_LD_LIBS} \"`${CYGPATH} ${TK_BIN_DIR}/${TK_STUB_LIB_FILE}`\""
tkcon-2.7.3/tclconfig/tcl.m4-3215-	    fi
tkcon-2.7.3/tclconfig/tcl.m4:3216:	    SHLIB_LD_LIBS="${SHLIB_LD_LIBS} \"`${CYGPATH} ${TCL_BIN_DIR}/${TCL_STUB_LIB_FILE}`\""
tkcon-2.7.3/tclconfig/tcl.m4-3217-	    if test "$GCC" = "yes"; then
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-3305-    for i in \
tkcon-2.7.3/tclconfig/tcl.m4:3306:	    `ls -dr ${tea_extra_lib_dir}/$1[[0-9]]*.lib 2>/dev/null ` \
tkcon-2.7.3/tclconfig/tcl.m4:3307:	    `ls -dr ${tea_extra_lib_dir}/lib$1[[0-9]]* 2>/dev/null ` \
tkcon-2.7.3/tclconfig/tcl.m4:3308:	    `ls -dr ${tea_lib_name_dir}/$1[[0-9]]*.lib 2>/dev/null ` \
tkcon-2.7.3/tclconfig/tcl.m4:3309:	    `ls -dr ${tea_lib_name_dir}/lib$1[[0-9]]* 2>/dev/null ` \
tkcon-2.7.3/tclconfig/tcl.m4:3310:	    `ls -dr /usr/lib/$1[[0-9]]*.lib 2>/dev/null ` \
tkcon-2.7.3/tclconfig/tcl.m4:3311:	    `ls -dr /usr/lib/lib$1[[0-9]]* 2>/dev/null ` \
tkcon-2.7.3/tclconfig/tcl.m4:3312:	    `ls -dr /usr/lib64/$1[[0-9]]*.lib 2>/dev/null ` \
tkcon-2.7.3/tclconfig/tcl.m4:3313:	    `ls -dr /usr/lib64/lib$1[[0-9]]* 2>/dev/null ` \
tkcon-2.7.3/tclconfig/tcl.m4:3314:	    `ls -dr /usr/local/lib/$1[[0-9]]*.lib 2>/dev/null ` \
tkcon-2.7.3/tclconfig/tcl.m4:3315:	    `ls -dr /usr/local/lib/lib$1[[0-9]]* 2>/dev/null ` ; do
tkcon-2.7.3/tclconfig/tcl.m4-3316-	if test -f "$i" ; then
tkcon-2.7.3/tclconfig/tcl.m4:3317:	    tea_lib_name_dir=`dirname $i`
tkcon-2.7.3/tclconfig/tcl.m4:3318:	    $1_LIB_NAME=`basename $i`
tkcon-2.7.3/tclconfig/tcl.m4-3319-	    $1_LIB_PATH_NAME=$i
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-3324-    if test "${TEA_PLATFORM}" = "windows"; then
tkcon-2.7.3/tclconfig/tcl.m4:3325:	$1_LIB_SPEC=\"`${CYGPATH} ${$1_LIB_PATH_NAME} 2>/dev/null`\"
tkcon-2.7.3/tclconfig/tcl.m4-3326-    else
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-3328-
tkcon-2.7.3/tclconfig/tcl.m4:3329:	tea_lib_name_lib=`echo ${$1_LIB_NAME}|sed -e 's/^lib//' -e 's/\.[[^.]]*$//' -e 's/\.so.*//'`
tkcon-2.7.3/tclconfig/tcl.m4-3330-	$1_LIB_SPEC="-L${tea_lib_name_dir} -l${tea_lib_name_lib}"
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-3362-
tkcon-2.7.3/tclconfig/tcl.m4:3363:    TCL_SRC_DIR_NATIVE=`${CYGPATH} ${TCL_SRC_DIR}`
tkcon-2.7.3/tclconfig/tcl.m4-3364-    TCL_TOP_DIR_NATIVE=\"${TCL_SRC_DIR_NATIVE}\"
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-3395-		    else
tkcon-2.7.3/tclconfig/tcl.m4:3396:			TCL_INCLUDES="${TCL_INCLUDES} ${TCL_INCLUDE_SPEC} `echo "${TCL_INCLUDE_SPEC}" | sed -e 's/Headers/PrivateHeaders/'`"
tkcon-2.7.3/tclconfig/tcl.m4-3397-		    fi
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-3455-		    *TCL_FRAMEWORK*)
tkcon-2.7.3/tclconfig/tcl.m4:3456:			list="`ls -d ${TCL_BIN_DIR}/Headers 2>/dev/null`"
tkcon-2.7.3/tclconfig/tcl.m4-3457-			;;
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-3463-	    if test -f "${TCL_BIN_DIR}/Makefile" ; then
tkcon-2.7.3/tclconfig/tcl.m4:3464:		list="$list `ls -d ${TCL_SRC_DIR}/generic 2>/dev/null`"
tkcon-2.7.3/tclconfig/tcl.m4-3465-	    fi
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-3471-	    list="$list \
tkcon-2.7.3/tclconfig/tcl.m4:3472:		`ls -d ${temp_includedir}        2>/dev/null` \
tkcon-2.7.3/tclconfig/tcl.m4:3473:		`ls -d ${TCL_PREFIX}/include     2>/dev/null` \
tkcon-2.7.3/tclconfig/tcl.m4:3474:		`ls -d ${TCL_BIN_DIR}/../include 2>/dev/null`"
tkcon-2.7.3/tclconfig/tcl.m4-3475-	    if test "${TEA_PLATFORM}" != "windows" -o "$GCC" = "yes"; then
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-3477-		if test x"${TCL_INCLUDE_SPEC}" != x ; then
tkcon-2.7.3/tclconfig/tcl.m4:3478:		    d=`echo "${TCL_INCLUDE_SPEC}" | sed -e 's/^-I//'`
tkcon-2.7.3/tclconfig/tcl.m4:3479:		    list="$list `ls -d ${d} 2>/dev/null`"
tkcon-2.7.3/tclconfig/tcl.m4-3480-		fi
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-3500-
tkcon-2.7.3/tclconfig/tcl.m4:3501:    INCLUDE_DIR_NATIVE=`${CYGPATH} ${ac_cv_c_tclh}`
tkcon-2.7.3/tclconfig/tcl.m4-3502-
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-3529-
tkcon-2.7.3/tclconfig/tcl.m4:3530:    TK_SRC_DIR_NATIVE=`${CYGPATH} ${TK_SRC_DIR}`
tkcon-2.7.3/tclconfig/tcl.m4-3531-    TK_TOP_DIR_NATIVE=\"${TK_SRC_DIR_NATIVE}\"
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-3573-			else
tkcon-2.7.3/tclconfig/tcl.m4:3574:			    TK_INCLUDES="${TK_INCLUDES} ${TK_INCLUDE_SPEC} `echo "${TK_INCLUDE_SPEC}" | sed -e 's/Headers/PrivateHeaders/'`"
tkcon-2.7.3/tclconfig/tcl.m4-3575-			fi
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-3634-		    *TK_FRAMEWORK*)
tkcon-2.7.3/tclconfig/tcl.m4:3635:			list="`ls -d ${TK_BIN_DIR}/Headers 2>/dev/null`"
tkcon-2.7.3/tclconfig/tcl.m4-3636-			;;
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-3642-	    if test -f "${TK_BIN_DIR}/Makefile" ; then
tkcon-2.7.3/tclconfig/tcl.m4:3643:		list="$list `ls -d ${TK_SRC_DIR}/generic 2>/dev/null`"
tkcon-2.7.3/tclconfig/tcl.m4-3644-	    fi
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-3651-	    list="$list \
tkcon-2.7.3/tclconfig/tcl.m4:3652:		`ls -d ${temp_includedir}        2>/dev/null` \
tkcon-2.7.3/tclconfig/tcl.m4:3653:		`ls -d ${TK_PREFIX}/include      2>/dev/null` \
tkcon-2.7.3/tclconfig/tcl.m4:3654:		`ls -d ${TK_BIN_DIR}/../include  2>/dev/null` \
tkcon-2.7.3/tclconfig/tcl.m4:3655:		`ls -d ${TCL_PREFIX}/include     2>/dev/null` \
tkcon-2.7.3/tclconfig/tcl.m4:3656:		`ls -d ${TCL_BIN_DIR}/../include 2>/dev/null`"
tkcon-2.7.3/tclconfig/tcl.m4-3657-	    if test "${TEA_PLATFORM}" != "windows" -o "$GCC" = "yes"; then
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-3659-		if test x"${TK_INCLUDE_SPEC}" != x ; then
tkcon-2.7.3/tclconfig/tcl.m4:3660:		    d=`echo "${TK_INCLUDE_SPEC}" | sed -e 's/^-I//'`
tkcon-2.7.3/tclconfig/tcl.m4:3661:		    list="$list `ls -d ${d} 2>/dev/null`"
tkcon-2.7.3/tclconfig/tcl.m4-3662-		fi
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-3682-
tkcon-2.7.3/tclconfig/tcl.m4:3683:    INCLUDE_DIR_NATIVE=`${CYGPATH} ${ac_cv_c_tkh}`
tkcon-2.7.3/tclconfig/tcl.m4-3684-
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-3692-	if test ! -r "${INCLUDE_DIR_NATIVE}/X11/Xlib.h"; then
tkcon-2.7.3/tclconfig/tcl.m4:3693:	    INCLUDE_DIR_NATIVE="`${CYGPATH} ${TK_SRC_DIR}/xlib`"
tkcon-2.7.3/tclconfig/tcl.m4-3694-	    TK_XINCLUDES=-I\"${INCLUDE_DIR_NATIVE}\"
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-3740-			    AC_MSG_WARN([--with-$1 argument should refer to directory containing $1Config.sh, not to $1Config.sh itself])
tkcon-2.7.3/tclconfig/tcl.m4:3741:			    with_$1config=`echo ${with_$1config} | sed 's!/$1Config\.sh$!!'`
tkcon-2.7.3/tclconfig/tcl.m4-3742-			fi;;
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-3744-		if test -f "${with_$1config}/$1Config.sh" ; then
tkcon-2.7.3/tclconfig/tcl.m4:3745:		    ac_cv_c_$1config=`(cd ${with_$1config}; pwd)`
tkcon-2.7.3/tclconfig/tcl.m4-3746-		else
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-3754-			../$1 \
tkcon-2.7.3/tclconfig/tcl.m4:3755:			`ls -dr ../$1*[[0-9]].[[0-9]]*.[[0-9]]* 2>/dev/null` \
tkcon-2.7.3/tclconfig/tcl.m4:3756:			`ls -dr ../$1*[[0-9]].[[0-9]][[0-9]] 2>/dev/null` \
tkcon-2.7.3/tclconfig/tcl.m4:3757:			`ls -dr ../$1*[[0-9]].[[0-9]] 2>/dev/null` \
tkcon-2.7.3/tclconfig/tcl.m4:3758:			`ls -dr ../$1*[[0-9]].[[0-9]]* 2>/dev/null` \
tkcon-2.7.3/tclconfig/tcl.m4-3759-			../../$1 \
tkcon-2.7.3/tclconfig/tcl.m4:3760:			`ls -dr ../../$1*[[0-9]].[[0-9]]*.[[0-9]]* 2>/dev/null` \
tkcon-2.7.3/tclconfig/tcl.m4:3761:			`ls -dr ../../$1*[[0-9]].[[0-9]][[0-9]] 2>/dev/null` \
tkcon-2.7.3/tclconfig/tcl.m4:3762:			`ls -dr ../../$1*[[0-9]].[[0-9]] 2>/dev/null` \
tkcon-2.7.3/tclconfig/tcl.m4:3763:			`ls -dr ../../$1*[[0-9]].[[0-9]]* 2>/dev/null` \
tkcon-2.7.3/tclconfig/tcl.m4-3764-			../../../$1 \
tkcon-2.7.3/tclconfig/tcl.m4:3765:			`ls -dr ../../../$1*[[0-9]].[[0-9]]*.[[0-9]]* 2>/dev/null` \
tkcon-2.7.3/tclconfig/tcl.m4:3766:			`ls -dr ../../../$1*[[0-9]].[[0-9]][[0-9]] 2>/dev/null` \
tkcon-2.7.3/tclconfig/tcl.m4:3767:			`ls -dr ../../../$1*[[0-9]].[[0-9]] 2>/dev/null` \
tkcon-2.7.3/tclconfig/tcl.m4:3768:			`ls -dr ../../../$1*[[0-9]].[[0-9]]* 2>/dev/null` \
tkcon-2.7.3/tclconfig/tcl.m4-3769-			${srcdir}/../$1 \
tkcon-2.7.3/tclconfig/tcl.m4:3770:			`ls -dr ${srcdir}/../$1*[[0-9]].[[0-9]]*.[[0-9]]* 2>/dev/null` \
tkcon-2.7.3/tclconfig/tcl.m4:3771:			`ls -dr ${srcdir}/../$1*[[0-9]].[[0-9]][[0-9]] 2>/dev/null` \
tkcon-2.7.3/tclconfig/tcl.m4:3772:			`ls -dr ${srcdir}/../$1*[[0-9]].[[0-9]] 2>/dev/null` \
tkcon-2.7.3/tclconfig/tcl.m4:3773:			`ls -dr ${srcdir}/../$1*[[0-9]].[[0-9]]* 2>/dev/null` \
tkcon-2.7.3/tclconfig/tcl.m4-3774-			; do
tkcon-2.7.3/tclconfig/tcl.m4-3775-		    if test -f "$i/$1Config.sh" ; then
tkcon-2.7.3/tclconfig/tcl.m4:3776:			ac_cv_c_$1config=`(cd $i; pwd)`
tkcon-2.7.3/tclconfig/tcl.m4-3777-			break
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-3779-		    if test -f "$i/unix/$1Config.sh" ; then
tkcon-2.7.3/tclconfig/tcl.m4:3780:			ac_cv_c_$1config=`(cd $i/unix; pwd)`
tkcon-2.7.3/tclconfig/tcl.m4-3781-			break
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-3787-	    if test x"${ac_cv_c_$1config}" = x ; then
tkcon-2.7.3/tclconfig/tcl.m4:3788:		for i in `ls -d ${libdir} 2>/dev/null` \
tkcon-2.7.3/tclconfig/tcl.m4:3789:			`ls -d ${exec_prefix}/lib 2>/dev/null` \
tkcon-2.7.3/tclconfig/tcl.m4:3790:			`ls -d ${prefix}/lib 2>/dev/null` \
tkcon-2.7.3/tclconfig/tcl.m4-3791-			`ls -d /usr/local/lib 2>/dev/null` \
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-3797-		    if test -f "$i/$1Config.sh" ; then
tkcon-2.7.3/tclconfig/tcl.m4:3798:			ac_cv_c_$1config=`(cd $i; pwd)`
tkcon-2.7.3/tclconfig/tcl.m4-3799-			break
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-3901-	if test "${TEA_PLATFORM}" = "windows" -a "$GCC" != "yes" ; then
tkcon-2.7.3/tclconfig/tcl.m4:3902:	    TEA_ADD_LIBS([\"`${CYGPATH} ${$1_LIB_PATH}`\"])
tkcon-2.7.3/tclconfig/tcl.m4-3903-	    AC_MSG_RESULT([using $1_LIB_PATH ${$1_LIB_PATH}])
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-3937-    else
tkcon-2.7.3/tclconfig/tcl.m4:3938:	eval $1_LIB_FLAG="-l$1`echo ${PACKAGE_VERSION} | tr -d .`${DBGX}"
tkcon-2.7.3/tclconfig/tcl.m4:3939:	eval $1_STUB_LIB_FLAG="-l$1stub`echo ${PACKAGE_VERSION} | tr -d .`${DBGX}"
tkcon-2.7.3/tclconfig/tcl.m4-3940-    fi
tkcon-2.7.3/tclconfig/tcl.m4:3941:    $1_BUILD_LIB_SPEC="-L`$CYGPATH $(pwd)` ${$1_LIB_FLAG}"
tkcon-2.7.3/tclconfig/tcl.m4:3942:    $1_LIB_SPEC="-L`$CYGPATH ${pkglibdir}` ${$1_LIB_FLAG}"
tkcon-2.7.3/tclconfig/tcl.m4:3943:    $1_BUILD_STUB_LIB_SPEC="-L`$CYGPATH $(pwd)` [$]{$1_STUB_LIB_FLAG}"
tkcon-2.7.3/tclconfig/tcl.m4:3944:    $1_STUB_LIB_SPEC="-L`$CYGPATH ${pkglibdir}` [$]{$1_STUB_LIB_FLAG}"
tkcon-2.7.3/tclconfig/tcl.m4:3945:    $1_BUILD_STUB_LIB_PATH="`$CYGPATH $(pwd)`/[$]{PKG_STUB_LIB_FILE}"
tkcon-2.7.3/tclconfig/tcl.m4:3946:    $1_STUB_LIB_PATH="`$CYGPATH ${pkglibdir}`/[$]{PKG_STUB_LIB_FILE}"
tkcon-2.7.3/tclconfig/tcl.m4-3947-
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-3991-		if test -d "${with_celibconfig}/inc" ; then
tkcon-2.7.3/tclconfig/tcl.m4:3992:		    ac_cv_c_celibconfig=`(cd ${with_celibconfig}; pwd)`
tkcon-2.7.3/tclconfig/tcl.m4-3993-		else
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-4007-			${srcdir}/../celib \
tkcon-2.7.3/tclconfig/tcl.m4:4008:			`ls -dr ${srcdir}/../celib-*3.[[0-9]]* 2>/dev/null` \
tkcon-2.7.3/tclconfig/tcl.m4-4009-			; do
tkcon-2.7.3/tclconfig/tcl.m4-4010-		    if test -d "$i/inc" ; then
tkcon-2.7.3/tclconfig/tcl.m4:4011:			ac_cv_c_celibconfig=`(cd $i; pwd)`
tkcon-2.7.3/tclconfig/tcl.m4-4012-			break
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-4021-	    CELIB_DIR=${ac_cv_c_celibconfig}
tkcon-2.7.3/tclconfig/tcl.m4:4022:	    CELIB_DIR=`echo "$CELIB_DIR" | sed -e 's!\\\!/!g'`
tkcon-2.7.3/tclconfig/tcl.m4-4023-	    AC_MSG_RESULT([found $CELIB_DIR])
##############################################
tkcon-2.7.3/tclconfig/tcl.m4-4114-        AC_CACHE_VAL(ac_cv_path_zip, [
tkcon-2.7.3/tclconfig/tcl.m4:4115:        search_path=`echo ${PATH} | sed -e 's/:/ /g'`
tkcon-2.7.3/tclconfig/tcl.m4-4116-        for dir in $search_path ; do
tkcon-2.7.3/tclconfig/tcl.m4:4117:            for j in `ls -r $dir/zip 2> /dev/null` \
tkcon-2.7.3/tclconfig/tcl.m4:4118:                `ls -r $dir/zip 2> /dev/null` ; do
tkcon-2.7.3/tclconfig/tcl.m4-4119-            if test x"$ac_cv_path_zip" = x ; then
##############################################
tkcon-2.7.3/debian/rules-46-	    	sed -e 's/^\.TH \(.\+\) n /.TH \1 3tk /' \
tkcon-2.7.3/debian/rules:47:		    -e 's/(n)/(3tk)/g' >debian/`basename $$f .man` || exit 1 ; \
tkcon-2.7.3/debian/rules-48-	done
tkcon-2.7.3/debian/rules-49-	for f in debian/*.n ; do \
tkcon-2.7.3/debian/rules:50:	    mv $$f debian/`basename $$f .n`.3tk ; \
tkcon-2.7.3/debian/rules-51-	done