===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
termrec-0.19/doc/Makefile.am-17-.pod.1:
termrec-0.19/doc/Makefile.am:18:	$(QUIET_POD)d=`git log -1 --pretty="format:%ct" $<|cut -f 1 -d ' '`;\
termrec-0.19/doc/Makefile.am-19-	if test -n "$$d";then perl -e "utime undef,$$d,'$<'";fi;\
termrec-0.19/doc/Makefile.am:20:	pod2man -c termrec -s 1 -n `basename "$@"|sed 's/\.[0-9]$$//'|tr a-z A-Z` -r "$(VERSION)" $< >$@
termrec-0.19/doc/Makefile.am-21-
termrec-0.19/doc/Makefile.am-22-.pod.3:
termrec-0.19/doc/Makefile.am:23:	$(QUIET_POD)d=`git log -1 --pretty="format:%ct" $<|cut -f 1 -d ' '`;\
termrec-0.19/doc/Makefile.am-24-	if test -n "$$d";then perl -e "utime undef,$$d,'$<'";fi;\
termrec-0.19/doc/Makefile.am:25:	pod2man -c termrec -s 3 -n `basename "$@"|sed 's/\.[0-9]$$//'|tr a-z A-Z` -r "$(VERSION)" $< >$@
termrec-0.19/doc/Makefile.am-26-
##############################################
termrec-0.19/m4/ac_ptyranges.m4-14-#endif
termrec-0.19/m4/ac_ptyranges.m4:15:], ptys=`echo /dev/ptyp??`, ptys=`echo $pdir/pty??`)
termrec-0.19/m4/ac_ptyranges.m4-16-dnl if test -c /dev/ptyp19; then
##############################################
termrec-0.19/m4/ac_ptyranges.m4-18-dnl else
termrec-0.19/m4/ac_ptyranges.m4:19:dnl ptys=`echo $pdir/pty??`
termrec-0.19/m4/ac_ptyranges.m4-20-dnl fi
termrec-0.19/m4/ac_ptyranges.m4-21-if test "$ptys" != "$pdir/pty??" ; then
termrec-0.19/m4/ac_ptyranges.m4:22:p0=`echo $ptys | tr ' ' '\012' | sed -e 's/^.*\(.\).$/\1/g' | sort -u | tr -d '\012'`
termrec-0.19/m4/ac_ptyranges.m4:23:p1=`echo $ptys | tr ' ' '\012' | sed -e 's/^.*\(.\)$/\1/g'  | sort -u | tr -d '\012'`
termrec-0.19/m4/ac_ptyranges.m4-24-AC_DEFINE_UNQUOTED(PTYRANGE0,"$p0",[The range of Xes in /dev/ptyXY])
##############################################
termrec-0.19/m4/ac_shipped_lib.m4-4-AC_MSG_CHECKING([whether our shipped $2 works])
termrec-0.19/m4/ac_shipped_lib.m4:5:baselib=`echo "$1"|tr A-Z a-z`
termrec-0.19/m4/ac_shipped_lib.m4-6-ac_shipped_lib_save_LIBS=$LIBS
##############################################
termrec-0.19/m4/ax_create_stdint_h.m4-168-AC_MSG_CHECKING([for stdint types])
termrec-0.19/m4/ax_create_stdint_h.m4:169:ac_stdint_h=`echo ifelse($1, , _stdint.h, $1)`
termrec-0.19/m4/ax_create_stdint_h.m4-170-# try to shortcircuit - if the default include path of the compiler
##############################################
termrec-0.19/m4/ax_create_stdint_h.m4-207-
termrec-0.19/m4/ax_create_stdint_h.m4:208:inttype_headers=`echo $2 | sed -e 's/,/ /g'`
termrec-0.19/m4/ax_create_stdint_h.m4-209-
##############################################
termrec-0.19/m4/ax_create_stdint_h.m4-256-if test "$GCC" = "yes" ; then
termrec-0.19/m4/ax_create_stdint_h.m4:257:ac_cv_stdint_message="using gnu compiler "`$CC --version | head -1`
termrec-0.19/m4/ax_create_stdint_h.m4-258-else
##############################################
termrec-0.19/m4/ax_create_stdint_h.m4-703-    else
termrec-0.19/m4/ax_create_stdint_h.m4:704:      ac_dir=`AS_DIRNAME(["$ac_stdint_h"])`
termrec-0.19/m4/ax_create_stdint_h.m4-705-      AS_MKDIR_P(["$ac_dir"])