===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
ocamlwc-0.3/configure-67-  case "$ac_option" in
ocamlwc-0.3/configure:68:  -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
ocamlwc-0.3/configure-69-  *) ac_optarg= ;;
##############################################
ocamlwc-0.3/configure-99-  -disable-* | --disable-*)
ocamlwc-0.3/configure:100:    ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
ocamlwc-0.3/configure-101-    # Reject names that are not valid shell variable names.
ocamlwc-0.3/configure:102:    if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
ocamlwc-0.3/configure-103-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
ocamlwc-0.3/configure-104-    fi
ocamlwc-0.3/configure:105:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
ocamlwc-0.3/configure-106-    eval "enable_${ac_feature}=no" ;;
##############################################
ocamlwc-0.3/configure-108-  -enable-* | --enable-*)
ocamlwc-0.3/configure:109:    ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
ocamlwc-0.3/configure-110-    # Reject names that are not valid shell variable names.
ocamlwc-0.3/configure:111:    if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
ocamlwc-0.3/configure-112-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
ocamlwc-0.3/configure-113-    fi
ocamlwc-0.3/configure:114:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
ocamlwc-0.3/configure-115-    case "$ac_option" in
##############################################
ocamlwc-0.3/configure-339-  -with-* | --with-*)
ocamlwc-0.3/configure:340:    ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
ocamlwc-0.3/configure-341-    # Reject names that are not valid shell variable names.
ocamlwc-0.3/configure:342:    if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
ocamlwc-0.3/configure-343-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
ocamlwc-0.3/configure-344-    fi
ocamlwc-0.3/configure:345:    ac_package=`echo $ac_package| sed 's/-/_/g'`
ocamlwc-0.3/configure-346-    case "$ac_option" in
##############################################
ocamlwc-0.3/configure-352-  -without-* | --without-*)
ocamlwc-0.3/configure:353:    ac_package=`echo $ac_option|sed -e 's/-*without-//'`
ocamlwc-0.3/configure-354-    # Reject names that are not valid shell variable names.
ocamlwc-0.3/configure:355:    if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
ocamlwc-0.3/configure-356-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
ocamlwc-0.3/configure-357-    fi
ocamlwc-0.3/configure:358:    ac_package=`echo $ac_package| sed 's/-/_/g'`
ocamlwc-0.3/configure-359-    eval "with_${ac_package}=no" ;;
##############################################
ocamlwc-0.3/configure-382-  *)
ocamlwc-0.3/configure:383:    if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
ocamlwc-0.3/configure-384-      echo "configure: warning: $ac_option: invalid host type" 1>&2
##############################################
ocamlwc-0.3/configure-395-if test -n "$ac_prev"; then
ocamlwc-0.3/configure:396:  { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
ocamlwc-0.3/configure-397-fi
##############################################
ocamlwc-0.3/configure-460-  ac_prog=$0
ocamlwc-0.3/configure:461:  ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
ocamlwc-0.3/configure-462-  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
##############################################
ocamlwc-0.3/configure-476-fi
ocamlwc-0.3/configure:477:srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
ocamlwc-0.3/configure-478-
##############################################
ocamlwc-0.3/configure-531-echo "configure:532: checking for $ac_word" >&5
ocamlwc-0.3/configure:532:if eval "test \"`echo '$''{'ac_cv_prog_OCAMLC'+set}'`\" = set"; then
ocamlwc-0.3/configure-533-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ocamlwc-0.3/configure-562-# we extract Ocaml version number and library path
ocamlwc-0.3/configure:563:OCAMLVERSION=`$OCAMLC -v | sed -n -e 's|.*version* *\(.*\)$|\1|p' `
ocamlwc-0.3/configure-564-echo "ocaml version is $OCAMLVERSION"
ocamlwc-0.3/configure:565:OCAMLLIB=`$OCAMLC -v | tail -1 | cut -f 4 -d " "`
ocamlwc-0.3/configure-566-echo "ocaml library path is $OCAMLLIB"
##############################################
ocamlwc-0.3/configure-574-echo "configure:575: checking for $ac_word" >&5
ocamlwc-0.3/configure:575:if eval "test \"`echo '$''{'ac_cv_prog_OCAMLOPT'+set}'`\" = set"; then
ocamlwc-0.3/configure-576-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ocamlwc-0.3/configure-606-echo "configure:607: checking ocamlopt version" >&5
ocamlwc-0.3/configure:607:	TMPVERSION=`$OCAMLOPT -v | sed -n -e 's|.*version* *\(.*\)$|\1|p' `
ocamlwc-0.3/configure-608-	if test "$TMPVERSION" != $OCAMLVERSION ; then
##############################################
ocamlwc-0.3/configure-621-echo "configure:622: checking for $ac_word" >&5
ocamlwc-0.3/configure:622:if eval "test \"`echo '$''{'ac_cv_prog_OCAMLCDOTOPT'+set}'`\" = set"; then
ocamlwc-0.3/configure-623-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ocamlwc-0.3/configure-650-echo "configure:651: checking ocamlc.opt version" >&5
ocamlwc-0.3/configure:651:	TMPVERSION=`$OCAMLCDOTOPT -v | sed -n -e 's|.*version* *\(.*\)$|\1|p' `
ocamlwc-0.3/configure-652-	if test "$TMPVERSION" != $OCAMLVERSION ; then
##############################################
ocamlwc-0.3/configure-665-echo "configure:666: checking for $ac_word" >&5
ocamlwc-0.3/configure:666:if eval "test \"`echo '$''{'ac_cv_prog_OCAMLOPTDOTOPT'+set}'`\" = set"; then
ocamlwc-0.3/configure-667-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ocamlwc-0.3/configure-694-echo "configure:695: checking ocamlc.opt version" >&5
ocamlwc-0.3/configure:695:	TMPVER=`$OCAMLOPTDOTOPT -v | sed -n -e 's|.*version* *\(.*\)$|\1|p' `
ocamlwc-0.3/configure-696-	if test "$TMPVER" != $OCAMLVERSION ; then
##############################################
ocamlwc-0.3/configure-709-echo "configure:710: checking for $ac_word" >&5
ocamlwc-0.3/configure:710:if eval "test \"`echo '$''{'ac_cv_prog_OCAMLDEP'+set}'`\" = set"; then
ocamlwc-0.3/configure-711-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ocamlwc-0.3/configure-743-echo "configure:744: checking for $ac_word" >&5
ocamlwc-0.3/configure:744:if eval "test \"`echo '$''{'ac_cv_prog_OCAMLLEX'+set}'`\" = set"; then
ocamlwc-0.3/configure-745-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ocamlwc-0.3/configure-777-echo "configure:778: checking for $ac_word" >&5
ocamlwc-0.3/configure:778:if eval "test \"`echo '$''{'ac_cv_prog_OCAMLYACC'+set}'`\" = set"; then
ocamlwc-0.3/configure-779-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ocamlwc-0.3/configure-1001-    fi
ocamlwc-0.3/configure:1002:    ac_file=`expr $ac_file + 1`
ocamlwc-0.3/configure-1003-    ac_beg=$ac_end
ocamlwc-0.3/configure:1004:    ac_end=`expr $ac_end + $ac_max_sed_cmds`
ocamlwc-0.3/configure-1005-  fi
##############################################
ocamlwc-0.3/configure-1019-  case "$ac_file" in
ocamlwc-0.3/configure:1020:  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
ocamlwc-0.3/configure:1021:       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
ocamlwc-0.3/configure-1022-  *) ac_file_in="${ac_file}.in" ;;
##############################################
ocamlwc-0.3/configure-1027-  # Remove last slash and all that follows it.  Not all systems have dirname.
ocamlwc-0.3/configure:1028:  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
ocamlwc-0.3/configure-1029-  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
##############################################
ocamlwc-0.3/configure-1031-    test ! -d "$ac_dir" && mkdir "$ac_dir"
ocamlwc-0.3/configure:1032:    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
ocamlwc-0.3/configure-1033-    # A "../" for each directory in $ac_dir_suffix.
ocamlwc-0.3/configure:1034:    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
ocamlwc-0.3/configure-1035-  else
##############################################
ocamlwc-0.3/configure-1041-      if test -z "$ac_dots"; then top_srcdir=.
ocamlwc-0.3/configure:1042:      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
ocamlwc-0.3/configure-1043-  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
##############################################
ocamlwc-0.3/configure-1051-  rm -f "$ac_file"
ocamlwc-0.3/configure:1052:  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
ocamlwc-0.3/configure-1053-  case "$ac_file" in
##############################################
ocamlwc-0.3/configure-1058-
ocamlwc-0.3/configure:1059:  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
ocamlwc-0.3/configure-1060-  sed -e "$ac_comsub