===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
flake-0.11/configure-237-    cpu="x86"
flake-0.11/configure:238:    canon_arch="`$cc -dumpmachine | sed -e 's,\([^-]*\)-.*,\1,'`"
flake-0.11/configure-239-    if [ x"$canon_arch" = x"x86_64" -o x"$canon_arch" = x"amd64" ]; then
flake-0.11/configure:240:      if [ -z "`echo $CFLAGS | grep -- -m32`"  ]; then
flake-0.11/configure-241-        cpu="x86_64"
##############################################
flake-0.11/configure-313-# 3 gcc releases known for BeOS, each with ugly bugs
flake-0.11/configure:314:gcc_version="`$cc -v 2>&1 | grep version | cut -d ' ' -f3-`"
flake-0.11/configure-315-case "$gcc_version" in
##############################################
flake-0.11/configure-391-# find source path
flake-0.11/configure:392:source_path="`dirname $0`"
flake-0.11/configure-393-source_path_used="yes"
##############################################
flake-0.11/configure-397-else
flake-0.11/configure:398:    source_path="`cd \"$source_path\"; pwd`"
flake-0.11/configure-399-fi
##############################################
flake-0.11/configure-502-if test $targetos = Darwin; then
flake-0.11/configure:503:    if test -n "`$cc -v 2>&1 | grep xlc`"; then
flake-0.11/configure-504-        add_cflags "-qpdf2 -qlanglvl=extc99 -qmaxmem=-1 -qarch=auto -qtune=auto"
flake-0.11/configure-505-    else
flake-0.11/configure:506:        gcc_version="`$cc -v 2>&1 | grep version | cut -d ' ' -f3-`"
flake-0.11/configure-507-        case "$gcc_version" in
##############################################
flake-0.11/configure-629-    if test $altivec = "yes"; then
flake-0.11/configure:630:        if test -n "`$cc -v 2>&1 | grep version | grep Apple`"; then
flake-0.11/configure-631-            add_cflags "-faltivec"
##############################################
flake-0.11/configure-691-if enabled optimize; then
flake-0.11/configure:692:    if test -n "`$cc -v 2>&1 | grep xlc`"; then
flake-0.11/configure-693-        add_cflags  "-O5"
##############################################
flake-0.11/configure-776-
flake-0.11/configure:777:libflake_version=`grep '#define FLAKE_VERSION ' "$source_path/libflake/flake.h" | sed 's/[^0-9\.]//g'`
flake-0.11/configure-778-