===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
gummi-0.8.1/INSTALL-173-directory configuration variables that were expressed in terms of
gummi-0.8.1/INSTALL:174:`${prefix}'.  Any directories that were specified during `configure',
gummi-0.8.1/INSTALL-175-but not in terms of `${prefix}', must each be overridden at install
##############################################
gummi-0.8.1/autogen.sh-9-  fi
gummi-0.8.1/autogen.sh:10:  version=`$1 --version | head -1 | sed 's/([^)]*)/()/g' | cut -d ' ' -f $field`
gummi-0.8.1/autogen.sh-11-  # cut off patch from version format (major.minor.patch)
gummi-0.8.1/autogen.sh:12:  echo `echo $version | cut -d"." -f1,2`
gummi-0.8.1/autogen.sh-13-}
##############################################
gummi-0.8.1/po/Makefile.in.in-57-
gummi-0.8.1/po/Makefile.in.in:58:USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep \^$$lang$$ $(srcdir)/LINGUAS 2>/dev/null`" -o -n "`echo $$ALINGUAS|tr ' ' '\n'|grep \^$$lang$$`"; then printf "$$lang "; fi; done; fi)
gummi-0.8.1/po/Makefile.in.in-59-
##############################################
gummi-0.8.1/po/Makefile.in.in-82-.po.gmo:
gummi-0.8.1/po/Makefile.in.in:83:	file=`echo $* | sed 's,.*/,,'`.gmo \
gummi-0.8.1/po/Makefile.in.in-84-	  && rm -f $$file && $(GMSGFMT) -o $$file $<
##############################################
gummi-0.8.1/po/Makefile.in.in-183-	  echo "$$lang:"; \
gummi-0.8.1/po/Makefile.in.in:184:	  result="`$(MSGMERGE) -o $$tmpdir/$$lang.new.po $$lang`"; \
gummi-0.8.1/po/Makefile.in.in-185-	  if $$result; then \