===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
doschk-1.1/configure-67-  case "$ac_option" in
doschk-1.1/configure:68:  -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
doschk-1.1/configure-69-  *) ac_optarg= ;;
##############################################
doschk-1.1/configure-99-  -disable-* | --disable-*)
doschk-1.1/configure:100:    ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
doschk-1.1/configure-101-    # Reject names that are not valid shell variable names.
doschk-1.1/configure:102:    if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
doschk-1.1/configure-103-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
doschk-1.1/configure-104-    fi
doschk-1.1/configure:105:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
doschk-1.1/configure-106-    eval "enable_${ac_feature}=no" ;;
##############################################
doschk-1.1/configure-108-  -enable-* | --enable-*)
doschk-1.1/configure:109:    ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
doschk-1.1/configure-110-    # Reject names that are not valid shell variable names.
doschk-1.1/configure:111:    if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
doschk-1.1/configure-112-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
doschk-1.1/configure-113-    fi
doschk-1.1/configure:114:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
doschk-1.1/configure-115-    case "$ac_option" in
##############################################
doschk-1.1/configure-339-  -with-* | --with-*)
doschk-1.1/configure:340:    ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
doschk-1.1/configure-341-    # Reject names that are not valid shell variable names.
doschk-1.1/configure:342:    if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
doschk-1.1/configure-343-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
doschk-1.1/configure-344-    fi
doschk-1.1/configure:345:    ac_package=`echo $ac_package| sed 's/-/_/g'`
doschk-1.1/configure-346-    case "$ac_option" in
##############################################
doschk-1.1/configure-352-  -without-* | --without-*)
doschk-1.1/configure:353:    ac_package=`echo $ac_option|sed -e 's/-*without-//'`
doschk-1.1/configure-354-    # Reject names that are not valid shell variable names.
doschk-1.1/configure:355:    if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
doschk-1.1/configure-356-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
doschk-1.1/configure-357-    fi
doschk-1.1/configure:358:    ac_package=`echo $ac_package| sed 's/-/_/g'`
doschk-1.1/configure-359-    eval "with_${ac_package}=no" ;;
##############################################
doschk-1.1/configure-382-  *)
doschk-1.1/configure:383:    if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
doschk-1.1/configure-384-      echo "configure: warning: $ac_option: invalid host type" 1>&2
##############################################
doschk-1.1/configure-395-if test -n "$ac_prev"; then
doschk-1.1/configure:396:  { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
doschk-1.1/configure-397-fi
##############################################
doschk-1.1/configure-460-  ac_prog=$0
doschk-1.1/configure:461:  ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
doschk-1.1/configure-462-  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
##############################################
doschk-1.1/configure-476-fi
doschk-1.1/configure:477:srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
doschk-1.1/configure-478-
##############################################
doschk-1.1/configure-527-echo "configure:528: checking for $ac_word" >&5
doschk-1.1/configure:528:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
doschk-1.1/configure-529-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
doschk-1.1/configure-557-echo "configure:558: checking for $ac_word" >&5
doschk-1.1/configure:558:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
doschk-1.1/configure-559-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
doschk-1.1/configure-608-echo "configure:609: checking for $ac_word" >&5
doschk-1.1/configure:609:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
doschk-1.1/configure-610-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
doschk-1.1/configure-687-echo "configure:688: checking whether we are using GNU C" >&5
doschk-1.1/configure:688:if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
doschk-1.1/configure-689-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
doschk-1.1/configure-715-echo "configure:716: checking whether ${CC-cc} accepts -g" >&5
doschk-1.1/configure:716:if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
doschk-1.1/configure-717-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
doschk-1.1/configure-719-  echo 'void f(){}' > conftest.c
doschk-1.1/configure:720:if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
doschk-1.1/configure-721-  ac_cv_prog_cc_g=yes
##############################################
doschk-1.1/configure-778-if test -z "$INSTALL"; then
doschk-1.1/configure:779:if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
doschk-1.1/configure-780-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
doschk-1.1/configure-1006-    fi
doschk-1.1/configure:1007:    ac_file=`expr $ac_file + 1`
doschk-1.1/configure-1008-    ac_beg=$ac_end
doschk-1.1/configure:1009:    ac_end=`expr $ac_end + $ac_max_sed_cmds`
doschk-1.1/configure-1010-  fi
##############################################
doschk-1.1/configure-1024-  case "$ac_file" in
doschk-1.1/configure:1025:  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
doschk-1.1/configure:1026:       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
doschk-1.1/configure-1027-  *) ac_file_in="${ac_file}.in" ;;
##############################################
doschk-1.1/configure-1032-  # Remove last slash and all that follows it.  Not all systems have dirname.
doschk-1.1/configure:1033:  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
doschk-1.1/configure-1034-  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
##############################################
doschk-1.1/configure-1036-    test ! -d "$ac_dir" && mkdir "$ac_dir"
doschk-1.1/configure:1037:    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
doschk-1.1/configure-1038-    # A "../" for each directory in $ac_dir_suffix.
doschk-1.1/configure:1039:    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
doschk-1.1/configure-1040-  else
##############################################
doschk-1.1/configure-1046-      if test -z "$ac_dots"; then top_srcdir=.
doschk-1.1/configure:1047:      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
doschk-1.1/configure-1048-  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
##############################################
doschk-1.1/configure-1060-  rm -f "$ac_file"
doschk-1.1/configure:1061:  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
doschk-1.1/configure-1062-  case "$ac_file" in
##############################################
doschk-1.1/configure-1067-
doschk-1.1/configure:1068:  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
doschk-1.1/configure-1069-  sed -e "$ac_comsub
##############################################
doschk-1.1/install-sh-85-
doschk-1.1/install-sh:86:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
doschk-1.1/install-sh-87-	    shift
##############################################
doschk-1.1/install-sh-89-
doschk-1.1/install-sh:90:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
doschk-1.1/install-sh-91-	    shift
##############################################
doschk-1.1/install-sh-151-	then
doschk-1.1/install-sh:152:		dst="$dst"/`basename $src`
doschk-1.1/install-sh-153-	else
##############################################
doschk-1.1/install-sh-158-## this sed command emulates the dirname command
doschk-1.1/install-sh:159:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
doschk-1.1/install-sh-160-
##############################################
doschk-1.1/install-sh-172-IFS='%'
doschk-1.1/install-sh:173:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
doschk-1.1/install-sh-174-IFS="${oIFS}"
##############################################
doschk-1.1/install-sh-206-	then
doschk-1.1/install-sh:207:		dstfile=`basename $dst`
doschk-1.1/install-sh-208-	else
##############################################
doschk-1.1/install-sh-216-	then
doschk-1.1/install-sh:217:		dstfile=`basename $dst`
doschk-1.1/install-sh-218-	else