===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
ocaml-tools-20120103/autoconf/configure.in-51-# we extract Ocaml version number and library path
ocaml-tools-20120103/autoconf/configure.in:52:OCAMLVERSION=`$OCAMLC -v | sed -n -e 's|.*version *\(.*\)$|\1|p' `
ocaml-tools-20120103/autoconf/configure.in-53-echo "ocaml version is $OCAMLVERSION"
ocaml-tools-20120103/autoconf/configure.in:54:OCAMLLIB=`$OCAMLC -v | tail -1 | cut -f 4 -d " "`
ocaml-tools-20120103/autoconf/configure.in-55-echo "ocaml library path is $OCAMLLIB"
##############################################
ocaml-tools-20120103/autoconf/configure.in-65-	AC_MSG_CHECKING(ocamlopt version)
ocaml-tools-20120103/autoconf/configure.in:66:	TMPVERSION=`$OCAMLOPT -v | sed -n -e 's|.*version *\(.*\)$|\1|p' `
ocaml-tools-20120103/autoconf/configure.in-67-	if test "$TMPVERSION" != "$OCAMLVERSION" ; then
##############################################
ocaml-tools-20120103/autoconf/configure.in-79-	AC_MSG_CHECKING(ocamlc.opt version)
ocaml-tools-20120103/autoconf/configure.in:80:	TMPVERSION=`$OCAMLCDOTOPT -v | sed -n -e 's|.*version *\(.*\)$|\1|p' `
ocaml-tools-20120103/autoconf/configure.in-81-	if test "$TMPVERSION" != "$OCAMLVERSION" ; then
##############################################
ocaml-tools-20120103/autoconf/configure.in-93-	AC_MSG_CHECKING(ocamlc.opt version)
ocaml-tools-20120103/autoconf/configure.in:94:	TMPVER=`$OCAMLOPTDOTOPT -v | sed -n -e 's|.*version *\(.*\)$|\1|p' `
ocaml-tools-20120103/autoconf/configure.in-95-	if test "$TMPVER" != "$OCAMLVERSION" ; then
##############################################
ocaml-tools-20120103/ocaml-autoconf/ocaml.m4-16-  if test "$OCAMLC" != "no"; then
ocaml-tools-20120103/ocaml-autoconf/ocaml.m4:17:     OCAMLVERSION=`$OCAMLC -v | sed -n -e 's|.*version* *\(.*\)$|\1|p'`
ocaml-tools-20120103/ocaml-autoconf/ocaml.m4-18-     AC_MSG_RESULT([OCaml version is $OCAMLVERSION])
##############################################
ocaml-tools-20120103/ocaml-autoconf/ocaml.m4-20-     if test "$OCAMLLIB" = ""; then
ocaml-tools-20120103/ocaml-autoconf/ocaml.m4:21:        OCAMLLIB=`$OCAMLC -where 2>/dev/null || $OCAMLC -v|tail -1|cut -d ' ' -f 4`
ocaml-tools-20120103/ocaml-autoconf/ocaml.m4-22-     else
##############################################
ocaml-tools-20120103/ocaml-autoconf/ocaml.m4-35-     else
ocaml-tools-20120103/ocaml-autoconf/ocaml.m4:36:	TMPVERSION=`$OCAMLOPT -v | sed -n -e 's|.*version* *\(.*\)$|\1|p' `
ocaml-tools-20120103/ocaml-autoconf/ocaml.m4-37-	if test "$TMPVERSION" != "$OCAMLVERSION" ; then
##############################################
ocaml-tools-20120103/ocaml-autoconf/ocaml.m4-49-     if test "$OCAMLCDOTOPT" != "no"; then
ocaml-tools-20120103/ocaml-autoconf/ocaml.m4:50:	TMPVERSION=`$OCAMLCDOTOPT -v | sed -n -e 's|.*version* *\(.*\)$|\1|p' `
ocaml-tools-20120103/ocaml-autoconf/ocaml.m4-51-	if test "$TMPVERSION" != "$OCAMLVERSION" ; then
##############################################
ocaml-tools-20120103/ocaml-autoconf/ocaml.m4-61-	if test "$OCAMLOPTDOTOPT" != "no"; then
ocaml-tools-20120103/ocaml-autoconf/ocaml.m4:62:	   TMPVERSION=`$OCAMLOPTDOTOPT -v | sed -n -e 's|.*version* *\(.*\)$|\1|p' `
ocaml-tools-20120103/ocaml-autoconf/ocaml.m4-63-	   if test "$TMPVERSION" != "$OCAMLVERSION" ; then
##############################################
ocaml-tools-20120103/ocaml-autoconf/ocaml.m4-122-  if test "$CAMLP4" != "no"; then
ocaml-tools-20120103/ocaml-autoconf/ocaml.m4:123:     TMPVERSION=`$CAMLP4 -v 2>&1| sed -n -e 's|.*version *\(.*\)$|\1|p'`
ocaml-tools-20120103/ocaml-autoconf/ocaml.m4-124-     if test "$TMPVERSION" != "$OCAMLVERSION" ; then
##############################################
ocaml-tools-20120103/ocaml-autoconf/ocaml.m4-222-  EOF
ocaml-tools-20120103/ocaml-autoconf/ocaml.m4:223:  OCAML_WORD_SIZE=`$OCAML conftest.ml`
ocaml-tools-20120103/ocaml-autoconf/ocaml.m4-224-  AC_MSG_RESULT([$OCAML_WORD_SIZE])
##############################################
ocaml-tools-20120103/ocaml-autoconf/ocaml.m4-236-
ocaml-tools-20120103/ocaml-autoconf/ocaml.m4:237:  OCAML_OS_TYPE=`$OCAML conftest.ml`
ocaml-tools-20120103/ocaml-autoconf/ocaml.m4-238-  AC_MSG_RESULT([$OCAML_OS_TYPE])