===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
xttitle-1.0/aclocal.m4-30-dnl test to see if srcdir already configured
xttitle-1.0/aclocal.m4:31:if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
xttitle-1.0/aclocal.m4-32-  AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
##############################################
xttitle-1.0/aclocal.m4-39-dnl FIXME This is truly gross.
xttitle-1.0/aclocal.m4:40:missing_dir=`cd $ac_aux_dir && pwd`
xttitle-1.0/aclocal.m4-41-AM_MISSING_PROG(ACLOCAL, aclocal, $missing_dir)
##############################################
xttitle-1.0/aclocal.m4-62-if (
xttitle-1.0/aclocal.m4:63:   set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
xttitle-1.0/aclocal.m4-64-   if test "[$]*" = "X"; then
xttitle-1.0/aclocal.m4-65-      # -L didn't work.
xttitle-1.0/aclocal.m4:66:      set X `ls -t $srcdir/configure conftestfile`
xttitle-1.0/aclocal.m4-67-   fi
##############################################
xttitle-1.0/install-sh-85-
xttitle-1.0/install-sh:86:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
xttitle-1.0/install-sh-87-	    shift
##############################################
xttitle-1.0/install-sh-89-
xttitle-1.0/install-sh:90:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
xttitle-1.0/install-sh-91-	    shift
##############################################
xttitle-1.0/install-sh-151-	then
xttitle-1.0/install-sh:152:		dst="$dst"/`basename $src`
xttitle-1.0/install-sh-153-	else
##############################################
xttitle-1.0/install-sh-158-## this sed command emulates the dirname command
xttitle-1.0/install-sh:159:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
xttitle-1.0/install-sh-160-
##############################################
xttitle-1.0/install-sh-172-IFS='%'
xttitle-1.0/install-sh:173:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
xttitle-1.0/install-sh-174-IFS="${oIFS}"
##############################################
xttitle-1.0/install-sh-206-	then
xttitle-1.0/install-sh:207:		dstfile=`basename $dst`
xttitle-1.0/install-sh-208-	else
##############################################
xttitle-1.0/install-sh-216-	then
xttitle-1.0/install-sh:217:		dstfile=`basename $dst`
xttitle-1.0/install-sh-218-	else
##############################################
xttitle-1.0/mkinstalldirs-12-do
xttitle-1.0/mkinstalldirs:13:   set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
xttitle-1.0/mkinstalldirs-14-   shift
##############################################
xttitle-1.0/missing-119-	*.y)
xttitle-1.0/missing:120:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
xttitle-1.0/missing-121-	    if [ -f "$SRCFILE" ]; then
##############################################
xttitle-1.0/missing-123-	    fi
xttitle-1.0/missing:124:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
xttitle-1.0/missing-125-	    if [ -f "$SRCFILE" ]; then
##############################################
xttitle-1.0/missing-149-	*.l)
xttitle-1.0/missing:150:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
xttitle-1.0/missing-151-	    if [ -f "$SRCFILE" ]; then
##############################################
xttitle-1.0/missing-169-         the \`GNU make' package.  Grab either from any GNU archive site."
xttitle-1.0/missing:170:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
xttitle-1.0/missing-171-    if test -z "$file"; then
xttitle-1.0/missing:172:      file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
xttitle-1.0/missing:173:      file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file`
xttitle-1.0/missing-174-    fi
##############################################
xttitle-1.0/Makefile.in-129-	  if test -f $$p; then \
xttitle-1.0/Makefile.in:130:	    echo "  $(INSTALL_PROGRAM) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
xttitle-1.0/Makefile.in:131:	     $(INSTALL_PROGRAM) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
xttitle-1.0/Makefile.in-132-	  else :; fi; \
##############################################
xttitle-1.0/Makefile.in-137-	list='$(bin_PROGRAMS)'; for p in $$list; do \
xttitle-1.0/Makefile.in:138:	  rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
xttitle-1.0/Makefile.in-139-	done
##############################################
xttitle-1.0/Makefile.in-200-	mkdir $(distdir)/=inst
xttitle-1.0/Makefile.in:201:	dc_install_base=`cd $(distdir)/=inst && pwd`; \
xttitle-1.0/Makefile.in-202-	cd $(distdir)/=build \
##############################################
xttitle-1.0/Makefile.in-211-	@banner="$(distdir).tar.gz is ready for distribution"; \
xttitle-1.0/Makefile.in:212:	dashes=`echo "$$banner" | sed s/./=/g`; \
xttitle-1.0/Makefile.in-213-	echo "$$dashes"; \
##############################################
xttitle-1.0/Makefile.in-227-	-chmod 777 $(distdir)
xttitle-1.0/Makefile.in:228:	here=`cd $(top_builddir) && pwd`; \
xttitle-1.0/Makefile.in:229:	top_distdir=`cd $(distdir) && pwd`; \
xttitle-1.0/Makefile.in:230:	distdir=`cd $(distdir) && pwd`; \
xttitle-1.0/Makefile.in-231-	cd $(top_srcdir) \
##############################################
xttitle-1.0/configure-67-  case "$ac_option" in
xttitle-1.0/configure:68:  -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
xttitle-1.0/configure-69-  *) ac_optarg= ;;
##############################################
xttitle-1.0/configure-99-  -disable-* | --disable-*)
xttitle-1.0/configure:100:    ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
xttitle-1.0/configure-101-    # Reject names that are not valid shell variable names.
xttitle-1.0/configure:102:    if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
xttitle-1.0/configure-103-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
xttitle-1.0/configure-104-    fi
xttitle-1.0/configure:105:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
xttitle-1.0/configure-106-    eval "enable_${ac_feature}=no" ;;
##############################################
xttitle-1.0/configure-108-  -enable-* | --enable-*)
xttitle-1.0/configure:109:    ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
xttitle-1.0/configure-110-    # Reject names that are not valid shell variable names.
xttitle-1.0/configure:111:    if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
xttitle-1.0/configure-112-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
xttitle-1.0/configure-113-    fi
xttitle-1.0/configure:114:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
xttitle-1.0/configure-115-    case "$ac_option" in
##############################################
xttitle-1.0/configure-339-  -with-* | --with-*)
xttitle-1.0/configure:340:    ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
xttitle-1.0/configure-341-    # Reject names that are not valid shell variable names.
xttitle-1.0/configure:342:    if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
xttitle-1.0/configure-343-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
xttitle-1.0/configure-344-    fi
xttitle-1.0/configure:345:    ac_package=`echo $ac_package| sed 's/-/_/g'`
xttitle-1.0/configure-346-    case "$ac_option" in
##############################################
xttitle-1.0/configure-352-  -without-* | --without-*)
xttitle-1.0/configure:353:    ac_package=`echo $ac_option|sed -e 's/-*without-//'`
xttitle-1.0/configure-354-    # Reject names that are not valid shell variable names.
xttitle-1.0/configure:355:    if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
xttitle-1.0/configure-356-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
xttitle-1.0/configure-357-    fi
xttitle-1.0/configure:358:    ac_package=`echo $ac_package| sed 's/-/_/g'`
xttitle-1.0/configure-359-    eval "with_${ac_package}=no" ;;
##############################################
xttitle-1.0/configure-382-  *)
xttitle-1.0/configure:383:    if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
xttitle-1.0/configure-384-      echo "configure: warning: $ac_option: invalid host type" 1>&2
##############################################
xttitle-1.0/configure-395-if test -n "$ac_prev"; then
xttitle-1.0/configure:396:  { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
xttitle-1.0/configure-397-fi
##############################################
xttitle-1.0/configure-460-  ac_prog=$0
xttitle-1.0/configure:461:  ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
xttitle-1.0/configure-462-  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
##############################################
xttitle-1.0/configure-476-fi
xttitle-1.0/configure:477:srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
xttitle-1.0/configure-478-
##############################################
xttitle-1.0/configure-556-if test -z "$INSTALL"; then
xttitle-1.0/configure:557:if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
xttitle-1.0/configure-558-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xttitle-1.0/configure-617-if (
xttitle-1.0/configure:618:   set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
xttitle-1.0/configure-619-   if test "$*" = "X"; then
xttitle-1.0/configure-620-      # -L didn't work.
xttitle-1.0/configure:621:      set X `ls -t $srcdir/configure conftestfile`
xttitle-1.0/configure-622-   fi
##############################################
xttitle-1.0/configure-651-EOF_SED
xttitle-1.0/configure:652:  program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
xttitle-1.0/configure-653-  rm -f conftestsed
##############################################
xttitle-1.0/configure-665-echo "configure:666: checking whether ${MAKE-make} sets \${MAKE}" >&5
xttitle-1.0/configure:666:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
xttitle-1.0/configure:667:if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
xttitle-1.0/configure-668-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xttitle-1.0/configure-674-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
xttitle-1.0/configure:675:eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
xttitle-1.0/configure-676-if test -n "$ac_maketemp"; then
##############################################
xttitle-1.0/configure-682-fi
xttitle-1.0/configure:683:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
xttitle-1.0/configure-684-  echo "$ac_t""yes" 1>&6
##############################################
xttitle-1.0/configure-696-
xttitle-1.0/configure:697:if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
xttitle-1.0/configure-698-  { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
##############################################
xttitle-1.0/configure-709-
xttitle-1.0/configure:710:missing_dir=`cd $ac_aux_dir && pwd`
xttitle-1.0/configure-711-echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
##############################################
xttitle-1.0/configure-781-echo "configure:782: checking for $ac_word" >&5
xttitle-1.0/configure:782:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
xttitle-1.0/configure-783-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xttitle-1.0/configure-811-echo "configure:812: checking for $ac_word" >&5
xttitle-1.0/configure:812:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
xttitle-1.0/configure-813-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xttitle-1.0/configure-862-echo "configure:863: checking for $ac_word" >&5
xttitle-1.0/configure:863:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
xttitle-1.0/configure-864-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xttitle-1.0/configure-941-echo "configure:942: checking whether we are using GNU C" >&5
xttitle-1.0/configure:942:if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
xttitle-1.0/configure-943-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xttitle-1.0/configure-969-echo "configure:970: checking whether ${CC-cc} accepts -g" >&5
xttitle-1.0/configure:970:if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
xttitle-1.0/configure-971-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xttitle-1.0/configure-973-  echo 'void f(){}' > conftest.c
xttitle-1.0/configure:974:if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
xttitle-1.0/configure-975-  ac_cv_prog_cc_g=yes
##############################################
xttitle-1.0/configure-1008-if test -z "$CPP"; then
xttitle-1.0/configure:1009:if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
xttitle-1.0/configure-1010-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xttitle-1.0/configure-1024-{ (eval echo configure:1025: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xttitle-1.0/configure:1025:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xttitle-1.0/configure-1026-if test -z "$ac_err"; then
##############################################
xttitle-1.0/configure-1041-{ (eval echo configure:1042: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xttitle-1.0/configure:1042:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xttitle-1.0/configure-1043-if test -z "$ac_err"; then
##############################################
xttitle-1.0/configure-1058-{ (eval echo configure:1059: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xttitle-1.0/configure:1059:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xttitle-1.0/configure-1060-if test -z "$ac_err"; then
##############################################
xttitle-1.0/configure-1083-echo "configure:1084: checking for ANSI C header files" >&5
xttitle-1.0/configure:1084:if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
xttitle-1.0/configure-1085-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
xttitle-1.0/configure-1096-{ (eval echo configure:1097: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
xttitle-1.0/configure:1097:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
xttitle-1.0/configure-1098-if test -z "$ac_err"; then
##############################################
xttitle-1.0/configure-1375-    fi
xttitle-1.0/configure:1376:    ac_file=`expr $ac_file + 1`
xttitle-1.0/configure-1377-    ac_beg=$ac_end
xttitle-1.0/configure:1378:    ac_end=`expr $ac_end + $ac_max_sed_cmds`
xttitle-1.0/configure-1379-  fi
##############################################
xttitle-1.0/configure-1393-  case "$ac_file" in
xttitle-1.0/configure:1394:  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
xttitle-1.0/configure:1395:       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
xttitle-1.0/configure-1396-  *) ac_file_in="${ac_file}.in" ;;
##############################################
xttitle-1.0/configure-1401-  # Remove last slash and all that follows it.  Not all systems have dirname.
xttitle-1.0/configure:1402:  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
xttitle-1.0/configure-1403-  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
##############################################
xttitle-1.0/configure-1405-    test ! -d "$ac_dir" && mkdir "$ac_dir"
xttitle-1.0/configure:1406:    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
xttitle-1.0/configure-1407-    # A "../" for each directory in $ac_dir_suffix.
xttitle-1.0/configure:1408:    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
xttitle-1.0/configure-1409-  else
##############################################
xttitle-1.0/configure-1415-      if test -z "$ac_dots"; then top_srcdir=.
xttitle-1.0/configure:1416:      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
xttitle-1.0/configure-1417-  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
##############################################
xttitle-1.0/configure-1429-  rm -f "$ac_file"
xttitle-1.0/configure:1430:  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
xttitle-1.0/configure-1431-  case "$ac_file" in
##############################################
xttitle-1.0/configure-1436-
xttitle-1.0/configure:1437:  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
xttitle-1.0/configure-1438-  sed -e "$ac_comsub