===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
tkpng-0.9/Makefile.in-119-TCLLIBPATH	= $(top_builddir)
tkpng-0.9/Makefile.in:120:TCLSH_ENV	= TCL_LIBRARY=`@CYGPATH@ $(TCL_SRC_DIR)/library` \
tkpng-0.9/Makefile.in-121-		  @LD_LIBRARY_PATH_VAR@="$(EXTRA_PATH):$(@LD_LIBRARY_PATH_VAR@)" \
##############################################
tkpng-0.9/Makefile.in-123-		  TCLLIBPATH="$(TCLLIBPATH)"
tkpng-0.9/Makefile.in:124:#		  TK_LIBRARY=`@CYGPATH@ $(TK_SRC_DIR)/library`
tkpng-0.9/Makefile.in-125-
##############################################
tkpng-0.9/Makefile.in-198-test: binaries libraries
tkpng-0.9/Makefile.in:199:	$(TCLSH) `@CYGPATH@ $(srcdir)/tests/all.tcl` $(TESTFLAGS)
tkpng-0.9/Makefile.in-200-
##############################################
tkpng-0.9/Makefile.in-236-# sample.$(OBJEXT): $(srcdir)/generic/sample.c
tkpng-0.9/Makefile.in:237:# 	$(COMPILE) -c `@CYGPATH@ $(srcdir)/generic/sample.c` -o $@
tkpng-0.9/Makefile.in-238-#
##############################################
tkpng-0.9/Makefile.in-246-.c.@OBJEXT@:
tkpng-0.9/Makefile.in:247:	$(COMPILE) -c `@CYGPATH@ $<` -o $@
tkpng-0.9/Makefile.in-248-
##############################################
tkpng-0.9/Makefile.in-327-	    $(INSTALL_PROGRAM) $$p $(DESTDIR)$(pkglibdir)/$$p; \
tkpng-0.9/Makefile.in:328:	    stub=`echo $$p|sed -e "s/.*\(stub\).*/\1/"`; \
tkpng-0.9/Makefile.in-329-	    if test "x$$stub" = "xstub"; then \
##############################################
tkpng-0.9/Makefile.in-335-	    fi; \
tkpng-0.9/Makefile.in:336:	    ext=`echo $$p|sed -e "s/.*\.//"`; \
tkpng-0.9/Makefile.in-337-	    if test "x$$ext" = "xdll"; then \
tkpng-0.9/Makefile.in:338:		lib=`basename $$p|sed -e 's/.[^.]*$$//'`.lib; \
tkpng-0.9/Makefile.in-339-		if test -f $$lib; then \
##############################################
tkpng-0.9/Makefile.in-347-	  if test -f $(srcdir)/$$p; then \
tkpng-0.9/Makefile.in:348:	    destp=`basename $$p`; \
tkpng-0.9/Makefile.in-349-	    echo " Install $$destp $(DESTDIR)$(pkglibdir)/$$destp"; \
##############################################
tkpng-0.9/Makefile.in-386-	list='$(PKG_TCL_SOURCES)'; for p in $$list; do \
tkpng-0.9/Makefile.in:387:	  p=`basename $$p`; \
tkpng-0.9/Makefile.in-388-	  rm -f $(DESTDIR)$(pkglibdir)/$$p; \
##############################################
tkpng-0.9/configure-43-do
tkpng-0.9/configure:44:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
tkpng-0.9/configure-45-    eval $as_var=C; export $as_var
##############################################
tkpng-0.9/configure-101-  as_lineno_2=$LINENO
tkpng-0.9/configure:102:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
tkpng-0.9/configure-103-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
tkpng-0.9/configure-140-  as_lineno_2=$LINENO
tkpng-0.9/configure:141:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
tkpng-0.9/configure-142-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
tkpng-0.9/configure-361-
tkpng-0.9/configure:362:  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
tkpng-0.9/configure-363-
##############################################
tkpng-0.9/configure-394-  -disable-* | --disable-*)
tkpng-0.9/configure:395:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
tkpng-0.9/configure-396-    # Reject names that are not valid shell variable names.
##############################################
tkpng-0.9/configure-399-   { (exit 1); exit 1; }; }
tkpng-0.9/configure:400:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
tkpng-0.9/configure-401-    eval "enable_$ac_feature=no" ;;
##############################################
tkpng-0.9/configure-403-  -enable-* | --enable-*)
tkpng-0.9/configure:404:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
tkpng-0.9/configure-405-    # Reject names that are not valid shell variable names.
##############################################
tkpng-0.9/configure-408-   { (exit 1); exit 1; }; }
tkpng-0.9/configure:409:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
tkpng-0.9/configure-410-    case $ac_option in
tkpng-0.9/configure:411:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
tkpng-0.9/configure-412-      *) ac_optarg=yes ;;
##############################################
tkpng-0.9/configure-585-  -with-* | --with-*)
tkpng-0.9/configure:586:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
tkpng-0.9/configure-587-    # Reject names that are not valid shell variable names.
##############################################
tkpng-0.9/configure-590-   { (exit 1); exit 1; }; }
tkpng-0.9/configure:591:    ac_package=`echo $ac_package| sed 's/-/_/g'`
tkpng-0.9/configure-592-    case $ac_option in
tkpng-0.9/configure:593:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
tkpng-0.9/configure-594-      *) ac_optarg=yes ;;
##############################################
tkpng-0.9/configure-598-  -without-* | --without-*)
tkpng-0.9/configure:599:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
tkpng-0.9/configure-600-    # Reject names that are not valid shell variable names.
##############################################
tkpng-0.9/configure-603-   { (exit 1); exit 1; }; }
tkpng-0.9/configure:604:    ac_package=`echo $ac_package | sed 's/-/_/g'`
tkpng-0.9/configure-605-    eval "with_$ac_package=no" ;;
##############################################
tkpng-0.9/configure-630-  *=*)
tkpng-0.9/configure:631:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
tkpng-0.9/configure-632-    # Reject names that are not valid shell variable names.
##############################################
tkpng-0.9/configure-635-   { (exit 1); exit 1; }; }
tkpng-0.9/configure:636:    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
tkpng-0.9/configure-637-    eval "$ac_envvar='$ac_optarg'"
##############################################
tkpng-0.9/configure-651-if test -n "$ac_prev"; then
tkpng-0.9/configure:652:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
tkpng-0.9/configure-653-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
tkpng-0.9/configure-659-do
tkpng-0.9/configure:660:  eval ac_val=$`echo $ac_var`
tkpng-0.9/configure-661-  case $ac_val in
##############################################
tkpng-0.9/configure-671-do
tkpng-0.9/configure:672:  eval ac_val=$`echo $ac_var`
tkpng-0.9/configure-673-  case $ac_val in
##############################################
tkpng-0.9/configure-738-   { (exit 1); exit 1; }; }
tkpng-0.9/configure:739:srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
tkpng-0.9/configure-740-ac_env_build_alias_set=${build_alias+set}
##############################################
tkpng-0.9/configure-809-By default, \`make install' will install all the files in
tkpng-0.9/configure:810:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
tkpng-0.9/configure:811:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
tkpng-0.9/configure-812-for instance \`--prefix=\$HOME'.
##############################################
tkpng-0.9/configure-886-if test "$ac_dir" != .; then
tkpng-0.9/configure:887:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
tkpng-0.9/configure-888-  # A "../" for each directory in $ac_dir_suffix.
tkpng-0.9/configure:889:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
tkpng-0.9/configure-890-else
##############################################
tkpng-0.9/configure-899-    else
tkpng-0.9/configure:900:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
tkpng-0.9/configure-901-    fi ;;
##############################################
tkpng-0.9/configure-1052-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
tkpng-0.9/configure:1053:      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
tkpng-0.9/configure-1054-    esac
##############################################
tkpng-0.9/configure-1124-    do
tkpng-0.9/configure:1125:      eval ac_val=$`echo $ac_var`
tkpng-0.9/configure-1126-      echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
tkpng-0.9/configure-1138-      do
tkpng-0.9/configure:1139:	eval ac_val=$`echo $ac_var`
tkpng-0.9/configure-1140-	echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
tkpng-0.9/configure-1245-    set,)
tkpng-0.9/configure:1246:      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
tkpng-0.9/configure:1247:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
tkpng-0.9/configure-1248-      ac_cache_corrupted=: ;;
##############################################
tkpng-0.9/configure-1268-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
tkpng-0.9/configure:1269:      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
tkpng-0.9/configure-1270-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
tkpng-0.9/configure-1482-echo "$as_me: WARNING: --with-tcl argument should refer to directory containing tclConfig.sh, not to tclConfig.sh itself" >&2;}
tkpng-0.9/configure:1483:			    with_tclconfig=`echo ${with_tclconfig} | sed 's!/tclConfig\.sh$!!'`
tkpng-0.9/configure-1484-			fi ;;
##############################################
tkpng-0.9/configure-1486-		if test -f "${with_tclconfig}/tclConfig.sh" ; then
tkpng-0.9/configure:1487:		    ac_cv_c_tclconfig=`(cd ${with_tclconfig}; pwd)`
tkpng-0.9/configure-1488-		else
##############################################
tkpng-0.9/configure-1510-		    if test -f "$i/unix/tclConfig.sh" ; then
tkpng-0.9/configure:1511:			ac_cv_c_tclconfig=`(cd $i/unix; pwd)`
tkpng-0.9/configure-1512-			break
##############################################
tkpng-0.9/configure-1524-		    if test -f "$i/Tcl.framework/tclConfig.sh" ; then
tkpng-0.9/configure:1525:			ac_cv_c_tclconfig=`(cd $i/Tcl.framework; pwd)`
tkpng-0.9/configure-1526-			break
##############################################
tkpng-0.9/configure-1537-		    if test -f "$i/tclConfig.sh" ; then
tkpng-0.9/configure:1538:			ac_cv_c_tclconfig=`(cd $i; pwd)`
tkpng-0.9/configure-1539-			break
##############################################
tkpng-0.9/configure-1545-	    if test x"${ac_cv_c_tclconfig}" = x ; then
tkpng-0.9/configure:1546:		for i in `ls -d ${libdir} 2>/dev/null` \
tkpng-0.9/configure:1547:			`ls -d ${exec_prefix}/lib 2>/dev/null` \
tkpng-0.9/configure:1548:			`ls -d ${prefix}/lib 2>/dev/null` \
tkpng-0.9/configure-1549-			`ls -d /usr/local/lib 2>/dev/null` \
##############################################
tkpng-0.9/configure-1553-		    if test -f "$i/tclConfig.sh" ; then
tkpng-0.9/configure:1554:			ac_cv_c_tclconfig=`(cd $i; pwd)`
tkpng-0.9/configure-1555-			break
##############################################
tkpng-0.9/configure-1563-			${srcdir}/../tcl \
tkpng-0.9/configure:1564:			`ls -dr ${srcdir}/../tcl[8-9].[0-9].[0-9]* 2>/dev/null` \
tkpng-0.9/configure:1565:			`ls -dr ${srcdir}/../tcl[8-9].[0-9] 2>/dev/null` \
tkpng-0.9/configure:1566:			`ls -dr ${srcdir}/../tcl[8-9].[0-9]* 2>/dev/null` ; do
tkpng-0.9/configure-1567-		    if test -f "$i/unix/tclConfig.sh" ; then
tkpng-0.9/configure:1568:		    ac_cv_c_tclconfig=`(cd $i/unix; pwd)`
tkpng-0.9/configure-1569-		    break
##############################################
tkpng-0.9/configure-1623-		if test -f "${TCL_BIN_DIR}/${TCL_LIB_FILE}"; then
tkpng-0.9/configure:1624:		    for i in "`cd ${TCL_BIN_DIR}; pwd`" \
tkpng-0.9/configure:1625:			     "`cd ${TCL_BIN_DIR}/../..; pwd`"; do
tkpng-0.9/configure:1626:			if test "`basename "$i"`" = "${TCL_LIB_FILE}.framework"; then
tkpng-0.9/configure:1627:			    TCL_LIB_SPEC="-F`dirname "$i"` -framework ${TCL_LIB_FILE}"
tkpng-0.9/configure-1628-			    break
##############################################
tkpng-0.9/configure-1699-echo "$as_me: WARNING: --with-tk argument should refer to directory containing tkConfig.sh, not to tkConfig.sh itself" >&2;}
tkpng-0.9/configure:1700:			    with_tkconfig=`echo ${with_tkconfig} | sed 's!/tkConfig\.sh$!!'`
tkpng-0.9/configure-1701-			fi ;;
##############################################
tkpng-0.9/configure-1703-		if test -f "${with_tkconfig}/tkConfig.sh" ; then
tkpng-0.9/configure:1704:		    ac_cv_c_tkconfig=`(cd ${with_tkconfig}; pwd)`
tkpng-0.9/configure-1705-		else
##############################################
tkpng-0.9/configure-1727-		    if test -f "$i/unix/tkConfig.sh" ; then
tkpng-0.9/configure:1728:			ac_cv_c_tkconfig=`(cd $i/unix; pwd)`
tkpng-0.9/configure-1729-			break
##############################################
tkpng-0.9/configure-1741-		    if test -f "$i/Tk.framework/tkConfig.sh" ; then
tkpng-0.9/configure:1742:			ac_cv_c_tkconfig=`(cd $i/Tk.framework; pwd)`
tkpng-0.9/configure-1743-			break
##############################################
tkpng-0.9/configure-1749-	    if test x"${ac_cv_c_tkconfig}" = x ; then
tkpng-0.9/configure:1750:		for i in `ls -d ${libdir} 2>/dev/null` \
tkpng-0.9/configure:1751:			`ls -d ${exec_prefix}/lib 2>/dev/null` \
tkpng-0.9/configure:1752:			`ls -d ${prefix}/lib 2>/dev/null` \
tkpng-0.9/configure-1753-			`ls -d /usr/local/lib 2>/dev/null` \
##############################################
tkpng-0.9/configure-1757-		    if test -f "$i/tkConfig.sh" ; then
tkpng-0.9/configure:1758:			ac_cv_c_tkconfig=`(cd $i; pwd)`
tkpng-0.9/configure-1759-			break
##############################################
tkpng-0.9/configure-1770-		    if test -f "$i/tkConfig.sh" ; then
tkpng-0.9/configure:1771:			ac_cv_c_tkconfig=`(cd $i; pwd)`
tkpng-0.9/configure-1772-			break
##############################################
tkpng-0.9/configure-1780-			${srcdir}/../tk \
tkpng-0.9/configure:1781:			`ls -dr ${srcdir}/../tk[8-9].[0-9].[0-9]* 2>/dev/null` \
tkpng-0.9/configure:1782:			`ls -dr ${srcdir}/../tk[8-9].[0-9] 2>/dev/null` \
tkpng-0.9/configure:1783:			`ls -dr ${srcdir}/../tk[8-9].[0-9]* 2>/dev/null` ; do
tkpng-0.9/configure-1784-		    if test -f "$i/unix/tkConfig.sh" ; then
tkpng-0.9/configure:1785:			ac_cv_c_tkconfig=`(cd $i/unix; pwd)`
tkpng-0.9/configure-1786-			break
##############################################
tkpng-0.9/configure-1840-		if test -f "${TK_BIN_DIR}/${TK_LIB_FILE}"; then
tkpng-0.9/configure:1841:		    for i in "`cd ${TK_BIN_DIR}; pwd`" \
tkpng-0.9/configure:1842:			     "`cd ${TK_BIN_DIR}/../..; pwd`"; do
tkpng-0.9/configure:1843:			if test "`basename "$i"`" = "${TK_LIB_FILE}.framework"; then
tkpng-0.9/configure:1844:			    TK_LIB_SPEC="-F`dirname "$i"` -framework ${TK_LIB_FILE}"
tkpng-0.9/configure-1845-			    break
##############################################
tkpng-0.9/configure-2265-     "checking for C compiler version" >&5
tkpng-0.9/configure:2266:ac_compiler=`set X $ac_compile; echo $2`
tkpng-0.9/configure-2267-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
tkpng-0.9/configure-2304-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
tkpng-0.9/configure:2305:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
tkpng-0.9/configure-2306-if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
##############################################
tkpng-0.9/configure-2332-    *.* )
tkpng-0.9/configure:2333:	ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
tkpng-0.9/configure-2334-	# FIXME: I believe we export ac_cv_exeext for Libtool,
##############################################
tkpng-0.9/configure-2412-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
tkpng-0.9/configure:2413:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
tkpng-0.9/configure-2414-	  export ac_cv_exeext
##############################################
tkpng-0.9/configure-2462-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
tkpng-0.9/configure:2463:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
tkpng-0.9/configure-2464-       break;;
##############################################
tkpng-0.9/configure-2541-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
tkpng-0.9/configure:2542:GCC=`test $ac_compiler_gnu = yes && echo yes`
tkpng-0.9/configure-2543-ac_test_CFLAGS=${CFLAGS+set}
##############################################
tkpng-0.9/configure-3198-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
tkpng-0.9/configure:3199:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
tkpng-0.9/configure-3200-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
##############################################
tkpng-0.9/configure-3207-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
tkpng-0.9/configure:3208:eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
tkpng-0.9/configure-3209-if test -n "$ac_maketemp"; then
##############################################
tkpng-0.9/configure-3215-fi
tkpng-0.9/configure:3216:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
tkpng-0.9/configure-3217-  echo "$as_me:$LINENO: result: yes" >&5
##############################################
tkpng-0.9/configure-3514-do
tkpng-0.9/configure:3515:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
tkpng-0.9/configure-3516-echo "$as_me:$LINENO: checking for $ac_header" >&5
##############################################
tkpng-0.9/configure-3561-fi
tkpng-0.9/configure:3562:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
tkpng-0.9/configure:3563:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
tkpng-0.9/configure:3564:if test `eval echo '${'$as_ac_Header'}'` = yes; then
tkpng-0.9/configure-3565-  cat >>confdefs.h <<_ACEOF
tkpng-0.9/configure:3566:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
tkpng-0.9/configure-3567-_ACEOF
##############################################
tkpng-0.9/configure-6188-do
tkpng-0.9/configure:6189:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
tkpng-0.9/configure-6190-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
tkpng-0.9/configure-6195-fi
tkpng-0.9/configure:6196:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
tkpng-0.9/configure:6197:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
tkpng-0.9/configure-6198-else
##############################################
tkpng-0.9/configure-6322-fi
tkpng-0.9/configure:6323:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
tkpng-0.9/configure:6324:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
tkpng-0.9/configure-6325-
tkpng-0.9/configure-6326-fi
tkpng-0.9/configure:6327:if test `eval echo '${'$as_ac_Header'}'` = yes; then
tkpng-0.9/configure-6328-  cat >>confdefs.h <<_ACEOF
tkpng-0.9/configure:6329:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
tkpng-0.9/configure-6330-_ACEOF
##############################################
tkpng-0.9/configure-6365-		# this assumes it is in a VPATH dir
tkpng-0.9/configure:6366:		i=`basename $i`
tkpng-0.9/configure-6367-		# handle user calling this before or after TEA_SETUP_COMPILER
tkpng-0.9/configure-6368-		if test x"${OBJEXT}" != x ; then
tkpng-0.9/configure:6369:		    j="`echo $i | sed -e 's/\.[^.]*$//'`.${OBJEXT}"
tkpng-0.9/configure-6370-		else
tkpng-0.9/configure:6371:		    j="`echo $i | sed -e 's/\.[^.]*$//'`.\${OBJEXT}"
tkpng-0.9/configure-6372-		fi
##############################################
tkpng-0.9/configure-6404-	    # Convert foo.lib to -lfoo for GCC.  No-op if not *.lib
tkpng-0.9/configure:6405:	    i=`echo "$i" | sed -e 's/^\([^-].*\)\.lib$/-l\1/i'`
tkpng-0.9/configure-6406-	fi
##############################################
tkpng-0.9/configure-6427-	# this assumes it is in a VPATH dir
tkpng-0.9/configure:6428:	i=`basename $i`
tkpng-0.9/configure-6429-	# handle user calling this before or after TEA_SETUP_COMPILER
tkpng-0.9/configure-6430-	if test x"${OBJEXT}" != x ; then
tkpng-0.9/configure:6431:	    j="`echo $i | sed -e 's/\.[^.]*$//'`.${OBJEXT}"
tkpng-0.9/configure-6432-	else
tkpng-0.9/configure:6433:	    j="`echo $i | sed -e 's/\.[^.]*$//'`.\${OBJEXT}"
tkpng-0.9/configure-6434-	fi
##############################################
tkpng-0.9/configure-6512-		    *TCL_FRAMEWORK*)
tkpng-0.9/configure:6513:			list="`ls -d ${TCL_BIN_DIR}/Headers 2>/dev/null`"
tkpng-0.9/configure-6514-			;;
##############################################
tkpng-0.9/configure-6520-	    if test -f "${TCL_BIN_DIR}/Makefile" ; then
tkpng-0.9/configure:6521:		list="$list `ls -d ${TCL_SRC_DIR}/generic 2>/dev/null`"
tkpng-0.9/configure-6522-	    fi
##############################################
tkpng-0.9/configure-6528-	    list="$list \
tkpng-0.9/configure:6529:		`ls -d ${temp_includedir}        2>/dev/null` \
tkpng-0.9/configure:6530:		`ls -d ${TCL_PREFIX}/include     2>/dev/null` \
tkpng-0.9/configure:6531:		`ls -d ${TCL_BIN_DIR}/../include 2>/dev/null`"
tkpng-0.9/configure-6532-	    if test "${TEA_PLATFORM}" != "windows" -o "$GCC" = "yes"; then
##############################################
tkpng-0.9/configure-6534-		if test x"${TCL_INCLUDE_SPEC}" != x ; then
tkpng-0.9/configure:6535:		    d=`echo "${TCL_INCLUDE_SPEC}" | sed -e 's/^-I//'`
tkpng-0.9/configure:6536:		    list="$list `ls -d ${d} 2>/dev/null`"
tkpng-0.9/configure-6537-		fi
##############################################
tkpng-0.9/configure-6562-
tkpng-0.9/configure:6563:    INCLUDE_DIR_NATIVE=`${CYGPATH} ${ac_cv_c_tclh}`
tkpng-0.9/configure-6564-
##############################################
tkpng-0.9/configure-6601-		    *TK_FRAMEWORK*)
tkpng-0.9/configure:6602:			list="`ls -d ${TK_BIN_DIR}/Headers 2>/dev/null`"
tkpng-0.9/configure-6603-			;;
##############################################
tkpng-0.9/configure-6609-	    if test -f "${TK_BIN_DIR}/Makefile" ; then
tkpng-0.9/configure:6610:		list="$list `ls -d ${TK_SRC_DIR}/generic 2>/dev/null`"
tkpng-0.9/configure-6611-	    fi
##############################################
tkpng-0.9/configure-6618-	    list="$list \
tkpng-0.9/configure:6619:		`ls -d ${temp_includedir}        2>/dev/null` \
tkpng-0.9/configure:6620:		`ls -d ${TK_PREFIX}/include      2>/dev/null` \
tkpng-0.9/configure:6621:		`ls -d ${TK_BIN_DIR}/../include  2>/dev/null` \
tkpng-0.9/configure:6622:		`ls -d ${TCL_PREFIX}/include     2>/dev/null` \
tkpng-0.9/configure:6623:		`ls -d ${TCL_BIN_DIR}/../include 2>/dev/null`"
tkpng-0.9/configure-6624-	    if test "${TEA_PLATFORM}" != "windows" -o "$GCC" = "yes"; then
##############################################
tkpng-0.9/configure-6650-
tkpng-0.9/configure:6651:    INCLUDE_DIR_NATIVE=`${CYGPATH} ${ac_cv_c_tkh}`
tkpng-0.9/configure-6652-
##############################################
tkpng-0.9/configure-6662-	if test ! -r "${INCLUDE_DIR_NATIVE}/X11/Xlib.h"; then
tkpng-0.9/configure:6663:	    INCLUDE_DIR_NATIVE="`${CYGPATH} ${TK_SRC_DIR}/xlib`"
tkpng-0.9/configure-6664-	    TK_XINCLUDES=-I\"${INCLUDE_DIR_NATIVE}\"
##############################################
tkpng-0.9/configure-7364-		if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
tkpng-0.9/configure:7365:		    tcl_cv_sys_version=MP-RAS-`awk '{print $3}' /etc/.relid`
tkpng-0.9/configure-7366-		fi
##############################################
tkpng-0.9/configure-7469-    # TEA specific: use PACKAGE_VERSION instead of VERSION
tkpng-0.9/configure:7470:    TCL_TRIM_DOTS='`echo ${PACKAGE_VERSION} | tr -d .`'
tkpng-0.9/configure:7471:    ECHO_VERSION='`echo ${PACKAGE_VERSION}`'
tkpng-0.9/configure-7472-    TCL_LIB_VERSIONS_OK=ok
##############################################
tkpng-0.9/configure-7537-		fi
tkpng-0.9/configure:7538:		MSSDK=`echo "$MSSDK" | sed -e  's!\\\!/!g'`
tkpng-0.9/configure-7539-		PATH64=""
##############################################
tkpng-0.9/configure-7595-		if test -d "${with_celibconfig}/inc" ; then
tkpng-0.9/configure:7596:		    ac_cv_c_celibconfig=`(cd ${with_celibconfig}; pwd)`
tkpng-0.9/configure-7597-		else
##############################################
tkpng-0.9/configure-7613-			${srcdir}/../celib \
tkpng-0.9/configure:7614:			`ls -dr ${srcdir}/../celib-*3.[0-9]* 2>/dev/null` \
tkpng-0.9/configure-7615-			; do
tkpng-0.9/configure-7616-		    if test -d "$i/inc" ; then
tkpng-0.9/configure:7617:			ac_cv_c_celibconfig=`(cd $i; pwd)`
tkpng-0.9/configure-7618-			break
##############################################
tkpng-0.9/configure-7631-	    CELIB_DIR=${ac_cv_c_celibconfig}
tkpng-0.9/configure:7632:	    CELIB_DIR=`echo "$CELIB_DIR" | sed -e 's!\\\!/!g'`
tkpng-0.9/configure-7633-	    echo "$as_me:$LINENO: result: found $CELIB_DIR" >&5
##############################################
tkpng-0.9/configure-7671-		fi
tkpng-0.9/configure:7672:		WCEROOT=`echo "$WCEROOT" | sed -e 's!\\\!/!g'`
tkpng-0.9/configure:7673:		SDKROOT=`echo "$SDKROOT" | sed -e 's!\\\!/!g'`
tkpng-0.9/configure-7674-		if test ! -d "${SDKROOT}/${OSVERSION}/${PLATFORM}/Lib/${TARGETCPU}" \
##############################################
tkpng-0.9/configure-7713-	    # Convert foo.lib to -lfoo for GCC.  No-op if not *.lib
tkpng-0.9/configure:7714:	    i=`echo "$i" | sed -e 's/^\([^-].*\)\.lib$/-l\1/i'`
tkpng-0.9/configure-7715-	fi
##############################################
tkpng-0.9/configure-7728-		    RC="\"${WCEROOT}/Common/EVC/bin/rc.exe\""
tkpng-0.9/configure:7729:		    arch=`echo ${ARCH} | awk '{print tolower($0)}'`
tkpng-0.9/configure-7730-		    defs="${ARCH} _${ARCH}_ ${arch} PALM_SIZE _MT _WINDOWS"
##############################################
tkpng-0.9/configure-7753-		    CFLAGS_OPTIMIZE="-nologo -Ox"
tkpng-0.9/configure:7754:		    lversion=`echo ${CEVERSION} | sed -e 's/\(.\)\(..\)/\1\.\2/'`
tkpng-0.9/configure-7755-		    lflags="-MACHINE:${ARCH} -LIBPATH:\"${CELIBPATH}\" -subsystem:windowsce,${lversion} -nologo"
##############################################
tkpng-0.9/configure-8239-
tkpng-0.9/configure:8240:		    case `${CC} -dumpmachine` in
tkpng-0.9/configure-8241-			hppa64*)
##############################################
tkpng-0.9/configure-8735-		# The -pthread needs to go in the CFLAGS, not LIBS
tkpng-0.9/configure:8736:		LIBS=`echo $LIBS | sed s/-pthread//`
tkpng-0.9/configure-8737-		CFLAGS="$CFLAGS -pthread"
##############################################
tkpng-0.9/configure-8985-	    # Don't use -prebind when building for Mac OS X 10.4 or later only:
tkpng-0.9/configure:8986:	    if test "`echo "${MACOSX_DEPLOYMENT_TARGET}" | awk -F '10\\.' '{print int($2)}'`" -lt 4 -a \
tkpng-0.9/configure:8987:		"`echo "${CPPFLAGS}" | awk -F '-mmacosx-version-min=10\\.' '{print int($2)}'`" -lt 4; then
tkpng-0.9/configure-8988-
##############################################
tkpng-0.9/configure-9082-			for v in CFLAGS CPPFLAGS LDFLAGS; do
tkpng-0.9/configure:9083:			    eval 'hold_'$v'="$'$v'";'$v'="`echo "$'$v' "|sed -e "s/-arch ppc / /g" -e "s/-arch i386 / /g"`"'
tkpng-0.9/configure-9084-			done
##############################################
tkpng-0.9/configure-9148-		    for v in CFLAGS CPPFLAGS LDFLAGS; do
tkpng-0.9/configure:9149:			eval $v'="`echo "$'$v' "|sed -e "s/-arch ppc64 / /g" -e "s/-arch x86_64 / /g"`"'
tkpng-0.9/configure-9150-		    done
##############################################
tkpng-0.9/configure-9239-		CFLAGS="$CFLAGS -DTCL_THREAD_STACK_MIN=PTHREAD_STACK_MIN*64"
tkpng-0.9/configure:9240:		LIBS=`echo $LIBS | sed s/-lpthreads//`
tkpng-0.9/configure-9241-		if test "$GCC" = yes; then
##############################################
tkpng-0.9/configure-9387-
tkpng-0.9/configure:9388:			if test "`${CC} -dumpversion | awk -F. '{print $1}'`" -lt 3; then
tkpng-0.9/configure-9389-
##############################################
tkpng-0.9/configure-10247-do
tkpng-0.9/configure:10248:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
tkpng-0.9/configure-10249-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
tkpng-0.9/configure-10336-fi
tkpng-0.9/configure:10337:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
tkpng-0.9/configure:10338:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
tkpng-0.9/configure:10339:if test `eval echo '${'$as_ac_var'}'` = yes; then
tkpng-0.9/configure-10340-  cat >>confdefs.h <<_ACEOF
tkpng-0.9/configure:10341:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
tkpng-0.9/configure-10342-_ACEOF
##############################################
tkpng-0.9/configure-10525-	    # the private libraries of Tcl and Tk.
tkpng-0.9/configure:10526:	    SHLIB_LD_LIBS="${SHLIB_LD_LIBS} \"`${CYGPATH} ${TCL_BIN_DIR}/${TCL_STUB_LIB_FILE}`\""
tkpng-0.9/configure-10527-	    if test x"${TK_BIN_DIR}" != x ; then
tkpng-0.9/configure:10528:		SHLIB_LD_LIBS="${SHLIB_LD_LIBS} \"`${CYGPATH} ${TK_BIN_DIR}/${TK_STUB_LIB_FILE}`\""
tkpng-0.9/configure-10529-	    fi
##############################################
tkpng-0.9/configure-10597-        fi
tkpng-0.9/configure:10598:        list="`ls -d ${TCL_BIN_DIR}/../bin 2>/dev/null` \
tkpng-0.9/configure:10599:              `ls -d ${TCL_BIN_DIR}/..     2>/dev/null` \
tkpng-0.9/configure:10600:              `ls -d ${TCL_PREFIX}/bin     2>/dev/null`"
tkpng-0.9/configure-10601-        for i in $list ; do
tkpng-0.9/configure-10602-            if test -f "$i/${TCLSH_PROG}" ; then
tkpng-0.9/configure:10603:                REAL_TCL_BIN_DIR="`cd "$i"; pwd`/"
tkpng-0.9/configure-10604-                break
##############################################
tkpng-0.9/configure-10629-        fi
tkpng-0.9/configure:10630:        list="`ls -d ${TK_BIN_DIR}/../bin 2>/dev/null` \
tkpng-0.9/configure:10631:              `ls -d ${TK_BIN_DIR}/..     2>/dev/null` \
tkpng-0.9/configure:10632:              `ls -d ${TK_PREFIX}/bin     2>/dev/null`"
tkpng-0.9/configure-10633-        for i in $list ; do
tkpng-0.9/configure-10634-            if test -f "$i/${WISH_PROG}" ; then
tkpng-0.9/configure:10635:                REAL_TK_BIN_DIR="`cd "$i"; pwd`/"
tkpng-0.9/configure-10636-                break
##############################################
tkpng-0.9/configure-10755-ac_LF_and_DOT=`echo; echo .`
tkpng-0.9/configure:10756:DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
tkpng-0.9/configure-10757-rm -f confdef2opt.sed
##############################################
tkpng-0.9/configure-10831-do
tkpng-0.9/configure:10832:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
tkpng-0.9/configure-10833-    eval $as_var=C; export $as_var
##############################################
tkpng-0.9/configure-10889-  as_lineno_2=$LINENO
tkpng-0.9/configure:10890:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
tkpng-0.9/configure-10891-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
tkpng-0.9/configure-10929-  as_lineno_2=$LINENO
tkpng-0.9/configure:10930:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
tkpng-0.9/configure-10931-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
tkpng-0.9/configure-11103-configured by $0, generated by GNU Autoconf 2.58,
tkpng-0.9/configure:11104:  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
tkpng-0.9/configure-11105-
##############################################
tkpng-0.9/configure-11120-  --*=*)
tkpng-0.9/configure:11121:    ac_option=`expr "x$1" : 'x\([^=]*\)='`
tkpng-0.9/configure:11122:    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
tkpng-0.9/configure-11123-    ac_shift=:
##############################################
tkpng-0.9/configure-11403-      fi
tkpng-0.9/configure:11404:      ac_sed_frag=`expr $ac_sed_frag + 1`
tkpng-0.9/configure-11405-      ac_beg=$ac_end
tkpng-0.9/configure:11406:      ac_end=`expr $ac_end + $ac_max_sed_lines`
tkpng-0.9/configure-11407-    fi
##############################################
tkpng-0.9/configure-11420-	cat >$tmp/stdin
tkpng-0.9/configure:11421:	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
tkpng-0.9/configure:11422:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
tkpng-0.9/configure:11423:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
tkpng-0.9/configure:11424:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
tkpng-0.9/configure-11425-  * )   ac_file_in=$ac_file.in ;;
##############################################
tkpng-0.9/configure-11468-if test "$ac_dir" != .; then
tkpng-0.9/configure:11469:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
tkpng-0.9/configure-11470-  # A "../" for each directory in $ac_dir_suffix.
tkpng-0.9/configure:11471:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
tkpng-0.9/configure-11472-else
##############################################
tkpng-0.9/configure-11481-    else
tkpng-0.9/configure:11482:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
tkpng-0.9/configure-11483-    fi ;;
##############################################
tkpng-0.9/tclconfig/install-sh-93-then
tkpng-0.9/tclconfig/install-sh:94:	dst="$dst"/`basename $src`
tkpng-0.9/tclconfig/install-sh-95-fi
##############################################
tkpng-0.9/tclconfig/install-sh-98-
tkpng-0.9/tclconfig/install-sh:99:dstdir=`dirname $dst`
tkpng-0.9/tclconfig/install-sh-100-dsttmp=$dstdir/#inst.$$#
##############################################
tkpng-0.9/tclconfig/tcl.m4-69-			    AC_MSG_WARN([--with-tcl argument should refer to directory containing tclConfig.sh, not to tclConfig.sh itself])
tkpng-0.9/tclconfig/tcl.m4:70:			    with_tclconfig=`echo ${with_tclconfig} | sed 's!/tclConfig\.sh$!!'`
tkpng-0.9/tclconfig/tcl.m4-71-			fi ;;
##############################################
tkpng-0.9/tclconfig/tcl.m4-73-		if test -f "${with_tclconfig}/tclConfig.sh" ; then
tkpng-0.9/tclconfig/tcl.m4:74:		    ac_cv_c_tclconfig=`(cd ${with_tclconfig}; pwd)`
tkpng-0.9/tclconfig/tcl.m4-75-		else
##############################################
tkpng-0.9/tclconfig/tcl.m4-95-		    if test -f "$i/unix/tclConfig.sh" ; then
tkpng-0.9/tclconfig/tcl.m4:96:			ac_cv_c_tclconfig=`(cd $i/unix; pwd)`
tkpng-0.9/tclconfig/tcl.m4-97-			break
##############################################
tkpng-0.9/tclconfig/tcl.m4-109-		    if test -f "$i/Tcl.framework/tclConfig.sh" ; then
tkpng-0.9/tclconfig/tcl.m4:110:			ac_cv_c_tclconfig=`(cd $i/Tcl.framework; pwd)`
tkpng-0.9/tclconfig/tcl.m4-111-			break
##############################################
tkpng-0.9/tclconfig/tcl.m4-122-		    if test -f "$i/tclConfig.sh" ; then
tkpng-0.9/tclconfig/tcl.m4:123:			ac_cv_c_tclconfig=`(cd $i; pwd)`
tkpng-0.9/tclconfig/tcl.m4-124-			break
##############################################
tkpng-0.9/tclconfig/tcl.m4-130-	    if test x"${ac_cv_c_tclconfig}" = x ; then
tkpng-0.9/tclconfig/tcl.m4:131:		for i in `ls -d ${libdir} 2>/dev/null` \
tkpng-0.9/tclconfig/tcl.m4:132:			`ls -d ${exec_prefix}/lib 2>/dev/null` \
tkpng-0.9/tclconfig/tcl.m4:133:			`ls -d ${prefix}/lib 2>/dev/null` \
tkpng-0.9/tclconfig/tcl.m4-134-			`ls -d /usr/local/lib 2>/dev/null` \
##############################################
tkpng-0.9/tclconfig/tcl.m4-138-		    if test -f "$i/tclConfig.sh" ; then
tkpng-0.9/tclconfig/tcl.m4:139:			ac_cv_c_tclconfig=`(cd $i; pwd)`
tkpng-0.9/tclconfig/tcl.m4-140-			break
##############################################
tkpng-0.9/tclconfig/tcl.m4-148-			${srcdir}/../tcl \
tkpng-0.9/tclconfig/tcl.m4:149:			`ls -dr ${srcdir}/../tcl[[8-9]].[[0-9]].[[0-9]]* 2>/dev/null` \
tkpng-0.9/tclconfig/tcl.m4:150:			`ls -dr ${srcdir}/../tcl[[8-9]].[[0-9]] 2>/dev/null` \
tkpng-0.9/tclconfig/tcl.m4:151:			`ls -dr ${srcdir}/../tcl[[8-9]].[[0-9]]* 2>/dev/null` ; do
tkpng-0.9/tclconfig/tcl.m4-152-		    if test -f "$i/unix/tclConfig.sh" ; then
tkpng-0.9/tclconfig/tcl.m4:153:		    ac_cv_c_tclconfig=`(cd $i/unix; pwd)`
tkpng-0.9/tclconfig/tcl.m4-154-		    break
##############################################
tkpng-0.9/tclconfig/tcl.m4-212-			    AC_MSG_WARN([--with-tk argument should refer to directory containing tkConfig.sh, not to tkConfig.sh itself])
tkpng-0.9/tclconfig/tcl.m4:213:			    with_tkconfig=`echo ${with_tkconfig} | sed 's!/tkConfig\.sh$!!'`
tkpng-0.9/tclconfig/tcl.m4-214-			fi ;;
##############################################
tkpng-0.9/tclconfig/tcl.m4-216-		if test -f "${with_tkconfig}/tkConfig.sh" ; then
tkpng-0.9/tclconfig/tcl.m4:217:		    ac_cv_c_tkconfig=`(cd ${with_tkconfig}; pwd)`
tkpng-0.9/tclconfig/tcl.m4-218-		else
##############################################
tkpng-0.9/tclconfig/tcl.m4-238-		    if test -f "$i/unix/tkConfig.sh" ; then
tkpng-0.9/tclconfig/tcl.m4:239:			ac_cv_c_tkconfig=`(cd $i/unix; pwd)`
tkpng-0.9/tclconfig/tcl.m4-240-			break
##############################################
tkpng-0.9/tclconfig/tcl.m4-252-		    if test -f "$i/Tk.framework/tkConfig.sh" ; then
tkpng-0.9/tclconfig/tcl.m4:253:			ac_cv_c_tkconfig=`(cd $i/Tk.framework; pwd)`
tkpng-0.9/tclconfig/tcl.m4-254-			break
##############################################
tkpng-0.9/tclconfig/tcl.m4-260-	    if test x"${ac_cv_c_tkconfig}" = x ; then
tkpng-0.9/tclconfig/tcl.m4:261:		for i in `ls -d ${libdir} 2>/dev/null` \
tkpng-0.9/tclconfig/tcl.m4:262:			`ls -d ${exec_prefix}/lib 2>/dev/null` \
tkpng-0.9/tclconfig/tcl.m4:263:			`ls -d ${prefix}/lib 2>/dev/null` \
tkpng-0.9/tclconfig/tcl.m4-264-			`ls -d /usr/local/lib 2>/dev/null` \
##############################################
tkpng-0.9/tclconfig/tcl.m4-268-		    if test -f "$i/tkConfig.sh" ; then
tkpng-0.9/tclconfig/tcl.m4:269:			ac_cv_c_tkconfig=`(cd $i; pwd)`
tkpng-0.9/tclconfig/tcl.m4-270-			break
##############################################
tkpng-0.9/tclconfig/tcl.m4-281-		    if test -f "$i/tkConfig.sh" ; then
tkpng-0.9/tclconfig/tcl.m4:282:			ac_cv_c_tkconfig=`(cd $i; pwd)`
tkpng-0.9/tclconfig/tcl.m4-283-			break
##############################################
tkpng-0.9/tclconfig/tcl.m4-291-			${srcdir}/../tk \
tkpng-0.9/tclconfig/tcl.m4:292:			`ls -dr ${srcdir}/../tk[[8-9]].[[0-9]].[[0-9]]* 2>/dev/null` \
tkpng-0.9/tclconfig/tcl.m4:293:			`ls -dr ${srcdir}/../tk[[8-9]].[[0-9]] 2>/dev/null` \
tkpng-0.9/tclconfig/tcl.m4:294:			`ls -dr ${srcdir}/../tk[[8-9]].[[0-9]]* 2>/dev/null` ; do
tkpng-0.9/tclconfig/tcl.m4-295-		    if test -f "$i/unix/tkConfig.sh" ; then
tkpng-0.9/tclconfig/tcl.m4:296:			ac_cv_c_tkconfig=`(cd $i/unix; pwd)`
tkpng-0.9/tclconfig/tcl.m4-297-			break
##############################################
tkpng-0.9/tclconfig/tcl.m4-364-		if test -f "${TCL_BIN_DIR}/${TCL_LIB_FILE}"; then
tkpng-0.9/tclconfig/tcl.m4:365:		    for i in "`cd ${TCL_BIN_DIR}; pwd`" \
tkpng-0.9/tclconfig/tcl.m4:366:			     "`cd ${TCL_BIN_DIR}/../..; pwd`"; do
tkpng-0.9/tclconfig/tcl.m4:367:			if test "`basename "$i"`" = "${TCL_LIB_FILE}.framework"; then
tkpng-0.9/tclconfig/tcl.m4:368:			    TCL_LIB_SPEC="-F`dirname "$i"` -framework ${TCL_LIB_FILE}"
tkpng-0.9/tclconfig/tcl.m4-369-			    break
##############################################
tkpng-0.9/tclconfig/tcl.m4-453-		if test -f "${TK_BIN_DIR}/${TK_LIB_FILE}"; then
tkpng-0.9/tclconfig/tcl.m4:454:		    for i in "`cd ${TK_BIN_DIR}; pwd`" \
tkpng-0.9/tclconfig/tcl.m4:455:			     "`cd ${TK_BIN_DIR}/../..; pwd`"; do
tkpng-0.9/tclconfig/tcl.m4:456:			if test "`basename "$i"`" = "${TK_LIB_FILE}.framework"; then
tkpng-0.9/tclconfig/tcl.m4:457:			    TK_LIB_SPEC="-F`dirname "$i"` -framework ${TK_LIB_FILE}"
tkpng-0.9/tclconfig/tcl.m4-458-			    break
##############################################
tkpng-0.9/tclconfig/tcl.m4-542-        fi
tkpng-0.9/tclconfig/tcl.m4:543:        list="`ls -d ${TCL_BIN_DIR}/../bin 2>/dev/null` \
tkpng-0.9/tclconfig/tcl.m4:544:              `ls -d ${TCL_BIN_DIR}/..     2>/dev/null` \
tkpng-0.9/tclconfig/tcl.m4:545:              `ls -d ${TCL_PREFIX}/bin     2>/dev/null`"
tkpng-0.9/tclconfig/tcl.m4-546-        for i in $list ; do
tkpng-0.9/tclconfig/tcl.m4-547-            if test -f "$i/${TCLSH_PROG}" ; then
tkpng-0.9/tclconfig/tcl.m4:548:                REAL_TCL_BIN_DIR="`cd "$i"; pwd`/"
tkpng-0.9/tclconfig/tcl.m4-549-                break
##############################################
tkpng-0.9/tclconfig/tcl.m4-592-        fi
tkpng-0.9/tclconfig/tcl.m4:593:        list="`ls -d ${TK_BIN_DIR}/../bin 2>/dev/null` \
tkpng-0.9/tclconfig/tcl.m4:594:              `ls -d ${TK_BIN_DIR}/..     2>/dev/null` \
tkpng-0.9/tclconfig/tcl.m4:595:              `ls -d ${TK_PREFIX}/bin     2>/dev/null`"
tkpng-0.9/tclconfig/tcl.m4-596-        for i in $list ; do
tkpng-0.9/tclconfig/tcl.m4-597-            if test -f "$i/${WISH_PROG}" ; then
tkpng-0.9/tclconfig/tcl.m4:598:                REAL_TK_BIN_DIR="`cd "$i"; pwd`/"
tkpng-0.9/tclconfig/tcl.m4-599-                break
##############################################
tkpng-0.9/tclconfig/tcl.m4-934-		if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
tkpng-0.9/tclconfig/tcl.m4:935:		    tcl_cv_sys_version=MP-RAS-`awk '{print $[3]}' /etc/.relid`
tkpng-0.9/tclconfig/tcl.m4-936-		fi
##############################################
tkpng-0.9/tclconfig/tcl.m4-1109-    # TEA specific: use PACKAGE_VERSION instead of VERSION
tkpng-0.9/tclconfig/tcl.m4:1110:    TCL_TRIM_DOTS='`echo ${PACKAGE_VERSION} | tr -d .`'
tkpng-0.9/tclconfig/tcl.m4:1111:    ECHO_VERSION='`echo ${PACKAGE_VERSION}`'
tkpng-0.9/tclconfig/tcl.m4-1112-    TCL_LIB_VERSIONS_OK=ok
##############################################
tkpng-0.9/tclconfig/tcl.m4-1140-		fi
tkpng-0.9/tclconfig/tcl.m4:1141:		MSSDK=`echo "$MSSDK" | sed -e  's!\\\!/!g'`
tkpng-0.9/tclconfig/tcl.m4-1142-		PATH64=""
##############################################
tkpng-0.9/tclconfig/tcl.m4-1204-		fi
tkpng-0.9/tclconfig/tcl.m4:1205:		WCEROOT=`echo "$WCEROOT" | sed -e 's!\\\!/!g'`
tkpng-0.9/tclconfig/tcl.m4:1206:		SDKROOT=`echo "$SDKROOT" | sed -e 's!\\\!/!g'`
tkpng-0.9/tclconfig/tcl.m4-1207-		if test ! -d "${SDKROOT}/${OSVERSION}/${PLATFORM}/Lib/${TARGETCPU}" \
##############################################
tkpng-0.9/tclconfig/tcl.m4-1249-		    RC="\"${WCEROOT}/Common/EVC/bin/rc.exe\""
tkpng-0.9/tclconfig/tcl.m4:1250:		    arch=`echo ${ARCH} | awk '{print tolower([$]0)}'`
tkpng-0.9/tclconfig/tcl.m4-1251-		    defs="${ARCH} _${ARCH}_ ${arch} PALM_SIZE _MT _WINDOWS"
##############################################
tkpng-0.9/tclconfig/tcl.m4-1262-		    CFLAGS_OPTIMIZE="-nologo -Ox"
tkpng-0.9/tclconfig/tcl.m4:1263:		    lversion=`echo ${CEVERSION} | sed -e 's/\(.\)\(..\)/\1\.\2/'`
tkpng-0.9/tclconfig/tcl.m4-1264-		    lflags="-MACHINE:${ARCH} -LIBPATH:\"${CELIBPATH}\" -subsystem:windowsce,${lversion} -nologo"
##############################################
tkpng-0.9/tclconfig/tcl.m4-1481-		AS_IF([test "$GCC" = yes], [
tkpng-0.9/tclconfig/tcl.m4:1482:		    case `${CC} -dumpmachine` in
tkpng-0.9/tclconfig/tcl.m4-1483-			hppa64*)
##############################################
tkpng-0.9/tclconfig/tcl.m4-1732-		# The -pthread needs to go in the CFLAGS, not LIBS
tkpng-0.9/tclconfig/tcl.m4:1733:		LIBS=`echo $LIBS | sed s/-pthread//`
tkpng-0.9/tclconfig/tcl.m4-1734-		CFLAGS="$CFLAGS -pthread"
##############################################
tkpng-0.9/tclconfig/tcl.m4-1807-	    # Don't use -prebind when building for Mac OS X 10.4 or later only:
tkpng-0.9/tclconfig/tcl.m4:1808:	    AS_IF([test "`echo "${MACOSX_DEPLOYMENT_TARGET}" | awk -F '10\\.' '{print int([$]2)}'`" -lt 4 -a \
tkpng-0.9/tclconfig/tcl.m4:1809:		"`echo "${CPPFLAGS}" | awk -F '-mmacosx-version-min=10\\.' '{print int([$]2)}'`" -lt 4], [
tkpng-0.9/tclconfig/tcl.m4-1810-		LDFLAGS="$LDFLAGS -prebind"])
##############################################
tkpng-0.9/tclconfig/tcl.m4-1834-			for v in CFLAGS CPPFLAGS LDFLAGS; do
tkpng-0.9/tclconfig/tcl.m4:1835:			    eval 'hold_'$v'="$'$v'";'$v'="`echo "$'$v' "|sed -e "s/-arch ppc / /g" -e "s/-arch i386 / /g"`"'
tkpng-0.9/tclconfig/tcl.m4-1836-			done
##############################################
tkpng-0.9/tclconfig/tcl.m4-1849-		    for v in CFLAGS CPPFLAGS LDFLAGS; do
tkpng-0.9/tclconfig/tcl.m4:1850:			eval $v'="`echo "$'$v' "|sed -e "s/-arch ppc64 / /g" -e "s/-arch x86_64 / /g"`"'
tkpng-0.9/tclconfig/tcl.m4-1851-		    done])
##############################################
tkpng-0.9/tclconfig/tcl.m4-1914-		CFLAGS="$CFLAGS -DTCL_THREAD_STACK_MIN=PTHREAD_STACK_MIN*64"
tkpng-0.9/tclconfig/tcl.m4:1915:		LIBS=`echo $LIBS | sed s/-lpthreads//`
tkpng-0.9/tclconfig/tcl.m4-1916-		AS_IF([test "$GCC" = yes], [
##############################################
tkpng-0.9/tclconfig/tcl.m4-2028-		    AS_IF([test "$GCC" = yes], [
tkpng-0.9/tclconfig/tcl.m4:2029:			AS_IF([test "`${CC} -dumpversion | awk -F. '{print [$]1}'`" -lt 3], [
tkpng-0.9/tclconfig/tcl.m4-2030-			    AC_MSG_WARN([64bit mode not supported with GCC < 3.2 on $system])
##############################################
tkpng-0.9/tclconfig/tcl.m4-3009-		# this assumes it is in a VPATH dir
tkpng-0.9/tclconfig/tcl.m4:3010:		i=`basename $i`
tkpng-0.9/tclconfig/tcl.m4-3011-		# handle user calling this before or after TEA_SETUP_COMPILER
tkpng-0.9/tclconfig/tcl.m4-3012-		if test x"${OBJEXT}" != x ; then
tkpng-0.9/tclconfig/tcl.m4:3013:		    j="`echo $i | sed -e 's/\.[[^.]]*$//'`.${OBJEXT}"
tkpng-0.9/tclconfig/tcl.m4-3014-		else
tkpng-0.9/tclconfig/tcl.m4:3015:		    j="`echo $i | sed -e 's/\.[[^.]]*$//'`.\${OBJEXT}"
tkpng-0.9/tclconfig/tcl.m4-3016-		fi
##############################################
tkpng-0.9/tclconfig/tcl.m4-3052-	# this assumes it is in a VPATH dir
tkpng-0.9/tclconfig/tcl.m4:3053:	i=`basename $i`
tkpng-0.9/tclconfig/tcl.m4-3054-	# handle user calling this before or after TEA_SETUP_COMPILER
tkpng-0.9/tclconfig/tcl.m4-3055-	if test x"${OBJEXT}" != x ; then
tkpng-0.9/tclconfig/tcl.m4:3056:	    j="`echo $i | sed -e 's/\.[[^.]]*$//'`.${OBJEXT}"
tkpng-0.9/tclconfig/tcl.m4-3057-	else
tkpng-0.9/tclconfig/tcl.m4:3058:	    j="`echo $i | sed -e 's/\.[[^.]]*$//'`.\${OBJEXT}"
tkpng-0.9/tclconfig/tcl.m4-3059-	fi
##############################################
tkpng-0.9/tclconfig/tcl.m4-3160-	    # Convert foo.lib to -lfoo for GCC.  No-op if not *.lib
tkpng-0.9/tclconfig/tcl.m4:3161:	    i=`echo "$i" | sed -e 's/^\([[^-]].*\)\.lib[$]/-l\1/i'`
tkpng-0.9/tclconfig/tcl.m4-3162-	fi
##############################################
tkpng-0.9/tclconfig/tcl.m4-3369-	    # the private libraries of Tcl and Tk.
tkpng-0.9/tclconfig/tcl.m4:3370:	    SHLIB_LD_LIBS="${SHLIB_LD_LIBS} \"`${CYGPATH} ${TCL_BIN_DIR}/${TCL_STUB_LIB_FILE}`\""
tkpng-0.9/tclconfig/tcl.m4-3371-	    if test x"${TK_BIN_DIR}" != x ; then
tkpng-0.9/tclconfig/tcl.m4:3372:		SHLIB_LD_LIBS="${SHLIB_LD_LIBS} \"`${CYGPATH} ${TK_BIN_DIR}/${TK_STUB_LIB_FILE}`\""
tkpng-0.9/tclconfig/tcl.m4-3373-	    fi
##############################################
tkpng-0.9/tclconfig/tcl.m4-3454-    for i in \
tkpng-0.9/tclconfig/tcl.m4:3455:	    `ls -dr ${tea_extra_lib_dir}/$1[[0-9]]*.lib 2>/dev/null ` \
tkpng-0.9/tclconfig/tcl.m4:3456:	    `ls -dr ${tea_extra_lib_dir}/lib$1[[0-9]]* 2>/dev/null ` \
tkpng-0.9/tclconfig/tcl.m4:3457:	    `ls -dr ${tea_lib_name_dir}/$1[[0-9]]*.lib 2>/dev/null ` \
tkpng-0.9/tclconfig/tcl.m4:3458:	    `ls -dr ${tea_lib_name_dir}/lib$1[[0-9]]* 2>/dev/null ` \
tkpng-0.9/tclconfig/tcl.m4:3459:	    `ls -dr /usr/lib/$1[[0-9]]*.lib 2>/dev/null ` \
tkpng-0.9/tclconfig/tcl.m4:3460:	    `ls -dr /usr/lib/lib$1[[0-9]]* 2>/dev/null ` \
tkpng-0.9/tclconfig/tcl.m4:3461:	    `ls -dr /usr/local/lib/$1[[0-9]]*.lib 2>/dev/null ` \
tkpng-0.9/tclconfig/tcl.m4:3462:	    `ls -dr /usr/local/lib/lib$1[[0-9]]* 2>/dev/null ` ; do
tkpng-0.9/tclconfig/tcl.m4-3463-	if test -f "$i" ; then
tkpng-0.9/tclconfig/tcl.m4:3464:	    tea_lib_name_dir=`dirname $i`
tkpng-0.9/tclconfig/tcl.m4:3465:	    $1_LIB_NAME=`basename $i`
tkpng-0.9/tclconfig/tcl.m4-3466-	    $1_LIB_PATH_NAME=$i
##############################################
tkpng-0.9/tclconfig/tcl.m4-3471-    if test "${TEA_PLATFORM}" = "windows"; then
tkpng-0.9/tclconfig/tcl.m4:3472:	$1_LIB_SPEC=\"`${CYGPATH} ${$1_LIB_PATH_NAME} 2>/dev/null`\"
tkpng-0.9/tclconfig/tcl.m4-3473-    else
##############################################
tkpng-0.9/tclconfig/tcl.m4-3475-
tkpng-0.9/tclconfig/tcl.m4:3476:	tea_lib_name_lib=`echo ${$1_LIB_NAME}|sed -e 's/^lib//' -e 's/\.[[^.]]*$//' -e 's/\.so.*//'`
tkpng-0.9/tclconfig/tcl.m4-3477-	$1_LIB_SPEC="-L${tea_lib_name_dir} -l${tea_lib_name_lib}"
##############################################
tkpng-0.9/tclconfig/tcl.m4-3514-
tkpng-0.9/tclconfig/tcl.m4:3515:    TCL_SRC_DIR_NATIVE=`${CYGPATH} ${TCL_SRC_DIR}`
tkpng-0.9/tclconfig/tcl.m4-3516-    TCL_TOP_DIR_NATIVE=\"${TCL_SRC_DIR_NATIVE}\"
##############################################
tkpng-0.9/tclconfig/tcl.m4-3538-	        TCL_INCLUDES="-I\"${TCL_BIN_DIR}/Headers\" -I\"${TCL_BIN_DIR}/PrivateHeaders\" ${TCL_INCLUDES}"; else
tkpng-0.9/tclconfig/tcl.m4:3539:	        TCL_INCLUDES="${TCL_INCLUDES} ${TCL_INCLUDE_SPEC} `echo "${TCL_INCLUDE_SPEC}" | sed -e 's/Headers/PrivateHeaders/'`"; fi
tkpng-0.9/tclconfig/tcl.m4-3540-	        ;;
##############################################
tkpng-0.9/tclconfig/tcl.m4-3600-		    *TCL_FRAMEWORK*)
tkpng-0.9/tclconfig/tcl.m4:3601:			list="`ls -d ${TCL_BIN_DIR}/Headers 2>/dev/null`"
tkpng-0.9/tclconfig/tcl.m4-3602-			;;
##############################################
tkpng-0.9/tclconfig/tcl.m4-3608-	    if test -f "${TCL_BIN_DIR}/Makefile" ; then
tkpng-0.9/tclconfig/tcl.m4:3609:		list="$list `ls -d ${TCL_SRC_DIR}/generic 2>/dev/null`"
tkpng-0.9/tclconfig/tcl.m4-3610-	    fi
##############################################
tkpng-0.9/tclconfig/tcl.m4-3616-	    list="$list \
tkpng-0.9/tclconfig/tcl.m4:3617:		`ls -d ${temp_includedir}        2>/dev/null` \
tkpng-0.9/tclconfig/tcl.m4:3618:		`ls -d ${TCL_PREFIX}/include     2>/dev/null` \
tkpng-0.9/tclconfig/tcl.m4:3619:		`ls -d ${TCL_BIN_DIR}/../include 2>/dev/null`"
tkpng-0.9/tclconfig/tcl.m4-3620-	    if test "${TEA_PLATFORM}" != "windows" -o "$GCC" = "yes"; then
##############################################
tkpng-0.9/tclconfig/tcl.m4-3622-		if test x"${TCL_INCLUDE_SPEC}" != x ; then
tkpng-0.9/tclconfig/tcl.m4:3623:		    d=`echo "${TCL_INCLUDE_SPEC}" | sed -e 's/^-I//'`
tkpng-0.9/tclconfig/tcl.m4:3624:		    list="$list `ls -d ${d} 2>/dev/null`"
tkpng-0.9/tclconfig/tcl.m4-3625-		fi
##############################################
tkpng-0.9/tclconfig/tcl.m4-3645-
tkpng-0.9/tclconfig/tcl.m4:3646:    INCLUDE_DIR_NATIVE=`${CYGPATH} ${ac_cv_c_tclh}`
tkpng-0.9/tclconfig/tcl.m4-3647-
##############################################
tkpng-0.9/tclconfig/tcl.m4-3672-
tkpng-0.9/tclconfig/tcl.m4:3673:    TK_SRC_DIR_NATIVE=`${CYGPATH} ${TK_SRC_DIR}`
tkpng-0.9/tclconfig/tcl.m4-3674-    TK_TOP_DIR_NATIVE=\"${TK_SRC_DIR_NATIVE}\"
##############################################
tkpng-0.9/tclconfig/tcl.m4-3763-		    *TK_FRAMEWORK*)
tkpng-0.9/tclconfig/tcl.m4:3764:			list="`ls -d ${TK_BIN_DIR}/Headers 2>/dev/null`"
tkpng-0.9/tclconfig/tcl.m4-3765-			;;
##############################################
tkpng-0.9/tclconfig/tcl.m4-3771-	    if test -f "${TK_BIN_DIR}/Makefile" ; then
tkpng-0.9/tclconfig/tcl.m4:3772:		list="$list `ls -d ${TK_SRC_DIR}/generic 2>/dev/null`"
tkpng-0.9/tclconfig/tcl.m4-3773-	    fi
##############################################
tkpng-0.9/tclconfig/tcl.m4-3780-	    list="$list \
tkpng-0.9/tclconfig/tcl.m4:3781:		`ls -d ${temp_includedir}        2>/dev/null` \
tkpng-0.9/tclconfig/tcl.m4:3782:		`ls -d ${TK_PREFIX}/include      2>/dev/null` \
tkpng-0.9/tclconfig/tcl.m4:3783:		`ls -d ${TK_BIN_DIR}/../include  2>/dev/null` \
tkpng-0.9/tclconfig/tcl.m4:3784:		`ls -d ${TCL_PREFIX}/include     2>/dev/null` \
tkpng-0.9/tclconfig/tcl.m4:3785:		`ls -d ${TCL_BIN_DIR}/../include 2>/dev/null`"
tkpng-0.9/tclconfig/tcl.m4-3786-	    if test "${TEA_PLATFORM}" != "windows" -o "$GCC" = "yes"; then
##############################################
tkpng-0.9/tclconfig/tcl.m4-3807-
tkpng-0.9/tclconfig/tcl.m4:3808:    INCLUDE_DIR_NATIVE=`${CYGPATH} ${ac_cv_c_tkh}`
tkpng-0.9/tclconfig/tcl.m4-3809-
##############################################
tkpng-0.9/tclconfig/tcl.m4-3818-	if test ! -r "${INCLUDE_DIR_NATIVE}/X11/Xlib.h"; then
tkpng-0.9/tclconfig/tcl.m4:3819:	    INCLUDE_DIR_NATIVE="`${CYGPATH} ${TK_SRC_DIR}/xlib`"
tkpng-0.9/tclconfig/tcl.m4-3820-	    TK_XINCLUDES=-I\"${INCLUDE_DIR_NATIVE}\"
##############################################
tkpng-0.9/tclconfig/tcl.m4-3866-			    AC_MSG_WARN([--with-$1 argument should refer to directory containing $1Config.sh, not to $1Config.sh itself])
tkpng-0.9/tclconfig/tcl.m4:3867:			    with_$1config=`echo ${with_$1config} | sed 's!/$1Config\.sh$!!'`
tkpng-0.9/tclconfig/tcl.m4-3868-			fi;;
##############################################
tkpng-0.9/tclconfig/tcl.m4-3870-		if test -f "${with_$1config}/$1Config.sh" ; then
tkpng-0.9/tclconfig/tcl.m4:3871:		    ac_cv_c_$1config=`(cd ${with_$1config}; pwd)`
tkpng-0.9/tclconfig/tcl.m4-3872-		else
##############################################
tkpng-0.9/tclconfig/tcl.m4-3880-			../$1 \
tkpng-0.9/tclconfig/tcl.m4:3881:			`ls -dr ../$1*[[0-9]].[[0-9]]*.[[0-9]]* 2>/dev/null` \
tkpng-0.9/tclconfig/tcl.m4:3882:			`ls -dr ../$1*[[0-9]].[[0-9]][[0-9]] 2>/dev/null` \
tkpng-0.9/tclconfig/tcl.m4:3883:			`ls -dr ../$1*[[0-9]].[[0-9]] 2>/dev/null` \
tkpng-0.9/tclconfig/tcl.m4:3884:			`ls -dr ../$1*[[0-9]].[[0-9]]* 2>/dev/null` \
tkpng-0.9/tclconfig/tcl.m4-3885-			../../$1 \
tkpng-0.9/tclconfig/tcl.m4:3886:			`ls -dr ../../$1*[[0-9]].[[0-9]]*.[[0-9]]* 2>/dev/null` \
tkpng-0.9/tclconfig/tcl.m4:3887:			`ls -dr ../../$1*[[0-9]].[[0-9]][[0-9]] 2>/dev/null` \
tkpng-0.9/tclconfig/tcl.m4:3888:			`ls -dr ../../$1*[[0-9]].[[0-9]] 2>/dev/null` \
tkpng-0.9/tclconfig/tcl.m4:3889:			`ls -dr ../../$1*[[0-9]].[[0-9]]* 2>/dev/null` \
tkpng-0.9/tclconfig/tcl.m4-3890-			../../../$1 \
tkpng-0.9/tclconfig/tcl.m4:3891:			`ls -dr ../../../$1*[[0-9]].[[0-9]]*.[[0-9]]* 2>/dev/null` \
tkpng-0.9/tclconfig/tcl.m4:3892:			`ls -dr ../../../$1*[[0-9]].[[0-9]][[0-9]] 2>/dev/null` \
tkpng-0.9/tclconfig/tcl.m4:3893:			`ls -dr ../../../$1*[[0-9]].[[0-9]] 2>/dev/null` \
tkpng-0.9/tclconfig/tcl.m4:3894:			`ls -dr ../../../$1*[[0-9]].[[0-9]]* 2>/dev/null` \
tkpng-0.9/tclconfig/tcl.m4-3895-			${srcdir}/../$1 \
tkpng-0.9/tclconfig/tcl.m4:3896:			`ls -dr ${srcdir}/../$1*[[0-9]].[[0-9]]*.[[0-9]]* 2>/dev/null` \
tkpng-0.9/tclconfig/tcl.m4:3897:			`ls -dr ${srcdir}/../$1*[[0-9]].[[0-9]][[0-9]] 2>/dev/null` \
tkpng-0.9/tclconfig/tcl.m4:3898:			`ls -dr ${srcdir}/../$1*[[0-9]].[[0-9]] 2>/dev/null` \
tkpng-0.9/tclconfig/tcl.m4:3899:			`ls -dr ${srcdir}/../$1*[[0-9]].[[0-9]]* 2>/dev/null` \
tkpng-0.9/tclconfig/tcl.m4-3900-			; do
tkpng-0.9/tclconfig/tcl.m4-3901-		    if test -f "$i/$1Config.sh" ; then
tkpng-0.9/tclconfig/tcl.m4:3902:			ac_cv_c_$1config=`(cd $i; pwd)`
tkpng-0.9/tclconfig/tcl.m4-3903-			break
##############################################
tkpng-0.9/tclconfig/tcl.m4-3905-		    if test -f "$i/unix/$1Config.sh" ; then
tkpng-0.9/tclconfig/tcl.m4:3906:			ac_cv_c_$1config=`(cd $i/unix; pwd)`
tkpng-0.9/tclconfig/tcl.m4-3907-			break
##############################################
tkpng-0.9/tclconfig/tcl.m4-3913-	    if test x"${ac_cv_c_$1config}" = x ; then
tkpng-0.9/tclconfig/tcl.m4:3914:		for i in `ls -d ${libdir} 2>/dev/null` \
tkpng-0.9/tclconfig/tcl.m4:3915:			`ls -d ${exec_prefix}/lib 2>/dev/null` \
tkpng-0.9/tclconfig/tcl.m4:3916:			`ls -d ${prefix}/lib 2>/dev/null` \
tkpng-0.9/tclconfig/tcl.m4-3917-			`ls -d /usr/local/lib 2>/dev/null` \
##############################################
tkpng-0.9/tclconfig/tcl.m4-3921-		    if test -f "$i/$1Config.sh" ; then
tkpng-0.9/tclconfig/tcl.m4:3922:			ac_cv_c_$1config=`(cd $i; pwd)`
tkpng-0.9/tclconfig/tcl.m4-3923-			break
##############################################
tkpng-0.9/tclconfig/tcl.m4-4028-		if test -d "${with_celibconfig}/inc" ; then
tkpng-0.9/tclconfig/tcl.m4:4029:		    ac_cv_c_celibconfig=`(cd ${with_celibconfig}; pwd)`
tkpng-0.9/tclconfig/tcl.m4-4030-		else
##############################################
tkpng-0.9/tclconfig/tcl.m4-4044-			${srcdir}/../celib \
tkpng-0.9/tclconfig/tcl.m4:4045:			`ls -dr ${srcdir}/../celib-*3.[[0-9]]* 2>/dev/null` \
tkpng-0.9/tclconfig/tcl.m4-4046-			; do
tkpng-0.9/tclconfig/tcl.m4-4047-		    if test -d "$i/inc" ; then
tkpng-0.9/tclconfig/tcl.m4:4048:			ac_cv_c_celibconfig=`(cd $i; pwd)`
tkpng-0.9/tclconfig/tcl.m4-4049-			break
##############################################
tkpng-0.9/tclconfig/tcl.m4-4058-	    CELIB_DIR=${ac_cv_c_celibconfig}
tkpng-0.9/tclconfig/tcl.m4:4059:	    CELIB_DIR=`echo "$CELIB_DIR" | sed -e 's!\\\!/!g'`
tkpng-0.9/tclconfig/tcl.m4-4060-	    AC_MSG_RESULT([found $CELIB_DIR])