===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
hlins-0.39/source/configure-68-  case "$ac_option" in
hlins-0.39/source/configure:69:  -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
hlins-0.39/source/configure-70-  *) ac_optarg= ;;
##############################################
hlins-0.39/source/configure-100-  -disable-* | --disable-*)
hlins-0.39/source/configure:101:    ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
hlins-0.39/source/configure-102-    # Reject names that are not valid shell variable names.
hlins-0.39/source/configure:103:    if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
hlins-0.39/source/configure-104-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
hlins-0.39/source/configure-105-    fi
hlins-0.39/source/configure:106:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
hlins-0.39/source/configure-107-    eval "enable_${ac_feature}=no" ;;
##############################################
hlins-0.39/source/configure-109-  -enable-* | --enable-*)
hlins-0.39/source/configure:110:    ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
hlins-0.39/source/configure-111-    # Reject names that are not valid shell variable names.
hlins-0.39/source/configure:112:    if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
hlins-0.39/source/configure-113-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
hlins-0.39/source/configure-114-    fi
hlins-0.39/source/configure:115:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
hlins-0.39/source/configure-116-    case "$ac_option" in
##############################################
hlins-0.39/source/configure-340-  -with-* | --with-*)
hlins-0.39/source/configure:341:    ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
hlins-0.39/source/configure-342-    # Reject names that are not valid shell variable names.
hlins-0.39/source/configure:343:    if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
hlins-0.39/source/configure-344-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
hlins-0.39/source/configure-345-    fi
hlins-0.39/source/configure:346:    ac_package=`echo $ac_package| sed 's/-/_/g'`
hlins-0.39/source/configure-347-    case "$ac_option" in
##############################################
hlins-0.39/source/configure-353-  -without-* | --without-*)
hlins-0.39/source/configure:354:    ac_package=`echo $ac_option|sed -e 's/-*without-//'`
hlins-0.39/source/configure-355-    # Reject names that are not valid shell variable names.
hlins-0.39/source/configure:356:    if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
hlins-0.39/source/configure-357-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
hlins-0.39/source/configure-358-    fi
hlins-0.39/source/configure:359:    ac_package=`echo $ac_package| sed 's/-/_/g'`
hlins-0.39/source/configure-360-    eval "with_${ac_package}=no" ;;
##############################################
hlins-0.39/source/configure-383-  *)
hlins-0.39/source/configure:384:    if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
hlins-0.39/source/configure-385-      echo "configure: warning: $ac_option: invalid host type" 1>&2
##############################################
hlins-0.39/source/configure-396-if test -n "$ac_prev"; then
hlins-0.39/source/configure:397:  { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
hlins-0.39/source/configure-398-fi
##############################################
hlins-0.39/source/configure-461-  ac_prog=$0
hlins-0.39/source/configure:462:  ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
hlins-0.39/source/configure-463-  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
##############################################
hlins-0.39/source/configure-477-fi
hlins-0.39/source/configure:478:srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
hlins-0.39/source/configure-479-
##############################################
hlins-0.39/source/configure-533-echo "configure:534: checking for $ac_word" >&5
hlins-0.39/source/configure:534:if eval "test \"`echo '$''{'ac_cv_prog_OCAMLC'+set}'`\" = set"; then
hlins-0.39/source/configure-535-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
hlins-0.39/source/configure-566-echo "configure:567: checking for $ac_word" >&5
hlins-0.39/source/configure:567:if eval "test \"`echo '$''{'ac_cv_prog_OCAMLOPT'+set}'`\" = set"; then
hlins-0.39/source/configure-568-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
hlins-0.39/source/configure-602-echo "configure:603: checking for $ac_word" >&5
hlins-0.39/source/configure:603:if eval "test \"`echo '$''{'ac_cv_prog_OCAMLDEP'+set}'`\" = set"; then
hlins-0.39/source/configure-604-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
hlins-0.39/source/configure-815-    fi
hlins-0.39/source/configure:816:    ac_file=`expr $ac_file + 1`
hlins-0.39/source/configure-817-    ac_beg=$ac_end
hlins-0.39/source/configure:818:    ac_end=`expr $ac_end + $ac_max_sed_cmds`
hlins-0.39/source/configure-819-  fi
##############################################
hlins-0.39/source/configure-833-  case "$ac_file" in
hlins-0.39/source/configure:834:  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
hlins-0.39/source/configure:835:       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
hlins-0.39/source/configure-836-  *) ac_file_in="${ac_file}.in" ;;
##############################################
hlins-0.39/source/configure-841-  # Remove last slash and all that follows it.  Not all systems have dirname.
hlins-0.39/source/configure:842:  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
hlins-0.39/source/configure-843-  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
##############################################
hlins-0.39/source/configure-845-    test ! -d "$ac_dir" && mkdir "$ac_dir"
hlins-0.39/source/configure:846:    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
hlins-0.39/source/configure-847-    # A "../" for each directory in $ac_dir_suffix.
hlins-0.39/source/configure:848:    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
hlins-0.39/source/configure-849-  else
##############################################
hlins-0.39/source/configure-855-      if test -z "$ac_dots"; then top_srcdir=.
hlins-0.39/source/configure:856:      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
hlins-0.39/source/configure-857-  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
##############################################
hlins-0.39/source/configure-865-  rm -f "$ac_file"
hlins-0.39/source/configure:866:  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
hlins-0.39/source/configure-867-  case "$ac_file" in
##############################################
hlins-0.39/source/configure-872-
hlins-0.39/source/configure:873:  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
hlins-0.39/source/configure-874-  sed -e "$ac_comsub