===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
wily-0.13.41/tools/old/edit/patch-69-! void
wily-0.13.41/tools/old/edit/patch:70:! text_goaddr(Text *t, char *addr)
wily-0.13.41/tools/old/edit/patch-71-  {
##############################################
wily-0.13.41/tools/old/edit/patch-139-+ void
wily-0.13.41/tools/old/edit/patch:140:+ text_goaddr(Text *t, char *addr)
wily-0.13.41/tools/old/edit/patch-141-+ {
##############################################
wily-0.13.41/tools/old/reader/reader.c-532-		return;
wily-0.13.41/tools/old/reader/reader.c:533:	if (rpc_addr(wilyq, w->id, ".", &p0, &p1))
wily-0.13.41/tools/old/reader/reader.c-534-		return;
##############################################
wily-0.13.41/tools/old/reader/reader.c-690-
wily-0.13.41/tools/old/reader/reader.c:691:	if (rpc_addr(wilyq, w->id, ".", &p0, &p1))
wily-0.13.41/tools/old/reader/reader.c-692-		return;
##############################################
wily-0.13.41/tools/old/wilytoys/reader/reader.c-656-		return;
wily-0.13.41/tools/old/wilytoys/reader/reader.c:657:	if (rpc_addr(wilyq, w->id, ".", &p0, &p1))
wily-0.13.41/tools/old/wilytoys/reader/reader.c-658-		return;
##############################################
wily-0.13.41/tools/old/wilytoys/reader/reader.c-848-
wily-0.13.41/tools/old/wilytoys/reader/reader.c:849:	if (rpc_addr(wilyq, w->id, ".", &p0, &p1))
wily-0.13.41/tools/old/wilytoys/reader/reader.c-850-		return;
##############################################
wily-0.13.41/tools/old/wilytoys/reader2/mail.c-217-		return;
wily-0.13.41/tools/old/wilytoys/reader2/mail.c:218:	parseaddr(s->s0, s->s1-s->s0, &email, &name);
wily-0.13.41/tools/old/wilytoys/reader2/mail.c-219-	str = (whichfrom == FROMEMAIL)? email : name;
##############################################
wily-0.13.41/tools/old/wilytoys/reader2/news.c-175-		g->artptrs[i] = a;
wily-0.13.41/tools/old/wilytoys/reader2/news.c:176:		parseaddr(a->from, strlen(a->from), &email, &name);
wily-0.13.41/tools/old/wilytoys/reader2/news.c-177-		from = (whichfrom == FROMEMAIL)? email : name;
##############################################
wily-0.13.41/tools/old/wilytoys/reader2/nntp.c-18-static void nntpErr(int quit, char *msg);
wily-0.13.41/tools/old/wilytoys/reader2/nntp.c:19:static int iptoaddr(char *host, char **addr, size_t *len);
wily-0.13.41/tools/old/wilytoys/reader2/nntp.c-20-static int gethost(char **addr, size_t *len);
##############################################
wily-0.13.41/tools/old/wilytoys/reader2/nntp.c-109-static int
wily-0.13.41/tools/old/wilytoys/reader2/nntp.c:110:iptoaddr(char *host, char **addr, size_t *len)
wily-0.13.41/tools/old/wilytoys/reader2/nntp.c-111-{
wily-0.13.41/tools/old/wilytoys/reader2/nntp.c:112:	unsigned long l = inet_addr((const char *)host);
wily-0.13.41/tools/old/wilytoys/reader2/nntp.c-113-
##############################################
wily-0.13.41/tools/old/wilytoys/reader2/nntp.c-136-			DPRINT("Treating hostname as IP address");
wily-0.13.41/tools/old/wilytoys/reader2/nntp.c:137:			return iptoaddr(host, addr, len);		/* assume a.b.c.d */
wily-0.13.41/tools/old/wilytoys/reader2/nntp.c-138-		}
##############################################
wily-0.13.41/tools/old/wilytoys/reader2/proto.h-52-/* addr.c */
wily-0.13.41/tools/old/wilytoys/reader2/proto.h:53:void parseaddr(char *addr, int len, char **email, char **name);
wily-0.13.41/tools/old/wilytoys/reader2/proto.h-54-
##############################################
wily-0.13.41/tools/old/wilytoys/reader2/reader.c-809-	}
wily-0.13.41/tools/old/wilytoys/reader2/reader.c:810:	if (rpc_addr(wilyq, w->id, ".", &p0, &p1)) {
wily-0.13.41/tools/old/wilytoys/reader2/reader.c-811-		DPRINT("could not get address of dot");
##############################################
wily-0.13.41/tools/old/wilytoys/reader2/reader.c-1020-	nlines = countlines(str, len);
wily-0.13.41/tools/old/wilytoys/reader2/reader.c:1021:	if (rpc_addr(wilyq, w->id, ".", &p0, &p1)) {
wily-0.13.41/tools/old/wilytoys/reader2/reader.c-1022-		DPRINT("Could not get address of dot");
##############################################
wily-0.13.41/tools/old/wilytoys/reader2/addr.c-19-/*
wily-0.13.41/tools/old/wilytoys/reader2/addr.c:20: * parseaddr(addr, len, email, name) - parses addr into an email address and a full
wily-0.13.41/tools/old/wilytoys/reader2/addr.c-21- * name, based rather vaguely on RFC822:
##############################################
wily-0.13.41/tools/old/wilytoys/reader2/addr.c-35-void
wily-0.13.41/tools/old/wilytoys/reader2/addr.c:36:parseaddr(char *addr, int len, char **email, char **name)
wily-0.13.41/tools/old/wilytoys/reader2/addr.c-37-{
##############################################
wily-0.13.41/tools/win/install-sh-73-
wily-0.13.41/tools/win/install-sh:74:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
wily-0.13.41/tools/win/install-sh-75-	    shift
##############################################
wily-0.13.41/tools/win/install-sh-77-
wily-0.13.41/tools/win/install-sh:78:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
wily-0.13.41/tools/win/install-sh-79-	    shift
##############################################
wily-0.13.41/tools/win/install-sh-138-	then
wily-0.13.41/tools/win/install-sh:139:		dst="$dst"/`basename $src`
wily-0.13.41/tools/win/install-sh-140-	else
##############################################
wily-0.13.41/tools/win/install-sh-145-## this sed command emulates the dirname command
wily-0.13.41/tools/win/install-sh:146:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
wily-0.13.41/tools/win/install-sh-147-
##############################################
wily-0.13.41/tools/win/install-sh-159-IFS='%'
wily-0.13.41/tools/win/install-sh:160:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
wily-0.13.41/tools/win/install-sh-161-IFS="${oIFS}"
##############################################
wily-0.13.41/tools/win/install-sh-193-	then
wily-0.13.41/tools/win/install-sh:194:		dstfile=`basename $dst`
wily-0.13.41/tools/win/install-sh-195-	else
##############################################
wily-0.13.41/tools/win/install-sh-203-	then
wily-0.13.41/tools/win/install-sh:204:		dstfile=`basename $dst`
wily-0.13.41/tools/win/install-sh-205-	else
##############################################
wily-0.13.41/tools/win/mkinstalldirs-10-for file in ${1+"$@"} ; do 
wily-0.13.41/tools/win/mkinstalldirs:11:   set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
wily-0.13.41/tools/win/mkinstalldirs-12-   shift
##############################################
wily-0.13.41/tools/win/config.status-58-  case "$ac_file" in
wily-0.13.41/tools/win/config.status:59:  *:*) ac_file_in=`echo "$ac_file"|sed 's%.*:%%'`
wily-0.13.41/tools/win/config.status:60:       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
wily-0.13.41/tools/win/config.status-61-  *) ac_file_in="${ac_file}.in" ;;
##############################################
wily-0.13.41/tools/win/config.status-66-  # Remove last slash and all that follows it.  Not all systems have dirname.
wily-0.13.41/tools/win/config.status:67:  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
wily-0.13.41/tools/win/config.status-68-  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
##############################################
wily-0.13.41/tools/win/config.status-70-    test ! -d "$ac_dir" && mkdir "$ac_dir"
wily-0.13.41/tools/win/config.status:71:    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
wily-0.13.41/tools/win/config.status-72-    # A "../" for each directory in $ac_dir_suffix.
wily-0.13.41/tools/win/config.status:73:    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
wily-0.13.41/tools/win/config.status-74-  else
##############################################
wily-0.13.41/tools/win/config.status-80-      if test -z "$ac_dots"; then top_srcdir=.
wily-0.13.41/tools/win/config.status:81:      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
wily-0.13.41/tools/win/config.status-82-  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
##############################################
wily-0.13.41/tools/win/config.status-93-  rm -f "$ac_file"
wily-0.13.41/tools/win/config.status:94:  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
wily-0.13.41/tools/win/config.status-95-  case "$ac_file" in
##############################################
wily-0.13.41/tools/win/configure-67-  case "$ac_option" in
wily-0.13.41/tools/win/configure:68:  -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
wily-0.13.41/tools/win/configure-69-  *) ac_optarg= ;;
##############################################
wily-0.13.41/tools/win/configure-99-  -disable-* | --disable-*)
wily-0.13.41/tools/win/configure:100:    ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
wily-0.13.41/tools/win/configure-101-    # Reject names that are not valid shell variable names.
wily-0.13.41/tools/win/configure:102:    if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
wily-0.13.41/tools/win/configure-103-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
wily-0.13.41/tools/win/configure-104-    fi
wily-0.13.41/tools/win/configure:105:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
wily-0.13.41/tools/win/configure-106-    eval "enable_${ac_feature}=no" ;;
##############################################
wily-0.13.41/tools/win/configure-108-  -enable-* | --enable-*)
wily-0.13.41/tools/win/configure:109:    ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
wily-0.13.41/tools/win/configure-110-    # Reject names that are not valid shell variable names.
wily-0.13.41/tools/win/configure:111:    if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
wily-0.13.41/tools/win/configure-112-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
wily-0.13.41/tools/win/configure-113-    fi
wily-0.13.41/tools/win/configure:114:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
wily-0.13.41/tools/win/configure-115-    case "$ac_option" in
##############################################
wily-0.13.41/tools/win/configure-339-  -with-* | --with-*)
wily-0.13.41/tools/win/configure:340:    ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
wily-0.13.41/tools/win/configure-341-    # Reject names that are not valid shell variable names.
wily-0.13.41/tools/win/configure:342:    if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
wily-0.13.41/tools/win/configure-343-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
wily-0.13.41/tools/win/configure-344-    fi
wily-0.13.41/tools/win/configure:345:    ac_package=`echo $ac_package| sed 's/-/_/g'`
wily-0.13.41/tools/win/configure-346-    case "$ac_option" in
##############################################
wily-0.13.41/tools/win/configure-352-  -without-* | --without-*)
wily-0.13.41/tools/win/configure:353:    ac_package=`echo $ac_option|sed -e 's/-*without-//'`
wily-0.13.41/tools/win/configure-354-    # Reject names that are not valid shell variable names.
wily-0.13.41/tools/win/configure:355:    if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
wily-0.13.41/tools/win/configure-356-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
wily-0.13.41/tools/win/configure-357-    fi
wily-0.13.41/tools/win/configure:358:    ac_package=`echo $ac_package| sed 's/-/_/g'`
wily-0.13.41/tools/win/configure-359-    eval "with_${ac_package}=no" ;;
##############################################
wily-0.13.41/tools/win/configure-382-  *)
wily-0.13.41/tools/win/configure:383:    if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
wily-0.13.41/tools/win/configure-384-      echo "configure: warning: $ac_option: invalid host type" 1>&2
##############################################
wily-0.13.41/tools/win/configure-395-if test -n "$ac_prev"; then
wily-0.13.41/tools/win/configure:396:  { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
wily-0.13.41/tools/win/configure-397-fi
##############################################
wily-0.13.41/tools/win/configure-460-  ac_prog=$0
wily-0.13.41/tools/win/configure:461:  ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
wily-0.13.41/tools/win/configure-462-  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
##############################################
wily-0.13.41/tools/win/configure-476-fi
wily-0.13.41/tools/win/configure:477:srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
wily-0.13.41/tools/win/configure-478-
##############################################
wily-0.13.41/tools/win/configure-557-if test -z "$INSTALL"; then
wily-0.13.41/tools/win/configure:558:if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
wily-0.13.41/tools/win/configure-559-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
wily-0.13.41/tools/win/configure-611-echo "configure:612: checking for $ac_word" >&5
wily-0.13.41/tools/win/configure:612:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
wily-0.13.41/tools/win/configure-613-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
wily-0.13.41/tools/win/configure-641-echo "configure:642: checking for $ac_word" >&5
wily-0.13.41/tools/win/configure:642:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
wily-0.13.41/tools/win/configure-643-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
wily-0.13.41/tools/win/configure-692-echo "configure:693: checking for $ac_word" >&5
wily-0.13.41/tools/win/configure:693:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
wily-0.13.41/tools/win/configure-694-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
wily-0.13.41/tools/win/configure-771-echo "configure:772: checking whether we are using GNU C" >&5
wily-0.13.41/tools/win/configure:772:if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
wily-0.13.41/tools/win/configure-773-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
wily-0.13.41/tools/win/configure-799-echo "configure:800: checking whether ${CC-cc} accepts -g" >&5
wily-0.13.41/tools/win/configure:800:if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
wily-0.13.41/tools/win/configure-801-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
wily-0.13.41/tools/win/configure-803-  echo 'void f(){}' > conftest.c
wily-0.13.41/tools/win/configure:804:if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
wily-0.13.41/tools/win/configure-805-  ac_cv_prog_cc_g=yes
##############################################
wily-0.13.41/tools/win/configure-831-echo "configure:832: checking for working const" >&5
wily-0.13.41/tools/win/configure:832:if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
wily-0.13.41/tools/win/configure-833-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
wily-0.13.41/tools/win/configure-910-echo "configure:911: checking for $ac_word" >&5
wily-0.13.41/tools/win/configure:911:if eval "test \"`echo '$''{'ac_cv_path_RC'+set}'`\" = set"; then
wily-0.13.41/tools/win/configure-912-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
wily-0.13.41/tools/win/configure-948-ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
wily-0.13.41/tools/win/configure:949:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
wily-0.13.41/tools/win/configure-950-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
wily-0.13.41/tools/win/configure-978-fi
wily-0.13.41/tools/win/configure:979:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
wily-0.13.41/tools/win/configure-980-  echo "$ac_t""yes" 1>&6
##############################################
wily-0.13.41/tools/win/configure-995-ac_lib_var=`echo socket'_'connect | sed 'y%./+-%__p_%'`
wily-0.13.41/tools/win/configure:996:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
wily-0.13.41/tools/win/configure-997-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
wily-0.13.41/tools/win/configure-1025-fi
wily-0.13.41/tools/win/configure:1026:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
wily-0.13.41/tools/win/configure-1027-  echo "$ac_t""yes" 1>&6
##############################################
wily-0.13.41/tools/win/configure-1044-echo "configure:1045: checking for $ac_func" >&5
wily-0.13.41/tools/win/configure:1045:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
wily-0.13.41/tools/win/configure-1046-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
wily-0.13.41/tools/win/configure-1083-
wily-0.13.41/tools/win/configure:1084:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
wily-0.13.41/tools/win/configure-1085-  echo "$ac_t""yes" 1>&6
wily-0.13.41/tools/win/configure:1086:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
wily-0.13.41/tools/win/configure-1087-  cat >> confdefs.h <<EOF
##############################################
wily-0.13.41/tools/win/configure-1113-if test -z "$CPP"; then
wily-0.13.41/tools/win/configure:1114:if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
wily-0.13.41/tools/win/configure-1115-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
wily-0.13.41/tools/win/configure-1129-{ (eval echo configure:1130: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
wily-0.13.41/tools/win/configure:1130:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
wily-0.13.41/tools/win/configure-1131-if test -z "$ac_err"; then
##############################################
wily-0.13.41/tools/win/configure-1146-{ (eval echo configure:1147: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
wily-0.13.41/tools/win/configure:1147:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
wily-0.13.41/tools/win/configure-1148-if test -z "$ac_err"; then
##############################################
wily-0.13.41/tools/win/configure-1163-{ (eval echo configure:1164: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
wily-0.13.41/tools/win/configure:1164:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
wily-0.13.41/tools/win/configure-1165-if test -z "$ac_err"; then
##############################################
wily-0.13.41/tools/win/configure-1188-do
wily-0.13.41/tools/win/configure:1189:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
wily-0.13.41/tools/win/configure-1190-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
wily-0.13.41/tools/win/configure-1191-echo "configure:1192: checking for $ac_hdr" >&5
wily-0.13.41/tools/win/configure:1192:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
wily-0.13.41/tools/win/configure-1193-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
wily-0.13.41/tools/win/configure-1201-{ (eval echo configure:1202: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
wily-0.13.41/tools/win/configure:1202:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
wily-0.13.41/tools/win/configure-1203-if test -z "$ac_err"; then
##############################################
wily-0.13.41/tools/win/configure-1214-fi
wily-0.13.41/tools/win/configure:1215:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
wily-0.13.41/tools/win/configure-1216-  echo "$ac_t""yes" 1>&6
wily-0.13.41/tools/win/configure:1217:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
wily-0.13.41/tools/win/configure-1218-  cat >> confdefs.h <<EOF
##############################################
wily-0.13.41/tools/win/configure-1407-    fi
wily-0.13.41/tools/win/configure:1408:    ac_file=`expr $ac_file + 1`
wily-0.13.41/tools/win/configure-1409-    ac_beg=$ac_end
wily-0.13.41/tools/win/configure:1410:    ac_end=`expr $ac_end + $ac_max_sed_cmds`
wily-0.13.41/tools/win/configure-1411-  fi
##############################################
wily-0.13.41/tools/win/configure-1425-  case "$ac_file" in
wily-0.13.41/tools/win/configure:1426:  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
wily-0.13.41/tools/win/configure:1427:       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
wily-0.13.41/tools/win/configure-1428-  *) ac_file_in="${ac_file}.in" ;;
##############################################
wily-0.13.41/tools/win/configure-1433-  # Remove last slash and all that follows it.  Not all systems have dirname.
wily-0.13.41/tools/win/configure:1434:  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
wily-0.13.41/tools/win/configure-1435-  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
##############################################
wily-0.13.41/tools/win/configure-1437-    test ! -d "$ac_dir" && mkdir "$ac_dir"
wily-0.13.41/tools/win/configure:1438:    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
wily-0.13.41/tools/win/configure-1439-    # A "../" for each directory in $ac_dir_suffix.
wily-0.13.41/tools/win/configure:1440:    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
wily-0.13.41/tools/win/configure-1441-  else
##############################################
wily-0.13.41/tools/win/configure-1447-      if test -z "$ac_dots"; then top_srcdir=.
wily-0.13.41/tools/win/configure:1448:      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
wily-0.13.41/tools/win/configure-1449-  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
##############################################
wily-0.13.41/tools/win/configure-1461-  rm -f "$ac_file"
wily-0.13.41/tools/win/configure:1462:  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
wily-0.13.41/tools/win/configure-1463-  case "$ac_file" in
##############################################
wily-0.13.41/tools/win/configure-1468-
wily-0.13.41/tools/win/configure:1469:  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
wily-0.13.41/tools/win/configure-1470-  sed -e "$ac_comsub
##############################################
wily-0.13.41/wily/search.c-143-/*
wily-0.13.41/wily/search.c:144: * Used to find one "end" of an addr (which might be the whole addr, but
wily-0.13.41/wily/search.c-145- * never mind).  The address passed in here is not expected to contain
##############################################
wily-0.13.41/Doc/perl.txt-59-      $win->replace($p0, $p1, $newtext);
wily-0.13.41/Doc/perl.txt:60:      $win->exec($cmd);
wily-0.13.41/Doc/perl.txt-61-      $win->goto($q0, $q1, $addr, $setdot);
##############################################
wily-0.13.41/Doc/perl.txt-197-
wily-0.13.41/Doc/perl.txt:198:                $win->exec($cmd);
wily-0.13.41/Doc/perl.txt-199-
##############################################
wily-0.13.41/misc/wily/html/bin/books-5-
wily-0.13.41/misc/wily/html/bin/books:6:progname=`basename $0`
wily-0.13.41/misc/wily/html/bin/books-7-
##############################################
wily-0.13.41/configure-53-  case "$ac_option" in
wily-0.13.41/configure:54:  -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
wily-0.13.41/configure-55-  *) ac_optarg= ;;
##############################################
wily-0.13.41/configure-74-  -disable-* | --disable-*)
wily-0.13.41/configure:75:    ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
wily-0.13.41/configure-76-    # Reject names that are not valid shell variable names.
wily-0.13.41/configure:77:    if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
wily-0.13.41/configure-78-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
wily-0.13.41/configure-79-    fi
wily-0.13.41/configure:80:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
wily-0.13.41/configure-81-    eval "enable_${ac_feature}=no" ;;
##############################################
wily-0.13.41/configure-83-  -enable-* | --enable-*)
wily-0.13.41/configure:84:    ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
wily-0.13.41/configure-85-    # Reject names that are not valid shell variable names.
wily-0.13.41/configure:86:    if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
wily-0.13.41/configure-87-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
wily-0.13.41/configure-88-    fi
wily-0.13.41/configure:89:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
wily-0.13.41/configure-90-    case "$ac_option" in
##############################################
wily-0.13.41/configure-224-  -with-* | --with-*)
wily-0.13.41/configure:225:    ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
wily-0.13.41/configure-226-    # Reject names that are not valid shell variable names.
wily-0.13.41/configure:227:    if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
wily-0.13.41/configure-228-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
wily-0.13.41/configure-229-    fi
wily-0.13.41/configure:230:    ac_package=`echo $ac_package| sed 's/-/_/g'`
wily-0.13.41/configure-231-    case "$ac_option" in
##############################################
wily-0.13.41/configure-237-  -without-* | --without-*)
wily-0.13.41/configure:238:    ac_package=`echo $ac_option|sed -e 's/-*without-//'`
wily-0.13.41/configure-239-    # Reject names that are not valid shell variable names.
wily-0.13.41/configure:240:    if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
wily-0.13.41/configure-241-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
wily-0.13.41/configure-242-    fi
wily-0.13.41/configure:243:    ac_package=`echo $ac_package| sed 's/-/_/g'`
wily-0.13.41/configure-244-    eval "with_${ac_package}=no" ;;
##############################################
wily-0.13.41/configure-267-  *) 
wily-0.13.41/configure:268:    if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
wily-0.13.41/configure-269-      echo "configure: warning: $ac_option: invalid host type" 1>&2
##############################################
wily-0.13.41/configure-280-if test -n "$ac_prev"; then
wily-0.13.41/configure:281:  { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
wily-0.13.41/configure-282-fi
##############################################
wily-0.13.41/configure-342-  ac_prog=$0
wily-0.13.41/configure:343:  ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
wily-0.13.41/configure-344-  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
##############################################
wily-0.13.41/configure-358-fi
wily-0.13.41/configure:359:srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
wily-0.13.41/configure-360-
##############################################
wily-0.13.41/configure-435-if test -z "$INSTALL"; then
wily-0.13.41/configure:436:if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
wily-0.13.41/configure-437-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
wily-0.13.41/configure-478-echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
wily-0.13.41/configure:479:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
wily-0.13.41/configure-480-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
wily-0.13.41/configure-505-echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
wily-0.13.41/configure:506:if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
wily-0.13.41/configure-507-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
wily-0.13.41/configure-524-    echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
wily-0.13.41/configure:525:if eval "test \"`echo '$''{'ac_cv_prog_gcc_g'+set}'`\" = set"; then
wily-0.13.41/configure-526-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
wily-0.13.41/configure-528-  echo 'void f(){}' > conftest.c
wily-0.13.41/configure:529:if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
wily-0.13.41/configure-530-  ac_cv_prog_gcc_g=yes
##############################################
wily-0.13.41/configure-549-echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
wily-0.13.41/configure:550:if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
wily-0.13.41/configure-551-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
wily-0.13.41/configure-571-echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
wily-0.13.41/configure:572:if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
wily-0.13.41/configure-573-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
wily-0.13.41/configure-623-if test -z "$CPP"; then
wily-0.13.41/configure:624:if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
wily-0.13.41/configure-625-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
wily-0.13.41/configure-689-  else
wily-0.13.41/configure:690:if eval "test \"`echo '$''{'ac_cv_path_x'+set}'`\" = set"; then
wily-0.13.41/configure-691-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
wily-0.13.41/configure-810-# First see if replacing the include by lib works.
wily-0.13.41/configure:811:for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \
wily-0.13.41/configure-812-    /usr/X11R6/lib        \
##############################################
wily-0.13.41/configure-907-  echo $ac_n "checking for -lICE""... $ac_c" 1>&6
wily-0.13.41/configure:908:if eval "test \"`echo '$''{'ac_cv_lib_ICE'+set}'`\" = set"; then
wily-0.13.41/configure-909-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
wily-0.13.41/configure-932-fi
wily-0.13.41/configure:933:if eval "test \"`echo '$ac_cv_lib_'ICE`\" = yes"; then
wily-0.13.41/configure-934-  echo "$ac_t""yes" 1>&6
##############################################
wily-0.13.41/configure-950-    echo $ac_n "checking for -ldnet""... $ac_c" 1>&6
wily-0.13.41/configure:951:if eval "test \"`echo '$''{'ac_cv_lib_dnet'+set}'`\" = set"; then
wily-0.13.41/configure-952-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
wily-0.13.41/configure-975-fi
wily-0.13.41/configure:976:if eval "test \"`echo '$ac_cv_lib_'dnet`\" = yes"; then
wily-0.13.41/configure-977-  echo "$ac_t""yes" 1>&6
##############################################
wily-0.13.41/configure-984-      echo $ac_n "checking for -ldnet_stub""... $ac_c" 1>&6
wily-0.13.41/configure:985:if eval "test \"`echo '$''{'ac_cv_lib_dnet_stub'+set}'`\" = set"; then
wily-0.13.41/configure-986-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
wily-0.13.41/configure-1009-fi
wily-0.13.41/configure:1010:if eval "test \"`echo '$ac_cv_lib_'dnet_stub`\" = yes"; then
wily-0.13.41/configure-1011-  echo "$ac_t""yes" 1>&6
##############################################
wily-0.13.41/configure-1023-    echo $ac_n "checking for -lnsl""... $ac_c" 1>&6
wily-0.13.41/configure:1024:if eval "test \"`echo '$''{'ac_cv_lib_nsl'+set}'`\" = set"; then
wily-0.13.41/configure-1025-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
wily-0.13.41/configure-1048-fi
wily-0.13.41/configure:1049:if eval "test \"`echo '$ac_cv_lib_'nsl`\" = yes"; then
wily-0.13.41/configure-1050-  echo "$ac_t""yes" 1>&6
##############################################
wily-0.13.41/configure-1061-      echo $ac_n "checking for -lsocket""... $ac_c" 1>&6
wily-0.13.41/configure:1062:if eval "test \"`echo '$''{'ac_cv_lib_socket'+set}'`\" = set"; then
wily-0.13.41/configure-1063-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
wily-0.13.41/configure-1086-fi
wily-0.13.41/configure:1087:if eval "test \"`echo '$ac_cv_lib_'socket`\" = yes"; then
wily-0.13.41/configure-1088-  echo "$ac_t""yes" 1>&6
##############################################
wily-0.13.41/configure-1099-echo $ac_n "checking for -lm""... $ac_c" 1>&6
wily-0.13.41/configure:1100:if eval "test \"`echo '$''{'ac_cv_lib_m'+set}'`\" = set"; then
wily-0.13.41/configure-1101-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
wily-0.13.41/configure-1124-fi
wily-0.13.41/configure:1125:if eval "test \"`echo '$ac_cv_lib_'m`\" = yes"; then
wily-0.13.41/configure-1126-  echo "$ac_t""yes" 1>&6
##############################################
wily-0.13.41/configure-1138-echo $ac_n "checking for -lnsl""... $ac_c" 1>&6
wily-0.13.41/configure:1139:if eval "test \"`echo '$''{'ac_cv_lib_nsl'+set}'`\" = set"; then
wily-0.13.41/configure-1140-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
wily-0.13.41/configure-1163-fi
wily-0.13.41/configure:1164:if eval "test \"`echo '$ac_cv_lib_'nsl`\" = yes"; then
wily-0.13.41/configure-1165-  echo "$ac_t""yes" 1>&6
##############################################
wily-0.13.41/configure-1177-echo $ac_n "checking for -lsocket""... $ac_c" 1>&6
wily-0.13.41/configure:1178:if eval "test \"`echo '$''{'ac_cv_lib_socket'+set}'`\" = set"; then
wily-0.13.41/configure-1179-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
wily-0.13.41/configure-1202-fi
wily-0.13.41/configure:1203:if eval "test \"`echo '$ac_cv_lib_'socket`\" = yes"; then
wily-0.13.41/configure-1204-  echo "$ac_t""yes" 1>&6
##############################################
wily-0.13.41/configure-1219-do
wily-0.13.41/configure:1220:ac_safe=`echo "$ac_hdr" | tr './\055' '___'`
wily-0.13.41/configure-1221-echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6
wily-0.13.41/configure:1222:if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then
wily-0.13.41/configure-1223-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
wily-0.13.41/configure-1244-fi
wily-0.13.41/configure:1245:if eval "test \"`echo '$ac_cv_header_dirent_'$ac_safe`\" = yes"; then
wily-0.13.41/configure-1246-  echo "$ac_t""yes" 1>&6
wily-0.13.41/configure:1247:    ac_tr_hdr=HAVE_`echo $ac_hdr | tr '[a-z]./\055' '[A-Z]___'`
wily-0.13.41/configure-1248-  cat >> confdefs.h <<EOF
##############################################
wily-0.13.41/configure-1258-echo $ac_n "checking for -ldir""... $ac_c" 1>&6
wily-0.13.41/configure:1259:if eval "test \"`echo '$''{'ac_cv_lib_dir'+set}'`\" = set"; then
wily-0.13.41/configure-1260-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
wily-0.13.41/configure-1283-fi
wily-0.13.41/configure:1284:if eval "test \"`echo '$ac_cv_lib_'dir`\" = yes"; then
wily-0.13.41/configure-1285-  echo "$ac_t""yes" 1>&6
##############################################
wily-0.13.41/configure-1292-echo $ac_n "checking for -lx""... $ac_c" 1>&6
wily-0.13.41/configure:1293:if eval "test \"`echo '$''{'ac_cv_lib_x'+set}'`\" = set"; then
wily-0.13.41/configure-1294-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
wily-0.13.41/configure-1317-fi
wily-0.13.41/configure:1318:if eval "test \"`echo '$ac_cv_lib_'x`\" = yes"; then
wily-0.13.41/configure-1319-  echo "$ac_t""yes" 1>&6
##############################################
wily-0.13.41/configure-1328-echo $ac_n "checking whether cross-compiling""... $ac_c" 1>&6
wily-0.13.41/configure:1329:if eval "test \"`echo '$''{'ac_cv_c_cross'+set}'`\" = set"; then
wily-0.13.41/configure-1330-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
wily-0.13.41/configure-1352-echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
wily-0.13.41/configure:1353:if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
wily-0.13.41/configure-1354-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
wily-0.13.41/configure-1447-echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6
wily-0.13.41/configure:1448:if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then
wily-0.13.41/configure-1449-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
wily-0.13.41/configure-1488-do
wily-0.13.41/configure:1489:ac_safe=`echo "$ac_hdr" | tr './\055' '___'`
wily-0.13.41/configure-1490-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
wily-0.13.41/configure:1491:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
wily-0.13.41/configure-1492-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
wily-0.13.41/configure-1510-fi
wily-0.13.41/configure:1511:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
wily-0.13.41/configure-1512-  echo "$ac_t""yes" 1>&6
wily-0.13.41/configure:1513:    ac_tr_hdr=HAVE_`echo $ac_hdr | tr '[a-z]./\055' '[A-Z]___'`
wily-0.13.41/configure-1514-  cat >> confdefs.h <<EOF
##############################################
wily-0.13.41/configure-1524-echo $ac_n "checking for working const""... $ac_c" 1>&6
wily-0.13.41/configure:1525:if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
wily-0.13.41/configure-1526-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
wily-0.13.41/configure-1597-echo $ac_n "checking for size_t""... $ac_c" 1>&6
wily-0.13.41/configure:1598:if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
wily-0.13.41/configure-1599-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
wily-0.13.41/configure-1628-echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
wily-0.13.41/configure:1629:if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
wily-0.13.41/configure-1630-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
wily-0.13.41/configure-1661-echo $ac_n "checking for ulong""... $ac_c" 1>&6
wily-0.13.41/configure:1662:if eval "test \"`echo '$''{'ac_cv_type_ulong'+set}'`\" = set"; then
wily-0.13.41/configure-1663-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
wily-0.13.41/configure-1694-echo $ac_n "checking for ushort""... $ac_c" 1>&6
wily-0.13.41/configure:1695:if eval "test \"`echo '$''{'ac_cv_type_ushort'+set}'`\" = set"; then
wily-0.13.41/configure-1696-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
wily-0.13.41/configure-1727-echo $ac_n "checking for uint""... $ac_c" 1>&6
wily-0.13.41/configure:1728:if eval "test \"`echo '$''{'ac_cv_type_uint'+set}'`\" = set"; then
wily-0.13.41/configure-1729-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
wily-0.13.41/configure-1760-echo $ac_n "checking for uchar""... $ac_c" 1>&6
wily-0.13.41/configure:1761:if eval "test \"`echo '$''{'ac_cv_type_uchar'+set}'`\" = set"; then
wily-0.13.41/configure-1762-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
wily-0.13.41/configure-1793-echo $ac_n "checking for caddr_t""... $ac_c" 1>&6
wily-0.13.41/configure:1794:if eval "test \"`echo '$''{'ac_cv_type_caddr_t'+set}'`\" = set"; then
wily-0.13.41/configure-1795-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
wily-0.13.41/configure-1827-echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
wily-0.13.41/configure:1828:if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
wily-0.13.41/configure-1829-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
wily-0.13.41/configure-1864-echo $ac_n "checking for vprintf""... $ac_c" 1>&6
wily-0.13.41/configure:1865:if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
wily-0.13.41/configure-1866-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
wily-0.13.41/configure-1900-fi
wily-0.13.41/configure:1901:if eval "test \"`echo '$ac_cv_func_'vprintf`\" = yes"; then
wily-0.13.41/configure-1902-  echo "$ac_t""yes" 1>&6
##############################################
wily-0.13.41/configure-1912-echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
wily-0.13.41/configure:1913:if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
wily-0.13.41/configure-1914-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
wily-0.13.41/configure-1948-fi
wily-0.13.41/configure:1949:if eval "test \"`echo '$ac_cv_func_'_doprnt`\" = yes"; then
wily-0.13.41/configure-1950-  echo "$ac_t""yes" 1>&6
##############################################
wily-0.13.41/configure-1963-echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
wily-0.13.41/configure:1964:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
wily-0.13.41/configure-1965-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
wily-0.13.41/configure-1999-fi
wily-0.13.41/configure:2000:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
wily-0.13.41/configure-2001-  echo "$ac_t""yes" 1>&6
wily-0.13.41/configure:2002:    ac_tr_func=HAVE_`echo $ac_func | tr '[a-z]' '[A-Z]'`
wily-0.13.41/configure-2003-  cat >> confdefs.h <<EOF
##############################################
wily-0.13.41/configure-2136-  case "$ac_file" in
wily-0.13.41/configure:2137:  *:*) ac_file_in=`echo "$ac_file"|sed 's%.*:%%'`
wily-0.13.41/configure:2138:       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
wily-0.13.41/configure-2139-  *) ac_file_in="${ac_file}.in" ;;
##############################################
wily-0.13.41/configure-2144-  # Remove last slash and all that follows it.  Not all systems have dirname.
wily-0.13.41/configure:2145:  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
wily-0.13.41/configure-2146-  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
##############################################
wily-0.13.41/configure-2148-    test ! -d "$ac_dir" && mkdir "$ac_dir"
wily-0.13.41/configure:2149:    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
wily-0.13.41/configure-2150-    # A "../" for each directory in $ac_dir_suffix.
wily-0.13.41/configure:2151:    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
wily-0.13.41/configure-2152-  else
##############################################
wily-0.13.41/configure-2158-      if test -z "$ac_dots"; then top_srcdir=.
wily-0.13.41/configure:2159:      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
wily-0.13.41/configure-2160-  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
##############################################
wily-0.13.41/configure-2171-  rm -f "$ac_file"
wily-0.13.41/configure:2172:  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
wily-0.13.41/configure-2173-  case "$ac_file" in
##############################################
wily-0.13.41/configure-2209-  case "$ac_file" in
wily-0.13.41/configure:2210:  *:*) ac_file_in=`echo "$ac_file"|sed 's%.*:%%'`
wily-0.13.41/configure:2211:       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
wily-0.13.41/configure-2212-  *) ac_file_in="${ac_file}.in" ;;
##############################################
wily-0.13.41/aclocal.m4-14-changequote(<,>)dnl
wily-0.13.41/aclocal.m4:15:  ac_type=HAVE_`echo $1 | tr '[a-z]' '[A-Z]'`
wily-0.13.41/aclocal.m4-16-changequote([,])dnl
##############################################
wily-0.13.41/install-sh-73-
wily-0.13.41/install-sh:74:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
wily-0.13.41/install-sh-75-	    shift
##############################################
wily-0.13.41/install-sh-77-
wily-0.13.41/install-sh:78:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
wily-0.13.41/install-sh-79-	    shift
##############################################
wily-0.13.41/install-sh-138-	then
wily-0.13.41/install-sh:139:		dst="$dst"/`basename $src`
wily-0.13.41/install-sh-140-	else
##############################################
wily-0.13.41/install-sh-145-## this sed command emulates the dirname command
wily-0.13.41/install-sh:146:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
wily-0.13.41/install-sh-147-
##############################################
wily-0.13.41/install-sh-159-IFS='%'
wily-0.13.41/install-sh:160:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
wily-0.13.41/install-sh-161-IFS="${oIFS}"
##############################################
wily-0.13.41/install-sh-193-	then
wily-0.13.41/install-sh:194:		dstfile=`basename $dst`
wily-0.13.41/install-sh-195-	else
##############################################
wily-0.13.41/install-sh-203-	then
wily-0.13.41/install-sh:204:		dstfile=`basename $dst`
wily-0.13.41/install-sh-205-	else