===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
mairix-0.24/configure-271-  --prefix=* | --install-prefix=* )
mairix-0.24/configure:272:    PREFIX=`echo $option | sed -e 's/[^=]*=//;'`
mairix-0.24/configure-273-    ;;
mairix-0.24/configure-274-  --bindir=* )
mairix-0.24/configure:275:    BINDIR=`echo $option | sed -e 's/[^=]*=//;'`
mairix-0.24/configure-276-    ;;
mairix-0.24/configure-277-  --mandir=* )
mairix-0.24/configure:278:    MANDIR=`echo $option | sed -e 's/[^=]*=//;'`
mairix-0.24/configure-279-    ;;
mairix-0.24/configure-280-  --infodir=* )
mairix-0.24/configure:281:    INFODIR=`echo $option | sed -e 's/[^=]*=//;'`
mairix-0.24/configure-282-    ;;
mairix-0.24/configure-283-  --docdir=* )
mairix-0.24/configure:284:    DOCDIR=`echo $option | sed -e 's/[^=]*=//;'`
mairix-0.24/configure-285-    ;;
##############################################
mairix-0.24/make_release-32-
mairix-0.24/make_release:33:system ("git tag -s $version");
mairix-0.24/make_release-34-die "git tag failed" if ($? != 0);
mairix-0.24/make_release-35-if (-d "RELEASES/$subdir") {
mairix-0.24/make_release:36:  system ("rm -rf RELEASES/$subdir");
mairix-0.24/make_release-37-}
mairix-0.24/make_release-38-
mairix-0.24/make_release:39:system ("git archive --format=tar --prefix=RELEASES/${subdir}/ ${version} | tar xf -");
mairix-0.24/make_release-40-die "git archive failed" if ($? != 0);
##############################################
mairix-0.24/make_release-66-chdir $here;
mairix-0.24/make_release:67:system ("tar cvf - $subdir | gzip -9 > ${subdir}.tar.gz");
mairix-0.24/make_release:68:system ("gpg -b -a -o ${subdir}-tar-gz-asc.txt ${subdir}.tar.gz");
mairix-0.24/make_release-69-
##############################################
mairix-0.24/test/scripts/generate_big_message.sh-37-    TEXT="${TEXT}${TEXT}${TEXT}${TEXT}${TEXT}${TEXT}${TEXT}${TEXT}${TEXT}${TEXT}"
mairix-0.24/test/scripts/generate_big_message.sh:38:    for i in `seq 1 $REPEATS`
mairix-0.24/test/scripts/generate_big_message.sh-39-    do