===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
spell-1.0/configure-64-  case "$ac_option" in
spell-1.0/configure:65:  -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
spell-1.0/configure-66-  *) ac_optarg= ;;
##############################################
spell-1.0/configure-96-  -disable-* | --disable-*)
spell-1.0/configure:97:    ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
spell-1.0/configure-98-    # Reject names that are not valid shell variable names.
spell-1.0/configure:99:    if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
spell-1.0/configure-100-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
spell-1.0/configure-101-    fi
spell-1.0/configure:102:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
spell-1.0/configure-103-    eval "enable_${ac_feature}=no" ;;
##############################################
spell-1.0/configure-105-  -enable-* | --enable-*)
spell-1.0/configure:106:    ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
spell-1.0/configure-107-    # Reject names that are not valid shell variable names.
spell-1.0/configure:108:    if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
spell-1.0/configure-109-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
spell-1.0/configure-110-    fi
spell-1.0/configure:111:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
spell-1.0/configure-112-    case "$ac_option" in
##############################################
spell-1.0/configure-336-  -with-* | --with-*)
spell-1.0/configure:337:    ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
spell-1.0/configure-338-    # Reject names that are not valid shell variable names.
spell-1.0/configure:339:    if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
spell-1.0/configure-340-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
spell-1.0/configure-341-    fi
spell-1.0/configure:342:    ac_package=`echo $ac_package| sed 's/-/_/g'`
spell-1.0/configure-343-    case "$ac_option" in
##############################################
spell-1.0/configure-349-  -without-* | --without-*)
spell-1.0/configure:350:    ac_package=`echo $ac_option|sed -e 's/-*without-//'`
spell-1.0/configure-351-    # Reject names that are not valid shell variable names.
spell-1.0/configure:352:    if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
spell-1.0/configure-353-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
spell-1.0/configure-354-    fi
spell-1.0/configure:355:    ac_package=`echo $ac_package| sed 's/-/_/g'`
spell-1.0/configure-356-    eval "with_${ac_package}=no" ;;
##############################################
spell-1.0/configure-379-  *)
spell-1.0/configure:380:    if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
spell-1.0/configure-381-      echo "configure: warning: $ac_option: invalid host type" 1>&2
##############################################
spell-1.0/configure-392-if test -n "$ac_prev"; then
spell-1.0/configure:393:  { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
spell-1.0/configure-394-fi
##############################################
spell-1.0/configure-454-  ac_prog=$0
spell-1.0/configure:455:  ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
spell-1.0/configure-456-  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
##############################################
spell-1.0/configure-470-fi
spell-1.0/configure:471:srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
spell-1.0/configure-472-
##############################################
spell-1.0/configure-528-echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
spell-1.0/configure:529:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
spell-1.0/configure-530-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
spell-1.0/configure-556-echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
spell-1.0/configure:557:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
spell-1.0/configure-558-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
spell-1.0/configure-603-echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
spell-1.0/configure:604:if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
spell-1.0/configure-605-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
spell-1.0/configure-623-    echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
spell-1.0/configure:624:if eval "test \"`echo '$''{'ac_cv_prog_gcc_g'+set}'`\" = set"; then
spell-1.0/configure-625-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
spell-1.0/configure-627-  echo 'void f(){}' > conftest.c
spell-1.0/configure:628:if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
spell-1.0/configure-629-  ac_cv_prog_gcc_g=yes
##############################################
spell-1.0/configure-679-if test -z "$INSTALL"; then
spell-1.0/configure:680:if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
spell-1.0/configure-681-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
spell-1.0/configure-727-echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
spell-1.0/configure:728:if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
spell-1.0/configure-729-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
spell-1.0/configure-751-ac_lib_var=`echo malloc_malloc | tr '.-/+' '___p'`
spell-1.0/configure:752:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
spell-1.0/configure-753-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
spell-1.0/configure-778-fi
spell-1.0/configure:779:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
spell-1.0/configure-780-  echo "$ac_t""yes" 1>&6
##############################################
spell-1.0/configure-800-if test -z "$CPP"; then
spell-1.0/configure:801:if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
spell-1.0/configure-802-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
spell-1.0/configure-852-do
spell-1.0/configure:853:ac_safe=`echo "$ac_hdr" | tr './\055' '___'`
spell-1.0/configure-854-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
spell-1.0/configure:855:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
spell-1.0/configure-856-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
spell-1.0/configure-875-fi
spell-1.0/configure:876:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
spell-1.0/configure-877-  echo "$ac_t""yes" 1>&6
spell-1.0/configure:878:    ac_tr_hdr=HAVE_`echo $ac_hdr | tr 'abcdefghijklmnopqrstuvwxyz./\055' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ___'`
spell-1.0/configure-879-  cat >> confdefs.h <<EOF
##############################################
spell-1.0/configure-892-echo $ac_n "checking whether cross-compiling""... $ac_c" 1>&6
spell-1.0/configure:893:if eval "test \"`echo '$''{'ac_cv_c_cross'+set}'`\" = set"; then
spell-1.0/configure-894-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
spell-1.0/configure-917-echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
spell-1.0/configure:918:if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
spell-1.0/configure-919-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
spell-1.0/configure-1014-echo $ac_n "checking for pid_t""... $ac_c" 1>&6
spell-1.0/configure:1015:if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
spell-1.0/configure-1016-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
spell-1.0/configure-1049-echo $ac_n "checking for working const""... $ac_c" 1>&6
spell-1.0/configure:1050:if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
spell-1.0/configure-1051-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
spell-1.0/configure-1127-echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
spell-1.0/configure:1128:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
spell-1.0/configure-1129-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
spell-1.0/configure-1163-fi
spell-1.0/configure:1164:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
spell-1.0/configure-1165-  echo "$ac_t""yes" 1>&6
spell-1.0/configure:1166:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
spell-1.0/configure-1167-  cat >> confdefs.h <<EOF
##############################################
spell-1.0/configure-1312-  case "$ac_file" in
spell-1.0/configure:1313:  *:*) ac_file_in=`echo "$ac_file"|sed 's%.*:%%'`
spell-1.0/configure:1314:       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
spell-1.0/configure-1315-  *) ac_file_in="${ac_file}.in" ;;
##############################################
spell-1.0/configure-1320-  # Remove last slash and all that follows it.  Not all systems have dirname.
spell-1.0/configure:1321:  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
spell-1.0/configure-1322-  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
##############################################
spell-1.0/configure-1324-    test ! -d "$ac_dir" && mkdir "$ac_dir"
spell-1.0/configure:1325:    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
spell-1.0/configure-1326-    # A "../" for each directory in $ac_dir_suffix.
spell-1.0/configure:1327:    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
spell-1.0/configure-1328-  else
##############################################
spell-1.0/configure-1334-      if test -z "$ac_dots"; then top_srcdir=.
spell-1.0/configure:1335:      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
spell-1.0/configure-1336-  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
##############################################
spell-1.0/configure-1347-  rm -f "$ac_file"
spell-1.0/configure:1348:  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
spell-1.0/configure-1349-  case "$ac_file" in
##############################################
spell-1.0/configure-1385-  case "$ac_file" in
spell-1.0/configure:1386:  *:*) ac_file_in=`echo "$ac_file"|sed 's%.*:%%'`
spell-1.0/configure:1387:       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
spell-1.0/configure-1388-  *) ac_file_in="${ac_file}.in" ;;
##############################################
spell-1.0/install-sh-73-
spell-1.0/install-sh:74:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
spell-1.0/install-sh-75-	    shift
##############################################
spell-1.0/install-sh-77-
spell-1.0/install-sh:78:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
spell-1.0/install-sh-79-	    shift
##############################################
spell-1.0/install-sh-138-	then
spell-1.0/install-sh:139:		dst="$dst"/`basename $src`
spell-1.0/install-sh-140-	else
##############################################
spell-1.0/install-sh-145-## this sed command emulates the dirname command
spell-1.0/install-sh:146:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
spell-1.0/install-sh-147-
##############################################
spell-1.0/install-sh-159-IFS='%'
spell-1.0/install-sh:160:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
spell-1.0/install-sh-161-IFS="${oIFS}"
##############################################
spell-1.0/install-sh-193-	then
spell-1.0/install-sh:194:		dstfile=`basename $dst`
spell-1.0/install-sh-195-	else
##############################################
spell-1.0/install-sh-203-	then
spell-1.0/install-sh:204:		dstfile=`basename $dst`
spell-1.0/install-sh-205-	else
##############################################
spell-1.0/mkinstalldirs-13-   IFS='%'
spell-1.0/mkinstalldirs:14:   set - `echo ${file} | sed -e 's@/@%@g' -e 's@^%@/@'`
spell-1.0/mkinstalldirs-15-   IFS="${oIFS}"