===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
udptunnel-1.1/Makefile.in-132-	  if test -f $$p; then \
udptunnel-1.1/Makefile.in:133:	    echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
udptunnel-1.1/Makefile.in:134:	     $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
udptunnel-1.1/Makefile.in-135-	  else :; fi; \
##############################################
udptunnel-1.1/Makefile.in-140-	list='$(bin_PROGRAMS)'; for p in $$list; do \
udptunnel-1.1/Makefile.in:141:	  rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
udptunnel-1.1/Makefile.in-142-	done
##############################################
udptunnel-1.1/Makefile.in-206-	mkdir $(distdir)/=inst
udptunnel-1.1/Makefile.in:207:	dc_install_base=`cd $(distdir)/=inst && pwd`; \
udptunnel-1.1/Makefile.in-208-	cd $(distdir)/=build \
##############################################
udptunnel-1.1/Makefile.in-217-	@banner="$(distdir).tar.gz is ready for distribution"; \
udptunnel-1.1/Makefile.in:218:	dashes=`echo "$$banner" | sed s/./=/g`; \
udptunnel-1.1/Makefile.in-219-	echo "$$dashes"; \
##############################################
udptunnel-1.1/aclocal.m4-28-dnl test to see if srcdir already configured
udptunnel-1.1/aclocal.m4:29:if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
udptunnel-1.1/aclocal.m4-30-  AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
##############################################
udptunnel-1.1/aclocal.m4-37-dnl FIXME This is truly gross.
udptunnel-1.1/aclocal.m4:38:missing_dir=`cd $ac_aux_dir && pwd`
udptunnel-1.1/aclocal.m4-39-AM_MISSING_PROG(ACLOCAL, aclocal, $missing_dir)
##############################################
udptunnel-1.1/aclocal.m4-60-if (
udptunnel-1.1/aclocal.m4:61:   set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
udptunnel-1.1/aclocal.m4-62-   if test "[$]*" = "X"; then
udptunnel-1.1/aclocal.m4-63-      # -L didn't work.
udptunnel-1.1/aclocal.m4:64:      set X `ls -t $srcdir/configure conftestfile`
udptunnel-1.1/aclocal.m4-65-   fi
##############################################
udptunnel-1.1/configure-67-  case "$ac_option" in
udptunnel-1.1/configure:68:  -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
udptunnel-1.1/configure-69-  *) ac_optarg= ;;
##############################################
udptunnel-1.1/configure-99-  -disable-* | --disable-*)
udptunnel-1.1/configure:100:    ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
udptunnel-1.1/configure-101-    # Reject names that are not valid shell variable names.
udptunnel-1.1/configure:102:    if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
udptunnel-1.1/configure-103-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
udptunnel-1.1/configure-104-    fi
udptunnel-1.1/configure:105:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
udptunnel-1.1/configure-106-    eval "enable_${ac_feature}=no" ;;
##############################################
udptunnel-1.1/configure-108-  -enable-* | --enable-*)
udptunnel-1.1/configure:109:    ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
udptunnel-1.1/configure-110-    # Reject names that are not valid shell variable names.
udptunnel-1.1/configure:111:    if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
udptunnel-1.1/configure-112-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
udptunnel-1.1/configure-113-    fi
udptunnel-1.1/configure:114:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
udptunnel-1.1/configure-115-    case "$ac_option" in
##############################################
udptunnel-1.1/configure-339-  -with-* | --with-*)
udptunnel-1.1/configure:340:    ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
udptunnel-1.1/configure-341-    # Reject names that are not valid shell variable names.
udptunnel-1.1/configure:342:    if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
udptunnel-1.1/configure-343-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
udptunnel-1.1/configure-344-    fi
udptunnel-1.1/configure:345:    ac_package=`echo $ac_package| sed 's/-/_/g'`
udptunnel-1.1/configure-346-    case "$ac_option" in
##############################################
udptunnel-1.1/configure-352-  -without-* | --without-*)
udptunnel-1.1/configure:353:    ac_package=`echo $ac_option|sed -e 's/-*without-//'`
udptunnel-1.1/configure-354-    # Reject names that are not valid shell variable names.
udptunnel-1.1/configure:355:    if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
udptunnel-1.1/configure-356-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
udptunnel-1.1/configure-357-    fi
udptunnel-1.1/configure:358:    ac_package=`echo $ac_package| sed 's/-/_/g'`
udptunnel-1.1/configure-359-    eval "with_${ac_package}=no" ;;
##############################################
udptunnel-1.1/configure-382-  *)
udptunnel-1.1/configure:383:    if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
udptunnel-1.1/configure-384-      echo "configure: warning: $ac_option: invalid host type" 1>&2
##############################################
udptunnel-1.1/configure-395-if test -n "$ac_prev"; then
udptunnel-1.1/configure:396:  { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
udptunnel-1.1/configure-397-fi
##############################################
udptunnel-1.1/configure-460-  ac_prog=$0
udptunnel-1.1/configure:461:  ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
udptunnel-1.1/configure-462-  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
##############################################
udptunnel-1.1/configure-476-fi
udptunnel-1.1/configure:477:srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
udptunnel-1.1/configure-478-
##############################################
udptunnel-1.1/configure-557-if test -z "$INSTALL"; then
udptunnel-1.1/configure:558:if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
udptunnel-1.1/configure-559-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
udptunnel-1.1/configure-618-if (
udptunnel-1.1/configure:619:   set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
udptunnel-1.1/configure-620-   if test "$*" = "X"; then
udptunnel-1.1/configure-621-      # -L didn't work.
udptunnel-1.1/configure:622:      set X `ls -t $srcdir/configure conftestfile`
udptunnel-1.1/configure-623-   fi
##############################################
udptunnel-1.1/configure-652-EOF_SED
udptunnel-1.1/configure:653:  program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
udptunnel-1.1/configure-654-  rm -f conftestsed
##############################################
udptunnel-1.1/configure-666-echo "configure:667: checking whether ${MAKE-make} sets \${MAKE}" >&5
udptunnel-1.1/configure:667:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
udptunnel-1.1/configure:668:if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
udptunnel-1.1/configure-669-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
udptunnel-1.1/configure-675-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
udptunnel-1.1/configure:676:eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
udptunnel-1.1/configure-677-if test -n "$ac_maketemp"; then
##############################################
udptunnel-1.1/configure-683-fi
udptunnel-1.1/configure:684:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
udptunnel-1.1/configure-685-  echo "$ac_t""yes" 1>&6
##############################################
udptunnel-1.1/configure-696-
udptunnel-1.1/configure:697:if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
udptunnel-1.1/configure-698-  { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
##############################################
udptunnel-1.1/configure-709-
udptunnel-1.1/configure:710:missing_dir=`cd $ac_aux_dir && pwd`
udptunnel-1.1/configure-711-echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
##############################################
udptunnel-1.1/configure-781-echo "configure:782: checking for $ac_word" >&5
udptunnel-1.1/configure:782:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
udptunnel-1.1/configure-783-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
udptunnel-1.1/configure-811-echo "configure:812: checking for $ac_word" >&5
udptunnel-1.1/configure:812:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
udptunnel-1.1/configure-813-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
udptunnel-1.1/configure-862-echo "configure:863: checking for $ac_word" >&5
udptunnel-1.1/configure:863:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
udptunnel-1.1/configure-864-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
udptunnel-1.1/configure-941-echo "configure:942: checking whether we are using GNU C" >&5
udptunnel-1.1/configure:942:if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
udptunnel-1.1/configure-943-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
udptunnel-1.1/configure-969-echo "configure:970: checking whether ${CC-cc} accepts -g" >&5
udptunnel-1.1/configure:970:if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
udptunnel-1.1/configure-971-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
udptunnel-1.1/configure-973-  echo 'void f(){}' > conftest.c
udptunnel-1.1/configure:974:if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
udptunnel-1.1/configure-975-  ac_cv_prog_cc_g=yes
##############################################
udptunnel-1.1/configure-1001-echo "configure:1002: checking whether ${MAKE-make} sets \${MAKE}" >&5
udptunnel-1.1/configure:1002:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
udptunnel-1.1/configure:1003:if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
udptunnel-1.1/configure-1004-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
udptunnel-1.1/configure-1010-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
udptunnel-1.1/configure:1011:eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
udptunnel-1.1/configure-1012-if test -n "$ac_maketemp"; then
##############################################
udptunnel-1.1/configure-1018-fi
udptunnel-1.1/configure:1019:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
udptunnel-1.1/configure-1020-  echo "$ac_t""yes" 1>&6
##############################################
udptunnel-1.1/configure-1035-ac_lib_var=`echo nsl'_'gethostname | sed 'y%./+-%__p_%'`
udptunnel-1.1/configure:1036:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
udptunnel-1.1/configure-1037-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
udptunnel-1.1/configure-1065-fi
udptunnel-1.1/configure:1066:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
udptunnel-1.1/configure-1067-  echo "$ac_t""yes" 1>&6
##############################################
udptunnel-1.1/configure-1082-ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'`
udptunnel-1.1/configure:1083:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
udptunnel-1.1/configure-1084-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
udptunnel-1.1/configure-1112-fi
udptunnel-1.1/configure:1113:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
udptunnel-1.1/configure-1114-  echo "$ac_t""yes" 1>&6
##############################################
udptunnel-1.1/configure-1134-if test -z "$CPP"; then
udptunnel-1.1/configure:1135:if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
udptunnel-1.1/configure-1136-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
udptunnel-1.1/configure-1150-{ (eval echo configure:1151: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
udptunnel-1.1/configure:1151:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
udptunnel-1.1/configure-1152-if test -z "$ac_err"; then
##############################################
udptunnel-1.1/configure-1167-{ (eval echo configure:1168: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
udptunnel-1.1/configure:1168:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
udptunnel-1.1/configure-1169-if test -z "$ac_err"; then
##############################################
udptunnel-1.1/configure-1184-{ (eval echo configure:1185: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
udptunnel-1.1/configure:1185:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
udptunnel-1.1/configure-1186-if test -z "$ac_err"; then
##############################################
udptunnel-1.1/configure-1209-echo "configure:1210: checking for ANSI C header files" >&5
udptunnel-1.1/configure:1210:if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
udptunnel-1.1/configure-1211-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
udptunnel-1.1/configure-1222-{ (eval echo configure:1223: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
udptunnel-1.1/configure:1223:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
udptunnel-1.1/configure-1224-if test -z "$ac_err"; then
##############################################
udptunnel-1.1/configure-1313-do
udptunnel-1.1/configure:1314:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
udptunnel-1.1/configure-1315-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
udptunnel-1.1/configure-1316-echo "configure:1317: checking for $ac_hdr" >&5
udptunnel-1.1/configure:1317:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
udptunnel-1.1/configure-1318-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
udptunnel-1.1/configure-1326-{ (eval echo configure:1327: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
udptunnel-1.1/configure:1327:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
udptunnel-1.1/configure-1328-if test -z "$ac_err"; then
##############################################
udptunnel-1.1/configure-1339-fi
udptunnel-1.1/configure:1340:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
udptunnel-1.1/configure-1341-  echo "$ac_t""yes" 1>&6
udptunnel-1.1/configure:1342:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
udptunnel-1.1/configure-1343-  cat >> confdefs.h <<EOF
##############################################
udptunnel-1.1/configure-1354-echo "configure:1355: checking size of short" >&5
udptunnel-1.1/configure:1355:if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
udptunnel-1.1/configure-1356-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
udptunnel-1.1/configure-1396-echo "configure:1397: checking for $ac_func" >&5
udptunnel-1.1/configure:1397:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
udptunnel-1.1/configure-1398-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
udptunnel-1.1/configure-1435-
udptunnel-1.1/configure:1436:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
udptunnel-1.1/configure-1437-  echo "$ac_t""yes" 1>&6
udptunnel-1.1/configure:1438:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
udptunnel-1.1/configure-1439-  cat >> confdefs.h <<EOF
##############################################
udptunnel-1.1/configure-1635-    fi
udptunnel-1.1/configure:1636:    ac_file=`expr $ac_file + 1`
udptunnel-1.1/configure-1637-    ac_beg=$ac_end
udptunnel-1.1/configure:1638:    ac_end=`expr $ac_end + $ac_max_sed_cmds`
udptunnel-1.1/configure-1639-  fi
##############################################
udptunnel-1.1/configure-1653-  case "$ac_file" in
udptunnel-1.1/configure:1654:  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
udptunnel-1.1/configure:1655:       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
udptunnel-1.1/configure-1656-  *) ac_file_in="${ac_file}.in" ;;
##############################################
udptunnel-1.1/configure-1661-  # Remove last slash and all that follows it.  Not all systems have dirname.
udptunnel-1.1/configure:1662:  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
udptunnel-1.1/configure-1663-  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
##############################################
udptunnel-1.1/configure-1665-    test ! -d "$ac_dir" && mkdir "$ac_dir"
udptunnel-1.1/configure:1666:    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
udptunnel-1.1/configure-1667-    # A "../" for each directory in $ac_dir_suffix.
udptunnel-1.1/configure:1668:    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
udptunnel-1.1/configure-1669-  else
##############################################
udptunnel-1.1/configure-1675-      if test -z "$ac_dots"; then top_srcdir=.
udptunnel-1.1/configure:1676:      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
udptunnel-1.1/configure-1677-  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
##############################################
udptunnel-1.1/configure-1689-  rm -f "$ac_file"
udptunnel-1.1/configure:1690:  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
udptunnel-1.1/configure-1691-  case "$ac_file" in
##############################################
udptunnel-1.1/configure-1696-
udptunnel-1.1/configure:1697:  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
udptunnel-1.1/configure-1698-  sed -e "$ac_comsub
##############################################
udptunnel-1.1/install-sh-85-
udptunnel-1.1/install-sh:86:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
udptunnel-1.1/install-sh-87-	    shift
##############################################
udptunnel-1.1/install-sh-89-
udptunnel-1.1/install-sh:90:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
udptunnel-1.1/install-sh-91-	    shift
##############################################
udptunnel-1.1/install-sh-151-	then
udptunnel-1.1/install-sh:152:		dst="$dst"/`basename $src`
udptunnel-1.1/install-sh-153-	else
##############################################
udptunnel-1.1/install-sh-158-## this sed command emulates the dirname command
udptunnel-1.1/install-sh:159:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
udptunnel-1.1/install-sh-160-
##############################################
udptunnel-1.1/install-sh-172-IFS='%'
udptunnel-1.1/install-sh:173:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
udptunnel-1.1/install-sh-174-IFS="${oIFS}"
##############################################
udptunnel-1.1/install-sh-206-	then
udptunnel-1.1/install-sh:207:		dstfile=`basename $dst`
udptunnel-1.1/install-sh-208-	else
##############################################
udptunnel-1.1/install-sh-216-	then
udptunnel-1.1/install-sh:217:		dstfile=`basename $dst`
udptunnel-1.1/install-sh-218-	else
##############################################
udptunnel-1.1/missing-119-	*.y)
udptunnel-1.1/missing:120:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
udptunnel-1.1/missing-121-	    if [ -f "$SRCFILE" ]; then
##############################################
udptunnel-1.1/missing-123-	    fi
udptunnel-1.1/missing:124:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
udptunnel-1.1/missing-125-	    if [ -f "$SRCFILE" ]; then
##############################################
udptunnel-1.1/missing-149-	*.l)
udptunnel-1.1/missing:150:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
udptunnel-1.1/missing-151-	    if [ -f "$SRCFILE" ]; then
##############################################
udptunnel-1.1/missing-169-         the \`GNU make' package.  Grab either from any GNU archive site."
udptunnel-1.1/missing:170:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
udptunnel-1.1/missing-171-    if test -z "$file"; then
udptunnel-1.1/missing:172:      file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
udptunnel-1.1/missing:173:      file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file`
udptunnel-1.1/missing-174-    fi
##############################################
udptunnel-1.1/mkinstalldirs-12-do
udptunnel-1.1/mkinstalldirs:13:   set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
udptunnel-1.1/mkinstalldirs-14-   shift
##############################################
udptunnel-1.1/debian/patches/02-strlen-prototype.diff-7-@@ -6,6 +6,7 @@
udptunnel-1.1/debian/patches/02-strlen-prototype.diff:8: #include <arpa/inet.h>       /* inet_addr() */
udptunnel-1.1/debian/patches/02-strlen-prototype.diff-9- #include <rpcsvc/ypclnt.h>   /* YP */
##############################################
udptunnel-1.1/.pc/02-strlen-prototype.diff/host2ip.c-5-#include <netinet/in.h>      /* sockaddr_in */
udptunnel-1.1/.pc/02-strlen-prototype.diff/host2ip.c:6:#include <arpa/inet.h>       /* inet_addr() */
udptunnel-1.1/.pc/02-strlen-prototype.diff/host2ip.c-7-#include <rpcsvc/ypclnt.h>   /* YP */
##############################################
udptunnel-1.1/.pc/02-strlen-prototype.diff/host2ip.c-32-  }
udptunnel-1.1/.pc/02-strlen-prototype.diff/host2ip.c:33:  else if ((tmp.s_addr = inet_addr(host)) != -1) {
udptunnel-1.1/.pc/02-strlen-prototype.diff/host2ip.c-34-    in = tmp;
##############################################
udptunnel-1.1/.pc/02-strlen-prototype.diff/host2ip.c-47-    if (yp_match(domain, "hosts.byname", host, strlen(host), &value, &value_len) == 0) {
udptunnel-1.1/.pc/02-strlen-prototype.diff/host2ip.c:48:      in.s_addr = inet_addr(value);
udptunnel-1.1/.pc/02-strlen-prototype.diff/host2ip.c-49-    } else {
##############################################
udptunnel-1.1/host2ip.c-5-#include <netinet/in.h>      /* sockaddr_in */
udptunnel-1.1/host2ip.c:6:#include <arpa/inet.h>       /* inet_addr() */
udptunnel-1.1/host2ip.c-7-#include <rpcsvc/ypclnt.h>   /* YP */
##############################################
udptunnel-1.1/host2ip.c-33-  }
udptunnel-1.1/host2ip.c:34:  else if ((tmp.s_addr = inet_addr(host)) != -1) {
udptunnel-1.1/host2ip.c-35-    in = tmp;
##############################################
udptunnel-1.1/host2ip.c-48-    if (yp_match(domain, "hosts.byname", host, strlen(host), &value, &value_len) == 0) {
udptunnel-1.1/host2ip.c:49:      in.s_addr = inet_addr(value);
udptunnel-1.1/host2ip.c-50-    } else {