===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
snarf-7.0/Makefile.in-179-	  if test -f $$p; then \
snarf-7.0/Makefile.in:180:	    echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
snarf-7.0/Makefile.in:181:	     $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
snarf-7.0/Makefile.in-182-	  else :; fi; \
##############################################
snarf-7.0/Makefile.in-187-	list='$(bin_PROGRAMS)'; for p in $$list; do \
snarf-7.0/Makefile.in:188:	  rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
snarf-7.0/Makefile.in-189-	done
##############################################
snarf-7.0/Makefile.in-235-ftp_.c: ftp.c $(ANSI2KNR)
snarf-7.0/Makefile.in:236:	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ftp.c; then echo $(srcdir)/ftp.c; else echo ftp.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ftp_.c
snarf-7.0/Makefile.in-237-gopher_.c: gopher.c $(ANSI2KNR)
snarf-7.0/Makefile.in:238:	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/gopher.c; then echo $(srcdir)/gopher.c; else echo gopher.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > gopher_.c
snarf-7.0/Makefile.in-239-herror_.c: herror.c $(ANSI2KNR)
snarf-7.0/Makefile.in:240:	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/herror.c; then echo $(srcdir)/herror.c; else echo herror.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > herror_.c
snarf-7.0/Makefile.in-241-http_.c: http.c $(ANSI2KNR)
snarf-7.0/Makefile.in:242:	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/http.c; then echo $(srcdir)/http.c; else echo http.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > http_.c
snarf-7.0/Makefile.in-243-llist_.c: llist.c $(ANSI2KNR)
snarf-7.0/Makefile.in:244:	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/llist.c; then echo $(srcdir)/llist.c; else echo llist.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > llist_.c
snarf-7.0/Makefile.in-245-options_.c: options.c $(ANSI2KNR)
snarf-7.0/Makefile.in:246:	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/options.c; then echo $(srcdir)/options.c; else echo options.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > options_.c
snarf-7.0/Makefile.in-247-snarf_.c: snarf.c $(ANSI2KNR)
snarf-7.0/Makefile.in:248:	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/snarf.c; then echo $(srcdir)/snarf.c; else echo snarf.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > snarf_.c
snarf-7.0/Makefile.in-249-url_.c: url.c $(ANSI2KNR)
snarf-7.0/Makefile.in:250:	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/url.c; then echo $(srcdir)/url.c; else echo url.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > url_.c
snarf-7.0/Makefile.in-251-util_.c: util.c $(ANSI2KNR)
snarf-7.0/Makefile.in:252:	$(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/util.c; then echo $(srcdir)/util.c; else echo util.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > util_.c
snarf-7.0/Makefile.in-253-ftp_.o gopher_.o herror_.o http_.o llist_.o options_.o snarf_.o url_.o \
##############################################
snarf-7.0/Makefile.in-266-	  else file=$$i; fi; \
snarf-7.0/Makefile.in:267:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
snarf-7.0/Makefile.in:268:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
snarf-7.0/Makefile.in:269:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
snarf-7.0/Makefile.in-270-	  echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
##############################################
snarf-7.0/Makefile.in-281-	for i in $$list; do \
snarf-7.0/Makefile.in:282:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
snarf-7.0/Makefile.in:283:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
snarf-7.0/Makefile.in:284:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
snarf-7.0/Makefile.in-285-	  echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
##############################################
snarf-7.0/Makefile.in-334-	mkdir $(distdir)/=inst
snarf-7.0/Makefile.in:335:	dc_install_base=`cd $(distdir)/=inst && pwd`; \
snarf-7.0/Makefile.in-336-	cd $(distdir)/=build \
##############################################
snarf-7.0/Makefile.in-345-	@banner="$(distdir).tar.gz is ready for distribution"; \
snarf-7.0/Makefile.in:346:	dashes=`echo "$$banner" | sed s/./=/g`; \
snarf-7.0/Makefile.in-347-	echo "$$dashes"; \
##############################################
snarf-7.0/aclocal.m4-28-dnl test to see if srcdir already configured
snarf-7.0/aclocal.m4:29:if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
snarf-7.0/aclocal.m4-30-  AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
##############################################
snarf-7.0/aclocal.m4-37-dnl FIXME This is truly gross.
snarf-7.0/aclocal.m4:38:missing_dir=`cd $ac_aux_dir && pwd`
snarf-7.0/aclocal.m4-39-AM_MISSING_PROG(ACLOCAL, aclocal, $missing_dir)
##############################################
snarf-7.0/aclocal.m4-60-if (
snarf-7.0/aclocal.m4:61:   set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
snarf-7.0/aclocal.m4-62-   if test "[$]*" = "X"; then
snarf-7.0/aclocal.m4-63-      # -L didn't work.
snarf-7.0/aclocal.m4:64:      set X `ls -t $srcdir/configure conftestfile`
snarf-7.0/aclocal.m4-65-   fi
##############################################
snarf-7.0/aclocal.m4-120-  *" <<$>>am_file "*<<)>>
snarf-7.0/aclocal.m4:121:    echo timestamp > `echo <<$>>am_file | sed -e 's%:.*%%' -e 's%[^/]*$%%'`stamp-h$am_indx
snarf-7.0/aclocal.m4-122-    ;;
snarf-7.0/aclocal.m4-123-  esac
snarf-7.0/aclocal.m4:124:  am_indx=`expr "<<$>>am_indx" + 1`
snarf-7.0/aclocal.m4-125-done<<>>dnl>>)
##############################################
snarf-7.0/configure-73-  case "$ac_option" in
snarf-7.0/configure:74:  -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
snarf-7.0/configure-75-  *) ac_optarg= ;;
##############################################
snarf-7.0/configure-105-  -disable-* | --disable-*)
snarf-7.0/configure:106:    ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
snarf-7.0/configure-107-    # Reject names that are not valid shell variable names.
snarf-7.0/configure:108:    if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
snarf-7.0/configure-109-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
snarf-7.0/configure-110-    fi
snarf-7.0/configure:111:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
snarf-7.0/configure-112-    eval "enable_${ac_feature}=no" ;;
##############################################
snarf-7.0/configure-114-  -enable-* | --enable-*)
snarf-7.0/configure:115:    ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
snarf-7.0/configure-116-    # Reject names that are not valid shell variable names.
snarf-7.0/configure:117:    if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
snarf-7.0/configure-118-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
snarf-7.0/configure-119-    fi
snarf-7.0/configure:120:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
snarf-7.0/configure-121-    case "$ac_option" in
##############################################
snarf-7.0/configure-345-  -with-* | --with-*)
snarf-7.0/configure:346:    ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
snarf-7.0/configure-347-    # Reject names that are not valid shell variable names.
snarf-7.0/configure:348:    if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
snarf-7.0/configure-349-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
snarf-7.0/configure-350-    fi
snarf-7.0/configure:351:    ac_package=`echo $ac_package| sed 's/-/_/g'`
snarf-7.0/configure-352-    case "$ac_option" in
##############################################
snarf-7.0/configure-358-  -without-* | --without-*)
snarf-7.0/configure:359:    ac_package=`echo $ac_option|sed -e 's/-*without-//'`
snarf-7.0/configure-360-    # Reject names that are not valid shell variable names.
snarf-7.0/configure:361:    if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
snarf-7.0/configure-362-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
snarf-7.0/configure-363-    fi
snarf-7.0/configure:364:    ac_package=`echo $ac_package| sed 's/-/_/g'`
snarf-7.0/configure-365-    eval "with_${ac_package}=no" ;;
##############################################
snarf-7.0/configure-388-  *)
snarf-7.0/configure:389:    if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
snarf-7.0/configure-390-      echo "configure: warning: $ac_option: invalid host type" 1>&2
##############################################
snarf-7.0/configure-401-if test -n "$ac_prev"; then
snarf-7.0/configure:402:  { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
snarf-7.0/configure-403-fi
##############################################
snarf-7.0/configure-466-  ac_prog=$0
snarf-7.0/configure:467:  ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
snarf-7.0/configure-468-  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
##############################################
snarf-7.0/configure-482-fi
snarf-7.0/configure:483:srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
snarf-7.0/configure-484-
##############################################
snarf-7.0/configure-565-if test -z "$INSTALL"; then
snarf-7.0/configure:566:if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
snarf-7.0/configure-567-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
snarf-7.0/configure-626-if (
snarf-7.0/configure:627:   set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
snarf-7.0/configure-628-   if test "$*" = "X"; then
snarf-7.0/configure-629-      # -L didn't work.
snarf-7.0/configure:630:      set X `ls -t $srcdir/configure conftestfile`
snarf-7.0/configure-631-   fi
##############################################
snarf-7.0/configure-660-EOF_SED
snarf-7.0/configure:661:  program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
snarf-7.0/configure-662-  rm -f conftestsed
##############################################
snarf-7.0/configure-674-echo "configure:675: checking whether ${MAKE-make} sets \${MAKE}" >&5
snarf-7.0/configure:675:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
snarf-7.0/configure:676:if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
snarf-7.0/configure-677-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
snarf-7.0/configure-683-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
snarf-7.0/configure:684:eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
snarf-7.0/configure-685-if test -n "$ac_maketemp"; then
##############################################
snarf-7.0/configure-691-fi
snarf-7.0/configure:692:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
snarf-7.0/configure-693-  echo "$ac_t""yes" 1>&6
##############################################
snarf-7.0/configure-704-
snarf-7.0/configure:705:if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
snarf-7.0/configure-706-  { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
##############################################
snarf-7.0/configure-717-
snarf-7.0/configure:718:missing_dir=`cd $ac_aux_dir && pwd`
snarf-7.0/configure-719-echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
##############################################
snarf-7.0/configure-794-echo "configure:795: checking for $ac_word" >&5
snarf-7.0/configure:795:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
snarf-7.0/configure-796-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
snarf-7.0/configure-824-echo "configure:825: checking for $ac_word" >&5
snarf-7.0/configure:825:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
snarf-7.0/configure-826-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
snarf-7.0/configure-875-echo "configure:876: checking for $ac_word" >&5
snarf-7.0/configure:876:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
snarf-7.0/configure-877-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
snarf-7.0/configure-954-echo "configure:955: checking whether we are using GNU C" >&5
snarf-7.0/configure:955:if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
snarf-7.0/configure-956-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
snarf-7.0/configure-982-echo "configure:983: checking whether ${CC-cc} accepts -g" >&5
snarf-7.0/configure:983:if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
snarf-7.0/configure-984-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
snarf-7.0/configure-986-  echo 'void f(){}' > conftest.c
snarf-7.0/configure:987:if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
snarf-7.0/configure-988-  ac_cv_prog_cc_g=yes
##############################################
snarf-7.0/configure-1017-echo "configure:1018: checking for ${CC-cc} option to accept ANSI C" >&5
snarf-7.0/configure:1018:if eval "test \"`echo '$''{'am_cv_prog_cc_stdc'+set}'`\" = set"; then
snarf-7.0/configure-1019-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
snarf-7.0/configure-1099-if test -z "$CPP"; then
snarf-7.0/configure:1100:if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
snarf-7.0/configure-1101-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
snarf-7.0/configure-1115-{ (eval echo configure:1116: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
snarf-7.0/configure:1116:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
snarf-7.0/configure-1117-if test -z "$ac_err"; then
##############################################
snarf-7.0/configure-1132-{ (eval echo configure:1133: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
snarf-7.0/configure:1133:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
snarf-7.0/configure-1134-if test -z "$ac_err"; then
##############################################
snarf-7.0/configure-1149-{ (eval echo configure:1150: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
snarf-7.0/configure:1150:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
snarf-7.0/configure-1151-if test -z "$ac_err"; then
##############################################
snarf-7.0/configure-1189-echo "configure:1190: checking for ANSI C header files" >&5
snarf-7.0/configure:1190:if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
snarf-7.0/configure-1191-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
snarf-7.0/configure-1202-{ (eval echo configure:1203: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
snarf-7.0/configure:1203:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
snarf-7.0/configure-1204-if test -z "$ac_err"; then
##############################################
snarf-7.0/configure-1293-do
snarf-7.0/configure:1294:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
snarf-7.0/configure-1295-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
snarf-7.0/configure-1296-echo "configure:1297: checking for $ac_hdr" >&5
snarf-7.0/configure:1297:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
snarf-7.0/configure-1298-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
snarf-7.0/configure-1306-{ (eval echo configure:1307: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
snarf-7.0/configure:1307:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
snarf-7.0/configure-1308-if test -z "$ac_err"; then
##############################################
snarf-7.0/configure-1319-fi
snarf-7.0/configure:1320:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
snarf-7.0/configure-1321-  echo "$ac_t""yes" 1>&6
snarf-7.0/configure:1322:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
snarf-7.0/configure-1323-  cat >> confdefs.h <<EOF
##############################################
snarf-7.0/configure-1338-echo "configure:1339: checking for ${CC-cc} option to accept ANSI C" >&5
snarf-7.0/configure:1339:if eval "test \"`echo '$''{'am_cv_prog_cc_stdc'+set}'`\" = set"; then
snarf-7.0/configure-1340-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
snarf-7.0/configure-1415-echo "configure:1416: checking for working const" >&5
snarf-7.0/configure:1416:if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
snarf-7.0/configure-1417-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
snarf-7.0/configure-1502-if test -z "$INSTALL"; then
snarf-7.0/configure:1503:if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
snarf-7.0/configure-1504-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
snarf-7.0/configure-1555-echo "configure:1556: checking for socket" >&5
snarf-7.0/configure:1556:if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then
snarf-7.0/configure-1557-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
snarf-7.0/configure-1594-
snarf-7.0/configure:1595:if eval "test \"`echo '$ac_cv_func_'socket`\" = yes"; then
snarf-7.0/configure-1596-  echo "$ac_t""yes" 1>&6
##############################################
snarf-7.0/configure-1602-ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'`
snarf-7.0/configure:1603:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
snarf-7.0/configure-1604-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
snarf-7.0/configure-1632-fi
snarf-7.0/configure:1633:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
snarf-7.0/configure-1634-  echo "$ac_t""yes" 1>&6
##############################################
snarf-7.0/configure-1643-echo "configure:1644: checking for gethostbyname" >&5
snarf-7.0/configure:1644:if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
snarf-7.0/configure-1645-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
snarf-7.0/configure-1682-
snarf-7.0/configure:1683:if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
snarf-7.0/configure-1684-  echo "$ac_t""yes" 1>&6
##############################################
snarf-7.0/configure-1690-ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
snarf-7.0/configure:1691:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
snarf-7.0/configure-1692-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
snarf-7.0/configure-1720-fi
snarf-7.0/configure:1721:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
snarf-7.0/configure-1722-  echo "$ac_t""yes" 1>&6
##############################################
snarf-7.0/configure-1731-echo "configure:1732: checking for gethostbyname" >&5
snarf-7.0/configure:1732:if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
snarf-7.0/configure-1733-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
snarf-7.0/configure-1770-
snarf-7.0/configure:1771:if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
snarf-7.0/configure-1772-  echo "$ac_t""yes" 1>&6
##############################################
snarf-7.0/configure-1778-ac_lib_var=`echo resolv'_'gethostbyname | sed 'y%./+-%__p_%'`
snarf-7.0/configure:1779:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
snarf-7.0/configure-1780-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
snarf-7.0/configure-1808-fi
snarf-7.0/configure:1809:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
snarf-7.0/configure-1810-  echo "$ac_t""yes" 1>&6
##############################################
snarf-7.0/configure-1819-echo "configure:1820: checking for strerror" >&5
snarf-7.0/configure:1820:if eval "test \"`echo '$''{'ac_cv_func_strerror'+set}'`\" = set"; then
snarf-7.0/configure-1821-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
snarf-7.0/configure-1858-
snarf-7.0/configure:1859:if eval "test \"`echo '$ac_cv_func_'strerror`\" = yes"; then
snarf-7.0/configure-1860-  echo "$ac_t""yes" 1>&6
##############################################
snarf-7.0/configure-1866-ac_lib_var=`echo 44bsd'_'strerror | sed 'y%./+-%__p_%'`
snarf-7.0/configure:1867:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
snarf-7.0/configure-1868-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
snarf-7.0/configure-1896-fi
snarf-7.0/configure:1897:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
snarf-7.0/configure-1898-  echo "$ac_t""yes" 1>&6
##############################################
snarf-7.0/configure-1908-echo "configure:1909: checking for ANSI C header files" >&5
snarf-7.0/configure:1909:if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
snarf-7.0/configure-1910-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
snarf-7.0/configure-1921-{ (eval echo configure:1922: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
snarf-7.0/configure:1922:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
snarf-7.0/configure-1923-if test -z "$ac_err"; then
##############################################
snarf-7.0/configure-2015-do
snarf-7.0/configure:2016:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
snarf-7.0/configure-2017-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
snarf-7.0/configure-2018-echo "configure:2019: checking for $ac_hdr" >&5
snarf-7.0/configure:2019:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
snarf-7.0/configure-2020-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
snarf-7.0/configure-2028-{ (eval echo configure:2029: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
snarf-7.0/configure:2029:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
snarf-7.0/configure-2030-if test -z "$ac_err"; then
##############################################
snarf-7.0/configure-2041-fi
snarf-7.0/configure:2042:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
snarf-7.0/configure-2043-  echo "$ac_t""yes" 1>&6
snarf-7.0/configure:2044:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
snarf-7.0/configure-2045-  cat >> confdefs.h <<EOF
##############################################
snarf-7.0/configure-2065-ac_lib_var=`echo socks5_sh'_'SOCKSgethostbyname | sed 'y%./+-%__p_%'`
snarf-7.0/configure:2066:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
snarf-7.0/configure-2067-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
snarf-7.0/configure-2095-fi
snarf-7.0/configure:2096:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
snarf-7.0/configure-2097-  echo "$ac_t""yes" 1>&6
##############################################
snarf-7.0/configure-2138-ac_lib_var=`echo socks5'_'SOCKSgethostbyname | sed 'y%./+-%__p_%'`
snarf-7.0/configure:2139:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
snarf-7.0/configure-2140-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
snarf-7.0/configure-2168-fi
snarf-7.0/configure:2169:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
snarf-7.0/configure-2170-  echo "$ac_t""yes" 1>&6
##############################################
snarf-7.0/configure-2180-echo "configure:2181: checking for socks.h" >&5
snarf-7.0/configure:2181:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
snarf-7.0/configure-2182-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
snarf-7.0/configure-2190-{ (eval echo configure:2191: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
snarf-7.0/configure:2191:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
snarf-7.0/configure-2192-if test -z "$ac_err"; then
##############################################
snarf-7.0/configure-2203-fi
snarf-7.0/configure:2204:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
snarf-7.0/configure-2205-  echo "$ac_t""yes" 1>&6
##############################################
snarf-7.0/configure-2247-echo "configure:2248: checking for off_t" >&5
snarf-7.0/configure:2248:if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
snarf-7.0/configure-2249-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
snarf-7.0/configure-2281-echo "configure:2282: checking for ssize_t" >&5
snarf-7.0/configure:2282:if eval "test \"`echo '$''{'ac_cv_type_ssize_t'+set}'`\" = set"; then
snarf-7.0/configure-2283-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
snarf-7.0/configure-2316-echo "configure:2317: checking for socklen_t" >&5
snarf-7.0/configure:2317:if eval "test \"`echo '$''{'ac_cv_type_socklen_t'+set}'`\" = set"; then
snarf-7.0/configure-2318-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
snarf-7.0/configure-2355-echo "configure:2356: checking for $ac_func" >&5
snarf-7.0/configure:2356:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
snarf-7.0/configure-2357-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
snarf-7.0/configure-2394-
snarf-7.0/configure:2395:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
snarf-7.0/configure-2396-  echo "$ac_t""yes" 1>&6
snarf-7.0/configure:2397:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
snarf-7.0/configure-2398-  cat >> confdefs.h <<EOF
##############################################
snarf-7.0/configure-2410-echo "configure:2411: checking for herror" >&5
snarf-7.0/configure:2411:if eval "test \"`echo '$''{'ac_cv_func_herror'+set}'`\" = set"; then
snarf-7.0/configure-2412-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
snarf-7.0/configure-2449-
snarf-7.0/configure:2450:if eval "test \"`echo '$ac_cv_func_'herror`\" = yes"; then
snarf-7.0/configure-2451-  echo "$ac_t""yes" 1>&6
##############################################
snarf-7.0/configure-2637-    fi
snarf-7.0/configure:2638:    ac_file=`expr $ac_file + 1`
snarf-7.0/configure-2639-    ac_beg=$ac_end
snarf-7.0/configure:2640:    ac_end=`expr $ac_end + $ac_max_sed_cmds`
snarf-7.0/configure-2641-  fi
##############################################
snarf-7.0/configure-2655-  case "$ac_file" in
snarf-7.0/configure:2656:  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
snarf-7.0/configure:2657:       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
snarf-7.0/configure-2658-  *) ac_file_in="${ac_file}.in" ;;
##############################################
snarf-7.0/configure-2663-  # Remove last slash and all that follows it.  Not all systems have dirname.
snarf-7.0/configure:2664:  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
snarf-7.0/configure-2665-  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
##############################################
snarf-7.0/configure-2667-    test ! -d "$ac_dir" && mkdir "$ac_dir"
snarf-7.0/configure:2668:    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
snarf-7.0/configure-2669-    # A "../" for each directory in $ac_dir_suffix.
snarf-7.0/configure:2670:    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
snarf-7.0/configure-2671-  else
##############################################
snarf-7.0/configure-2677-      if test -z "$ac_dots"; then top_srcdir=.
snarf-7.0/configure:2678:      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
snarf-7.0/configure-2679-  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
##############################################
snarf-7.0/configure-2691-  rm -f "$ac_file"
snarf-7.0/configure:2692:  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
snarf-7.0/configure-2693-  case "$ac_file" in
##############################################
snarf-7.0/configure-2698-
snarf-7.0/configure:2699:  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
snarf-7.0/configure-2700-  sed -e "$ac_comsub
##############################################
snarf-7.0/configure-2737-  case "$ac_file" in
snarf-7.0/configure:2738:  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
snarf-7.0/configure:2739:       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
snarf-7.0/configure-2740-  *) ac_file_in="${ac_file}.in" ;;
##############################################
snarf-7.0/configure-2745-  rm -f conftest.frag conftest.in conftest.out
snarf-7.0/configure:2746:  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
snarf-7.0/configure-2747-  cat $ac_file_inputs > conftest.in
##############################################
snarf-7.0/configure-2805-    # Remove last slash and all that follows it.  Not all systems have dirname.
snarf-7.0/configure:2806:      ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
snarf-7.0/configure-2807-      if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
##############################################
snarf-7.0/install-sh-85-
snarf-7.0/install-sh:86:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
snarf-7.0/install-sh-87-	    shift
##############################################
snarf-7.0/install-sh-89-
snarf-7.0/install-sh:90:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
snarf-7.0/install-sh-91-	    shift
##############################################
snarf-7.0/install-sh-150-	then
snarf-7.0/install-sh:151:		dst="$dst"/`basename $src`
snarf-7.0/install-sh-152-	else
##############################################
snarf-7.0/install-sh-157-## this sed command emulates the dirname command
snarf-7.0/install-sh:158:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
snarf-7.0/install-sh-159-
##############################################
snarf-7.0/install-sh-171-IFS='%'
snarf-7.0/install-sh:172:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
snarf-7.0/install-sh-173-IFS="${oIFS}"
##############################################
snarf-7.0/install-sh-205-	then
snarf-7.0/install-sh:206:		dstfile=`basename $dst`
snarf-7.0/install-sh-207-	else
##############################################
snarf-7.0/install-sh-215-	then
snarf-7.0/install-sh:216:		dstfile=`basename $dst`
snarf-7.0/install-sh-217-	else
##############################################
snarf-7.0/missing-119-	*.y)
snarf-7.0/missing:120:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
snarf-7.0/missing-121-	    if [ -f "$SRCFILE" ]; then
##############################################
snarf-7.0/missing-123-	    fi
snarf-7.0/missing:124:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
snarf-7.0/missing-125-	    if [ -f "$SRCFILE" ]; then
##############################################
snarf-7.0/missing-149-	*.l)
snarf-7.0/missing:150:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
snarf-7.0/missing-151-	    if [ -f "$SRCFILE" ]; then
##############################################
snarf-7.0/missing-169-         the \`GNU make' package.  Grab either from any GNU archive site."
snarf-7.0/missing:170:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
snarf-7.0/missing-171-    if test -z "$file"; then
snarf-7.0/missing:172:      file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
snarf-7.0/missing:173:      file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file`
snarf-7.0/missing-174-    fi
##############################################
snarf-7.0/mkinstalldirs-12-do
snarf-7.0/mkinstalldirs:13:   set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
snarf-7.0/mkinstalldirs-14-   shift