===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
aespipe-2.4d/README-43-
aespipe-2.4d/README:44:--disable-asm       Disable assembler code for x86/amd64/padlock/intelaes
aespipe-2.4d/README-45---enable-asm=x86    Always use optimized assembler code for x86
##############################################
aespipe-2.4d/README-63-require GNU tool chain to compile correctly. If ./configure script
aespipe-2.4d/README:64:incorrectly detects the tool chain in use, then --disable-asm option may be
aespipe-2.4d/README-65-needed to successfully compile aespipe. --enable-padlock and
##############################################
aespipe-2.4d/bz2aespipe-41-    echo ${ITERCOUNTK} | awk '{printf "%10u", $1;}'
aespipe-2.4d/bz2aespipe:42:    n=`echo ${ENCRYPTION} | tr -d -c 0-9`
aespipe-2.4d/bz2aespipe-43-    aesstr=0
##############################################
aespipe-2.4d/bz2aespipe-45-    if test x${n} = x256 ; then aesstr=2; fi
aespipe-2.4d/bz2aespipe:46:    n=`echo ${HASHFUNC} | tr -d -c 0-9`
aespipe-2.4d/bz2aespipe-47-    hashstr=0
##############################################
aespipe-2.4d/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
aespipe-2.4d/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
aespipe-2.4d/configure-45-  as_echo='print -r --'
aespipe-2.4d/configure-46-  as_echo_n='print -rn --'
aespipe-2.4d/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
aespipe-2.4d/configure-48-  as_echo='printf %s\n'
##############################################
aespipe-2.4d/configure-50-else
aespipe-2.4d/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
aespipe-2.4d/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
aespipe-2.4d/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
aespipe-2.4d/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
aespipe-2.4d/configure-62-      esac;
##############################################
aespipe-2.4d/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
aespipe-2.4d/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
aespipe-2.4d/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
aespipe-2.4d/configure-324-      case $as_dir in #(
aespipe-2.4d/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
aespipe-2.4d/configure-326-      *) as_qdir=$as_dir;;
##############################################
aespipe-2.4d/configure-397-  {
aespipe-2.4d/configure:398:    as_val=`expr "$@" || test $? -eq 1`
aespipe-2.4d/configure-399-  }
##############################################
aespipe-2.4d/configure-404-# ----------------------------------------
aespipe-2.4d/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
aespipe-2.4d/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
aespipe-2.4d/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
aespipe-2.4d/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
aespipe-2.4d/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
aespipe-2.4d/configure-766-  case $ac_option in
aespipe-2.4d/configure:767:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
aespipe-2.4d/configure-768-  *=)   ac_optarg= ;;
##############################################
aespipe-2.4d/configure-810-  -disable-* | --disable-*)
aespipe-2.4d/configure:811:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
aespipe-2.4d/configure-812-    # Reject names that are not valid shell variable names.
##############################################
aespipe-2.4d/configure-815-    ac_useropt_orig=$ac_useropt
aespipe-2.4d/configure:816:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
aespipe-2.4d/configure-817-    case $ac_user_opts in
##############################################
aespipe-2.4d/configure-836-  -enable-* | --enable-*)
aespipe-2.4d/configure:837:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
aespipe-2.4d/configure-838-    # Reject names that are not valid shell variable names.
##############################################
aespipe-2.4d/configure-841-    ac_useropt_orig=$ac_useropt
aespipe-2.4d/configure:842:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
aespipe-2.4d/configure-843-    case $ac_user_opts in
##############################################
aespipe-2.4d/configure-1040-  -with-* | --with-*)
aespipe-2.4d/configure:1041:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
aespipe-2.4d/configure-1042-    # Reject names that are not valid shell variable names.
##############################################
aespipe-2.4d/configure-1045-    ac_useropt_orig=$ac_useropt
aespipe-2.4d/configure:1046:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
aespipe-2.4d/configure-1047-    case $ac_user_opts in
##############################################
aespipe-2.4d/configure-1056-  -without-* | --without-*)
aespipe-2.4d/configure:1057:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
aespipe-2.4d/configure-1058-    # Reject names that are not valid shell variable names.
##############################################
aespipe-2.4d/configure-1061-    ac_useropt_orig=$ac_useropt
aespipe-2.4d/configure:1062:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
aespipe-2.4d/configure-1063-    case $ac_user_opts in
##############################################
aespipe-2.4d/configure-1094-  *=*)
aespipe-2.4d/configure:1095:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
aespipe-2.4d/configure-1096-    # Reject names that are not valid shell variable names.
##############################################
aespipe-2.4d/configure-1115-if test -n "$ac_prev"; then
aespipe-2.4d/configure:1116:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
aespipe-2.4d/configure-1117-  as_fn_error $? "missing argument to $ac_option"
##############################################
aespipe-2.4d/configure-1137-    */ )
aespipe-2.4d/configure:1138:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
aespipe-2.4d/configure-1139-      eval $ac_var=\$ac_val;;
##############################################
aespipe-2.4d/configure-1172-ac_ls_di=`ls -di .` &&
aespipe-2.4d/configure:1173:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
aespipe-2.4d/configure-1174-  as_fn_error $? "working directory cannot be determined"
##############################################
aespipe-2.4d/configure-1228-case $srcdir in
aespipe-2.4d/configure:1229:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
aespipe-2.4d/configure-1230-esac
##############################################
aespipe-2.4d/configure-1271-By default, \`make install' will install all the files in
aespipe-2.4d/configure:1272:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
aespipe-2.4d/configure:1273:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
aespipe-2.4d/configure-1274-for instance \`--prefix=\$HOME'.
##############################################
aespipe-2.4d/configure-1314-  --disable-largefile     omit support for large files
aespipe-2.4d/configure:1315:  --disable-asm           disable optimized x86/amd64/padlock/intelaes
aespipe-2.4d/configure-1316-                          assembler code
##############################################
aespipe-2.4d/configure-1354-*)
aespipe-2.4d/configure:1355:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
aespipe-2.4d/configure-1356-  # A ".." for each directory in $ac_dir_suffix.
aespipe-2.4d/configure:1357:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
aespipe-2.4d/configure-1358-  case $ac_top_builddir_sub in
##############################################
aespipe-2.4d/configure-2075-    *\'*)
aespipe-2.4d/configure:2076:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
aespipe-2.4d/configure-2077-    esac
##############################################
aespipe-2.4d/configure-2158-      case $ac_val in
aespipe-2.4d/configure:2159:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
aespipe-2.4d/configure-2160-      esac
##############################################
aespipe-2.4d/configure-2173-	case $ac_val in
aespipe-2.4d/configure:2174:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
aespipe-2.4d/configure-2175-	esac
##############################################
aespipe-2.4d/configure-2293-    set,)
aespipe-2.4d/configure:2294:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
aespipe-2.4d/configure:2295:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
aespipe-2.4d/configure-2296-      ac_cache_corrupted=: ;;
##############################################
aespipe-2.4d/configure-2304-	# differences in whitespace do not lead to failure.
aespipe-2.4d/configure:2305:	ac_old_val_w=`echo x $ac_old_val`
aespipe-2.4d/configure:2306:	ac_new_val_w=`echo x $ac_new_val`
aespipe-2.4d/configure-2307-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
aespipe-2.4d/configure-2324-    case $ac_new_val in
aespipe-2.4d/configure:2325:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
aespipe-2.4d/configure-2326-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
aespipe-2.4d/configure-2698-$as_echo_n "checking whether the C compiler works... " >&6; }
aespipe-2.4d/configure:2699:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
aespipe-2.4d/configure-2700-
##############################################
aespipe-2.4d/configure-2742-	then :; else
aespipe-2.4d/configure:2743:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
aespipe-2.4d/configure-2744-	fi
##############################################
aespipe-2.4d/configure-2802-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
aespipe-2.4d/configure:2803:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
aespipe-2.4d/configure-2804-	  break;;
##############################################
aespipe-2.4d/configure-2911-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
aespipe-2.4d/configure:2912:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
aespipe-2.4d/configure-2913-       break;;
##############################################
aespipe-2.4d/configure-3299-  # Check for GNU $ac_path_GREP
aespipe-2.4d/configure:3300:case `"$ac_path_GREP" --version 2>&1` in
aespipe-2.4d/configure-3301-*GNU*)
##############################################
aespipe-2.4d/configure-3365-  # Check for GNU $ac_path_EGREP
aespipe-2.4d/configure:3366:case `"$ac_path_EGREP" --version 2>&1` in
aespipe-2.4d/configure-3367-*GNU*)
##############################################
aespipe-2.4d/configure-3526-do :
aespipe-2.4d/configure:3527:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
aespipe-2.4d/configure-3528-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
aespipe-2.4d/configure-3531-  cat >>confdefs.h <<_ACEOF
aespipe-2.4d/configure:3532:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
aespipe-2.4d/configure-3533-_ACEOF
##############################################
aespipe-2.4d/configure-4359-  # Check for GNU $ac_path_GREP
aespipe-2.4d/configure:4360:case `"$ac_path_GREP" --version 2>&1` in
aespipe-2.4d/configure-4361-*GNU*)
##############################################
aespipe-2.4d/configure-4406-set x ${MAKE-make}
aespipe-2.4d/configure:4407:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
aespipe-2.4d/configure-4408-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
aespipe-2.4d/configure-4416-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
aespipe-2.4d/configure:4417:case `${MAKE-make} -f conftest.make 2>/dev/null` in
aespipe-2.4d/configure-4418-  *@@@%%%=?*=@@@%%%*)
##############################################
aespipe-2.4d/configure-4589-do :
aespipe-2.4d/configure:4590:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
aespipe-2.4d/configure-4591-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
aespipe-2.4d/configure-4593-  cat >>confdefs.h <<_ACEOF
aespipe-2.4d/configure:4594:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
aespipe-2.4d/configure-4595-_ACEOF
##############################################
aespipe-2.4d/configure-4602-do :
aespipe-2.4d/configure:4603:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
aespipe-2.4d/configure-4604-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
aespipe-2.4d/configure-4606-  cat >>confdefs.h <<_ACEOF
aespipe-2.4d/configure:4607:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
aespipe-2.4d/configure-4608-_ACEOF
##############################################
aespipe-2.4d/configure-5559-
aespipe-2.4d/configure:5560:# Check whether --enable-asm was given.
aespipe-2.4d/configure-5561-if test "${enable_asm+set}" = set; then :
##############################################
aespipe-2.4d/configure-5593-	OPTIMIZED_OBJS="aes-x86.o md5-x86.o"
aespipe-2.4d/configure:5594:	$as_echo "#define X86_ASM 1" >>confdefs.h
aespipe-2.4d/configure-5595-
##############################################
aespipe-2.4d/configure-5597-	OPTIMIZED_OBJS="aes-amd64.o md5-amd64.o md5-2x-amd64.o"
aespipe-2.4d/configure:5598:	$as_echo "#define AMD64_ASM 1" >>confdefs.h
aespipe-2.4d/configure-5599-
##############################################
aespipe-2.4d/configure-5827-'
aespipe-2.4d/configure:5828:DEFS=`sed -n "$ac_script" confdefs.h`
aespipe-2.4d/configure-5829-
##############################################
aespipe-2.4d/configure-5836-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
aespipe-2.4d/configure:5837:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
aespipe-2.4d/configure-5838-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
aespipe-2.4d/configure-5904-if test -z "$BASH_VERSION$ZSH_VERSION" \
aespipe-2.4d/configure:5905:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
aespipe-2.4d/configure-5906-  as_echo='print -r --'
aespipe-2.4d/configure-5907-  as_echo_n='print -rn --'
aespipe-2.4d/configure:5908:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
aespipe-2.4d/configure-5909-  as_echo='printf %s\n'
##############################################
aespipe-2.4d/configure-5911-else
aespipe-2.4d/configure:5912:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
aespipe-2.4d/configure-5913-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
aespipe-2.4d/configure-5921-	expr "X$arg" : "X\\(.*\\)$as_nl";
aespipe-2.4d/configure:5922:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
aespipe-2.4d/configure-5923-      esac;
##############################################
aespipe-2.4d/configure-5998-# ----------------------------------------
aespipe-2.4d/configure:5999:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
aespipe-2.4d/configure-6000-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
aespipe-2.4d/configure-6070-  {
aespipe-2.4d/configure:6071:    as_val=`expr "$@" || test $? -eq 1`
aespipe-2.4d/configure-6072-  }
##############################################
aespipe-2.4d/configure-6174-      case $as_dir in #(
aespipe-2.4d/configure:6175:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
aespipe-2.4d/configure-6176-      *) as_qdir=$as_dir;;
##############################################
aespipe-2.4d/configure-6296-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
aespipe-2.4d/configure:6297:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
aespipe-2.4d/configure-6298-ac_cs_version="\\
##############################################
aespipe-2.4d/configure-6318-  --*=?*)
aespipe-2.4d/configure:6319:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
aespipe-2.4d/configure:6320:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
aespipe-2.4d/configure-6321-    ac_shift=:
##############################################
aespipe-2.4d/configure-6323-  --*=)
aespipe-2.4d/configure:6324:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
aespipe-2.4d/configure-6325-    ac_optarg=
##############################################
aespipe-2.4d/configure-6347-    case $ac_optarg in
aespipe-2.4d/configure:6348:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
aespipe-2.4d/configure-6349-    '') as_fn_error $? "missing file argument" ;;
##############################################
aespipe-2.4d/configure-6463-fi
aespipe-2.4d/configure:6464:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
aespipe-2.4d/configure-6465-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
aespipe-2.4d/configure-6480-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
aespipe-2.4d/configure:6481:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
aespipe-2.4d/configure-6482-ac_delim='%!_!# '
##############################################
aespipe-2.4d/configure-6486-
aespipe-2.4d/configure:6487:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
aespipe-2.4d/configure-6488-  if test $ac_delim_n = $ac_delim_num; then
##############################################
aespipe-2.4d/configure-6648-      esac
aespipe-2.4d/configure:6649:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
aespipe-2.4d/configure-6650-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
aespipe-2.4d/configure-6707-*)
aespipe-2.4d/configure:6708:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
aespipe-2.4d/configure-6709-  # A ".." for each directory in $ac_dir_suffix.
aespipe-2.4d/configure:6710:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
aespipe-2.4d/configure-6711-  case $ac_top_builddir_sub in
##############################################
aespipe-2.4d/configure-6759-/@mandir@/p'
aespipe-2.4d/configure:6760:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
aespipe-2.4d/configure-6761-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
aespipe-2.4d/configure-6776-
aespipe-2.4d/configure:6777:# Neutralize VPATH when `$srcdir' = `.'.
aespipe-2.4d/configure-6778-# Shell code in configure.ac might set extrasub.
##############################################
aespipe-2.4d/configure-6802-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
aespipe-2.4d/configure:6803:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
aespipe-2.4d/configure-6804-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
aespipe-2.4d/configure.ac-178-
aespipe-2.4d/configure.ac:179:dnl Select x86 asm / amd64 asm / C-language sources
aespipe-2.4d/configure.ac-180-if test "$x_enable_x86asm" = yes ; then