===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
knocker-0.7.1/Makefile.in-149-	dot_seen=no; \
knocker-0.7.1/Makefile.in:150:	target=`echo $@ | sed s/-recursive//`; \
knocker-0.7.1/Makefile.in-151-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
knocker-0.7.1/Makefile.in-174-	test "$$dot_seen" = "no" && rev=". $$rev"; \
knocker-0.7.1/Makefile.in:175:	target=`echo $@ | sed s/-recursive//`; \
knocker-0.7.1/Makefile.in-176-	for subdir in $$rev; do \
##############################################
knocker-0.7.1/Makefile.in-235-	mkdir $(distdir)/=inst
knocker-0.7.1/Makefile.in:236:	dc_install_base=`cd $(distdir)/=inst && pwd`; \
knocker-0.7.1/Makefile.in-237-	cd $(distdir)/=build \
##############################################
knocker-0.7.1/Makefile.in-246-	@banner="$(distdir).tar.gz is ready for distribution"; \
knocker-0.7.1/Makefile.in:247:	dashes=`echo "$$banner" | sed s/./=/g`; \
knocker-0.7.1/Makefile.in-248-	echo "$$dashes"; \
##############################################
knocker-0.7.1/aclocal.m4-28-dnl test to see if srcdir already configured
knocker-0.7.1/aclocal.m4:29:if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
knocker-0.7.1/aclocal.m4-30-  AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
##############################################
knocker-0.7.1/aclocal.m4-37-dnl FIXME This is truly gross.
knocker-0.7.1/aclocal.m4:38:missing_dir=`cd $ac_aux_dir && pwd`
knocker-0.7.1/aclocal.m4-39-AM_MISSING_PROG(ACLOCAL, aclocal, $missing_dir)
##############################################
knocker-0.7.1/aclocal.m4-60-if (
knocker-0.7.1/aclocal.m4:61:   set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
knocker-0.7.1/aclocal.m4-62-   if test "[$]*" = "X"; then
knocker-0.7.1/aclocal.m4-63-      # -L didn't work.
knocker-0.7.1/aclocal.m4:64:      set X `ls -t $srcdir/configure conftestfile`
knocker-0.7.1/aclocal.m4-65-   fi
##############################################
knocker-0.7.1/aclocal.m4-120-  *" <<$>>am_file "*<<)>>
knocker-0.7.1/aclocal.m4:121:    echo timestamp > `echo <<$>>am_file | sed -e 's%:.*%%' -e 's%[^/]*$%%'`stamp-h$am_indx
knocker-0.7.1/aclocal.m4-122-    ;;
knocker-0.7.1/aclocal.m4-123-  esac
knocker-0.7.1/aclocal.m4:124:  am_indx=`expr "<<$>>am_indx" + 1`
knocker-0.7.1/aclocal.m4-125-done<<>>dnl>>)
##############################################
knocker-0.7.1/configure-67-  case "$ac_option" in
knocker-0.7.1/configure:68:  -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
knocker-0.7.1/configure-69-  *) ac_optarg= ;;
##############################################
knocker-0.7.1/configure-99-  -disable-* | --disable-*)
knocker-0.7.1/configure:100:    ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
knocker-0.7.1/configure-101-    # Reject names that are not valid shell variable names.
knocker-0.7.1/configure:102:    if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
knocker-0.7.1/configure-103-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
knocker-0.7.1/configure-104-    fi
knocker-0.7.1/configure:105:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
knocker-0.7.1/configure-106-    eval "enable_${ac_feature}=no" ;;
##############################################
knocker-0.7.1/configure-108-  -enable-* | --enable-*)
knocker-0.7.1/configure:109:    ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
knocker-0.7.1/configure-110-    # Reject names that are not valid shell variable names.
knocker-0.7.1/configure:111:    if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
knocker-0.7.1/configure-112-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
knocker-0.7.1/configure-113-    fi
knocker-0.7.1/configure:114:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
knocker-0.7.1/configure-115-    case "$ac_option" in
##############################################
knocker-0.7.1/configure-339-  -with-* | --with-*)
knocker-0.7.1/configure:340:    ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
knocker-0.7.1/configure-341-    # Reject names that are not valid shell variable names.
knocker-0.7.1/configure:342:    if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
knocker-0.7.1/configure-343-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
knocker-0.7.1/configure-344-    fi
knocker-0.7.1/configure:345:    ac_package=`echo $ac_package| sed 's/-/_/g'`
knocker-0.7.1/configure-346-    case "$ac_option" in
##############################################
knocker-0.7.1/configure-352-  -without-* | --without-*)
knocker-0.7.1/configure:353:    ac_package=`echo $ac_option|sed -e 's/-*without-//'`
knocker-0.7.1/configure-354-    # Reject names that are not valid shell variable names.
knocker-0.7.1/configure:355:    if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
knocker-0.7.1/configure-356-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
knocker-0.7.1/configure-357-    fi
knocker-0.7.1/configure:358:    ac_package=`echo $ac_package| sed 's/-/_/g'`
knocker-0.7.1/configure-359-    eval "with_${ac_package}=no" ;;
##############################################
knocker-0.7.1/configure-382-  *)
knocker-0.7.1/configure:383:    if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
knocker-0.7.1/configure-384-      echo "configure: warning: $ac_option: invalid host type" 1>&2
##############################################
knocker-0.7.1/configure-395-if test -n "$ac_prev"; then
knocker-0.7.1/configure:396:  { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
knocker-0.7.1/configure-397-fi
##############################################
knocker-0.7.1/configure-460-  ac_prog=$0
knocker-0.7.1/configure:461:  ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
knocker-0.7.1/configure-462-  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
##############################################
knocker-0.7.1/configure-476-fi
knocker-0.7.1/configure:477:srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
knocker-0.7.1/configure-478-
##############################################
knocker-0.7.1/configure-556-if test -z "$INSTALL"; then
knocker-0.7.1/configure:557:if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
knocker-0.7.1/configure-558-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
knocker-0.7.1/configure-617-if (
knocker-0.7.1/configure:618:   set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
knocker-0.7.1/configure-619-   if test "$*" = "X"; then
knocker-0.7.1/configure-620-      # -L didn't work.
knocker-0.7.1/configure:621:      set X `ls -t $srcdir/configure conftestfile`
knocker-0.7.1/configure-622-   fi
##############################################
knocker-0.7.1/configure-651-EOF_SED
knocker-0.7.1/configure:652:  program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
knocker-0.7.1/configure-653-  rm -f conftestsed
##############################################
knocker-0.7.1/configure-665-echo "configure:666: checking whether ${MAKE-make} sets \${MAKE}" >&5
knocker-0.7.1/configure:666:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
knocker-0.7.1/configure:667:if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
knocker-0.7.1/configure-668-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
knocker-0.7.1/configure-674-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
knocker-0.7.1/configure:675:eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
knocker-0.7.1/configure-676-if test -n "$ac_maketemp"; then
##############################################
knocker-0.7.1/configure-682-fi
knocker-0.7.1/configure:683:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
knocker-0.7.1/configure-684-  echo "$ac_t""yes" 1>&6
##############################################
knocker-0.7.1/configure-695-
knocker-0.7.1/configure:696:if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
knocker-0.7.1/configure-697-  { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
##############################################
knocker-0.7.1/configure-708-
knocker-0.7.1/configure:709:missing_dir=`cd $ac_aux_dir && pwd`
knocker-0.7.1/configure-710-echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
##############################################
knocker-0.7.1/configure-783-echo "configure:784: checking for $ac_word" >&5
knocker-0.7.1/configure:784:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
knocker-0.7.1/configure-785-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
knocker-0.7.1/configure-813-echo "configure:814: checking for $ac_word" >&5
knocker-0.7.1/configure:814:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
knocker-0.7.1/configure-815-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
knocker-0.7.1/configure-864-echo "configure:865: checking for $ac_word" >&5
knocker-0.7.1/configure:865:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
knocker-0.7.1/configure-866-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
knocker-0.7.1/configure-943-echo "configure:944: checking whether we are using GNU C" >&5
knocker-0.7.1/configure:944:if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
knocker-0.7.1/configure-945-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
knocker-0.7.1/configure-971-echo "configure:972: checking whether ${CC-cc} accepts -g" >&5
knocker-0.7.1/configure:972:if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
knocker-0.7.1/configure-973-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
knocker-0.7.1/configure-975-  echo 'void f(){}' > conftest.c
knocker-0.7.1/configure:976:if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
knocker-0.7.1/configure-977-  ac_cv_prog_cc_g=yes
##############################################
knocker-0.7.1/configure-1006-echo "configure:1007: checking for ${CC-cc} option to accept ANSI C" >&5
knocker-0.7.1/configure:1007:if eval "test \"`echo '$''{'am_cv_prog_cc_stdc'+set}'`\" = set"; then
knocker-0.7.1/configure-1008-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
knocker-0.7.1/configure-1095-if test -z "$INSTALL"; then
knocker-0.7.1/configure:1096:if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
knocker-0.7.1/configure-1097-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
knocker-0.7.1/configure-1154-if test -z "$CPP"; then
knocker-0.7.1/configure:1155:if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
knocker-0.7.1/configure-1156-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
knocker-0.7.1/configure-1170-{ (eval echo configure:1171: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
knocker-0.7.1/configure:1171:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
knocker-0.7.1/configure-1172-if test -z "$ac_err"; then
##############################################
knocker-0.7.1/configure-1187-{ (eval echo configure:1188: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
knocker-0.7.1/configure:1188:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
knocker-0.7.1/configure-1189-if test -z "$ac_err"; then
##############################################
knocker-0.7.1/configure-1204-{ (eval echo configure:1205: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
knocker-0.7.1/configure:1205:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
knocker-0.7.1/configure-1206-if test -z "$ac_err"; then
##############################################
knocker-0.7.1/configure-1229-echo "configure:1230: checking for ANSI C header files" >&5
knocker-0.7.1/configure:1230:if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
knocker-0.7.1/configure-1231-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
knocker-0.7.1/configure-1242-{ (eval echo configure:1243: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
knocker-0.7.1/configure:1243:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
knocker-0.7.1/configure-1244-if test -z "$ac_err"; then
##############################################
knocker-0.7.1/configure-1349-do
knocker-0.7.1/configure:1350:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
knocker-0.7.1/configure-1351-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
knocker-0.7.1/configure-1352-echo "configure:1353: checking for $ac_hdr" >&5
knocker-0.7.1/configure:1353:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
knocker-0.7.1/configure-1354-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
knocker-0.7.1/configure-1362-{ (eval echo configure:1363: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
knocker-0.7.1/configure:1363:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
knocker-0.7.1/configure-1364-if test -z "$ac_err"; then
##############################################
knocker-0.7.1/configure-1375-fi
knocker-0.7.1/configure:1376:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
knocker-0.7.1/configure-1377-  echo "$ac_t""yes" 1>&6
knocker-0.7.1/configure:1378:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
knocker-0.7.1/configure-1379-  cat >> confdefs.h <<EOF
##############################################
knocker-0.7.1/configure-1399-echo "configure:1400: checking for $ac_func" >&5
knocker-0.7.1/configure:1400:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
knocker-0.7.1/configure-1401-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
knocker-0.7.1/configure-1438-
knocker-0.7.1/configure:1439:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
knocker-0.7.1/configure-1440-  echo "$ac_t""yes" 1>&6
knocker-0.7.1/configure:1441:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
knocker-0.7.1/configure-1442-  cat >> confdefs.h <<EOF
##############################################
knocker-0.7.1/configure-1632-    fi
knocker-0.7.1/configure:1633:    ac_file=`expr $ac_file + 1`
knocker-0.7.1/configure-1634-    ac_beg=$ac_end
knocker-0.7.1/configure:1635:    ac_end=`expr $ac_end + $ac_max_sed_cmds`
knocker-0.7.1/configure-1636-  fi
##############################################
knocker-0.7.1/configure-1653-  case "$ac_file" in
knocker-0.7.1/configure:1654:  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
knocker-0.7.1/configure:1655:       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
knocker-0.7.1/configure-1656-  *) ac_file_in="${ac_file}.in" ;;
##############################################
knocker-0.7.1/configure-1661-  # Remove last slash and all that follows it.  Not all systems have dirname.
knocker-0.7.1/configure:1662:  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
knocker-0.7.1/configure-1663-  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
##############################################
knocker-0.7.1/configure-1665-    test ! -d "$ac_dir" && mkdir "$ac_dir"
knocker-0.7.1/configure:1666:    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
knocker-0.7.1/configure-1667-    # A "../" for each directory in $ac_dir_suffix.
knocker-0.7.1/configure:1668:    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
knocker-0.7.1/configure-1669-  else
##############################################
knocker-0.7.1/configure-1675-      if test -z "$ac_dots"; then top_srcdir=.
knocker-0.7.1/configure:1676:      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
knocker-0.7.1/configure-1677-  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
##############################################
knocker-0.7.1/configure-1689-  rm -f "$ac_file"
knocker-0.7.1/configure:1690:  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
knocker-0.7.1/configure-1691-  case "$ac_file" in
##############################################
knocker-0.7.1/configure-1696-
knocker-0.7.1/configure:1697:  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
knocker-0.7.1/configure-1698-  sed -e "$ac_comsub
##############################################
knocker-0.7.1/configure-1735-  case "$ac_file" in
knocker-0.7.1/configure:1736:  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
knocker-0.7.1/configure:1737:       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
knocker-0.7.1/configure-1738-  *) ac_file_in="${ac_file}.in" ;;
##############################################
knocker-0.7.1/configure-1743-  rm -f conftest.frag conftest.in conftest.out
knocker-0.7.1/configure:1744:  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
knocker-0.7.1/configure-1745-  cat $ac_file_inputs > conftest.in
##############################################
knocker-0.7.1/configure-1803-    # Remove last slash and all that follows it.  Not all systems have dirname.
knocker-0.7.1/configure:1804:      ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
knocker-0.7.1/configure-1805-      if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
##############################################
knocker-0.7.1/install-sh-85-
knocker-0.7.1/install-sh:86:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
knocker-0.7.1/install-sh-87-	    shift
##############################################
knocker-0.7.1/install-sh-89-
knocker-0.7.1/install-sh:90:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
knocker-0.7.1/install-sh-91-	    shift
##############################################
knocker-0.7.1/install-sh-151-	then
knocker-0.7.1/install-sh:152:		dst="$dst"/`basename $src`
knocker-0.7.1/install-sh-153-	else
##############################################
knocker-0.7.1/install-sh-158-## this sed command emulates the dirname command
knocker-0.7.1/install-sh:159:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
knocker-0.7.1/install-sh-160-
##############################################
knocker-0.7.1/install-sh-172-IFS='%'
knocker-0.7.1/install-sh:173:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
knocker-0.7.1/install-sh-174-IFS="${oIFS}"
##############################################
knocker-0.7.1/install-sh-206-	then
knocker-0.7.1/install-sh:207:		dstfile=`basename $dst`
knocker-0.7.1/install-sh-208-	else
##############################################
knocker-0.7.1/install-sh-216-	then
knocker-0.7.1/install-sh:217:		dstfile=`basename $dst`
knocker-0.7.1/install-sh-218-	else
##############################################
knocker-0.7.1/missing-119-	*.y)
knocker-0.7.1/missing:120:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
knocker-0.7.1/missing-121-	    if [ -f "$SRCFILE" ]; then
##############################################
knocker-0.7.1/missing-123-	    fi
knocker-0.7.1/missing:124:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
knocker-0.7.1/missing-125-	    if [ -f "$SRCFILE" ]; then
##############################################
knocker-0.7.1/missing-149-	*.l)
knocker-0.7.1/missing:150:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
knocker-0.7.1/missing-151-	    if [ -f "$SRCFILE" ]; then
##############################################
knocker-0.7.1/missing-169-         the \`GNU make' package.  Grab either from any GNU archive site."
knocker-0.7.1/missing:170:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
knocker-0.7.1/missing-171-    if test -z "$file"; then
knocker-0.7.1/missing:172:      file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
knocker-0.7.1/missing:173:      file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file`
knocker-0.7.1/missing-174-    fi
##############################################
knocker-0.7.1/mkinstalldirs-12-do
knocker-0.7.1/mkinstalldirs:13:   set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
knocker-0.7.1/mkinstalldirs-14-   shift
##############################################
knocker-0.7.1/src/Makefile.in-128-	  if test -f $$p; then \
knocker-0.7.1/src/Makefile.in:129:	    echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
knocker-0.7.1/src/Makefile.in:130:	     $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
knocker-0.7.1/src/Makefile.in-131-	  else :; fi; \
##############################################
knocker-0.7.1/src/Makefile.in-136-	list='$(bin_PROGRAMS)'; for p in $$list; do \
knocker-0.7.1/src/Makefile.in:137:	  rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
knocker-0.7.1/src/Makefile.in-138-	done
##############################################
knocker-0.7.1/docs/Makefile.in-112-	  else file=$$i; fi; \
knocker-0.7.1/docs/Makefile.in:113:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
knocker-0.7.1/docs/Makefile.in:114:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
knocker-0.7.1/docs/Makefile.in:115:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
knocker-0.7.1/docs/Makefile.in-116-	  echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
##############################################
knocker-0.7.1/docs/Makefile.in-127-	for i in $$list; do \
knocker-0.7.1/docs/Makefile.in:128:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
knocker-0.7.1/docs/Makefile.in:129:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
knocker-0.7.1/docs/Makefile.in:130:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
knocker-0.7.1/docs/Makefile.in-131-	  echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \