===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
caja-seahorse-1.18.5/INSTALL-173-directory configuration variables that were expressed in terms of
caja-seahorse-1.18.5/INSTALL:174:`${prefix}'.  Any directories that were specified during `configure',
caja-seahorse-1.18.5/INSTALL-175-but not in terms of `${prefix}', must each be overridden at install
##############################################
caja-seahorse-1.18.5/autogen.sh-3-
caja-seahorse-1.18.5/autogen.sh:4:srcdir=`dirname $0`
caja-seahorse-1.18.5/autogen.sh-5-test -z "$srcdir" && srcdir=.
##############################################
caja-seahorse-1.18.5/configure.ac-64-		AC_MSG_CHECKING(for appropriate GnuPG version)
caja-seahorse-1.18.5/configure.ac:65:		gnupg_version=`$GNUPG --version | grep gpg`
caja-seahorse-1.18.5/configure.ac-66-		major=`echo $gnupg_version | \
##############################################
caja-seahorse-1.18.5/configure.ac-100-		sed 's/\([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\)/\3/'`
caja-seahorse-1.18.5/configure.ac:101:	gpgme_config_version=`$GPGME_CONFIG --version`
caja-seahorse-1.18.5/configure.ac-102-	major=`echo $gpgme_config_version | \
##############################################
caja-seahorse-1.18.5/configure.ac-118-if test $ok = "yes"; then
caja-seahorse-1.18.5/configure.ac:119:	GPGME_CFLAGS=`$GPGME_CONFIG --cflags`
caja-seahorse-1.18.5/configure.ac:120:	GPGME_LIBS=`$GPGME_CONFIG --libs`
caja-seahorse-1.18.5/configure.ac-121-	AC_MSG_RESULT(yes)
##############################################
caja-seahorse-1.18.5/configure.ac-142-if test -z "$with_caja_ext_dir"; then
caja-seahorse-1.18.5/configure.ac:143:	CAJA_EXTENSION_DIR=`$PKG_CONFIG --variable=extensiondir libcaja-extension`
caja-seahorse-1.18.5/configure.ac-144-else
##############################################
caja-seahorse-1.18.5/po/Makefile.in.in-58-
caja-seahorse-1.18.5/po/Makefile.in.in:59: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)
caja-seahorse-1.18.5/po/Makefile.in.in-60-
##############################################
caja-seahorse-1.18.5/po/Makefile.in.in-88-.po.gmo:
caja-seahorse-1.18.5/po/Makefile.in.in:89:	$(INTLTOOL_V_MSGFMT)file=`echo $* | sed 's,.*/,,'`.gmo \
caja-seahorse-1.18.5/po/Makefile.in.in-90-	  && rm -f $$file && $(GMSGFMT) -o $$file $<
##############################################
caja-seahorse-1.18.5/po/Makefile.in.in-189-	  echo "$$lang:"; \
caja-seahorse-1.18.5/po/Makefile.in.in:190:	  result="`$(MSGMERGE) -o $$tmpdir/$$lang.new.po $$lang`"; \
caja-seahorse-1.18.5/po/Makefile.in.in-191-	  if $$result; then \