===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
auctex-12.2/ChangeLog-preview-905-	(install-startup): split lines with `$(MAKE)' and
auctex-12.2/ChangeLog-preview:906:	`$(INSTALL_DATA)' so that `make -n' will properly recurse.
auctex-12.2/ChangeLog-preview-907-
##############################################
auctex-12.2/ChangeLog.1-18513-
auctex-12.2/ChangeLog.1:18514:	* aclocal.m4: Use `${...}' instead of `$(...)' everywhere.
auctex-12.2/ChangeLog.1-18515-
##############################################
auctex-12.2/ChangeLog.1-18598-	* Makefile.in (RPMROOT): New variable.
auctex-12.2/ChangeLog.1:18599:	(tar-ball): Clean up `$(FTPDIR)' and `$(WWWDIR/doc)' before
auctex-12.2/ChangeLog.1-18600-	installation.
##############################################
auctex-12.2/Makefile.in-424-	  ChangeLog.tmp > $(CHANGELOG_N).tmp
auctex-12.2/Makefile.in:425:	new_commit_line=`grep --text '$(new_commit_regexp)' ChangeLog.tmp` && \
auctex-12.2/Makefile.in-426-	sed 's/$(new_commit_regexp).*/'"$$new_commit_line/" \
##############################################
auctex-12.2/Makefile.in-504-	git commit -m '; Release_$(TAG)' -- $(CHANGELOG_N) ChangeLog-preview
auctex-12.2/Makefile.in:505:	git tag release_`echo $(TAG) | sed -e 's/[.]/_/g'`
auctex-12.2/Makefile.in-506-	@echo
##############################################
auctex-12.2/Makefile.in-515-# Use TAG_EXPORT if set (for snapshots)
auctex-12.2/Makefile.in:516:	git archive $${TAG_EXPORT:=`echo release_$(TAG) | sed 's/[.]/_/g'`} | tar -xC auctex-$(TAG)
auctex-12.2/Makefile.in-517-	cd auctex-$(TAG) && AUCTEXVERSION=$(TAG) AUCTEXDATE=$(AUCTEXDATE) ./autogen.sh && rm -rf $(EXCLUDEDFILES)
##############################################
auctex-12.2/Makefile.in-633-	   esac ; \
auctex-12.2/Makefile.in:634:	   echo "filename: "`basename $$i` >>$$i.directive ; \
auctex-12.2/Makefile.in-635-	   echo "$$phrase" | gpg $$gpg_opt --clearsign $$i.directive ; \
##############################################
auctex-12.2/Makefile.in-666-# Use TAG_EXPORT if set (for snapshots)
auctex-12.2/Makefile.in:667:	git archive $${TAG_EXPORT:=`echo release_$(TAG) | sed 's/[.]/_/g'`} \
auctex-12.2/Makefile.in-668-	  latex/ | tar -xC $(PREVIEW_BUILD_DIR) --strip-components=1
##############################################
auctex-12.2/aclocal.m4-17-  "${EMACS}" -batch $3 -eval "(let* (patsubst([$4], [\w+], [(\&(pop command-line-args-left))])(x ${elisp})) (write-region (if (stringp x) x (prin1-to-string x)) nil \"${OUTPUT}\"))" $5 >& AC_FD_CC 2>&1
auctex-12.2/aclocal.m4:18:  $1="`cat ${OUTPUT}`"
auctex-12.2/aclocal.m4-19-  echo "=> [$]{$1}" >& AC_FD_CC 2>&1
##############################################
auctex-12.2/aclocal.m4-68-  AC_MSG_RESULT([git not found, checking for date in ChangeLog:])
auctex-12.2/aclocal.m4:69:  $1=[`sed -n '1s/^\([-0-9][-0-9]*\).*/\1/p' "$3"`]
auctex-12.2/aclocal.m4-70-  if test "X${$1}" = X
##############################################
auctex-12.2/aclocal.m4-88-  AC_MSG_RESULT([git not found, checking for release in ChangeLog:])
auctex-12.2/aclocal.m4:89:  $2=[`sed -n '2,/^[0-9]/s/.*Version \(.*\) released\..*/\1/p' "$3"`]
auctex-12.2/aclocal.m4-90-  if test "X${$2}" = X
##############################################
auctex-12.2/aclocal.m4-380-fi
auctex-12.2/aclocal.m4:381:library=`echo $1 | tr _ -`
auctex-12.2/aclocal.m4-382-EMACS_LISP(EMACS_cv_SYS_$1,(progn (fmakunbound '$2) (condition-case nil (progn (require '${library}) (fboundp '$2)) (error (prog1 nil (message \"${library} not found\"))))))
##############################################
auctex-12.2/aclocal.m4-403-fi
auctex-12.2/aclocal.m4:404:library=`echo $1 | tr _ -`
auctex-12.2/aclocal.m4-405-EMACS_LISP($1,
##############################################
auctex-12.2/bib-cite.el-317-;; - treat @Strings correctly, not just in isolation.
auctex-12.2/bib-cite.el:318:;; - use  `kpsewhich -expand-path='$BIBINPUTS'`  instead of BIBINPUTS.
auctex-12.2/bib-cite.el-319-;; - jmv@di.uminho.pt (Jose Manuel Valenca) wants:
##############################################
auctex-12.2/build-aux/gitlog-to-changelog-318-          # Let $code operate on it, safely.
auctex-12.2/build-aux/gitlog-to-changelog:319:          my $r = $s->reval("$code")
auctex-12.2/build-aux/gitlog-to-changelog-320-            or die "$ME:$.:$sha: failed to eval \"$code\":\n$@\n";
##############################################
auctex-12.2/configure.ac-146-   # Replace newlines with spaces.
auctex-12.2/configure.ac:147:   TEXMFGEN="`echo ${TEXMFGEN}`"
auctex-12.2/configure.ac-148-   AC_SUBST(TEXMFGEN)
##############################################
auctex-12.2/images/execbibtex.xpm-124-"                              T ..#.%.%...+.T   ",
auctex-12.2/images/execbibtex.xpm:125:"                              ` ..$.` ` +.+.+.  ",
auctex-12.2/images/execbibtex.xpm-126-"                              T +.T ` +.T +.T   ",
##############################################
auctex-12.2/install-sh-85-
auctex-12.2/install-sh:86:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
auctex-12.2/install-sh-87-	    shift
##############################################
auctex-12.2/install-sh-89-
auctex-12.2/install-sh:90:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
auctex-12.2/install-sh-91-	    shift
##############################################
auctex-12.2/install-sh-151-	then
auctex-12.2/install-sh:152:		dst="$dst"/`basename $src`
auctex-12.2/install-sh-153-	else
##############################################
auctex-12.2/install-sh-158-## this sed command emulates the dirname command
auctex-12.2/install-sh:159:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
auctex-12.2/install-sh-160-
##############################################
auctex-12.2/install-sh-172-IFS='%'
auctex-12.2/install-sh:173:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
auctex-12.2/install-sh-174-IFS="${oIFS}"
##############################################
auctex-12.2/install-sh-206-	then
auctex-12.2/install-sh:207:		dstfile=`basename $dst`
auctex-12.2/install-sh-208-	else
##############################################
auctex-12.2/install-sh-216-	then
auctex-12.2/install-sh:217:		dstfile=`basename $dst`
auctex-12.2/install-sh-218-	else
##############################################
auctex-12.2/mkinstalldirs-56-do
auctex-12.2/mkinstalldirs:57:   set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
auctex-12.2/mkinstalldirs-58-   shift
##############################################
auctex-12.2/style/pstricks.el-686-                    (cons (list (nth 1 list)
auctex-12.2/style/pstricks.el:687:                                (cl-caddr (assoc (nth 2 list)
auctex-12.2/style/pstricks.el-688-                                              (TeX-symbol-list))))
##############################################
auctex-12.2/tex-jp.el-449-  (when japanese-TeX-mode
auctex-12.2/tex-jp.el:450:    ;; `TeX-match-style' B$r;H$&$N$O `TeX-update-style' B$N8e$KCY$i$;$k!#
auctex-12.2/tex-jp.el-451-    ;; B$3$NCJ3,$G;H$&$H!"$=$NCf$G8F$V `TeX-style-list' B$NCf$G
auctex-12.2/tex-jp.el:452:    ;; `TeX-update-style' B$,8F$P$l$F$7$^$$!"local variable BEy$N=`Hw$,
auctex-12.2/tex-jp.el-453-    ;; B@0$C$F$J$$CJ3,$G style hook B$,<B9T$5$l$FITE,$J7k2L$K$J$k$3$H$,
auctex-12.2/tex-jp.el:454:    ;; B$"$k!#$^$?!"`TeX-update-style' B$O8e$+$i `find-file-hook' BCf$G$b
auctex-12.2/tex-jp.el-455-    ;; B$&0lEY8F$P$l$k$N$G!"`TeX-parse-self' B$, t B$@$H parse B=hM}$bL5BL
##############################################
auctex-12.2/tex-jp.el-548-  '(("\\(?:Package Preview Error\\|Preview\\):.*" .
auctex-12.2/tex-jp.el:549:"`preview'B$X`auctex'B%*%W%7%g%s$rD>@\M?$($k$N$OHr$1$F$/$@$5$$!%
auctex-12.2/tex-jp.el-550-B%W%l%S%e!<$N<B9T;~0J30$G$3$N%(%i!<$,=P$?>l9g!$M>$j$K$3$_$$$C$?$3$H$r