===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
yorick-z-1.2.0+cvs20080115/configure-32-  ;;
yorick-z-1.2.0+cvs20080115/configure:33:  --yorick=*) yorick_exe=`echo $opt | sed -e s/--yorick=//`
yorick-z-1.2.0+cvs20080115/configure-34-  ;;
yorick-z-1.2.0+cvs20080115/configure:35:  --zlib=*) zlib_path=`echo $opt | sed -e s/--zlib=//`
yorick-z-1.2.0+cvs20080115/configure-36-  ;;
yorick-z-1.2.0+cvs20080115/configure:37:  --png=*) png_path=`echo $opt | sed -e s/--png=//`
yorick-z-1.2.0+cvs20080115/configure-38-  ;;
yorick-z-1.2.0+cvs20080115/configure:39:  --jpeg=*) jpeg_path=`echo $opt | sed -e s/--jpeg=//`
yorick-z-1.2.0+cvs20080115/configure-40-  ;;
yorick-z-1.2.0+cvs20080115/configure:41:  --avcodec=*) av_path=`echo $opt | sed -e s/--avcodec=//`
yorick-z-1.2.0+cvs20080115/configure-42-  ;;
##############################################
yorick-z-1.2.0+cvs20080115/configure-77-    if test -x "$yorick_exe" -a ! -d "$yorick_exe"; then
yorick-z-1.2.0+cvs20080115/configure:78:      Y_BINDIR=`dirname "$yorick_exe"`
yorick-z-1.2.0+cvs20080115/configure-79-    fi
##############################################
yorick-z-1.2.0+cvs20080115/configure-83-    IFS=:
yorick-z-1.2.0+cvs20080115/configure:84:    for d in `echo "$PATH" | sed -e 's/^:/.:/' -e 's/::/:.:/g' -e 's/:$/:./'`
yorick-z-1.2.0+cvs20080115/configure-85-    do
##############################################
yorick-z-1.2.0+cvs20080115/configure-99-# try to handle escaped blanks in Y_MAKEDIR
yorick-z-1.2.0+cvs20080115/configure:100:Y_HOME=`echo $Y_HOME | sed -e 's/\\\\ / /g'`
yorick-z-1.2.0+cvs20080115/configure-101-
yorick-z-1.2.0+cvs20080115/configure:102:CC=`grep '^CC=' "${Y_HOME}/Make.cfg" | sed -e 's/^CC=//'`
yorick-z-1.2.0+cvs20080115/configure:103:CFLAGS=`grep '^Y_CFLAGS=' "${Y_HOME}/Make.cfg" | sed -e 's/^Y_CFLAGS=//'`
yorick-z-1.2.0+cvs20080115/configure:104:LDFLAGS=`grep '^Y_LDFLAGS=' "${Y_HOME}/Make.cfg" | sed -e 's/^Y_LDFLAGS=//'`
yorick-z-1.2.0+cvs20080115/configure:105:PLUG_UDL=`grep '^PLUG_UDL=-D' "${Y_HOME}/Make.cfg" | sed -e 's/^PLUG_UDL=-D//'`
yorick-z-1.2.0+cvs20080115/configure-106-if test "x$PLUG_UDL" = xPLUG_UNSUPPORTED; then