===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
hp48cc-1.3/configure-67-  case "$ac_option" in
hp48cc-1.3/configure:68:  -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
hp48cc-1.3/configure-69-  *) ac_optarg= ;;
##############################################
hp48cc-1.3/configure-99-  -disable-* | --disable-*)
hp48cc-1.3/configure:100:    ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
hp48cc-1.3/configure-101-    # Reject names that are not valid shell variable names.
hp48cc-1.3/configure:102:    if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
hp48cc-1.3/configure-103-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
hp48cc-1.3/configure-104-    fi
hp48cc-1.3/configure:105:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
hp48cc-1.3/configure-106-    eval "enable_${ac_feature}=no" ;;
##############################################
hp48cc-1.3/configure-108-  -enable-* | --enable-*)
hp48cc-1.3/configure:109:    ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
hp48cc-1.3/configure-110-    # Reject names that are not valid shell variable names.
hp48cc-1.3/configure:111:    if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
hp48cc-1.3/configure-112-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
hp48cc-1.3/configure-113-    fi
hp48cc-1.3/configure:114:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
hp48cc-1.3/configure-115-    case "$ac_option" in
##############################################
hp48cc-1.3/configure-339-  -with-* | --with-*)
hp48cc-1.3/configure:340:    ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
hp48cc-1.3/configure-341-    # Reject names that are not valid shell variable names.
hp48cc-1.3/configure:342:    if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
hp48cc-1.3/configure-343-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
hp48cc-1.3/configure-344-    fi
hp48cc-1.3/configure:345:    ac_package=`echo $ac_package| sed 's/-/_/g'`
hp48cc-1.3/configure-346-    case "$ac_option" in
##############################################
hp48cc-1.3/configure-352-  -without-* | --without-*)
hp48cc-1.3/configure:353:    ac_package=`echo $ac_option|sed -e 's/-*without-//'`
hp48cc-1.3/configure-354-    # Reject names that are not valid shell variable names.
hp48cc-1.3/configure:355:    if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
hp48cc-1.3/configure-356-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
hp48cc-1.3/configure-357-    fi
hp48cc-1.3/configure:358:    ac_package=`echo $ac_package| sed 's/-/_/g'`
hp48cc-1.3/configure-359-    eval "with_${ac_package}=no" ;;
##############################################
hp48cc-1.3/configure-382-  *)
hp48cc-1.3/configure:383:    if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
hp48cc-1.3/configure-384-      echo "configure: warning: $ac_option: invalid host type" 1>&2
##############################################
hp48cc-1.3/configure-395-if test -n "$ac_prev"; then
hp48cc-1.3/configure:396:  { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
hp48cc-1.3/configure-397-fi
##############################################
hp48cc-1.3/configure-460-  ac_prog=$0
hp48cc-1.3/configure:461:  ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
hp48cc-1.3/configure-462-  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
##############################################
hp48cc-1.3/configure-476-fi
hp48cc-1.3/configure:477:srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
hp48cc-1.3/configure-478-
##############################################
hp48cc-1.3/configure-529-echo "configure:530: checking for $ac_word" >&5
hp48cc-1.3/configure:530:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
hp48cc-1.3/configure-531-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
hp48cc-1.3/configure-559-echo "configure:560: checking for $ac_word" >&5
hp48cc-1.3/configure:560:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
hp48cc-1.3/configure-561-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
hp48cc-1.3/configure-610-echo "configure:611: checking for $ac_word" >&5
hp48cc-1.3/configure:611:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
hp48cc-1.3/configure-612-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
hp48cc-1.3/configure-689-echo "configure:690: checking whether we are using GNU C" >&5
hp48cc-1.3/configure:690:if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
hp48cc-1.3/configure-691-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
hp48cc-1.3/configure-717-echo "configure:718: checking whether ${CC-cc} accepts -g" >&5
hp48cc-1.3/configure:718:if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
hp48cc-1.3/configure-719-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
hp48cc-1.3/configure-721-  echo 'void f(){}' > conftest.c
hp48cc-1.3/configure:722:if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
hp48cc-1.3/configure-723-  ac_cv_prog_cc_g=yes
##############################################
hp48cc-1.3/configure-780-if test -z "$INSTALL"; then
hp48cc-1.3/configure:781:if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
hp48cc-1.3/configure-782-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
hp48cc-1.3/configure-834-echo "configure:835: checking for $ac_word" >&5
hp48cc-1.3/configure:835:if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
hp48cc-1.3/configure-836-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
hp48cc-1.3/configure-864-echo "configure:865: checking for $ac_word" >&5
hp48cc-1.3/configure:865:if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
hp48cc-1.3/configure-866-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
hp48cc-1.3/configure-898-echo "configure:899: checking for yywrap in -l$ac_lib" >&5
hp48cc-1.3/configure:899:ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'`
hp48cc-1.3/configure:900:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
hp48cc-1.3/configure-901-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
hp48cc-1.3/configure-929-fi
hp48cc-1.3/configure:930:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
hp48cc-1.3/configure-931-  echo "$ac_t""yes" 1>&6
##############################################
hp48cc-1.3/configure-945-if test -z "$CPP"; then
hp48cc-1.3/configure:946:if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
hp48cc-1.3/configure-947-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
hp48cc-1.3/configure-961-{ (eval echo configure:962: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
hp48cc-1.3/configure:962:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
hp48cc-1.3/configure-963-if test -z "$ac_err"; then
##############################################
hp48cc-1.3/configure-978-{ (eval echo configure:979: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
hp48cc-1.3/configure:979:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
hp48cc-1.3/configure-980-if test -z "$ac_err"; then
##############################################
hp48cc-1.3/configure-995-{ (eval echo configure:996: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
hp48cc-1.3/configure:996:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
hp48cc-1.3/configure-997-if test -z "$ac_err"; then
##############################################
hp48cc-1.3/configure-1020-echo "configure:1021: checking lex output file root" >&5
hp48cc-1.3/configure:1021:if eval "test \"`echo '$''{'ac_cv_prog_lex_root'+set}'`\" = set"; then
hp48cc-1.3/configure-1022-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
hp48cc-1.3/configure-1041-echo "configure:1042: checking whether yytext is a pointer" >&5
hp48cc-1.3/configure:1042:if eval "test \"`echo '$''{'ac_cv_prog_lex_yytext_pointer'+set}'`\" = set"; then
hp48cc-1.3/configure-1043-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
hp48cc-1.3/configure-1054-#include "confdefs.h"
hp48cc-1.3/configure:1055:`cat $LEX_OUTPUT_ROOT.c`
hp48cc-1.3/configure-1056-int main() {
##############################################
hp48cc-1.3/configure-1086-echo "configure:1087: checking for $ac_word" >&5
hp48cc-1.3/configure:1087:if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
hp48cc-1.3/configure-1088-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
hp48cc-1.3/configure-1120-echo "configure:1121: checking for $ac_func" >&5
hp48cc-1.3/configure:1121:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
hp48cc-1.3/configure-1122-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
hp48cc-1.3/configure-1159-
hp48cc-1.3/configure:1160:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
hp48cc-1.3/configure-1161-  echo "$ac_t""yes" 1>&6
hp48cc-1.3/configure:1162:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
hp48cc-1.3/configure-1163-  cat >> confdefs.h <<EOF
##############################################
hp48cc-1.3/configure-1177-do
hp48cc-1.3/configure:1178:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
hp48cc-1.3/configure-1179-echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6
hp48cc-1.3/configure-1180-echo "configure:1181: checking for $ac_hdr that defines DIR" >&5
hp48cc-1.3/configure:1181:if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then
hp48cc-1.3/configure-1182-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
hp48cc-1.3/configure-1203-fi
hp48cc-1.3/configure:1204:if eval "test \"`echo '$ac_cv_header_dirent_'$ac_safe`\" = yes"; then
hp48cc-1.3/configure-1205-  echo "$ac_t""yes" 1>&6
hp48cc-1.3/configure:1206:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
hp48cc-1.3/configure-1207-  cat >> confdefs.h <<EOF
##############################################
hp48cc-1.3/configure-1219-ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'`
hp48cc-1.3/configure:1220:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
hp48cc-1.3/configure-1221-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
hp48cc-1.3/configure-1249-fi
hp48cc-1.3/configure:1250:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
hp48cc-1.3/configure-1251-  echo "$ac_t""yes" 1>&6
##############################################
hp48cc-1.3/configure-1260-ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'`
hp48cc-1.3/configure:1261:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
hp48cc-1.3/configure-1262-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
hp48cc-1.3/configure-1290-fi
hp48cc-1.3/configure:1291:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
hp48cc-1.3/configure-1292-  echo "$ac_t""yes" 1>&6
##############################################
hp48cc-1.3/configure-1301-echo "configure:1302: checking for ANSI C header files" >&5
hp48cc-1.3/configure:1302:if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
hp48cc-1.3/configure-1303-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
hp48cc-1.3/configure-1314-{ (eval echo configure:1315: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
hp48cc-1.3/configure:1315:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
hp48cc-1.3/configure-1316-if test -z "$ac_err"; then
##############################################
hp48cc-1.3/configure-1405-do
hp48cc-1.3/configure:1406:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
hp48cc-1.3/configure-1407-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
hp48cc-1.3/configure-1408-echo "configure:1409: checking for $ac_hdr" >&5
hp48cc-1.3/configure:1409:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
hp48cc-1.3/configure-1410-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
hp48cc-1.3/configure-1418-{ (eval echo configure:1419: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
hp48cc-1.3/configure:1419:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
hp48cc-1.3/configure-1420-if test -z "$ac_err"; then
##############################################
hp48cc-1.3/configure-1431-fi
hp48cc-1.3/configure:1432:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
hp48cc-1.3/configure-1433-  echo "$ac_t""yes" 1>&6
hp48cc-1.3/configure:1434:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
hp48cc-1.3/configure-1435-  cat >> confdefs.h <<EOF
##############################################
hp48cc-1.3/configure-1446-echo "configure:1447: checking for working const" >&5
hp48cc-1.3/configure:1447:if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
hp48cc-1.3/configure-1448-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
hp48cc-1.3/configure-1522-echo "configure:1523: checking for 8-bit clean memcmp" >&5
hp48cc-1.3/configure:1523:if eval "test \"`echo '$''{'ac_cv_func_memcmp_clean'+set}'`\" = set"; then
hp48cc-1.3/configure-1524-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
hp48cc-1.3/configure-1558-echo "configure:1559: checking for vprintf" >&5
hp48cc-1.3/configure:1559:if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
hp48cc-1.3/configure-1560-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
hp48cc-1.3/configure-1597-
hp48cc-1.3/configure:1598:if eval "test \"`echo '$ac_cv_func_'vprintf`\" = yes"; then
hp48cc-1.3/configure-1599-  echo "$ac_t""yes" 1>&6
##############################################
hp48cc-1.3/configure-1610-echo "configure:1611: checking for _doprnt" >&5
hp48cc-1.3/configure:1611:if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
hp48cc-1.3/configure-1612-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
hp48cc-1.3/configure-1649-
hp48cc-1.3/configure:1650:if eval "test \"`echo '$ac_cv_func_'_doprnt`\" = yes"; then
hp48cc-1.3/configure-1651-  echo "$ac_t""yes" 1>&6
##############################################
hp48cc-1.3/configure-1665-echo "configure:1666: checking for $ac_func" >&5
hp48cc-1.3/configure:1666:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
hp48cc-1.3/configure-1667-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
hp48cc-1.3/configure-1704-
hp48cc-1.3/configure:1705:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
hp48cc-1.3/configure-1706-  echo "$ac_t""yes" 1>&6
hp48cc-1.3/configure:1707:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
hp48cc-1.3/configure-1708-  cat >> confdefs.h <<EOF
##############################################
hp48cc-1.3/configure-1890-    fi
hp48cc-1.3/configure:1891:    ac_file=`expr $ac_file + 1`
hp48cc-1.3/configure-1892-    ac_beg=$ac_end
hp48cc-1.3/configure:1893:    ac_end=`expr $ac_end + $ac_max_sed_cmds`
hp48cc-1.3/configure-1894-  fi
##############################################
hp48cc-1.3/configure-1908-  case "$ac_file" in
hp48cc-1.3/configure:1909:  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
hp48cc-1.3/configure:1910:       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
hp48cc-1.3/configure-1911-  *) ac_file_in="${ac_file}.in" ;;
##############################################
hp48cc-1.3/configure-1916-  # Remove last slash and all that follows it.  Not all systems have dirname.
hp48cc-1.3/configure:1917:  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
hp48cc-1.3/configure-1918-  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
##############################################
hp48cc-1.3/configure-1920-    test ! -d "$ac_dir" && mkdir "$ac_dir"
hp48cc-1.3/configure:1921:    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
hp48cc-1.3/configure-1922-    # A "../" for each directory in $ac_dir_suffix.
hp48cc-1.3/configure:1923:    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
hp48cc-1.3/configure-1924-  else
##############################################
hp48cc-1.3/configure-1930-      if test -z "$ac_dots"; then top_srcdir=.
hp48cc-1.3/configure:1931:      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
hp48cc-1.3/configure-1932-  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
##############################################
hp48cc-1.3/configure-1944-  rm -f "$ac_file"
hp48cc-1.3/configure:1945:  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
hp48cc-1.3/configure-1946-  case "$ac_file" in
##############################################
hp48cc-1.3/configure-1951-
hp48cc-1.3/configure:1952:  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
hp48cc-1.3/configure-1953-  sed -e "$ac_comsub
##############################################
hp48cc-1.3/configure-1990-  case "$ac_file" in
hp48cc-1.3/configure:1991:  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
hp48cc-1.3/configure:1992:       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
hp48cc-1.3/configure-1993-  *) ac_file_in="${ac_file}.in" ;;
##############################################
hp48cc-1.3/configure-1998-  rm -f conftest.frag conftest.in conftest.out
hp48cc-1.3/configure:1999:  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
hp48cc-1.3/configure-2000-  cat $ac_file_inputs > conftest.in
##############################################
hp48cc-1.3/configure-2058-    # Remove last slash and all that follows it.  Not all systems have dirname.
hp48cc-1.3/configure:2059:      ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
hp48cc-1.3/configure-2060-      if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
##############################################
hp48cc-1.3/install.sh-93-then
hp48cc-1.3/install.sh:94:	dst="$dst"/`basename $src`
hp48cc-1.3/install.sh-95-fi
##############################################
hp48cc-1.3/install.sh-98-
hp48cc-1.3/install.sh:99:dstdir=`dirname $dst`
hp48cc-1.3/install.sh-100-dsttmp=$dstdir/#inst.$$#
##############################################
hp48cc-1.3/mkinsdir.sh-10-do
hp48cc-1.3/mkinsdir.sh:11:   set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
hp48cc-1.3/mkinsdir.sh-12-   shift