===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
yorick-gl-1.1+cvs20070922+dfsg/configure-17-      --yorick=*)
yorick-gl-1.1+cvs20070922+dfsg/configure:18:        yorick=`echo $opt | sed -e s/--yorick=//`
yorick-gl-1.1+cvs20070922+dfsg/configure-19-        ;;
yorick-gl-1.1+cvs20070922+dfsg/configure-20-      --prefix=*)
yorick-gl-1.1+cvs20070922+dfsg/configure:21:        prefix=`echo $opt | sed -e s/--prefix=//`
yorick-gl-1.1+cvs20070922+dfsg/configure-22-        ;;
yorick-gl-1.1+cvs20070922+dfsg/configure-23-      --glinc=*)
yorick-gl-1.1+cvs20070922+dfsg/configure:24:        glinc=`echo $opt | sed -e s/--glinc//`
yorick-gl-1.1+cvs20070922+dfsg/configure-25-        ;;
yorick-gl-1.1+cvs20070922+dfsg/configure-26-      --gllib=*)
yorick-gl-1.1+cvs20070922+dfsg/configure:27:        gllib=`echo $opt | sed -e s/--gllib=//`
yorick-gl-1.1+cvs20070922+dfsg/configure-28-        ;;
##############################################
yorick-gl-1.1+cvs20070922+dfsg/configure-78-# try to handle escaped blanks in Y_MAKEDIR
yorick-gl-1.1+cvs20070922+dfsg/configure:79:Y_MAKEDIR=`echo $Y_MAKEDIR | sed -e 's/\\\\ / /g'`
yorick-gl-1.1+cvs20070922+dfsg/configure-80-make_cfg="$Y_MAKEDIR/Make.cfg"
yorick-gl-1.1+cvs20070922+dfsg/configure:81:CC=`grep '^CC=' "$make_cfg" | sed -e s/CC=//`
yorick-gl-1.1+cvs20070922+dfsg/configure:82:CFLAGS=`grep '^Y_CFLAGS=' "$make_cfg" | sed -e s/Y_CFLAGS=//`
yorick-gl-1.1+cvs20070922+dfsg/configure:83:LDFLAGS=`grep '^Y_LDFLAGS=' "$make_cfg" | sed -e s/Y_LDFLAGS=//`
yorick-gl-1.1+cvs20070922+dfsg/configure:84:MATHLIB=`grep '^MATHLIB=' "$make_cfg" | sed -e s/MATHLIB=//`
yorick-gl-1.1+cvs20070922+dfsg/configure:85:xinc=`grep '^XINC=' "$make_cfg" | sed -e s/XINC=//`
yorick-gl-1.1+cvs20070922+dfsg/configure:86:xlib=`grep '^XLIB=' "$make_cfg" | sed -e s/XLIB=//`
yorick-gl-1.1+cvs20070922+dfsg/configure:87:OGLXW=`grep '^PLAY_DIRS=.*win' "$make_cfg"`
yorick-gl-1.1+cvs20070922+dfsg/configure-88-if test -n "$OGLXW"; then
##############################################
yorick-gl-1.1+cvs20070922+dfsg/configure-142-  	  xfound=yes
yorick-gl-1.1+cvs20070922+dfsg/configure:143:          gllib=`echo -L$d | sed s/include/lib/`
yorick-gl-1.1+cvs20070922+dfsg/configure-144-          if test $debug = no; then rm -f cfg.1a; fi
##############################################
yorick-gl-1.1+cvs20070922+dfsg/configure-168-        glibs="$xlib -lX11"
yorick-gl-1.1+cvs20070922+dfsg/configure:169:        gllist=`echo $gllist | sed s/include/lib/g`
yorick-gl-1.1+cvs20070922+dfsg/configure-170-        for d in $gllist; do
yorick-gl-1.1+cvs20070922+dfsg/configure:171:  	  xall=`echo $d/libX11*`
yorick-gl-1.1+cvs20070922+dfsg/configure-172-          if test "$xall" != $d/'libX11*'; then