===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
liece-2.0+0.20030527cvs/acinclude.m4-46-	eval ${EMACS}' -batch -eval '\''(let ((x '${elisp}')) (write-region (if (stringp x) (princ x) (prin1-to-string x)) nil "'${OUTPUT}'" nil 5))'\' >& AC_FD_CC 2>&1
liece-2.0+0.20030527cvs/acinclude.m4:47:	retval=`cat ${OUTPUT}`
liece-2.0+0.20030527cvs/acinclude.m4-48-	echo "=> ${retval}" >& AC_FD_CC 2>&1
##############################################
liece-2.0+0.20030527cvs/acinclude.m4-116-AC_DEFUN(AC_PATH_ETCDIR, [
liece-2.0+0.20030527cvs/acinclude.m4:117:  AC_ARG_WITH(etcdir,[  --with-etcdir=DIR       Where to install etc files], etcdir=${withval})
liece-2.0+0.20030527cvs/acinclude.m4-118-  AC_MSG_CHECKING([where etc files should go])
##############################################
liece-2.0+0.20030527cvs/acinclude.m4-134-fi
liece-2.0+0.20030527cvs/acinclude.m4:135:library=`echo $1 | tr _ -`
liece-2.0+0.20030527cvs/acinclude.m4:136:AC_EMACS_LISP($1,(progn (fmakunbound (quote $2)) (condition-case nil (progn (require (quote $library)) (fboundp (quote $2))) (error (prog1 nil (message \"$library not found\"))))),"noecho")
liece-2.0+0.20030527cvs/acinclude.m4-137-if test "${EMACS_cv_SYS_$1}" = nil; then
##############################################
liece-2.0+0.20030527cvs/acinclude.m4-173-])
liece-2.0+0.20030527cvs/acinclude.m4:174:   AC_ARG_WITH(w3,[  --with-w3=DIR           Specify where to find the w3 package], [ EMACS_cv_ACCEPTABLE_W3=`( cd $withval && pwd || echo "$withval" ) 2> /dev/null` ])
liece-2.0+0.20030527cvs/acinclude.m4-175-   W3=${EMACS_cv_ACCEPTABLE_W3}
##############################################
liece-2.0+0.20030527cvs/acinclude.m4-207-])
liece-2.0+0.20030527cvs/acinclude.m4:208:   AC_ARG_WITH(url,[  --with-url=DIR          Specify where to find the url package], [ EMACS_cv_ACCEPTABLE_URL=`( cd $withval && pwd || echo "$withval" ) 2> /dev/null` ])
liece-2.0+0.20030527cvs/acinclude.m4-209-   URL=${EMACS_cv_ACCEPTABLE_URL}
##############################################
liece-2.0+0.20030527cvs/acinclude.m4-249-    echo '\nonstopmode\documentclass{article}\begin{document}{\fontfamily{pfu}\fontsize{10pt}{10}\selectfont test}\end{document}' > ${OUTPUT}
liece-2.0+0.20030527cvs/acinclude.m4:250:    if retval=`${LATEX} ${OUTPUT} </dev/null 2>& AC_FD_CC`; then
liece-2.0+0.20030527cvs/acinclude.m4-251-      if echo "$retval" | grep 'Some font shapes were not available' >& AC_FD_CC 2>&1  ; then  
##############################################
liece-2.0+0.20030527cvs/acinclude.m4-263-    echo '\nonstopmode\documentclass{article}\begin{document}{\fontfamily{bcr}\fontsize{10pt}{10}\selectfont test}\end{document}' > ${OUTPUT}
liece-2.0+0.20030527cvs/acinclude.m4:264:    if retval=`${LATEX} ${OUTPUT} </dev/null 2>& AC_FD_CC`; then
liece-2.0+0.20030527cvs/acinclude.m4-265-      if echo "$retval" | grep 'Some font shapes were not available' >& AC_FD_CC 2>&1  ; then  
##############################################
liece-2.0+0.20030527cvs/acinclude.m4-295-fi
liece-2.0+0.20030527cvs/acinclude.m4:296:USE_FONTS=`echo "${USE_FONTS}" | sed 's/,\([[^,]]*\)$/ and\1/'`
liece-2.0+0.20030527cvs/acinclude.m4-297-AC_MSG_RESULT("${USE_FONTS}")
##############################################
liece-2.0+0.20030527cvs/dcc/dcc.c-341-  if ((hp = gethostbyname(host)) == NULL)
liece-2.0+0.20030527cvs/dcc/dcc.c:342:    addr = inet_addr(host);
liece-2.0+0.20030527cvs/dcc/dcc.c-343-  else
##############################################
liece-2.0+0.20030527cvs/etc/po/Makefile.am-15-	@list='$(mofiles)'; for p in $$list; do \
liece-2.0+0.20030527cvs/etc/po/Makefile.am:16:	  lang=`basename $$p | sed s/\.mo//`; \
liece-2.0+0.20030527cvs/etc/po/Makefile.am-17-	  $(mkinstalldirs) $(DESTDIR)$(localedir)/$$lang; \
##############################################
liece-2.0+0.20030527cvs/lisp/liece-url.el-42-
liece-2.0+0.20030527cvs/lisp/liece-url.el:43:(defcustom liece-url-regexp  "\\b\\(s?https?\\|ftp\\|file\\|gopher\\|news\\|telnet\\|wais\\|mailto\\):\\(//[-a-zA-Z0-9_.]+:[0-9]*\\)?[-a-zA-Z0-9_=?#$@~`%&*+|\\/.,:;]*[-a-zA-Z0-9_=#$@~`%&*+|\\/]"
liece-2.0+0.20030527cvs/lisp/liece-url.el-44-  "Regular expression that matches URLs."