===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
adjtimex-1.29/install-sh-73-
adjtimex-1.29/install-sh:74:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
adjtimex-1.29/install-sh-75-	    shift
##############################################
adjtimex-1.29/install-sh-77-
adjtimex-1.29/install-sh:78:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
adjtimex-1.29/install-sh-79-	    shift
##############################################
adjtimex-1.29/install-sh-138-	then
adjtimex-1.29/install-sh:139:		dst="$dst"/`basename $src`
adjtimex-1.29/install-sh-140-	else
##############################################
adjtimex-1.29/install-sh-145-## this sed command emulates the dirname command
adjtimex-1.29/install-sh:146:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
adjtimex-1.29/install-sh-147-
##############################################
adjtimex-1.29/install-sh-159-IFS='%'
adjtimex-1.29/install-sh:160:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
adjtimex-1.29/install-sh-161-IFS="${oIFS}"
##############################################
adjtimex-1.29/install-sh-193-	then
adjtimex-1.29/install-sh:194:		dstfile=`basename $dst`
adjtimex-1.29/install-sh-195-	else
##############################################
adjtimex-1.29/install-sh-203-	then
adjtimex-1.29/install-sh:204:		dstfile=`basename $dst`
adjtimex-1.29/install-sh-205-	else
##############################################
adjtimex-1.29/configure-46-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
adjtimex-1.29/configure:47:if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
adjtimex-1.29/configure-48-  as_echo='printf %s\n'
##############################################
adjtimex-1.29/configure-50-else
adjtimex-1.29/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
adjtimex-1.29/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
adjtimex-1.29/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
adjtimex-1.29/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
adjtimex-1.29/configure-62-      esac;
##############################################
adjtimex-1.29/configure-234-  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
adjtimex-1.29/configure:235:  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
adjtimex-1.29/configure-236-") 2> /dev/null; then
##############################################
adjtimex-1.29/configure-349-  test "x$as_lineno_1" != "x$as_lineno_2" &&
adjtimex-1.29/configure:350:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
adjtimex-1.29/configure-351-
##############################################
adjtimex-1.29/configure-445-  test "x$as_lineno_1" != "x$as_lineno_2" &&
adjtimex-1.29/configure:446:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
adjtimex-1.29/configure-447-
##############################################
adjtimex-1.29/configure-558-	esac;
adjtimex-1.29/configure:559:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
adjtimex-1.29/configure-560-	???[sx]*):;;*)false;;esac;fi
##############################################
adjtimex-1.29/configure-765-  case $ac_option in
adjtimex-1.29/configure:766:  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
adjtimex-1.29/configure-767-  *)	ac_optarg=yes ;;
##############################################
adjtimex-1.29/configure-808-  -disable-* | --disable-*)
adjtimex-1.29/configure:809:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
adjtimex-1.29/configure-810-    # Reject names that are not valid shell variable names.
##############################################
adjtimex-1.29/configure-814-    ac_useropt_orig=$ac_useropt
adjtimex-1.29/configure:815:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
adjtimex-1.29/configure-816-    case $ac_user_opts in
##############################################
adjtimex-1.29/configure-835-  -enable-* | --enable-*)
adjtimex-1.29/configure:836:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
adjtimex-1.29/configure-837-    # Reject names that are not valid shell variable names.
##############################################
adjtimex-1.29/configure-841-    ac_useropt_orig=$ac_useropt
adjtimex-1.29/configure:842:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
adjtimex-1.29/configure-843-    case $ac_user_opts in
##############################################
adjtimex-1.29/configure-1040-  -with-* | --with-*)
adjtimex-1.29/configure:1041:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
adjtimex-1.29/configure-1042-    # Reject names that are not valid shell variable names.
##############################################
adjtimex-1.29/configure-1046-    ac_useropt_orig=$ac_useropt
adjtimex-1.29/configure:1047:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
adjtimex-1.29/configure-1048-    case $ac_user_opts in
##############################################
adjtimex-1.29/configure-1057-  -without-* | --without-*)
adjtimex-1.29/configure:1058:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
adjtimex-1.29/configure-1059-    # Reject names that are not valid shell variable names.
##############################################
adjtimex-1.29/configure-1063-    ac_useropt_orig=$ac_useropt
adjtimex-1.29/configure:1064:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
adjtimex-1.29/configure-1065-    case $ac_user_opts in
##############################################
adjtimex-1.29/configure-1097-  *=*)
adjtimex-1.29/configure:1098:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
adjtimex-1.29/configure-1099-    # Reject names that are not valid shell variable names.
##############################################
adjtimex-1.29/configure-1117-if test -n "$ac_prev"; then
adjtimex-1.29/configure:1118:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
adjtimex-1.29/configure-1119-  { $as_echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
adjtimex-1.29/configure-1141-    */ )
adjtimex-1.29/configure:1142:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
adjtimex-1.29/configure-1143-      eval $ac_var=\$ac_val;;
##############################################
adjtimex-1.29/configure-1179-ac_ls_di=`ls -di .` &&
adjtimex-1.29/configure:1180:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
adjtimex-1.29/configure-1181-  { $as_echo "$as_me: error: working directory cannot be determined" >&2
##############################################
adjtimex-1.29/configure-1239-case $srcdir in
adjtimex-1.29/configure:1240:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
adjtimex-1.29/configure-1241-esac
##############################################
adjtimex-1.29/configure-1282-By default, \`make install' will install all the files in
adjtimex-1.29/configure:1283:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
adjtimex-1.29/configure:1284:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
adjtimex-1.29/configure-1285-for instance \`--prefix=\$HOME'.
##############################################
adjtimex-1.29/configure-1346-*)
adjtimex-1.29/configure:1347:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
adjtimex-1.29/configure-1348-  # A ".." for each directory in $ac_dir_suffix.
adjtimex-1.29/configure:1349:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
adjtimex-1.29/configure-1350-  case $ac_top_builddir_sub in
##############################################
adjtimex-1.29/configure-1479-    *\'*)
adjtimex-1.29/configure:1480:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
adjtimex-1.29/configure-1481-    esac
##############################################
adjtimex-1.29/configure-1566-      case $ac_val in
adjtimex-1.29/configure:1567:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
adjtimex-1.29/configure-1568-      esac
##############################################
adjtimex-1.29/configure-1583-	case $ac_val in
adjtimex-1.29/configure:1584:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
adjtimex-1.29/configure-1585-	esac
##############################################
adjtimex-1.29/configure-1694-    set,)
adjtimex-1.29/configure:1695:      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
adjtimex-1.29/configure:1696:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
adjtimex-1.29/configure-1697-      ac_cache_corrupted=: ;;
##############################################
adjtimex-1.29/configure-1705-	# differences in whitespace do not lead to failure.
adjtimex-1.29/configure:1706:	ac_old_val_w=`echo x $ac_old_val`
adjtimex-1.29/configure:1707:	ac_new_val_w=`echo x $ac_new_val`
adjtimex-1.29/configure-1708-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
adjtimex-1.29/configure-1725-    case $ac_new_val in
adjtimex-1.29/configure:1726:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
adjtimex-1.29/configure-1727-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
adjtimex-1.29/configure-2136-$as_echo_n "checking for C compiler default output file name... " >&6; }
adjtimex-1.29/configure:2137:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
adjtimex-1.29/configure-2138-
##############################################
adjtimex-1.29/configure-2180-	then :; else
adjtimex-1.29/configure:2181:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
adjtimex-1.29/configure-2182-	fi
##############################################
adjtimex-1.29/configure-2283-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
adjtimex-1.29/configure:2284:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
adjtimex-1.29/configure-2285-	  break;;
##############################################
adjtimex-1.29/configure-2341-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
adjtimex-1.29/configure:2342:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
adjtimex-1.29/configure-2343-       break;;
##############################################
adjtimex-1.29/configure-3097-  # Check for GNU $ac_path_GREP
adjtimex-1.29/configure:3098:case `"$ac_path_GREP" --version 2>&1` in
adjtimex-1.29/configure-3099-*GNU*)
##############################################
adjtimex-1.29/configure-3111-    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
adjtimex-1.29/configure:3112:    ac_count=`expr $ac_count + 1`
adjtimex-1.29/configure-3113-    if test $ac_count -gt ${ac_path_GREP_max-0}; then
##############################################
adjtimex-1.29/configure-3165-  # Check for GNU $ac_path_EGREP
adjtimex-1.29/configure:3166:case `"$ac_path_EGREP" --version 2>&1` in
adjtimex-1.29/configure-3167-*GNU*)
##############################################
adjtimex-1.29/configure-3179-    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
adjtimex-1.29/configure:3180:    ac_count=`expr $ac_count + 1`
adjtimex-1.29/configure-3181-    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
##############################################
adjtimex-1.29/configure-3403-do
adjtimex-1.29/configure:3404:as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
adjtimex-1.29/configure-3405-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
##############################################
adjtimex-1.29/configure-3455-  cat >>confdefs.h <<_ACEOF
adjtimex-1.29/configure:3456:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
adjtimex-1.29/configure-3457-_ACEOF
##############################################
adjtimex-1.29/configure-3468-do
adjtimex-1.29/configure:3469:as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
adjtimex-1.29/configure-3470-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
adjtimex-1.29/configure-3604-  cat >>confdefs.h <<_ACEOF
adjtimex-1.29/configure:3605:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
adjtimex-1.29/configure-3606-_ACEOF
##############################################
adjtimex-1.29/configure-3920-do
adjtimex-1.29/configure:3921:as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
adjtimex-1.29/configure-3922-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
adjtimex-1.29/configure-4012-  cat >>confdefs.h <<_ACEOF
adjtimex-1.29/configure:4013:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
adjtimex-1.29/configure-4014-_ACEOF
##############################################
adjtimex-1.29/configure-4107-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
adjtimex-1.29/configure:4108:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
adjtimex-1.29/configure-4109-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
adjtimex-1.29/configure-4177-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
adjtimex-1.29/configure:4178:if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
adjtimex-1.29/configure-4179-  as_echo='printf %s\n'
##############################################
adjtimex-1.29/configure-4181-else
adjtimex-1.29/configure:4182:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
adjtimex-1.29/configure-4183-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
adjtimex-1.29/configure-4191-	expr "X$arg" : "X\\(.*\\)$as_nl";
adjtimex-1.29/configure:4192:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
adjtimex-1.29/configure-4193-      esac;
##############################################
adjtimex-1.29/configure-4307-  test "x$as_lineno_1" != "x$as_lineno_2" &&
adjtimex-1.29/configure:4308:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
adjtimex-1.29/configure-4309-
##############################################
adjtimex-1.29/configure-4420-	esac;
adjtimex-1.29/configure:4421:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
adjtimex-1.29/configure-4422-	???[sx]*):;;*)false;;esac;fi
##############################################
adjtimex-1.29/configure-4501-configured by $0, generated by GNU Autoconf 2.63,
adjtimex-1.29/configure:4502:  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
adjtimex-1.29/configure-4503-
##############################################
adjtimex-1.29/configure-4520-  --*=*)
adjtimex-1.29/configure:4521:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
adjtimex-1.29/configure:4522:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
adjtimex-1.29/configure-4523-    ac_shift=:
##############################################
adjtimex-1.29/configure-4542-    case $ac_optarg in
adjtimex-1.29/configure:4543:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
adjtimex-1.29/configure-4544-    esac
##############################################
adjtimex-1.29/configure-4549-    case $ac_optarg in
adjtimex-1.29/configure:4550:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
adjtimex-1.29/configure-4551-    esac
##############################################
adjtimex-1.29/configure-4670-ac_cr=''
adjtimex-1.29/configure:4671:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
adjtimex-1.29/configure-4672-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
adjtimex-1.29/configure-4689-   { (exit 1); exit 1; }; }
adjtimex-1.29/configure:4690:ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
adjtimex-1.29/configure-4691-ac_delim='%!_!# '
##############################################
adjtimex-1.29/configure-4697-
adjtimex-1.29/configure:4698:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
adjtimex-1.29/configure-4699-  if test $ac_delim_n = $ac_delim_num; then
##############################################
adjtimex-1.29/configure-4831-for ac_last_try in false false :; do
adjtimex-1.29/configure:4832:  ac_t=`sed -n "/$ac_delim/p" confdefs.h`
adjtimex-1.29/configure-4833-  if test -z "$ac_t"; then
##############################################
adjtimex-1.29/configure-4971-      esac
adjtimex-1.29/configure:4972:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
adjtimex-1.29/configure-4973-      ac_file_inputs="$ac_file_inputs '$ac_f'"
##############################################
adjtimex-1.29/configure-5034-      case $as_dir in #(
adjtimex-1.29/configure:5035:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
adjtimex-1.29/configure-5036-      *) as_qdir=$as_dir;;
##############################################
adjtimex-1.29/configure-5072-*)
adjtimex-1.29/configure:5073:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
adjtimex-1.29/configure-5074-  # A ".." for each directory in $ac_dir_suffix.
adjtimex-1.29/configure:5075:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
adjtimex-1.29/configure-5076-  case $ac_top_builddir_sub in
##############################################
adjtimex-1.29/configure-5130-'
adjtimex-1.29/configure:5131:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
adjtimex-1.29/configure-5132-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
adjtimex-1.29/configure-5147-
adjtimex-1.29/configure:5148:# Neutralize VPATH when `$srcdir' = `.'.
adjtimex-1.29/configure-5149-# Shell code in configure.ac might set extrasub.
##############################################
adjtimex-1.29/configure-5176-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
adjtimex-1.29/configure:5177:  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
adjtimex-1.29/configure:5178:  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
adjtimex-1.29/configure-5179-  { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'