===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
tclx8.4-8.4.1/configure.in-49-TEA_ADD_HEADERS([generic/tclExtend.h])
tclx8.4-8.4.1/configure.in:50:TEA_ADD_INCLUDES([-I\"`${CYGPATH} ${srcdir}/generic`\"])
tclx8.4-8.4.1/configure.in-51-TEA_ADD_LIBS([])
##############################################
tclx8.4-8.4.1/configure.in-98-    TEA_ADD_LIBS([wsock32.lib])
tclx8.4-8.4.1/configure.in:99:    TEA_ADD_INCLUDES([-I\"`${CYGPATH} ${srcdir}/win`\"])
tclx8.4-8.4.1/configure.in-100-else
##############################################
tclx8.4-8.4.1/win/tclXwinOS.c-1081-{
tclx8.4-8.4.1/win/tclXwinOS.c:1082:    inAddress->s_addr = inet_addr (strAddress);
tclx8.4-8.4.1/win/tclXwinOS.c-1083-    if (inAddress->s_addr != INADDR_NONE)
##############################################
tclx8.4-8.4.1/unix/tools/cphelpdir.sh-29-then
tclx8.4-8.4.1/unix/tools/cphelpdir.sh:30:    SRCBRF=`(cd $SRC; echo *.brf)`
tclx8.4-8.4.1/unix/tools/cphelpdir.sh-31-    if [  "$SRCBRF" != "*.brf" ]
##############################################
tclx8.4-8.4.1/unix/tclXunixOS.c-930-#else
tclx8.4-8.4.1/unix/tclXunixOS.c:931:    inAddress->s_addr = inet_addr (strAddress);
tclx8.4-8.4.1/unix/tclXunixOS.c-932-    if (inAddress->s_addr != INADDR_NONE)
##############################################
tclx8.4-8.4.1/generic/tclXsocket.c-126-
tclx8.4-8.4.1/generic/tclXsocket.c:127:    hostEntry = gethostbyaddr ((char *) &(sockaddr.sin_addr),
tclx8.4-8.4.1/generic/tclXsocket.c-128-                               sizeof (sockaddr.sin_addr),
##############################################
tclx8.4-8.4.1/generic/tclXsocket.c-177-    if (TclXOSInetAtoN (NULL, host, &address) == TCL_OK) {
tclx8.4-8.4.1/generic/tclXsocket.c:178:        hostEntry = gethostbyaddr((char *) &address, sizeof(address), AF_INET);
tclx8.4-8.4.1/generic/tclXsocket.c-179-    } else {
##############################################
tclx8.4-8.4.1/configure-43-do
tclx8.4-8.4.1/configure:44:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
tclx8.4-8.4.1/configure-45-    eval $as_var=C; export $as_var
##############################################
tclx8.4-8.4.1/configure-101-  as_lineno_2=$LINENO
tclx8.4-8.4.1/configure:102:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
tclx8.4-8.4.1/configure-103-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
tclx8.4-8.4.1/configure-140-  as_lineno_2=$LINENO
tclx8.4-8.4.1/configure:141:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
tclx8.4-8.4.1/configure-142-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
tclx8.4-8.4.1/configure-361-
tclx8.4-8.4.1/configure:362:  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
tclx8.4-8.4.1/configure-363-
##############################################
tclx8.4-8.4.1/configure-394-  -disable-* | --disable-*)
tclx8.4-8.4.1/configure:395:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
tclx8.4-8.4.1/configure-396-    # Reject names that are not valid shell variable names.
##############################################
tclx8.4-8.4.1/configure-399-   { (exit 1); exit 1; }; }
tclx8.4-8.4.1/configure:400:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
tclx8.4-8.4.1/configure-401-    eval "enable_$ac_feature=no" ;;
##############################################
tclx8.4-8.4.1/configure-403-  -enable-* | --enable-*)
tclx8.4-8.4.1/configure:404:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
tclx8.4-8.4.1/configure-405-    # Reject names that are not valid shell variable names.
##############################################
tclx8.4-8.4.1/configure-408-   { (exit 1); exit 1; }; }
tclx8.4-8.4.1/configure:409:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
tclx8.4-8.4.1/configure-410-    case $ac_option in
tclx8.4-8.4.1/configure:411:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
tclx8.4-8.4.1/configure-412-      *) ac_optarg=yes ;;
##############################################
tclx8.4-8.4.1/configure-585-  -with-* | --with-*)
tclx8.4-8.4.1/configure:586:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
tclx8.4-8.4.1/configure-587-    # Reject names that are not valid shell variable names.
##############################################
tclx8.4-8.4.1/configure-590-   { (exit 1); exit 1; }; }
tclx8.4-8.4.1/configure:591:    ac_package=`echo $ac_package| sed 's/-/_/g'`
tclx8.4-8.4.1/configure-592-    case $ac_option in
tclx8.4-8.4.1/configure:593:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
tclx8.4-8.4.1/configure-594-      *) ac_optarg=yes ;;
##############################################
tclx8.4-8.4.1/configure-598-  -without-* | --without-*)
tclx8.4-8.4.1/configure:599:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
tclx8.4-8.4.1/configure-600-    # Reject names that are not valid shell variable names.
##############################################
tclx8.4-8.4.1/configure-603-   { (exit 1); exit 1; }; }
tclx8.4-8.4.1/configure:604:    ac_package=`echo $ac_package | sed 's/-/_/g'`
tclx8.4-8.4.1/configure-605-    eval "with_$ac_package=no" ;;
##############################################
tclx8.4-8.4.1/configure-630-  *=*)
tclx8.4-8.4.1/configure:631:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
tclx8.4-8.4.1/configure-632-    # Reject names that are not valid shell variable names.
##############################################
tclx8.4-8.4.1/configure-635-   { (exit 1); exit 1; }; }
tclx8.4-8.4.1/configure:636:    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
tclx8.4-8.4.1/configure-637-    eval "$ac_envvar='$ac_optarg'"
##############################################
tclx8.4-8.4.1/configure-651-if test -n "$ac_prev"; then
tclx8.4-8.4.1/configure:652:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
tclx8.4-8.4.1/configure-653-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
tclx8.4-8.4.1/configure-659-do
tclx8.4-8.4.1/configure:660:  eval ac_val=$`echo $ac_var`
tclx8.4-8.4.1/configure-661-  case $ac_val in
##############################################
tclx8.4-8.4.1/configure-671-do
tclx8.4-8.4.1/configure:672:  eval ac_val=$`echo $ac_var`
tclx8.4-8.4.1/configure-673-  case $ac_val in
##############################################
tclx8.4-8.4.1/configure-738-   { (exit 1); exit 1; }; }
tclx8.4-8.4.1/configure:739:srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
tclx8.4-8.4.1/configure-740-ac_env_build_alias_set=${build_alias+set}
##############################################
tclx8.4-8.4.1/configure-809-By default, \`make install' will install all the files in
tclx8.4-8.4.1/configure:810:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
tclx8.4-8.4.1/configure:811:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
tclx8.4-8.4.1/configure-812-for instance \`--prefix=\$HOME'.
##############################################
tclx8.4-8.4.1/configure-883-if test "$ac_dir" != .; then
tclx8.4-8.4.1/configure:884:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
tclx8.4-8.4.1/configure-885-  # A "../" for each directory in $ac_dir_suffix.
tclx8.4-8.4.1/configure:886:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
tclx8.4-8.4.1/configure-887-else
##############################################
tclx8.4-8.4.1/configure-896-    else
tclx8.4-8.4.1/configure:897:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
tclx8.4-8.4.1/configure-898-    fi ;;
##############################################
tclx8.4-8.4.1/configure-1052-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
tclx8.4-8.4.1/configure:1053:      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
tclx8.4-8.4.1/configure-1054-    esac
##############################################
tclx8.4-8.4.1/configure-1124-    do
tclx8.4-8.4.1/configure:1125:      eval ac_val=$`echo $ac_var`
tclx8.4-8.4.1/configure-1126-      echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
tclx8.4-8.4.1/configure-1138-      do
tclx8.4-8.4.1/configure:1139:	eval ac_val=$`echo $ac_var`
tclx8.4-8.4.1/configure-1140-	echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
tclx8.4-8.4.1/configure-1245-    set,)
tclx8.4-8.4.1/configure:1246:      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
tclx8.4-8.4.1/configure:1247:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
tclx8.4-8.4.1/configure-1248-      ac_cache_corrupted=: ;;
##############################################
tclx8.4-8.4.1/configure-1268-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
tclx8.4-8.4.1/configure:1269:      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
tclx8.4-8.4.1/configure-1270-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
tclx8.4-8.4.1/configure-1488-echo "$as_me: WARNING: --with-tcl argument should refer to directory containing tclConfig.sh, not to tclConfig.sh itself" >&2;}
tclx8.4-8.4.1/configure:1489:			    with_tclconfig=`echo ${with_tclconfig} | sed 's!/tclConfig\.sh$!!'`
tclx8.4-8.4.1/configure-1490-			fi ;;
##############################################
tclx8.4-8.4.1/configure-1492-		if test -f "${with_tclconfig}/tclConfig.sh" ; then
tclx8.4-8.4.1/configure:1493:		    ac_cv_c_tclconfig=`(cd ${with_tclconfig}; pwd)`
tclx8.4-8.4.1/configure-1494-		else
##############################################
tclx8.4-8.4.1/configure-1516-		    if test -f "$i/unix/tclConfig.sh" ; then
tclx8.4-8.4.1/configure:1517:			ac_cv_c_tclconfig=`(cd $i/unix; pwd)`
tclx8.4-8.4.1/configure-1518-			break
##############################################
tclx8.4-8.4.1/configure-1530-		    if test -f "$i/Tcl.framework/tclConfig.sh" ; then
tclx8.4-8.4.1/configure:1531:			ac_cv_c_tclconfig=`(cd $i/Tcl.framework; pwd)`
tclx8.4-8.4.1/configure-1532-			break
##############################################
tclx8.4-8.4.1/configure-1543-		    if test -f "$i/tclConfig.sh" ; then
tclx8.4-8.4.1/configure:1544:			ac_cv_c_tclconfig=`(cd $i; pwd)`
tclx8.4-8.4.1/configure-1545-			break
##############################################
tclx8.4-8.4.1/configure-1551-	    if test x"${ac_cv_c_tclconfig}" = x ; then
tclx8.4-8.4.1/configure:1552:		for i in `ls -d ${libdir} 2>/dev/null` \
tclx8.4-8.4.1/configure:1553:			`ls -d ${exec_prefix}/lib 2>/dev/null` \
tclx8.4-8.4.1/configure:1554:			`ls -d ${prefix}/lib 2>/dev/null` \
tclx8.4-8.4.1/configure-1555-			`ls -d /usr/local/lib 2>/dev/null` \
##############################################
tclx8.4-8.4.1/configure-1559-		    if test -f "$i/tclConfig.sh" ; then
tclx8.4-8.4.1/configure:1560:			ac_cv_c_tclconfig=`(cd $i; pwd)`
tclx8.4-8.4.1/configure-1561-			break
##############################################
tclx8.4-8.4.1/configure-1569-			${srcdir}/../tcl \
tclx8.4-8.4.1/configure:1570:			`ls -dr ${srcdir}/../tcl[8-9].[0-9].[0-9]* 2>/dev/null` \
tclx8.4-8.4.1/configure:1571:			`ls -dr ${srcdir}/../tcl[8-9].[0-9] 2>/dev/null` \
tclx8.4-8.4.1/configure:1572:			`ls -dr ${srcdir}/../tcl[8-9].[0-9]* 2>/dev/null` ; do
tclx8.4-8.4.1/configure-1573-		    if test -f "$i/unix/tclConfig.sh" ; then
tclx8.4-8.4.1/configure:1574:		    ac_cv_c_tclconfig=`(cd $i/unix; pwd)`
tclx8.4-8.4.1/configure-1575-		    break
##############################################
tclx8.4-8.4.1/configure-1629-		if test -f ${TCL_BIN_DIR}/${TCL_LIB_FILE}; then
tclx8.4-8.4.1/configure:1630:		    for i in "`cd ${TCL_BIN_DIR}; pwd`" \
tclx8.4-8.4.1/configure:1631:			     "`cd ${TCL_BIN_DIR}/../..; pwd`"; do
tclx8.4-8.4.1/configure:1632:			if test "`basename "$i"`" = "${TCL_LIB_FILE}.framework"; then
tclx8.4-8.4.1/configure:1633:			    TCL_LIB_SPEC="-F`dirname "$i"` -framework ${TCL_LIB_FILE}"
tclx8.4-8.4.1/configure-1634-			    break
##############################################
tclx8.4-8.4.1/configure-2037-     "checking for C compiler version" >&5
tclx8.4-8.4.1/configure:2038:ac_compiler=`set X $ac_compile; echo $2`
tclx8.4-8.4.1/configure-2039-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
tclx8.4-8.4.1/configure-2076-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
tclx8.4-8.4.1/configure:2077:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
tclx8.4-8.4.1/configure-2078-if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
##############################################
tclx8.4-8.4.1/configure-2104-    *.* )
tclx8.4-8.4.1/configure:2105:	ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
tclx8.4-8.4.1/configure-2106-	# FIXME: I believe we export ac_cv_exeext for Libtool,
##############################################
tclx8.4-8.4.1/configure-2184-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
tclx8.4-8.4.1/configure:2185:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
tclx8.4-8.4.1/configure-2186-	  export ac_cv_exeext
##############################################
tclx8.4-8.4.1/configure-2234-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
tclx8.4-8.4.1/configure:2235:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
tclx8.4-8.4.1/configure-2236-       break;;
##############################################
tclx8.4-8.4.1/configure-2313-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
tclx8.4-8.4.1/configure:2314:GCC=`test $ac_compiler_gnu = yes && echo yes`
tclx8.4-8.4.1/configure-2315-ac_test_CFLAGS=${CFLAGS+set}
##############################################
tclx8.4-8.4.1/configure-2970-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
tclx8.4-8.4.1/configure:2971:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
tclx8.4-8.4.1/configure-2972-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
##############################################
tclx8.4-8.4.1/configure-2979-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
tclx8.4-8.4.1/configure:2980:eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
tclx8.4-8.4.1/configure-2981-if test -n "$ac_maketemp"; then
##############################################
tclx8.4-8.4.1/configure-2987-fi
tclx8.4-8.4.1/configure:2988:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
tclx8.4-8.4.1/configure-2989-  echo "$as_me:$LINENO: result: yes" >&5
##############################################
tclx8.4-8.4.1/configure-3286-do
tclx8.4-8.4.1/configure:3287:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
tclx8.4-8.4.1/configure-3288-echo "$as_me:$LINENO: checking for $ac_header" >&5
##############################################
tclx8.4-8.4.1/configure-3333-fi
tclx8.4-8.4.1/configure:3334:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
tclx8.4-8.4.1/configure:3335:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
tclx8.4-8.4.1/configure:3336:if test `eval echo '${'$as_ac_Header'}'` = yes; then
tclx8.4-8.4.1/configure-3337-  cat >>confdefs.h <<_ACEOF
tclx8.4-8.4.1/configure:3338:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
tclx8.4-8.4.1/configure-3339-_ACEOF
##############################################
tclx8.4-8.4.1/configure-5951-do
tclx8.4-8.4.1/configure:5952:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
tclx8.4-8.4.1/configure-5953-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
tclx8.4-8.4.1/configure-5958-fi
tclx8.4-8.4.1/configure:5959:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
tclx8.4-8.4.1/configure:5960:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
tclx8.4-8.4.1/configure-5961-else
##############################################
tclx8.4-8.4.1/configure-6085-fi
tclx8.4-8.4.1/configure:6086:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
tclx8.4-8.4.1/configure:6087:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
tclx8.4-8.4.1/configure-6088-
tclx8.4-8.4.1/configure-6089-fi
tclx8.4-8.4.1/configure:6090:if test `eval echo '${'$as_ac_Header'}'` = yes; then
tclx8.4-8.4.1/configure-6091-  cat >>confdefs.h <<_ACEOF
tclx8.4-8.4.1/configure:6092:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
tclx8.4-8.4.1/configure-6093-_ACEOF
##############################################
tclx8.4-8.4.1/configure-6134-		# this assumes it is in a VPATH dir
tclx8.4-8.4.1/configure:6135:		i=`basename $i`
tclx8.4-8.4.1/configure-6136-		# handle user calling this before or after TEA_SETUP_COMPILER
tclx8.4-8.4.1/configure-6137-		if test x"${OBJEXT}" != x ; then
tclx8.4-8.4.1/configure:6138:		    j="`echo $i | sed -e 's/\.[^.]*$//'`.${OBJEXT}"
tclx8.4-8.4.1/configure-6139-		else
tclx8.4-8.4.1/configure:6140:		    j="`echo $i | sed -e 's/\.[^.]*$//'`.\${OBJEXT}"
tclx8.4-8.4.1/configure-6141-		fi
##############################################
tclx8.4-8.4.1/configure-6162-
tclx8.4-8.4.1/configure:6163:    vars="-I\"`${CYGPATH} ${srcdir}/generic`\""
tclx8.4-8.4.1/configure-6164-    for i in $vars; do
##############################################
tclx8.4-8.4.1/configure-6173-	    # Convert foo.lib to -lfoo for GCC.  No-op if not *.lib
tclx8.4-8.4.1/configure:6174:	    i=`echo "$i" | sed -e 's/^\([^-].*\)\.lib$/-l\1/i'`
tclx8.4-8.4.1/configure-6175-	fi
##############################################
tclx8.4-8.4.1/configure-6196-	# this assumes it is in a VPATH dir
tclx8.4-8.4.1/configure:6197:	i=`basename $i`
tclx8.4-8.4.1/configure-6198-	# handle user calling this before or after TEA_SETUP_COMPILER
tclx8.4-8.4.1/configure-6199-	if test x"${OBJEXT}" != x ; then
tclx8.4-8.4.1/configure:6200:	    j="`echo $i | sed -e 's/\.[^.]*$//'`.${OBJEXT}"
tclx8.4-8.4.1/configure-6201-	else
tclx8.4-8.4.1/configure:6202:	    j="`echo $i | sed -e 's/\.[^.]*$//'`.\${OBJEXT}"
tclx8.4-8.4.1/configure-6203-	fi
##############################################
tclx8.4-8.4.1/configure-6245-
tclx8.4-8.4.1/configure:6246:    TCL_SRC_DIR_NATIVE=`${CYGPATH} ${TCL_SRC_DIR}`
tclx8.4-8.4.1/configure-6247-    TCL_TOP_DIR_NATIVE=\"${TCL_SRC_DIR_NATIVE}\"
##############################################
tclx8.4-8.4.1/configure-6269-	        TCL_INCLUDES="-I\"${TCL_BIN_DIR}/Headers\" -I\"${TCL_BIN_DIR}/PrivateHeaders\" ${TCL_INCLUDES}"; else
tclx8.4-8.4.1/configure:6270:	        TCL_INCLUDES="${TCL_INCLUDES} ${TCL_INCLUDE_SPEC} `echo "${TCL_INCLUDE_SPEC}" | sed -e 's/Headers/PrivateHeaders/'`"; fi
tclx8.4-8.4.1/configure-6271-	        ;;
##############################################
tclx8.4-8.4.1/configure-6330-		# this assumes it is in a VPATH dir
tclx8.4-8.4.1/configure:6331:		i=`basename $i`
tclx8.4-8.4.1/configure-6332-		# handle user calling this before or after TEA_SETUP_COMPILER
tclx8.4-8.4.1/configure-6333-		if test x"${OBJEXT}" != x ; then
tclx8.4-8.4.1/configure:6334:		    j="`echo $i | sed -e 's/\.[^.]*$//'`.${OBJEXT}"
tclx8.4-8.4.1/configure-6335-		else
tclx8.4-8.4.1/configure:6336:		    j="`echo $i | sed -e 's/\.[^.]*$//'`.\${OBJEXT}"
tclx8.4-8.4.1/configure-6337-		fi
##############################################
tclx8.4-8.4.1/configure-6349-	    # Convert foo.lib to -lfoo for GCC.  No-op if not *.lib
tclx8.4-8.4.1/configure:6350:	    i=`echo "$i" | sed -e 's/^\([^-].*\)\.lib$/-l\1/i'`
tclx8.4-8.4.1/configure-6351-	fi
##############################################
tclx8.4-8.4.1/configure-6356-
tclx8.4-8.4.1/configure:6357:    vars="-I\"`${CYGPATH} ${srcdir}/win`\""
tclx8.4-8.4.1/configure-6358-    for i in $vars; do
##############################################
tclx8.4-8.4.1/configure-6385-		# this assumes it is in a VPATH dir
tclx8.4-8.4.1/configure:6386:		i=`basename $i`
tclx8.4-8.4.1/configure-6387-		# handle user calling this before or after TEA_SETUP_COMPILER
tclx8.4-8.4.1/configure-6388-		if test x"${OBJEXT}" != x ; then
tclx8.4-8.4.1/configure:6389:		    j="`echo $i | sed -e 's/\.[^.]*$//'`.${OBJEXT}"
tclx8.4-8.4.1/configure-6390-		else
tclx8.4-8.4.1/configure:6391:		    j="`echo $i | sed -e 's/\.[^.]*$//'`.\${OBJEXT}"
tclx8.4-8.4.1/configure-6392-		fi
##############################################
tclx8.4-8.4.1/configure-6404-	    # Convert foo.lib to -lfoo for GCC.  No-op if not *.lib
tclx8.4-8.4.1/configure:6405:	    i=`echo "$i" | sed -e 's/^\([^-].*\)\.lib$/-l\1/i'`
tclx8.4-8.4.1/configure-6406-	fi
##############################################
tclx8.4-8.4.1/configure-7123-    UNSHARED_LIB_SUFFIX=""
tclx8.4-8.4.1/configure:7124:    TCL_TRIM_DOTS='`echo ${PACKAGE_VERSION} | tr -d .`'
tclx8.4-8.4.1/configure:7125:    ECHO_VERSION='`echo ${PACKAGE_VERSION}`'
tclx8.4-8.4.1/configure-7126-    TCL_LIB_VERSIONS_OK=ok
##############################################
tclx8.4-8.4.1/configure-7186-		fi
tclx8.4-8.4.1/configure:7187:		MSSDK=`echo "$MSSDK" | sed -e  's!\\\!/!g'`
tclx8.4-8.4.1/configure-7188-		PATH64=""
##############################################
tclx8.4-8.4.1/configure-7244-		if test -d "${with_celibconfig}/inc" ; then
tclx8.4-8.4.1/configure:7245:		    ac_cv_c_celibconfig=`(cd ${with_celibconfig}; pwd)`
tclx8.4-8.4.1/configure-7246-		else
##############################################
tclx8.4-8.4.1/configure-7262-			${srcdir}/../celib \
tclx8.4-8.4.1/configure:7263:			`ls -dr ${srcdir}/../celib-*3.[0-9]* 2>/dev/null` \
tclx8.4-8.4.1/configure-7264-			; do
tclx8.4-8.4.1/configure-7265-		    if test -d "$i/inc" ; then
tclx8.4-8.4.1/configure:7266:			ac_cv_c_celibconfig=`(cd $i; pwd)`
tclx8.4-8.4.1/configure-7267-			break
##############################################
tclx8.4-8.4.1/configure-7280-	    CELIB_DIR=${ac_cv_c_celibconfig}
tclx8.4-8.4.1/configure:7281:	    CELIB_DIR=`echo "$CELIB_DIR" | sed -e 's!\\\!/!g'`
tclx8.4-8.4.1/configure-7282-	    echo "$as_me:$LINENO: result: found $CELIB_DIR" >&5
##############################################
tclx8.4-8.4.1/configure-7320-		fi
tclx8.4-8.4.1/configure:7321:		WCEROOT=`echo "$WCEROOT" | sed -e 's!\\\!/!g'`
tclx8.4-8.4.1/configure:7322:		SDKROOT=`echo "$SDKROOT" | sed -e 's!\\\!/!g'`
tclx8.4-8.4.1/configure-7323-		if test ! -d "${SDKROOT}/${OSVERSION}/${PLATFORM}/Lib/${TARGETCPU}" \
##############################################
tclx8.4-8.4.1/configure-7362-	    # Convert foo.lib to -lfoo for GCC.  No-op if not *.lib
tclx8.4-8.4.1/configure:7363:	    i=`echo "$i" | sed -e 's/^\([^-].*\)\.lib$/-l\1/i'`
tclx8.4-8.4.1/configure-7364-	fi
##############################################
tclx8.4-8.4.1/configure-7377-		    RC="\"${WCEROOT}/Common/EVC/bin/rc.exe\""
tclx8.4-8.4.1/configure:7378:		    arch=`echo ${ARCH} | awk '{print tolower($0)}'`
tclx8.4-8.4.1/configure-7379-		    defs="${ARCH} _${ARCH}_ ${arch} PALM_SIZE _MT _WINDOWS"
##############################################
tclx8.4-8.4.1/configure-7402-		    CFLAGS_OPTIMIZE="-nologo -Ox"
tclx8.4-8.4.1/configure:7403:		    lversion=`echo ${CEVERSION} | sed -e 's/\(.\)\(..\)/\1\.\2/'`
tclx8.4-8.4.1/configure-7404-		    lflags="-MACHINE:${ARCH} -LIBPATH:\"${CELIBPATH}\" -subsystem:windowsce,${lversion} -nologo"
##############################################
tclx8.4-8.4.1/configure-7836-		if test "$GCC" = "yes" ; then
tclx8.4-8.4.1/configure:7837:		    hpux_arch=`${CC} -dumpmachine`
tclx8.4-8.4.1/configure-7838-		    case $hpux_arch in
##############################################
tclx8.4-8.4.1/configure-8200-		# The -pthread needs to go in the CFLAGS, not LIBS
tclx8.4-8.4.1/configure:8201:		LIBS=`echo $LIBS | sed s/-pthread//`
tclx8.4-8.4.1/configure-8202-		CFLAGS="$CFLAGS -pthread"
##############################################
tclx8.4-8.4.1/configure-8289-	    test -z "${MACOSX_DEPLOYMENT_TARGET}" || \
tclx8.4-8.4.1/configure:8290:		test "`echo "${MACOSX_DEPLOYMENT_TARGET}" | awk -F. '{print $2}'`" -lt 4 && \
tclx8.4-8.4.1/configure-8291-		LDFLAGS="$LDFLAGS -prebind"
##############################################
tclx8.4-8.4.1/configure-8361-	    test $do64bit_ok = no && test -n "${TK_BIN_DIR}" && \
tclx8.4-8.4.1/configure:8362:	        CFLAGS="`echo "$CFLAGS" | sed -e 's/-arch ppc64/-arch ppc/g'`"
tclx8.4-8.4.1/configure-8363-	    ;;
##############################################
tclx8.4-8.4.1/configure-8431-		CFLAGS="$CFLAGS -DTCL_THREAD_STACK_MIN=PTHREAD_STACK_MIN*64"
tclx8.4-8.4.1/configure:8432:		LIBS=`echo $LIBS | sed s/-lpthreads//`
tclx8.4-8.4.1/configure-8433-		if test "$GCC" = "yes" ; then
##############################################
tclx8.4-8.4.1/configure-8560-			if test "$GCC" = "yes" ; then
tclx8.4-8.4.1/configure:8561:			    if test "`gcc -dumpversion | awk -F. '{print $1}'`" -lt "3" ; then
tclx8.4-8.4.1/configure-8562-				{ echo "$as_me:$LINENO: WARNING: 64bit mode not supported with GCC < 3.2 on $system" >&5
##############################################
tclx8.4-8.4.1/configure-9371-do
tclx8.4-8.4.1/configure:9372:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
tclx8.4-8.4.1/configure-9373-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
tclx8.4-8.4.1/configure-9460-fi
tclx8.4-8.4.1/configure:9461:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
tclx8.4-8.4.1/configure:9462:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
tclx8.4-8.4.1/configure:9463:if test `eval echo '${'$as_ac_var'}'` = yes; then
tclx8.4-8.4.1/configure-9464-  cat >>confdefs.h <<_ACEOF
tclx8.4-8.4.1/configure:9465:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
tclx8.4-8.4.1/configure-9466-_ACEOF
##############################################
tclx8.4-8.4.1/configure-9910-do
tclx8.4-8.4.1/configure:9911:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
tclx8.4-8.4.1/configure-9912-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
tclx8.4-8.4.1/configure-9917-fi
tclx8.4-8.4.1/configure:9918:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
tclx8.4-8.4.1/configure:9919:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
tclx8.4-8.4.1/configure-9920-else
##############################################
tclx8.4-8.4.1/configure-10044-fi
tclx8.4-8.4.1/configure:10045:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
tclx8.4-8.4.1/configure:10046:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
tclx8.4-8.4.1/configure-10047-
tclx8.4-8.4.1/configure-10048-fi
tclx8.4-8.4.1/configure:10049:if test `eval echo '${'$as_ac_Header'}'` = yes; then
tclx8.4-8.4.1/configure-10050-  cat >>confdefs.h <<_ACEOF
tclx8.4-8.4.1/configure:10051:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
tclx8.4-8.4.1/configure-10052-_ACEOF
##############################################
tclx8.4-8.4.1/configure-10317-do
tclx8.4-8.4.1/configure:10318:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
tclx8.4-8.4.1/configure-10319-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
tclx8.4-8.4.1/configure-10406-fi
tclx8.4-8.4.1/configure:10407:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
tclx8.4-8.4.1/configure:10408:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
tclx8.4-8.4.1/configure:10409:if test `eval echo '${'$as_ac_var'}'` = yes; then
tclx8.4-8.4.1/configure-10410-  cat >>confdefs.h <<_ACEOF
tclx8.4-8.4.1/configure:10411:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
tclx8.4-8.4.1/configure-10412-_ACEOF
##############################################
tclx8.4-8.4.1/configure-11120-	    # Convert foo.lib to -lfoo for GCC.  No-op if not *.lib
tclx8.4-8.4.1/configure:11121:	    i=`echo "$i" | sed -e 's/^\([^-].*\)\.lib$/-l\1/i'`
tclx8.4-8.4.1/configure-11122-	fi
##############################################
tclx8.4-8.4.1/configure-12894-	    # Convert foo.lib to -lfoo for GCC.  No-op if not *.lib
tclx8.4-8.4.1/configure:12895:	    i=`echo "$i" | sed -e 's/^\([^-].*\)\.lib$/-l\1/i'`
tclx8.4-8.4.1/configure-12896-	fi
##############################################
tclx8.4-8.4.1/configure-13369-	    # the private libraries of Tcl and Tk.
tclx8.4-8.4.1/configure:13370:	    SHLIB_LD_LIBS="${SHLIB_LD_LIBS} \"`${CYGPATH} ${TCL_BIN_DIR}/${TCL_STUB_LIB_FILE}`\""
tclx8.4-8.4.1/configure-13371-	    if test x"${TK_BIN_DIR}" != x ; then
tclx8.4-8.4.1/configure:13372:		SHLIB_LD_LIBS="${SHLIB_LD_LIBS} \"`${CYGPATH} ${TK_BIN_DIR}/${TK_STUB_LIB_FILE}`\""
tclx8.4-8.4.1/configure-13373-	    fi
##############################################
tclx8.4-8.4.1/configure-13438-        fi
tclx8.4-8.4.1/configure:13439:        list="`ls -d ${TCL_BIN_DIR}/../bin 2>/dev/null` \
tclx8.4-8.4.1/configure:13440:              `ls -d ${TCL_BIN_DIR}/..     2>/dev/null` \
tclx8.4-8.4.1/configure:13441:              `ls -d ${TCL_PREFIX}/bin     2>/dev/null`"
tclx8.4-8.4.1/configure-13442-        for i in $list ; do
tclx8.4-8.4.1/configure-13443-            if test -f "$i/${TCLSH_PROG}" ; then
tclx8.4-8.4.1/configure:13444:                REAL_TCL_BIN_DIR="`cd "$i"; pwd`"
tclx8.4-8.4.1/configure-13445-                break
##############################################
tclx8.4-8.4.1/configure-13562-ac_LF_and_DOT=`echo; echo .`
tclx8.4-8.4.1/configure:13563:DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
tclx8.4-8.4.1/configure-13564-rm -f confdef2opt.sed
##############################################
tclx8.4-8.4.1/configure-13623-do
tclx8.4-8.4.1/configure:13624:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
tclx8.4-8.4.1/configure-13625-    eval $as_var=C; export $as_var
##############################################
tclx8.4-8.4.1/configure-13681-  as_lineno_2=$LINENO
tclx8.4-8.4.1/configure:13682:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
tclx8.4-8.4.1/configure-13683-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
tclx8.4-8.4.1/configure-13721-  as_lineno_2=$LINENO
tclx8.4-8.4.1/configure:13722:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
tclx8.4-8.4.1/configure-13723-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
tclx8.4-8.4.1/configure-13895-configured by $0, generated by GNU Autoconf 2.59,
tclx8.4-8.4.1/configure:13896:  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
tclx8.4-8.4.1/configure-13897-
##############################################
tclx8.4-8.4.1/configure-13912-  --*=*)
tclx8.4-8.4.1/configure:13913:    ac_option=`expr "x$1" : 'x\([^=]*\)='`
tclx8.4-8.4.1/configure:13914:    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
tclx8.4-8.4.1/configure-13915-    ac_shift=:
##############################################
tclx8.4-8.4.1/configure-14191-      fi
tclx8.4-8.4.1/configure:14192:      ac_sed_frag=`expr $ac_sed_frag + 1`
tclx8.4-8.4.1/configure-14193-      ac_beg=$ac_end
tclx8.4-8.4.1/configure:14194:      ac_end=`expr $ac_end + $ac_max_sed_lines`
tclx8.4-8.4.1/configure-14195-    fi
##############################################
tclx8.4-8.4.1/configure-14208-	cat >$tmp/stdin
tclx8.4-8.4.1/configure:14209:	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
tclx8.4-8.4.1/configure:14210:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
tclx8.4-8.4.1/configure:14211:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
tclx8.4-8.4.1/configure:14212:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
tclx8.4-8.4.1/configure-14213-  * )   ac_file_in=$ac_file.in ;;
##############################################
tclx8.4-8.4.1/configure-14256-if test "$ac_dir" != .; then
tclx8.4-8.4.1/configure:14257:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
tclx8.4-8.4.1/configure-14258-  # A "../" for each directory in $ac_dir_suffix.
tclx8.4-8.4.1/configure:14259:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
tclx8.4-8.4.1/configure-14260-else
##############################################
tclx8.4-8.4.1/configure-14269-    else
tclx8.4-8.4.1/configure:14270:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
tclx8.4-8.4.1/configure-14271-    fi ;;
##############################################
tclx8.4-8.4.1/tclconfig/install-sh-93-then
tclx8.4-8.4.1/tclconfig/install-sh:94:	dst="$dst"/`basename $src`
tclx8.4-8.4.1/tclconfig/install-sh-95-fi
##############################################
tclx8.4-8.4.1/tclconfig/install-sh-98-
tclx8.4-8.4.1/tclconfig/install-sh:99:dstdir=`dirname $dst`
tclx8.4-8.4.1/tclconfig/install-sh-100-dsttmp=$dstdir/#inst.$$#
##############################################
tclx8.4-8.4.1/tclconfig/tcl.m4-69-			    AC_MSG_WARN([--with-tcl argument should refer to directory containing tclConfig.sh, not to tclConfig.sh itself])
tclx8.4-8.4.1/tclconfig/tcl.m4:70:			    with_tclconfig=`echo ${with_tclconfig} | sed 's!/tclConfig\.sh$!!'`
tclx8.4-8.4.1/tclconfig/tcl.m4-71-			fi ;;
##############################################
tclx8.4-8.4.1/tclconfig/tcl.m4-73-		if test -f "${with_tclconfig}/tclConfig.sh" ; then
tclx8.4-8.4.1/tclconfig/tcl.m4:74:		    ac_cv_c_tclconfig=`(cd ${with_tclconfig}; pwd)`
tclx8.4-8.4.1/tclconfig/tcl.m4-75-		else
##############################################
tclx8.4-8.4.1/tclconfig/tcl.m4-95-		    if test -f "$i/unix/tclConfig.sh" ; then
tclx8.4-8.4.1/tclconfig/tcl.m4:96:			ac_cv_c_tclconfig=`(cd $i/unix; pwd)`
tclx8.4-8.4.1/tclconfig/tcl.m4-97-			break
##############################################
tclx8.4-8.4.1/tclconfig/tcl.m4-109-		    if test -f "$i/Tcl.framework/tclConfig.sh" ; then
tclx8.4-8.4.1/tclconfig/tcl.m4:110:			ac_cv_c_tclconfig=`(cd $i/Tcl.framework; pwd)`
tclx8.4-8.4.1/tclconfig/tcl.m4-111-			break
##############################################
tclx8.4-8.4.1/tclconfig/tcl.m4-122-		    if test -f "$i/tclConfig.sh" ; then
tclx8.4-8.4.1/tclconfig/tcl.m4:123:			ac_cv_c_tclconfig=`(cd $i; pwd)`
tclx8.4-8.4.1/tclconfig/tcl.m4-124-			break
##############################################
tclx8.4-8.4.1/tclconfig/tcl.m4-130-	    if test x"${ac_cv_c_tclconfig}" = x ; then
tclx8.4-8.4.1/tclconfig/tcl.m4:131:		for i in `ls -d ${libdir} 2>/dev/null` \
tclx8.4-8.4.1/tclconfig/tcl.m4:132:			`ls -d ${exec_prefix}/lib 2>/dev/null` \
tclx8.4-8.4.1/tclconfig/tcl.m4:133:			`ls -d ${prefix}/lib 2>/dev/null` \
tclx8.4-8.4.1/tclconfig/tcl.m4-134-			`ls -d /usr/local/lib 2>/dev/null` \
##############################################
tclx8.4-8.4.1/tclconfig/tcl.m4-138-		    if test -f "$i/tclConfig.sh" ; then
tclx8.4-8.4.1/tclconfig/tcl.m4:139:			ac_cv_c_tclconfig=`(cd $i; pwd)`
tclx8.4-8.4.1/tclconfig/tcl.m4-140-			break
##############################################
tclx8.4-8.4.1/tclconfig/tcl.m4-148-			${srcdir}/../tcl \
tclx8.4-8.4.1/tclconfig/tcl.m4:149:			`ls -dr ${srcdir}/../tcl[[8-9]].[[0-9]].[[0-9]]* 2>/dev/null` \
tclx8.4-8.4.1/tclconfig/tcl.m4:150:			`ls -dr ${srcdir}/../tcl[[8-9]].[[0-9]] 2>/dev/null` \
tclx8.4-8.4.1/tclconfig/tcl.m4:151:			`ls -dr ${srcdir}/../tcl[[8-9]].[[0-9]]* 2>/dev/null` ; do
tclx8.4-8.4.1/tclconfig/tcl.m4-152-		    if test -f "$i/unix/tclConfig.sh" ; then
tclx8.4-8.4.1/tclconfig/tcl.m4:153:		    ac_cv_c_tclconfig=`(cd $i/unix; pwd)`
tclx8.4-8.4.1/tclconfig/tcl.m4-154-		    break
##############################################
tclx8.4-8.4.1/tclconfig/tcl.m4-212-			    AC_MSG_WARN([--with-tk argument should refer to directory containing tkConfig.sh, not to tkConfig.sh itself])
tclx8.4-8.4.1/tclconfig/tcl.m4:213:			    with_tkconfig=`echo ${with_tkconfig} | sed 's!/tkConfig\.sh$!!'`
tclx8.4-8.4.1/tclconfig/tcl.m4-214-			fi ;;
##############################################
tclx8.4-8.4.1/tclconfig/tcl.m4-216-		if test -f "${with_tkconfig}/tkConfig.sh" ; then
tclx8.4-8.4.1/tclconfig/tcl.m4:217:		    ac_cv_c_tkconfig=`(cd ${with_tkconfig}; pwd)`
tclx8.4-8.4.1/tclconfig/tcl.m4-218-		else
##############################################
tclx8.4-8.4.1/tclconfig/tcl.m4-238-		    if test -f "$i/unix/tkConfig.sh" ; then
tclx8.4-8.4.1/tclconfig/tcl.m4:239:			ac_cv_c_tkconfig=`(cd $i/unix; pwd)`
tclx8.4-8.4.1/tclconfig/tcl.m4-240-			break
##############################################
tclx8.4-8.4.1/tclconfig/tcl.m4-252-		    if test -f "$i/Tk.framework/tkConfig.sh" ; then
tclx8.4-8.4.1/tclconfig/tcl.m4:253:			ac_cv_c_tkconfig=`(cd $i/Tk.framework; pwd)`
tclx8.4-8.4.1/tclconfig/tcl.m4-254-			break
##############################################
tclx8.4-8.4.1/tclconfig/tcl.m4-260-	    if test x"${ac_cv_c_tkconfig}" = x ; then
tclx8.4-8.4.1/tclconfig/tcl.m4:261:		for i in `ls -d ${libdir} 2>/dev/null` \
tclx8.4-8.4.1/tclconfig/tcl.m4:262:			`ls -d ${exec_prefix}/lib 2>/dev/null` \
tclx8.4-8.4.1/tclconfig/tcl.m4:263:			`ls -d ${prefix}/lib 2>/dev/null` \
tclx8.4-8.4.1/tclconfig/tcl.m4-264-			`ls -d /usr/local/lib 2>/dev/null` \
##############################################
tclx8.4-8.4.1/tclconfig/tcl.m4-268-		    if test -f "$i/tkConfig.sh" ; then
tclx8.4-8.4.1/tclconfig/tcl.m4:269:			ac_cv_c_tkconfig=`(cd $i; pwd)`
tclx8.4-8.4.1/tclconfig/tcl.m4-270-			break
##############################################
tclx8.4-8.4.1/tclconfig/tcl.m4-281-		    if test -f "$i/tclConfig.sh" ; then
tclx8.4-8.4.1/tclconfig/tcl.m4:282:			ac_cv_c_tclconfig=`(cd $i; pwd)`
tclx8.4-8.4.1/tclconfig/tcl.m4-283-			break
##############################################
tclx8.4-8.4.1/tclconfig/tcl.m4-291-			${srcdir}/../tk \
tclx8.4-8.4.1/tclconfig/tcl.m4:292:			`ls -dr ${srcdir}/../tk[[8-9]].[[0-9]].[[0-9]]* 2>/dev/null` \
tclx8.4-8.4.1/tclconfig/tcl.m4:293:			`ls -dr ${srcdir}/../tk[[8-9]].[[0-9]] 2>/dev/null` \
tclx8.4-8.4.1/tclconfig/tcl.m4:294:			`ls -dr ${srcdir}/../tk[[8-9]].[[0-9]]* 2>/dev/null` ; do
tclx8.4-8.4.1/tclconfig/tcl.m4-295-		    if test -f "$i/unix/tkConfig.sh" ; then
tclx8.4-8.4.1/tclconfig/tcl.m4:296:			ac_cv_c_tkconfig=`(cd $i/unix; pwd)`
tclx8.4-8.4.1/tclconfig/tcl.m4-297-			break
##############################################
tclx8.4-8.4.1/tclconfig/tcl.m4-364-		if test -f ${TCL_BIN_DIR}/${TCL_LIB_FILE}; then
tclx8.4-8.4.1/tclconfig/tcl.m4:365:		    for i in "`cd ${TCL_BIN_DIR}; pwd`" \
tclx8.4-8.4.1/tclconfig/tcl.m4:366:			     "`cd ${TCL_BIN_DIR}/../..; pwd`"; do
tclx8.4-8.4.1/tclconfig/tcl.m4:367:			if test "`basename "$i"`" = "${TCL_LIB_FILE}.framework"; then
tclx8.4-8.4.1/tclconfig/tcl.m4:368:			    TCL_LIB_SPEC="-F`dirname "$i"` -framework ${TCL_LIB_FILE}"
tclx8.4-8.4.1/tclconfig/tcl.m4-369-			    break
##############################################
tclx8.4-8.4.1/tclconfig/tcl.m4-452-		if test -f ${TK_BIN_DIR}/${TK_LIB_FILE}; then
tclx8.4-8.4.1/tclconfig/tcl.m4:453:		    for i in "`cd ${TK_BIN_DIR}; pwd`" \
tclx8.4-8.4.1/tclconfig/tcl.m4:454:			     "`cd ${TK_BIN_DIR}/../..; pwd`"; do
tclx8.4-8.4.1/tclconfig/tcl.m4:455:			if test "`basename "$i"`" = "${TK_LIB_FILE}.framework"; then
tclx8.4-8.4.1/tclconfig/tcl.m4:456:			    TK_LIB_SPEC="-F`dirname "$i"` -framework ${TK_LIB_FILE}"
tclx8.4-8.4.1/tclconfig/tcl.m4-457-			    break
##############################################
tclx8.4-8.4.1/tclconfig/tcl.m4-831-		if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
tclx8.4-8.4.1/tclconfig/tcl.m4:832:		    tcl_cv_sys_version=MP-RAS-`awk '{print $3}' /etc/.relid`
tclx8.4-8.4.1/tclconfig/tcl.m4-833-		fi
##############################################
tclx8.4-8.4.1/tclconfig/tcl.m4-949-	AC_MSG_CHECKING([if Windows/CE build is requested])
tclx8.4-8.4.1/tclconfig/tcl.m4:950:	AC_ARG_ENABLE(wince,[  --enable-wince          enable Win/CE support (where applicable)], [doWince=$enableval], [doWince=no])
tclx8.4-8.4.1/tclconfig/tcl.m4-951-	AC_MSG_RESULT([$doWince])
##############################################
tclx8.4-8.4.1/tclconfig/tcl.m4-979-    UNSHARED_LIB_SUFFIX=""
tclx8.4-8.4.1/tclconfig/tcl.m4:980:    TCL_TRIM_DOTS='`echo ${PACKAGE_VERSION} | tr -d .`'
tclx8.4-8.4.1/tclconfig/tcl.m4:981:    ECHO_VERSION='`echo ${PACKAGE_VERSION}`'
tclx8.4-8.4.1/tclconfig/tcl.m4-982-    TCL_LIB_VERSIONS_OK=ok
##############################################
tclx8.4-8.4.1/tclconfig/tcl.m4-1010-		fi
tclx8.4-8.4.1/tclconfig/tcl.m4:1011:		MSSDK=`echo "$MSSDK" | sed -e  's!\\\!/!g'`
tclx8.4-8.4.1/tclconfig/tcl.m4-1012-		PATH64=""
##############################################
tclx8.4-8.4.1/tclconfig/tcl.m4-1074-		fi
tclx8.4-8.4.1/tclconfig/tcl.m4:1075:		WCEROOT=`echo "$WCEROOT" | sed -e 's!\\\!/!g'`
tclx8.4-8.4.1/tclconfig/tcl.m4:1076:		SDKROOT=`echo "$SDKROOT" | sed -e 's!\\\!/!g'`
tclx8.4-8.4.1/tclconfig/tcl.m4-1077-		if test ! -d "${SDKROOT}/${OSVERSION}/${PLATFORM}/Lib/${TARGETCPU}" \
##############################################
tclx8.4-8.4.1/tclconfig/tcl.m4-1119-		    RC="\"${WCEROOT}/Common/EVC/bin/rc.exe\""
tclx8.4-8.4.1/tclconfig/tcl.m4:1120:		    arch=`echo ${ARCH} | awk '{print tolower([$]0)}'`
tclx8.4-8.4.1/tclconfig/tcl.m4-1121-		    defs="${ARCH} _${ARCH}_ ${arch} PALM_SIZE _MT _WINDOWS"
##############################################
tclx8.4-8.4.1/tclconfig/tcl.m4-1132-		    CFLAGS_OPTIMIZE="-nologo -Ox"
tclx8.4-8.4.1/tclconfig/tcl.m4:1133:		    lversion=`echo ${CEVERSION} | sed -e 's/\(.\)\(..\)/\1\.\2/'`
tclx8.4-8.4.1/tclconfig/tcl.m4-1134-		    lflags="-MACHINE:${ARCH} -LIBPATH:\"${CELIBPATH}\" -subsystem:windowsce,${lversion} -nologo"
##############################################
tclx8.4-8.4.1/tclconfig/tcl.m4-1344-		if test "$GCC" = "yes" ; then
tclx8.4-8.4.1/tclconfig/tcl.m4:1345:		    hpux_arch=`${CC} -dumpmachine`
tclx8.4-8.4.1/tclconfig/tcl.m4-1346-		    case $hpux_arch in
##############################################
tclx8.4-8.4.1/tclconfig/tcl.m4-1591-		# The -pthread needs to go in the CFLAGS, not LIBS
tclx8.4-8.4.1/tclconfig/tcl.m4:1592:		LIBS=`echo $LIBS | sed s/-pthread//`
tclx8.4-8.4.1/tclconfig/tcl.m4-1593-		CFLAGS="$CFLAGS -pthread"
##############################################
tclx8.4-8.4.1/tclconfig/tcl.m4-1627-	    test -z "${MACOSX_DEPLOYMENT_TARGET}" || \
tclx8.4-8.4.1/tclconfig/tcl.m4:1628:		test "`echo "${MACOSX_DEPLOYMENT_TARGET}" | awk -F. '{print [$]2}'`" -lt 4 && \
tclx8.4-8.4.1/tclconfig/tcl.m4-1629-		LDFLAGS="$LDFLAGS -prebind"
##############################################
tclx8.4-8.4.1/tclconfig/tcl.m4-1646-	    test $do64bit_ok = no && test -n "${TK_BIN_DIR}" && \
tclx8.4-8.4.1/tclconfig/tcl.m4:1647:	        CFLAGS="`echo "$CFLAGS" | sed -e 's/-arch ppc64/-arch ppc/g'`"
tclx8.4-8.4.1/tclconfig/tcl.m4-1648-	    ;;
##############################################
tclx8.4-8.4.1/tclconfig/tcl.m4-1713-		CFLAGS="$CFLAGS -DTCL_THREAD_STACK_MIN=PTHREAD_STACK_MIN*64"
tclx8.4-8.4.1/tclconfig/tcl.m4:1714:		LIBS=`echo $LIBS | sed s/-lpthreads//`
tclx8.4-8.4.1/tclconfig/tcl.m4-1715-		if test "$GCC" = "yes" ; then
##############################################
tclx8.4-8.4.1/tclconfig/tcl.m4-1828-			if test "$GCC" = "yes" ; then
tclx8.4-8.4.1/tclconfig/tcl.m4:1829:			    if test "`gcc -dumpversion | awk -F. '{print [$]1}'`" -lt "3" ; then
tclx8.4-8.4.1/tclconfig/tcl.m4-1830-				AC_MSG_WARN([64bit mode not supported with GCC < 3.2 on $system])
##############################################
tclx8.4-8.4.1/tclconfig/tcl.m4-2814-		# this assumes it is in a VPATH dir
tclx8.4-8.4.1/tclconfig/tcl.m4:2815:		i=`basename $i`
tclx8.4-8.4.1/tclconfig/tcl.m4-2816-		# handle user calling this before or after TEA_SETUP_COMPILER
tclx8.4-8.4.1/tclconfig/tcl.m4-2817-		if test x"${OBJEXT}" != x ; then
tclx8.4-8.4.1/tclconfig/tcl.m4:2818:		    j="`echo $i | sed -e 's/\.[[^.]]*$//'`.${OBJEXT}"
tclx8.4-8.4.1/tclconfig/tcl.m4-2819-		else
tclx8.4-8.4.1/tclconfig/tcl.m4:2820:		    j="`echo $i | sed -e 's/\.[[^.]]*$//'`.\${OBJEXT}"
tclx8.4-8.4.1/tclconfig/tcl.m4-2821-		fi
##############################################
tclx8.4-8.4.1/tclconfig/tcl.m4-2857-	# this assumes it is in a VPATH dir
tclx8.4-8.4.1/tclconfig/tcl.m4:2858:	i=`basename $i`
tclx8.4-8.4.1/tclconfig/tcl.m4-2859-	# handle user calling this before or after TEA_SETUP_COMPILER
tclx8.4-8.4.1/tclconfig/tcl.m4-2860-	if test x"${OBJEXT}" != x ; then
tclx8.4-8.4.1/tclconfig/tcl.m4:2861:	    j="`echo $i | sed -e 's/\.[[^.]]*$//'`.${OBJEXT}"
tclx8.4-8.4.1/tclconfig/tcl.m4-2862-	else
tclx8.4-8.4.1/tclconfig/tcl.m4:2863:	    j="`echo $i | sed -e 's/\.[[^.]]*$//'`.\${OBJEXT}"
tclx8.4-8.4.1/tclconfig/tcl.m4-2864-	fi
##############################################
tclx8.4-8.4.1/tclconfig/tcl.m4-2965-	    # Convert foo.lib to -lfoo for GCC.  No-op if not *.lib
tclx8.4-8.4.1/tclconfig/tcl.m4:2966:	    i=`echo "$i" | sed -e 's/^\([[^-]].*\)\.lib[$]/-l\1/i'`
tclx8.4-8.4.1/tclconfig/tcl.m4-2967-	fi
##############################################
tclx8.4-8.4.1/tclconfig/tcl.m4-3171-	    # the private libraries of Tcl and Tk.
tclx8.4-8.4.1/tclconfig/tcl.m4:3172:	    SHLIB_LD_LIBS="${SHLIB_LD_LIBS} \"`${CYGPATH} ${TCL_BIN_DIR}/${TCL_STUB_LIB_FILE}`\""
tclx8.4-8.4.1/tclconfig/tcl.m4-3173-	    if test x"${TK_BIN_DIR}" != x ; then
tclx8.4-8.4.1/tclconfig/tcl.m4:3174:		SHLIB_LD_LIBS="${SHLIB_LD_LIBS} \"`${CYGPATH} ${TK_BIN_DIR}/${TK_STUB_LIB_FILE}`\""
tclx8.4-8.4.1/tclconfig/tcl.m4-3175-	    fi
##############################################
tclx8.4-8.4.1/tclconfig/tcl.m4-3253-    for i in \
tclx8.4-8.4.1/tclconfig/tcl.m4:3254:	    `ls -dr ${tea_extra_lib_dir}/$1[[0-9]]*.lib 2>/dev/null ` \
tclx8.4-8.4.1/tclconfig/tcl.m4:3255:	    `ls -dr ${tea_extra_lib_dir}/lib$1[[0-9]]* 2>/dev/null ` \
tclx8.4-8.4.1/tclconfig/tcl.m4:3256:	    `ls -dr ${tea_lib_name_dir}/$1[[0-9]]*.lib 2>/dev/null ` \
tclx8.4-8.4.1/tclconfig/tcl.m4:3257:	    `ls -dr ${tea_lib_name_dir}/lib$1[[0-9]]* 2>/dev/null ` \
tclx8.4-8.4.1/tclconfig/tcl.m4:3258:	    `ls -dr /usr/lib/$1[[0-9]]*.lib 2>/dev/null ` \
tclx8.4-8.4.1/tclconfig/tcl.m4:3259:	    `ls -dr /usr/lib/lib$1[[0-9]]* 2>/dev/null ` \
tclx8.4-8.4.1/tclconfig/tcl.m4:3260:	    `ls -dr /usr/local/lib/$1[[0-9]]*.lib 2>/dev/null ` \
tclx8.4-8.4.1/tclconfig/tcl.m4:3261:	    `ls -dr /usr/local/lib/lib$1[[0-9]]* 2>/dev/null ` ; do
tclx8.4-8.4.1/tclconfig/tcl.m4-3262-	if test -f "$i" ; then
tclx8.4-8.4.1/tclconfig/tcl.m4:3263:	    tea_lib_name_dir=`dirname $i`
tclx8.4-8.4.1/tclconfig/tcl.m4:3264:	    $1_LIB_NAME=`basename $i`
tclx8.4-8.4.1/tclconfig/tcl.m4-3265-	    $1_LIB_PATH_NAME=$i
##############################################
tclx8.4-8.4.1/tclconfig/tcl.m4-3270-    if test "${TEA_PLATFORM}" = "windows"; then
tclx8.4-8.4.1/tclconfig/tcl.m4:3271:	$1_LIB_SPEC=\"`${CYGPATH} ${$1_LIB_PATH_NAME} 2>/dev/null`\"
tclx8.4-8.4.1/tclconfig/tcl.m4-3272-    else
##############################################
tclx8.4-8.4.1/tclconfig/tcl.m4-3274-
tclx8.4-8.4.1/tclconfig/tcl.m4:3275:	tea_lib_name_lib=`echo ${$1_LIB_NAME}|sed -e 's/^lib//' -e 's/\.[[^.]]*$//' -e 's/\.so.*//'`
tclx8.4-8.4.1/tclconfig/tcl.m4-3276-	$1_LIB_SPEC="-L${tea_lib_name_dir} -l${tea_lib_name_lib}"
##############################################
tclx8.4-8.4.1/tclconfig/tcl.m4-3313-
tclx8.4-8.4.1/tclconfig/tcl.m4:3314:    TCL_SRC_DIR_NATIVE=`${CYGPATH} ${TCL_SRC_DIR}`
tclx8.4-8.4.1/tclconfig/tcl.m4-3315-    TCL_TOP_DIR_NATIVE=\"${TCL_SRC_DIR_NATIVE}\"
##############################################
tclx8.4-8.4.1/tclconfig/tcl.m4-3337-	        TCL_INCLUDES="-I\"${TCL_BIN_DIR}/Headers\" -I\"${TCL_BIN_DIR}/PrivateHeaders\" ${TCL_INCLUDES}"; else
tclx8.4-8.4.1/tclconfig/tcl.m4:3338:	        TCL_INCLUDES="${TCL_INCLUDES} ${TCL_INCLUDE_SPEC} `echo "${TCL_INCLUDE_SPEC}" | sed -e 's/Headers/PrivateHeaders/'`"; fi
tclx8.4-8.4.1/tclconfig/tcl.m4-3339-	        ;;
##############################################
tclx8.4-8.4.1/tclconfig/tcl.m4-3394-		    *TCL_FRAMEWORK*)
tclx8.4-8.4.1/tclconfig/tcl.m4:3395:			list="`ls -d ${TCL_BIN_DIR}/Headers 2>/dev/null`"
tclx8.4-8.4.1/tclconfig/tcl.m4-3396-			;;
##############################################
tclx8.4-8.4.1/tclconfig/tcl.m4-3402-	    if test -f "${TCL_BIN_DIR}/Makefile" ; then
tclx8.4-8.4.1/tclconfig/tcl.m4:3403:		list="$list `ls -d ${TCL_SRC_DIR}/generic 2>/dev/null`"
tclx8.4-8.4.1/tclconfig/tcl.m4-3404-	    fi
##############################################
tclx8.4-8.4.1/tclconfig/tcl.m4-3410-	    list="$list \
tclx8.4-8.4.1/tclconfig/tcl.m4:3411:		`ls -d ${temp_includedir}        2>/dev/null` \
tclx8.4-8.4.1/tclconfig/tcl.m4:3412:		`ls -d ${TCL_PREFIX}/include     2>/dev/null` \
tclx8.4-8.4.1/tclconfig/tcl.m4:3413:		`ls -d ${TCL_BIN_DIR}/../include 2>/dev/null`"
tclx8.4-8.4.1/tclconfig/tcl.m4-3414-	    if test "${TEA_PLATFORM}" != "windows" -o "$GCC" = "yes"; then
##############################################
tclx8.4-8.4.1/tclconfig/tcl.m4-3416-		if test x"${TCL_INCLUDE_SPEC}" != x ; then
tclx8.4-8.4.1/tclconfig/tcl.m4:3417:		    d=`echo "${TCL_INCLUDE_SPEC}" | sed -e 's/^-I//'`
tclx8.4-8.4.1/tclconfig/tcl.m4:3418:		    list="$list `ls -d ${d} 2>/dev/null`"
tclx8.4-8.4.1/tclconfig/tcl.m4-3419-		fi
##############################################
tclx8.4-8.4.1/tclconfig/tcl.m4-3439-
tclx8.4-8.4.1/tclconfig/tcl.m4:3440:    INCLUDE_DIR_NATIVE=`${CYGPATH} ${ac_cv_c_tclh}`
tclx8.4-8.4.1/tclconfig/tcl.m4-3441-
##############################################
tclx8.4-8.4.1/tclconfig/tcl.m4-3466-
tclx8.4-8.4.1/tclconfig/tcl.m4:3467:    TK_SRC_DIR_NATIVE=`${CYGPATH} ${TK_SRC_DIR}`
tclx8.4-8.4.1/tclconfig/tcl.m4-3468-    TK_TOP_DIR_NATIVE=\"${TK_SRC_DIR_NATIVE}\"
##############################################
tclx8.4-8.4.1/tclconfig/tcl.m4-3549-		    *TK_FRAMEWORK*)
tclx8.4-8.4.1/tclconfig/tcl.m4:3550:			list="`ls -d ${TK_BIN_DIR}/Headers 2>/dev/null`"
tclx8.4-8.4.1/tclconfig/tcl.m4-3551-			;;
##############################################
tclx8.4-8.4.1/tclconfig/tcl.m4-3557-	    if test -f "${TK_BIN_DIR}/Makefile" ; then
tclx8.4-8.4.1/tclconfig/tcl.m4:3558:		list="$list `ls -d ${TK_SRC_DIR}/generic 2>/dev/null`"
tclx8.4-8.4.1/tclconfig/tcl.m4-3559-	    fi
##############################################
tclx8.4-8.4.1/tclconfig/tcl.m4-3566-	    list="$list \
tclx8.4-8.4.1/tclconfig/tcl.m4:3567:		`ls -d ${temp_includedir}        2>/dev/null` \
tclx8.4-8.4.1/tclconfig/tcl.m4:3568:		`ls -d ${TK_PREFIX}/include      2>/dev/null` \
tclx8.4-8.4.1/tclconfig/tcl.m4:3569:		`ls -d ${TK_BIN_DIR}/../include  2>/dev/null` \
tclx8.4-8.4.1/tclconfig/tcl.m4:3570:		`ls -d ${TCL_PREFIX}/include     2>/dev/null` \
tclx8.4-8.4.1/tclconfig/tcl.m4:3571:		`ls -d ${TCL_BIN_DIR}/../include 2>/dev/null`"
tclx8.4-8.4.1/tclconfig/tcl.m4-3572-	    if test "${TEA_PLATFORM}" != "windows" -o "$GCC" = "yes"; then
##############################################
tclx8.4-8.4.1/tclconfig/tcl.m4-3593-
tclx8.4-8.4.1/tclconfig/tcl.m4:3594:    INCLUDE_DIR_NATIVE=`${CYGPATH} ${ac_cv_c_tkh}`
tclx8.4-8.4.1/tclconfig/tcl.m4-3595-
##############################################
tclx8.4-8.4.1/tclconfig/tcl.m4-3604-	if test ! -r "${INCLUDE_DIR_NATIVE}/X11/Xlib.h"; then
tclx8.4-8.4.1/tclconfig/tcl.m4:3605:	    INCLUDE_DIR_NATIVE="`${CYGPATH} ${TK_SRC_DIR}/xlib`"
tclx8.4-8.4.1/tclconfig/tcl.m4-3606-	    TK_XINCLUDES=-I\"${INCLUDE_DIR_NATIVE}\"
##############################################
tclx8.4-8.4.1/tclconfig/tcl.m4-3647-        fi
tclx8.4-8.4.1/tclconfig/tcl.m4:3648:        list="`ls -d ${TCL_BIN_DIR}/../bin 2>/dev/null` \
tclx8.4-8.4.1/tclconfig/tcl.m4:3649:              `ls -d ${TCL_BIN_DIR}/..     2>/dev/null` \
tclx8.4-8.4.1/tclconfig/tcl.m4:3650:              `ls -d ${TCL_PREFIX}/bin     2>/dev/null`"
tclx8.4-8.4.1/tclconfig/tcl.m4-3651-        for i in $list ; do
tclx8.4-8.4.1/tclconfig/tcl.m4-3652-            if test -f "$i/${TCLSH_PROG}" ; then
tclx8.4-8.4.1/tclconfig/tcl.m4:3653:                REAL_TCL_BIN_DIR="`cd "$i"; pwd`"
tclx8.4-8.4.1/tclconfig/tcl.m4-3654-                break
##############################################
tclx8.4-8.4.1/tclconfig/tcl.m4-3697-        fi
tclx8.4-8.4.1/tclconfig/tcl.m4:3698:        list="`ls -d ${TK_BIN_DIR}/../bin 2>/dev/null` \
tclx8.4-8.4.1/tclconfig/tcl.m4:3699:              `ls -d ${TK_BIN_DIR}/..     2>/dev/null` \
tclx8.4-8.4.1/tclconfig/tcl.m4:3700:              `ls -d ${TK_PREFIX}/bin     2>/dev/null`"
tclx8.4-8.4.1/tclconfig/tcl.m4-3701-        for i in $list ; do
tclx8.4-8.4.1/tclconfig/tcl.m4-3702-            if test -f "$i/${WISH_PROG}" ; then
tclx8.4-8.4.1/tclconfig/tcl.m4:3703:                REAL_TK_BIN_DIR="`cd "$i"; pwd`"
tclx8.4-8.4.1/tclconfig/tcl.m4-3704-                break
##############################################
tclx8.4-8.4.1/tclconfig/tcl.m4-3752-			    AC_MSG_WARN([--with-$1 argument should refer to directory containing $1Config.sh, not to $1Config.sh itself])
tclx8.4-8.4.1/tclconfig/tcl.m4:3753:			    with_$1config=`echo ${with_$1config} | sed 's!/$1Config\.sh$!!'`
tclx8.4-8.4.1/tclconfig/tcl.m4-3754-			fi;;
##############################################
tclx8.4-8.4.1/tclconfig/tcl.m4-3756-		if test -f "${with_$1config}/$1Config.sh" ; then
tclx8.4-8.4.1/tclconfig/tcl.m4:3757:		    ac_cv_c_$1config=`(cd ${with_$1config}; pwd)`
tclx8.4-8.4.1/tclconfig/tcl.m4-3758-		else
##############################################
tclx8.4-8.4.1/tclconfig/tcl.m4-3766-			../$1 \
tclx8.4-8.4.1/tclconfig/tcl.m4:3767:			`ls -dr ../$1*[[0-9]].[[0-9]]*.[[0-9]]* 2>/dev/null` \
tclx8.4-8.4.1/tclconfig/tcl.m4:3768:			`ls -dr ../$1*[[0-9]].[[0-9]][[0-9]] 2>/dev/null` \
tclx8.4-8.4.1/tclconfig/tcl.m4:3769:			`ls -dr ../$1*[[0-9]].[[0-9]] 2>/dev/null` \
tclx8.4-8.4.1/tclconfig/tcl.m4:3770:			`ls -dr ../$1*[[0-9]].[[0-9]]* 2>/dev/null` \
tclx8.4-8.4.1/tclconfig/tcl.m4-3771-			../../$1 \
tclx8.4-8.4.1/tclconfig/tcl.m4:3772:			`ls -dr ../../$1*[[0-9]].[[0-9]]*.[[0-9]]* 2>/dev/null` \
tclx8.4-8.4.1/tclconfig/tcl.m4:3773:			`ls -dr ../../$1*[[0-9]].[[0-9]][[0-9]] 2>/dev/null` \
tclx8.4-8.4.1/tclconfig/tcl.m4:3774:			`ls -dr ../../$1*[[0-9]].[[0-9]] 2>/dev/null` \
tclx8.4-8.4.1/tclconfig/tcl.m4:3775:			`ls -dr ../../$1*[[0-9]].[[0-9]]* 2>/dev/null` \
tclx8.4-8.4.1/tclconfig/tcl.m4-3776-			../../../$1 \
tclx8.4-8.4.1/tclconfig/tcl.m4:3777:			`ls -dr ../../../$1*[[0-9]].[[0-9]]*.[[0-9]]* 2>/dev/null` \
tclx8.4-8.4.1/tclconfig/tcl.m4:3778:			`ls -dr ../../../$1*[[0-9]].[[0-9]][[0-9]] 2>/dev/null` \
tclx8.4-8.4.1/tclconfig/tcl.m4:3779:			`ls -dr ../../../$1*[[0-9]].[[0-9]] 2>/dev/null` \
tclx8.4-8.4.1/tclconfig/tcl.m4:3780:			`ls -dr ../../../$1*[[0-9]].[[0-9]]* 2>/dev/null` \
tclx8.4-8.4.1/tclconfig/tcl.m4-3781-			${srcdir}/../$1 \
tclx8.4-8.4.1/tclconfig/tcl.m4:3782:			`ls -dr ${srcdir}/../$1*[[0-9]].[[0-9]]*.[[0-9]]* 2>/dev/null` \
tclx8.4-8.4.1/tclconfig/tcl.m4:3783:			`ls -dr ${srcdir}/../$1*[[0-9]].[[0-9]][[0-9]] 2>/dev/null` \
tclx8.4-8.4.1/tclconfig/tcl.m4:3784:			`ls -dr ${srcdir}/../$1*[[0-9]].[[0-9]] 2>/dev/null` \
tclx8.4-8.4.1/tclconfig/tcl.m4:3785:			`ls -dr ${srcdir}/../$1*[[0-9]].[[0-9]]* 2>/dev/null` \
tclx8.4-8.4.1/tclconfig/tcl.m4-3786-			; do
tclx8.4-8.4.1/tclconfig/tcl.m4-3787-		    if test -f "$i/$1Config.sh" ; then
tclx8.4-8.4.1/tclconfig/tcl.m4:3788:			ac_cv_c_$1config=`(cd $i; pwd)`
tclx8.4-8.4.1/tclconfig/tcl.m4-3789-			break
##############################################
tclx8.4-8.4.1/tclconfig/tcl.m4-3791-		    if test -f "$i/unix/$1Config.sh" ; then
tclx8.4-8.4.1/tclconfig/tcl.m4:3792:			ac_cv_c_$1config=`(cd $i/unix; pwd)`
tclx8.4-8.4.1/tclconfig/tcl.m4-3793-			break
##############################################
tclx8.4-8.4.1/tclconfig/tcl.m4-3799-	    if test x"${ac_cv_c_$1config}" = x ; then
tclx8.4-8.4.1/tclconfig/tcl.m4:3800:		for i in `ls -d ${libdir} 2>/dev/null` \
tclx8.4-8.4.1/tclconfig/tcl.m4:3801:			`ls -d ${exec_prefix}/lib 2>/dev/null` \
tclx8.4-8.4.1/tclconfig/tcl.m4:3802:			`ls -d ${prefix}/lib 2>/dev/null` \
tclx8.4-8.4.1/tclconfig/tcl.m4-3803-			`ls -d /usr/local/lib 2>/dev/null` \
##############################################
tclx8.4-8.4.1/tclconfig/tcl.m4-3807-		    if test -f "$i/$1Config.sh" ; then
tclx8.4-8.4.1/tclconfig/tcl.m4:3808:			ac_cv_c_$1config=`(cd $i; pwd)`
tclx8.4-8.4.1/tclconfig/tcl.m4-3809-			break
##############################################
tclx8.4-8.4.1/tclconfig/tcl.m4-3914-		if test -d "${with_celibconfig}/inc" ; then
tclx8.4-8.4.1/tclconfig/tcl.m4:3915:		    ac_cv_c_celibconfig=`(cd ${with_celibconfig}; pwd)`
tclx8.4-8.4.1/tclconfig/tcl.m4-3916-		else
##############################################
tclx8.4-8.4.1/tclconfig/tcl.m4-3930-			${srcdir}/../celib \
tclx8.4-8.4.1/tclconfig/tcl.m4:3931:			`ls -dr ${srcdir}/../celib-*3.[[0-9]]* 2>/dev/null` \
tclx8.4-8.4.1/tclconfig/tcl.m4-3932-			; do
tclx8.4-8.4.1/tclconfig/tcl.m4-3933-		    if test -d "$i/inc" ; then
tclx8.4-8.4.1/tclconfig/tcl.m4:3934:			ac_cv_c_celibconfig=`(cd $i; pwd)`
tclx8.4-8.4.1/tclconfig/tcl.m4-3935-			break
##############################################
tclx8.4-8.4.1/tclconfig/tcl.m4-3944-	    CELIB_DIR=${ac_cv_c_celibconfig}
tclx8.4-8.4.1/tclconfig/tcl.m4:3945:	    CELIB_DIR=`echo "$CELIB_DIR" | sed -e 's!\\\!/!g'`
tclx8.4-8.4.1/tclconfig/tcl.m4-3946-	    AC_MSG_RESULT([found $CELIB_DIR])
##############################################
tclx8.4-8.4.1/debian/patches/tests.patch-14- test: binaries libraries
tclx8.4-8.4.1/debian/patches/tests.patch:15: 	$(TCLSH) `@CYGPATH@ $(srcdir)/tests/all.tcl` $(TESTFLAGS)
tclx8.4-8.4.1/debian/patches/tests.patch-16- 
##############################################
tclx8.4-8.4.1/.pc/typos.patch/unix/tclXunixOS.c-930-#else
tclx8.4-8.4.1/.pc/typos.patch/unix/tclXunixOS.c:931:    inAddress->s_addr = inet_addr (strAddress);
tclx8.4-8.4.1/.pc/typos.patch/unix/tclXunixOS.c-932-    if (inAddress->s_addr != INADDR_NONE)
##############################################
tclx8.4-8.4.1/.pc/tests.patch/Makefile.in-65-HELP_DIR	= @HELP_DIR@
tclx8.4-8.4.1/.pc/tests.patch/Makefile.in:66:HELP_DIR_NATIVE	= `@CYGPATH@ ${HELP_DIR}`
tclx8.4-8.4.1/.pc/tests.patch/Makefile.in-67-
##############################################
tclx8.4-8.4.1/.pc/tests.patch/Makefile.in-144-EXTRA_PATH	= $(top_builddir):$(TCL_BIN_DIR)
tclx8.4-8.4.1/.pc/tests.patch/Makefile.in:145:TCLSH_ENV	= TCL_LIBRARY=`@CYGPATH@ $(TCL_SRC_DIR)/library` \
tclx8.4-8.4.1/.pc/tests.patch/Makefile.in:146:		  TCLX_LIBRARY=`@CYGPATH@ $(srcdir)/library` \
tclx8.4-8.4.1/.pc/tests.patch/Makefile.in-147-		  TCLX_HELP_DIR="$(HELP_DIR_NATIVE)" \
##############################################
tclx8.4-8.4.1/.pc/tests.patch/Makefile.in-154-
tclx8.4-8.4.1/.pc/tests.patch/Makefile.in:155:TCLX_TOOLS_SRC_DIR = `@CYGPATH@ $(srcdir)/unix/tools`
tclx8.4-8.4.1/.pc/tests.patch/Makefile.in:156:TCLX_DOC_DIR	   = `@CYGPATH@ $(srcdir)/doc`
tclx8.4-8.4.1/.pc/tests.patch/Makefile.in-157-TCLX_INSTCOPY	   = ${TCLSH} ${TCLX_TOOLS_SRC_DIR}/instcopy.tcl
tclx8.4-8.4.1/.pc/tests.patch/Makefile.in:158:TCLX_HELP_INST_DIR = `@CYGPATH@ $(DESTDIR)$(pkglibdir)/help`
tclx8.4-8.4.1/.pc/tests.patch/Makefile.in-159-
##############################################
tclx8.4-8.4.1/.pc/tests.patch/Makefile.in-226-	    echo "Installing $$i"; \
tclx8.4-8.4.1/.pc/tests.patch/Makefile.in:227:	    rm -f $(DESTDIR)$(mandir)/mann/`basename $$i`; \
tclx8.4-8.4.1/.pc/tests.patch/Makefile.in-228-	    $(INSTALL_DATA) $$i $(DESTDIR)$(mandir)/mann ; \
##############################################
tclx8.4-8.4.1/.pc/tests.patch/Makefile.in-231-test: binaries libraries
tclx8.4-8.4.1/.pc/tests.patch/Makefile.in:232:	$(TCLSH) `@CYGPATH@ $(srcdir)/tests/all.tcl` $(TESTFLAGS)
tclx8.4-8.4.1/.pc/tests.patch/Makefile.in-233-
##############################################
tclx8.4-8.4.1/.pc/tests.patch/Makefile.in-243-valgrindtest: binaries libraries
tclx8.4-8.4.1/.pc/tests.patch/Makefile.in:244:	$(TCLSH_ENV) valgrind --num-callers=12 --leak-resolution=high -v --leak-check=yes --show-reachable=yes $(VALGRINDFLAGS) $(TCLSH_PROG) `@CYGPATH@ $(srcdir)/tests/all.tcl` $(TESTFLAGS)
tclx8.4-8.4.1/.pc/tests.patch/Makefile.in-245-valgrind: binaries libraries
##############################################
tclx8.4-8.4.1/.pc/tests.patch/Makefile.in-277-# sample.$(OBJEXT): $(srcdir)/generic/sample.c
tclx8.4-8.4.1/.pc/tests.patch/Makefile.in:278:# 	$(COMPILE) -c `@CYGPATH@ $(srcdir)/generic/sample.c` -o $@
tclx8.4-8.4.1/.pc/tests.patch/Makefile.in-279-#
##############################################
tclx8.4-8.4.1/.pc/tests.patch/Makefile.in-287-.c.@OBJEXT@:
tclx8.4-8.4.1/.pc/tests.patch/Makefile.in:288:	$(COMPILE) -c `@CYGPATH@ $<` -o $@
tclx8.4-8.4.1/.pc/tests.patch/Makefile.in-289-
##############################################
tclx8.4-8.4.1/.pc/tests.patch/Makefile.in-368-	    $(INSTALL_PROGRAM) $$p $(DESTDIR)$(pkglibdir)/$$p; \
tclx8.4-8.4.1/.pc/tests.patch/Makefile.in:369:	    stub=`echo $$p|sed -e "s/.*\(stub\).*/\1/"`; \
tclx8.4-8.4.1/.pc/tests.patch/Makefile.in-370-	    if test "x$$stub" = "xstub"; then \
##############################################
tclx8.4-8.4.1/.pc/tests.patch/Makefile.in-376-	    fi; \
tclx8.4-8.4.1/.pc/tests.patch/Makefile.in:377:	    ext=`echo $$p|sed -e "s/.*\.//"`; \
tclx8.4-8.4.1/.pc/tests.patch/Makefile.in-378-	    if test "x$$ext" = "xdll"; then \
tclx8.4-8.4.1/.pc/tests.patch/Makefile.in:379:		lib=`basename $$p|sed -e 's/.[^.]*$$//'`.lib; \
tclx8.4-8.4.1/.pc/tests.patch/Makefile.in-380-		if test -f $$lib; then \
##############################################
tclx8.4-8.4.1/.pc/tests.patch/Makefile.in-388-	  if test -f $(srcdir)/$$p; then \
tclx8.4-8.4.1/.pc/tests.patch/Makefile.in:389:	    destp=`basename $$p`; \
tclx8.4-8.4.1/.pc/tests.patch/Makefile.in-390-	    echo " Install $$destp $(DESTDIR)$(pkglibdir)/$$destp"; \
##############################################
tclx8.4-8.4.1/.pc/tests.patch/Makefile.in-427-	list='$(PKG_TCL_SOURCES)'; for p in $$list; do \
tclx8.4-8.4.1/.pc/tests.patch/Makefile.in:428:	  p=`basename $$p`; \
tclx8.4-8.4.1/.pc/tests.patch/Makefile.in-429-	  rm -f $(DESTDIR)$(pkglibdir)/$$p; \
##############################################
tclx8.4-8.4.1/.pc/tests.patch/Makefile.in-449-	    ${TCLSH} ${TCLX_TOOLS_SRC_DIR}/bldmanhelp.tcl \
tclx8.4-8.4.1/.pc/tests.patch/Makefile.in:450:		`@CYGPATH@ ${TCL_SRC_DIR}/doc` \
tclx8.4-8.4.1/.pc/tests.patch/Makefile.in-451-		${TCLX_TOOLS_SRC_DIR}/tclmanpages ${HELP_DIR_NATIVE} Tcl.brf; \
##############################################
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-69-			    AC_MSG_WARN([--with-tcl argument should refer to directory containing tclConfig.sh, not to tclConfig.sh itself])
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:70:			    with_tclconfig=`echo ${with_tclconfig} | sed 's!/tclConfig\.sh$!!'`
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-71-			fi ;;
##############################################
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-73-		if test -f "${with_tclconfig}/tclConfig.sh" ; then
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:74:		    ac_cv_c_tclconfig=`(cd ${with_tclconfig}; pwd)`
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-75-		else
##############################################
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-95-		    if test -f "$i/unix/tclConfig.sh" ; then
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:96:			ac_cv_c_tclconfig=`(cd $i/unix; pwd)`
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-97-			break
##############################################
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-109-		    if test -f "$i/Tcl.framework/tclConfig.sh" ; then
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:110:			ac_cv_c_tclconfig=`(cd $i/Tcl.framework; pwd)`
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-111-			break
##############################################
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-122-		    if test -f "$i/tclConfig.sh" ; then
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:123:			ac_cv_c_tclconfig=`(cd $i; pwd)`
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-124-			break
##############################################
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-130-	    if test x"${ac_cv_c_tclconfig}" = x ; then
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:131:		for i in `ls -d ${libdir} 2>/dev/null` \
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:132:			`ls -d ${exec_prefix}/lib 2>/dev/null` \
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:133:			`ls -d ${prefix}/lib 2>/dev/null` \
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-134-			`ls -d /usr/local/lib 2>/dev/null` \
##############################################
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-138-		    if test -f "$i/tclConfig.sh" ; then
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:139:			ac_cv_c_tclconfig=`(cd $i; pwd)`
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-140-			break
##############################################
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-148-			${srcdir}/../tcl \
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:149:			`ls -dr ${srcdir}/../tcl[[8-9]].[[0-9]].[[0-9]]* 2>/dev/null` \
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:150:			`ls -dr ${srcdir}/../tcl[[8-9]].[[0-9]] 2>/dev/null` \
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:151:			`ls -dr ${srcdir}/../tcl[[8-9]].[[0-9]]* 2>/dev/null` ; do
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-152-		    if test -f "$i/unix/tclConfig.sh" ; then
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:153:		    ac_cv_c_tclconfig=`(cd $i/unix; pwd)`
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-154-		    break
##############################################
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-212-			    AC_MSG_WARN([--with-tk argument should refer to directory containing tkConfig.sh, not to tkConfig.sh itself])
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:213:			    with_tkconfig=`echo ${with_tkconfig} | sed 's!/tkConfig\.sh$!!'`
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-214-			fi ;;
##############################################
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-216-		if test -f "${with_tkconfig}/tkConfig.sh" ; then
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:217:		    ac_cv_c_tkconfig=`(cd ${with_tkconfig}; pwd)`
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-218-		else
##############################################
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-238-		    if test -f "$i/unix/tkConfig.sh" ; then
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:239:			ac_cv_c_tkconfig=`(cd $i/unix; pwd)`
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-240-			break
##############################################
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-252-		    if test -f "$i/Tk.framework/tkConfig.sh" ; then
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:253:			ac_cv_c_tkconfig=`(cd $i/Tk.framework; pwd)`
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-254-			break
##############################################
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-260-	    if test x"${ac_cv_c_tkconfig}" = x ; then
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:261:		for i in `ls -d ${libdir} 2>/dev/null` \
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:262:			`ls -d ${exec_prefix}/lib 2>/dev/null` \
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:263:			`ls -d ${prefix}/lib 2>/dev/null` \
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-264-			`ls -d /usr/local/lib 2>/dev/null` \
##############################################
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-268-		    if test -f "$i/tkConfig.sh" ; then
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:269:			ac_cv_c_tkconfig=`(cd $i; pwd)`
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-270-			break
##############################################
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-281-		    if test -f "$i/tclConfig.sh" ; then
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:282:			ac_cv_c_tclconfig=`(cd $i; pwd)`
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-283-			break
##############################################
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-291-			${srcdir}/../tk \
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:292:			`ls -dr ${srcdir}/../tk[[8-9]].[[0-9]].[[0-9]]* 2>/dev/null` \
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:293:			`ls -dr ${srcdir}/../tk[[8-9]].[[0-9]] 2>/dev/null` \
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:294:			`ls -dr ${srcdir}/../tk[[8-9]].[[0-9]]* 2>/dev/null` ; do
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-295-		    if test -f "$i/unix/tkConfig.sh" ; then
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:296:			ac_cv_c_tkconfig=`(cd $i/unix; pwd)`
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-297-			break
##############################################
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-364-		if test -f ${TCL_BIN_DIR}/${TCL_LIB_FILE}; then
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:365:		    for i in "`cd ${TCL_BIN_DIR}; pwd`" \
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:366:			     "`cd ${TCL_BIN_DIR}/../..; pwd`"; do
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:367:			if test "`basename "$i"`" = "${TCL_LIB_FILE}.framework"; then
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:368:			    TCL_LIB_SPEC="-F`dirname "$i"` -framework ${TCL_LIB_FILE}"
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-369-			    break
##############################################
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-452-		if test -f ${TK_BIN_DIR}/${TK_LIB_FILE}; then
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:453:		    for i in "`cd ${TK_BIN_DIR}; pwd`" \
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:454:			     "`cd ${TK_BIN_DIR}/../..; pwd`"; do
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:455:			if test "`basename "$i"`" = "${TK_LIB_FILE}.framework"; then
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:456:			    TK_LIB_SPEC="-F`dirname "$i"` -framework ${TK_LIB_FILE}"
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-457-			    break
##############################################
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-831-		if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:832:		    tcl_cv_sys_version=MP-RAS-`awk '{print $3}' /etc/.relid`
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-833-		fi
##############################################
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-949-	AC_MSG_CHECKING([if Windows/CE build is requested])
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:950:	AC_ARG_ENABLE(wince,[  --enable-wince          enable Win/CE support (where applicable)], [doWince=$enableval], [doWince=no])
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-951-	AC_MSG_RESULT([$doWince])
##############################################
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-979-    UNSHARED_LIB_SUFFIX=""
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:980:    TCL_TRIM_DOTS='`echo ${PACKAGE_VERSION} | tr -d .`'
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:981:    ECHO_VERSION='`echo ${PACKAGE_VERSION}`'
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-982-    TCL_LIB_VERSIONS_OK=ok
##############################################
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-1010-		fi
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:1011:		MSSDK=`echo "$MSSDK" | sed -e  's!\\\!/!g'`
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-1012-		PATH64=""
##############################################
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-1074-		fi
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:1075:		WCEROOT=`echo "$WCEROOT" | sed -e 's!\\\!/!g'`
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:1076:		SDKROOT=`echo "$SDKROOT" | sed -e 's!\\\!/!g'`
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-1077-		if test ! -d "${SDKROOT}/${OSVERSION}/${PLATFORM}/Lib/${TARGETCPU}" \
##############################################
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-1119-		    RC="\"${WCEROOT}/Common/EVC/bin/rc.exe\""
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:1120:		    arch=`echo ${ARCH} | awk '{print tolower([$]0)}'`
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-1121-		    defs="${ARCH} _${ARCH}_ ${arch} PALM_SIZE _MT _WINDOWS"
##############################################
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-1132-		    CFLAGS_OPTIMIZE="-nologo -Ox"
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:1133:		    lversion=`echo ${CEVERSION} | sed -e 's/\(.\)\(..\)/\1\.\2/'`
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-1134-		    lflags="-MACHINE:${ARCH} -LIBPATH:\"${CELIBPATH}\" -subsystem:windowsce,${lversion} -nologo"
##############################################
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-1344-		if test "$GCC" = "yes" ; then
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:1345:		    hpux_arch=`${CC} -dumpmachine`
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-1346-		    case $hpux_arch in
##############################################
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-1591-		# The -pthread needs to go in the CFLAGS, not LIBS
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:1592:		LIBS=`echo $LIBS | sed s/-pthread//`
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-1593-		CFLAGS="$CFLAGS -pthread"
##############################################
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-1627-	    test -z "${MACOSX_DEPLOYMENT_TARGET}" || \
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:1628:		test "`echo "${MACOSX_DEPLOYMENT_TARGET}" | awk -F. '{print [$]2}'`" -lt 4 && \
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-1629-		LDFLAGS="$LDFLAGS -prebind"
##############################################
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-1646-	    test $do64bit_ok = no && test -n "${TK_BIN_DIR}" && \
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:1647:	        CFLAGS="`echo "$CFLAGS" | sed -e 's/-arch ppc64/-arch ppc/g'`"
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-1648-	    ;;
##############################################
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-1713-		CFLAGS="$CFLAGS -DTCL_THREAD_STACK_MIN=PTHREAD_STACK_MIN*64"
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:1714:		LIBS=`echo $LIBS | sed s/-lpthreads//`
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-1715-		if test "$GCC" = "yes" ; then
##############################################
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-1828-			if test "$GCC" = "yes" ; then
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:1829:			    if test "`gcc -dumpversion | awk -F. '{print [$]1}'`" -lt "3" ; then
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-1830-				AC_MSG_WARN([64bit mode not supported with GCC < 3.2 on $system])
##############################################
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-2814-		# this assumes it is in a VPATH dir
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:2815:		i=`basename $i`
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-2816-		# handle user calling this before or after TEA_SETUP_COMPILER
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-2817-		if test x"${OBJEXT}" != x ; then
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:2818:		    j="`echo $i | sed -e 's/\.[[^.]]*$//'`.${OBJEXT}"
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-2819-		else
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:2820:		    j="`echo $i | sed -e 's/\.[[^.]]*$//'`.\${OBJEXT}"
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-2821-		fi
##############################################
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-2857-	# this assumes it is in a VPATH dir
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:2858:	i=`basename $i`
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-2859-	# handle user calling this before or after TEA_SETUP_COMPILER
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-2860-	if test x"${OBJEXT}" != x ; then
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:2861:	    j="`echo $i | sed -e 's/\.[[^.]]*$//'`.${OBJEXT}"
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-2862-	else
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:2863:	    j="`echo $i | sed -e 's/\.[[^.]]*$//'`.\${OBJEXT}"
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-2864-	fi
##############################################
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-2965-	    # Convert foo.lib to -lfoo for GCC.  No-op if not *.lib
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:2966:	    i=`echo "$i" | sed -e 's/^\([[^-]].*\)\.lib[$]/-l\1/i'`
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-2967-	fi
##############################################
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3171-	    # the private libraries of Tcl and Tk.
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3172:	    SHLIB_LD_LIBS="${SHLIB_LD_LIBS} \"`${CYGPATH} ${TCL_BIN_DIR}/${TCL_STUB_LIB_FILE}`\""
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3173-	    if test x"${TK_BIN_DIR}" != x ; then
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3174:		SHLIB_LD_LIBS="${SHLIB_LD_LIBS} \"`${CYGPATH} ${TK_BIN_DIR}/${TK_STUB_LIB_FILE}`\""
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3175-	    fi
##############################################
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3253-    for i in \
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3254:	    `ls -dr ${tea_extra_lib_dir}/$1[[0-9]]*.lib 2>/dev/null ` \
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3255:	    `ls -dr ${tea_extra_lib_dir}/lib$1[[0-9]]* 2>/dev/null ` \
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3256:	    `ls -dr ${tea_lib_name_dir}/$1[[0-9]]*.lib 2>/dev/null ` \
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3257:	    `ls -dr ${tea_lib_name_dir}/lib$1[[0-9]]* 2>/dev/null ` \
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3258:	    `ls -dr /usr/lib/$1[[0-9]]*.lib 2>/dev/null ` \
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3259:	    `ls -dr /usr/lib/lib$1[[0-9]]* 2>/dev/null ` \
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3260:	    `ls -dr /usr/local/lib/$1[[0-9]]*.lib 2>/dev/null ` \
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3261:	    `ls -dr /usr/local/lib/lib$1[[0-9]]* 2>/dev/null ` ; do
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3262-	if test -f "$i" ; then
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3263:	    tea_lib_name_dir=`dirname $i`
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3264:	    $1_LIB_NAME=`basename $i`
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3265-	    $1_LIB_PATH_NAME=$i
##############################################
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3270-    if test "${TEA_PLATFORM}" = "windows"; then
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3271:	$1_LIB_SPEC=\"`${CYGPATH} ${$1_LIB_PATH_NAME} 2>/dev/null`\"
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3272-    else
##############################################
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3274-
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3275:	tea_lib_name_lib=`echo ${$1_LIB_NAME}|sed -e 's/^lib//' -e 's/\.[[^.]]*$//' -e 's/\.so.*//'`
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3276-	$1_LIB_SPEC="-L${tea_lib_name_dir} -l${tea_lib_name_lib}"
##############################################
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3313-
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3314:    TCL_SRC_DIR_NATIVE=`${CYGPATH} ${TCL_SRC_DIR}`
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3315-    TCL_TOP_DIR_NATIVE=\"${TCL_SRC_DIR_NATIVE}\"
##############################################
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3337-	        TCL_INCLUDES="-I\"${TCL_BIN_DIR}/Headers\" -I\"${TCL_BIN_DIR}/PrivateHeaders\" ${TCL_INCLUDES}"; else
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3338:	        TCL_INCLUDES="${TCL_INCLUDES} ${TCL_INCLUDE_SPEC} `echo "${TCL_INCLUDE_SPEC}" | sed -e 's/Headers/PrivateHeaders/'`"; fi
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3339-	        ;;
##############################################
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3394-		    *TCL_FRAMEWORK*)
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3395:			list="`ls -d ${TCL_BIN_DIR}/Headers 2>/dev/null`"
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3396-			;;
##############################################
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3402-	    if test -f "${TCL_BIN_DIR}/Makefile" ; then
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3403:		list="$list `ls -d ${TCL_SRC_DIR}/generic 2>/dev/null`"
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3404-	    fi
##############################################
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3410-	    list="$list \
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3411:		`ls -d ${temp_includedir}        2>/dev/null` \
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3412:		`ls -d ${TCL_PREFIX}/include     2>/dev/null` \
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3413:		`ls -d ${TCL_BIN_DIR}/../include 2>/dev/null`"
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3414-	    if test "${TEA_PLATFORM}" != "windows" -o "$GCC" = "yes"; then
##############################################
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3416-		if test x"${TCL_INCLUDE_SPEC}" != x ; then
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3417:		    d=`echo "${TCL_INCLUDE_SPEC}" | sed -e 's/^-I//'`
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3418:		    list="$list `ls -d ${d} 2>/dev/null`"
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3419-		fi
##############################################
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3439-
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3440:    INCLUDE_DIR_NATIVE=`${CYGPATH} ${ac_cv_c_tclh}`
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3441-
##############################################
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3466-
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3467:    TK_SRC_DIR_NATIVE=`${CYGPATH} ${TK_SRC_DIR}`
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3468-    TK_TOP_DIR_NATIVE=\"${TK_SRC_DIR_NATIVE}\"
##############################################
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3549-		    *TK_FRAMEWORK*)
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3550:			list="`ls -d ${TK_BIN_DIR}/Headers 2>/dev/null`"
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3551-			;;
##############################################
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3557-	    if test -f "${TK_BIN_DIR}/Makefile" ; then
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3558:		list="$list `ls -d ${TK_SRC_DIR}/generic 2>/dev/null`"
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3559-	    fi
##############################################
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3566-	    list="$list \
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3567:		`ls -d ${temp_includedir}        2>/dev/null` \
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3568:		`ls -d ${TK_PREFIX}/include      2>/dev/null` \
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3569:		`ls -d ${TK_BIN_DIR}/../include  2>/dev/null` \
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3570:		`ls -d ${TCL_PREFIX}/include     2>/dev/null` \
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3571:		`ls -d ${TCL_BIN_DIR}/../include 2>/dev/null`"
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3572-	    if test "${TEA_PLATFORM}" != "windows" -o "$GCC" = "yes"; then
##############################################
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3593-
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3594:    INCLUDE_DIR_NATIVE=`${CYGPATH} ${ac_cv_c_tkh}`
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3595-
##############################################
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3604-	if test ! -r "${INCLUDE_DIR_NATIVE}/X11/Xlib.h"; then
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3605:	    INCLUDE_DIR_NATIVE="`${CYGPATH} ${TK_SRC_DIR}/xlib`"
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3606-	    TK_XINCLUDES=-I\"${INCLUDE_DIR_NATIVE}\"
##############################################
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3647-        fi
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3648:        list="`ls -d ${TCL_BIN_DIR}/../bin 2>/dev/null` \
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3649:              `ls -d ${TCL_BIN_DIR}/..     2>/dev/null` \
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3650:              `ls -d ${TCL_PREFIX}/bin     2>/dev/null`"
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3651-        for i in $list ; do
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3652-            if test -f "$i/${TCLSH_PROG}" ; then
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3653:                REAL_TCL_BIN_DIR="`cd "$i"; pwd`"
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3654-                break
##############################################
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3697-        fi
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3698:        list="`ls -d ${TK_BIN_DIR}/../bin 2>/dev/null` \
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3699:              `ls -d ${TK_BIN_DIR}/..     2>/dev/null` \
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3700:              `ls -d ${TK_PREFIX}/bin     2>/dev/null`"
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3701-        for i in $list ; do
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3702-            if test -f "$i/${WISH_PROG}" ; then
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3703:                REAL_TK_BIN_DIR="`cd "$i"; pwd`"
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3704-                break
##############################################
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3752-			    AC_MSG_WARN([--with-$1 argument should refer to directory containing $1Config.sh, not to $1Config.sh itself])
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3753:			    with_$1config=`echo ${with_$1config} | sed 's!/$1Config\.sh$!!'`
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3754-			fi;;
##############################################
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3756-		if test -f "${with_$1config}/$1Config.sh" ; then
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3757:		    ac_cv_c_$1config=`(cd ${with_$1config}; pwd)`
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3758-		else
##############################################
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3766-			../$1 \
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3767:			`ls -dr ../$1*[[0-9]].[[0-9]]*.[[0-9]]* 2>/dev/null` \
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3768:			`ls -dr ../$1*[[0-9]].[[0-9]][[0-9]] 2>/dev/null` \
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3769:			`ls -dr ../$1*[[0-9]].[[0-9]] 2>/dev/null` \
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3770:			`ls -dr ../$1*[[0-9]].[[0-9]]* 2>/dev/null` \
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3771-			../../$1 \
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3772:			`ls -dr ../../$1*[[0-9]].[[0-9]]*.[[0-9]]* 2>/dev/null` \
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3773:			`ls -dr ../../$1*[[0-9]].[[0-9]][[0-9]] 2>/dev/null` \
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3774:			`ls -dr ../../$1*[[0-9]].[[0-9]] 2>/dev/null` \
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3775:			`ls -dr ../../$1*[[0-9]].[[0-9]]* 2>/dev/null` \
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3776-			../../../$1 \
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3777:			`ls -dr ../../../$1*[[0-9]].[[0-9]]*.[[0-9]]* 2>/dev/null` \
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3778:			`ls -dr ../../../$1*[[0-9]].[[0-9]][[0-9]] 2>/dev/null` \
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3779:			`ls -dr ../../../$1*[[0-9]].[[0-9]] 2>/dev/null` \
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3780:			`ls -dr ../../../$1*[[0-9]].[[0-9]]* 2>/dev/null` \
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3781-			${srcdir}/../$1 \
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3782:			`ls -dr ${srcdir}/../$1*[[0-9]].[[0-9]]*.[[0-9]]* 2>/dev/null` \
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3783:			`ls -dr ${srcdir}/../$1*[[0-9]].[[0-9]][[0-9]] 2>/dev/null` \
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3784:			`ls -dr ${srcdir}/../$1*[[0-9]].[[0-9]] 2>/dev/null` \
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3785:			`ls -dr ${srcdir}/../$1*[[0-9]].[[0-9]]* 2>/dev/null` \
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3786-			; do
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3787-		    if test -f "$i/$1Config.sh" ; then
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3788:			ac_cv_c_$1config=`(cd $i; pwd)`
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3789-			break
##############################################
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3791-		    if test -f "$i/unix/$1Config.sh" ; then
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3792:			ac_cv_c_$1config=`(cd $i/unix; pwd)`
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3793-			break
##############################################
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3799-	    if test x"${ac_cv_c_$1config}" = x ; then
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3800:		for i in `ls -d ${libdir} 2>/dev/null` \
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3801:			`ls -d ${exec_prefix}/lib 2>/dev/null` \
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3802:			`ls -d ${prefix}/lib 2>/dev/null` \
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3803-			`ls -d /usr/local/lib 2>/dev/null` \
##############################################
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3807-		    if test -f "$i/$1Config.sh" ; then
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3808:			ac_cv_c_$1config=`(cd $i; pwd)`
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3809-			break
##############################################
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3914-		if test -d "${with_celibconfig}/inc" ; then
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3915:		    ac_cv_c_celibconfig=`(cd ${with_celibconfig}; pwd)`
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3916-		else
##############################################
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3930-			${srcdir}/../celib \
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3931:			`ls -dr ${srcdir}/../celib-*3.[[0-9]]* 2>/dev/null` \
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3932-			; do
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3933-		    if test -d "$i/inc" ; then
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3934:			ac_cv_c_celibconfig=`(cd $i; pwd)`
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3935-			break
##############################################
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3944-	    CELIB_DIR=${ac_cv_c_celibconfig}
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4:3945:	    CELIB_DIR=`echo "$CELIB_DIR" | sed -e 's!\\\!/!g'`
tclx8.4-8.4.1/.pc/soname.patch/tclconfig/tcl.m4-3946-	    AC_MSG_RESULT([found $CELIB_DIR])
##############################################
tclx8.4-8.4.1/Makefile.in-65-HELP_DIR	= @HELP_DIR@
tclx8.4-8.4.1/Makefile.in:66:HELP_DIR_NATIVE	= `@CYGPATH@ ${HELP_DIR}`
tclx8.4-8.4.1/Makefile.in-67-
##############################################
tclx8.4-8.4.1/Makefile.in-144-EXTRA_PATH	= $(top_builddir):$(TCL_BIN_DIR)
tclx8.4-8.4.1/Makefile.in:145:TCLSH_ENV	= TCL_LIBRARY=`@CYGPATH@ $(TCL_SRC_DIR)/library` \
tclx8.4-8.4.1/Makefile.in:146:		  TCLX_LIBRARY=`@CYGPATH@ $(srcdir)/library` \
tclx8.4-8.4.1/Makefile.in-147-		  TCLX_HELP_DIR="$(HELP_DIR_NATIVE)" \
##############################################
tclx8.4-8.4.1/Makefile.in-154-
tclx8.4-8.4.1/Makefile.in:155:TCLX_TOOLS_SRC_DIR = `@CYGPATH@ $(srcdir)/unix/tools`
tclx8.4-8.4.1/Makefile.in:156:TCLX_DOC_DIR	   = `@CYGPATH@ $(srcdir)/doc`
tclx8.4-8.4.1/Makefile.in-157-TCLX_INSTCOPY	   = ${TCLSH} ${TCLX_TOOLS_SRC_DIR}/instcopy.tcl
tclx8.4-8.4.1/Makefile.in:158:TCLX_HELP_INST_DIR = `@CYGPATH@ $(DESTDIR)$(pkglibdir)/help`
tclx8.4-8.4.1/Makefile.in-159-
##############################################
tclx8.4-8.4.1/Makefile.in-226-	    echo "Installing $$i"; \
tclx8.4-8.4.1/Makefile.in:227:	    rm -f $(DESTDIR)$(mandir)/mann/`basename $$i`; \
tclx8.4-8.4.1/Makefile.in-228-	    $(INSTALL_DATA) $$i $(DESTDIR)$(mandir)/mann ; \
##############################################
tclx8.4-8.4.1/Makefile.in-233-test: binaries libraries
tclx8.4-8.4.1/Makefile.in:234:	$(TCLSH) `@CYGPATH@ $(srcdir)/tests/all.tcl` $(TESTFLAGS)
tclx8.4-8.4.1/Makefile.in-235-
##############################################
tclx8.4-8.4.1/Makefile.in-245-valgrindtest: binaries libraries
tclx8.4-8.4.1/Makefile.in:246:	$(TCLSH_ENV) valgrind --num-callers=12 --leak-resolution=high -v --leak-check=yes --show-reachable=yes $(VALGRINDFLAGS) $(TCLSH_PROG) `@CYGPATH@ $(srcdir)/tests/all.tcl` $(TESTFLAGS)
tclx8.4-8.4.1/Makefile.in-247-valgrind: binaries libraries
##############################################
tclx8.4-8.4.1/Makefile.in-279-# sample.$(OBJEXT): $(srcdir)/generic/sample.c
tclx8.4-8.4.1/Makefile.in:280:# 	$(COMPILE) -c `@CYGPATH@ $(srcdir)/generic/sample.c` -o $@
tclx8.4-8.4.1/Makefile.in-281-#
##############################################
tclx8.4-8.4.1/Makefile.in-289-.c.@OBJEXT@:
tclx8.4-8.4.1/Makefile.in:290:	$(COMPILE) -c `@CYGPATH@ $<` -o $@
tclx8.4-8.4.1/Makefile.in-291-
##############################################
tclx8.4-8.4.1/Makefile.in-370-	    $(INSTALL_PROGRAM) $$p $(DESTDIR)$(pkglibdir)/$$p; \
tclx8.4-8.4.1/Makefile.in:371:	    stub=`echo $$p|sed -e "s/.*\(stub\).*/\1/"`; \
tclx8.4-8.4.1/Makefile.in-372-	    if test "x$$stub" = "xstub"; then \
##############################################
tclx8.4-8.4.1/Makefile.in-378-	    fi; \
tclx8.4-8.4.1/Makefile.in:379:	    ext=`echo $$p|sed -e "s/.*\.//"`; \
tclx8.4-8.4.1/Makefile.in-380-	    if test "x$$ext" = "xdll"; then \
tclx8.4-8.4.1/Makefile.in:381:		lib=`basename $$p|sed -e 's/.[^.]*$$//'`.lib; \
tclx8.4-8.4.1/Makefile.in-382-		if test -f $$lib; then \
##############################################
tclx8.4-8.4.1/Makefile.in-390-	  if test -f $(srcdir)/$$p; then \
tclx8.4-8.4.1/Makefile.in:391:	    destp=`basename $$p`; \
tclx8.4-8.4.1/Makefile.in-392-	    echo " Install $$destp $(DESTDIR)$(pkglibdir)/$$destp"; \
##############################################
tclx8.4-8.4.1/Makefile.in-429-	list='$(PKG_TCL_SOURCES)'; for p in $$list; do \
tclx8.4-8.4.1/Makefile.in:430:	  p=`basename $$p`; \
tclx8.4-8.4.1/Makefile.in-431-	  rm -f $(DESTDIR)$(pkglibdir)/$$p; \
##############################################
tclx8.4-8.4.1/Makefile.in-451-	    ${TCLSH} ${TCLX_TOOLS_SRC_DIR}/bldmanhelp.tcl \
tclx8.4-8.4.1/Makefile.in:452:		`@CYGPATH@ ${TCL_SRC_DIR}/doc` \
tclx8.4-8.4.1/Makefile.in-453-		${TCLX_TOOLS_SRC_DIR}/tclmanpages ${HELP_DIR_NATIVE} Tcl.brf; \