===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
rzip-2.1/test-random.sh-14-./rzip -k -o /tmp/rzip.random.rz /tmp/rzip.random
rzip-2.1/test-random.sh:15:BASE_SIZE=`ls -l /tmp/rzip.random.rz | awk '{print $5}'`
rzip-2.1/test-random.sh-16-rm /tmp/rzip.random /tmp/rzip.random.rz
rzip-2.1/test-random.sh-17-
rzip-2.1/test-random.sh:18:echo Gain for ${BIG}MB: `expr $BASE_SIZE - $BIG \* 1024 \* 1024`
rzip-2.1/test-random.sh:19:echo `echo "scale=5; ( $BASE_SIZE - $BIG * 1024 * 1024 ) * 100 / ( $BIG * 1024 * 1024 )" | bc` percent.
rzip-2.1/test-random.sh-20-
##############################################
rzip-2.1/test-random.sh-24-	./rzip -k -o /tmp/rzip.random.rz /tmp/rzip.random
rzip-2.1/test-random.sh:25:	SIZE=`ls -l /tmp/rzip.random.rz | awk '{print $5}'`
rzip-2.1/test-random.sh-26-	rm /tmp/rzip.random /tmp/rzip.random.rz
rzip-2.1/test-random.sh:27:	PERCENT=`echo "scale=5; ( $BASE_SIZE - $SIZE ) * 100 / ( $dups * $size )" | bc`
rzip-2.1/test-random.sh:28:	echo "Improvement for $dups x $size: `expr $BASE_SIZE - $SIZE` $PERCENT%"
rzip-2.1/test-random.sh-29-    done
##############################################
rzip-2.1/configure-69-  case "$ac_option" in
rzip-2.1/configure:70:  -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
rzip-2.1/configure-71-  *) ac_optarg= ;;
##############################################
rzip-2.1/configure-101-  -disable-* | --disable-*)
rzip-2.1/configure:102:    ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
rzip-2.1/configure-103-    # Reject names that are not valid shell variable names.
rzip-2.1/configure:104:    if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
rzip-2.1/configure-105-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
rzip-2.1/configure-106-    fi
rzip-2.1/configure:107:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
rzip-2.1/configure-108-    eval "enable_${ac_feature}=no" ;;
##############################################
rzip-2.1/configure-110-  -enable-* | --enable-*)
rzip-2.1/configure:111:    ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
rzip-2.1/configure-112-    # Reject names that are not valid shell variable names.
rzip-2.1/configure:113:    if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
rzip-2.1/configure-114-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
rzip-2.1/configure-115-    fi
rzip-2.1/configure:116:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
rzip-2.1/configure-117-    case "$ac_option" in
##############################################
rzip-2.1/configure-341-  -with-* | --with-*)
rzip-2.1/configure:342:    ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
rzip-2.1/configure-343-    # Reject names that are not valid shell variable names.
rzip-2.1/configure:344:    if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
rzip-2.1/configure-345-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
rzip-2.1/configure-346-    fi
rzip-2.1/configure:347:    ac_package=`echo $ac_package| sed 's/-/_/g'`
rzip-2.1/configure-348-    case "$ac_option" in
##############################################
rzip-2.1/configure-354-  -without-* | --without-*)
rzip-2.1/configure:355:    ac_package=`echo $ac_option|sed -e 's/-*without-//'`
rzip-2.1/configure-356-    # Reject names that are not valid shell variable names.
rzip-2.1/configure:357:    if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
rzip-2.1/configure-358-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
rzip-2.1/configure-359-    fi
rzip-2.1/configure:360:    ac_package=`echo $ac_package| sed 's/-/_/g'`
rzip-2.1/configure-361-    eval "with_${ac_package}=no" ;;
##############################################
rzip-2.1/configure-384-  *)
rzip-2.1/configure:385:    if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
rzip-2.1/configure-386-      echo "configure: warning: $ac_option: invalid host type" 1>&2
##############################################
rzip-2.1/configure-397-if test -n "$ac_prev"; then
rzip-2.1/configure:398:  { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
rzip-2.1/configure-399-fi
##############################################
rzip-2.1/configure-462-  ac_prog=$0
rzip-2.1/configure:463:  ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
rzip-2.1/configure-464-  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
##############################################
rzip-2.1/configure-478-fi
rzip-2.1/configure:479:srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
rzip-2.1/configure-480-
##############################################
rzip-2.1/configure-531-echo "configure:532: checking for $ac_word" >&5
rzip-2.1/configure:532:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
rzip-2.1/configure-533-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
rzip-2.1/configure-561-echo "configure:562: checking for $ac_word" >&5
rzip-2.1/configure:562:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
rzip-2.1/configure-563-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
rzip-2.1/configure-612-echo "configure:613: checking for $ac_word" >&5
rzip-2.1/configure:613:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
rzip-2.1/configure-614-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
rzip-2.1/configure-691-echo "configure:692: checking whether we are using GNU C" >&5
rzip-2.1/configure:692:if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
rzip-2.1/configure-693-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
rzip-2.1/configure-719-echo "configure:720: checking whether ${CC-cc} accepts -g" >&5
rzip-2.1/configure:720:if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
rzip-2.1/configure-721-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
rzip-2.1/configure-723-  echo 'void f(){}' > conftest.c
rzip-2.1/configure:724:if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
rzip-2.1/configure-725-  ac_cv_prog_cc_g=yes
##############################################
rzip-2.1/configure-782-if test -z "$INSTALL"; then
rzip-2.1/configure:783:if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
rzip-2.1/configure-784-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
rzip-2.1/configure-843-echo "configure:844: checking for special C compiler options needed for large files" >&5
rzip-2.1/configure:844:if eval "test \"`echo '$''{'ac_cv_sys_largefile_CC'+set}'`\" = set"; then
rzip-2.1/configure-845-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
rzip-2.1/configure-899-echo "configure:900: checking for _FILE_OFFSET_BITS value needed for large files" >&5
rzip-2.1/configure:900:if eval "test \"`echo '$''{'ac_cv_sys_file_offset_bits'+set}'`\" = set"; then
rzip-2.1/configure-901-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
rzip-2.1/configure-955-echo "configure:956: checking for _LARGEFILE_SOURCE value needed for large files" >&5
rzip-2.1/configure:956:if eval "test \"`echo '$''{'ac_cv_sys_largefile_source'+set}'`\" = set"; then
rzip-2.1/configure-957-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
rzip-2.1/configure-1011-echo "configure:1012: checking for _LARGE_FILES value needed for large files" >&5
rzip-2.1/configure:1012:if eval "test \"`echo '$''{'ac_cv_sys_large_files'+set}'`\" = set"; then
rzip-2.1/configure-1013-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
rzip-2.1/configure-1067-echo "configure:1068: checking for _XOPEN_SOURCE value needed for large files" >&5
rzip-2.1/configure:1068:if eval "test \"`echo '$''{'ac_cv_sys_xopen_source'+set}'`\" = set"; then
rzip-2.1/configure-1069-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
rzip-2.1/configure-1131-if test -z "$CPP"; then
rzip-2.1/configure:1132:if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
rzip-2.1/configure-1133-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
rzip-2.1/configure-1147-{ (eval echo configure:1148: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
rzip-2.1/configure:1148:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
rzip-2.1/configure-1149-if test -z "$ac_err"; then
##############################################
rzip-2.1/configure-1164-{ (eval echo configure:1165: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
rzip-2.1/configure:1165:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
rzip-2.1/configure-1166-if test -z "$ac_err"; then
##############################################
rzip-2.1/configure-1181-{ (eval echo configure:1182: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
rzip-2.1/configure:1182:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
rzip-2.1/configure-1183-if test -z "$ac_err"; then
##############################################
rzip-2.1/configure-1206-do
rzip-2.1/configure:1207:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
rzip-2.1/configure-1208-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
rzip-2.1/configure-1209-echo "configure:1210: checking for $ac_hdr" >&5
rzip-2.1/configure:1210:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
rzip-2.1/configure-1211-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
rzip-2.1/configure-1219-{ (eval echo configure:1220: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
rzip-2.1/configure:1220:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
rzip-2.1/configure-1221-if test -z "$ac_err"; then
##############################################
rzip-2.1/configure-1232-fi
rzip-2.1/configure:1233:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
rzip-2.1/configure-1234-  echo "$ac_t""yes" 1>&6
rzip-2.1/configure:1235:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
rzip-2.1/configure-1236-  cat >> confdefs.h <<EOF
##############################################
rzip-2.1/configure-1246-do
rzip-2.1/configure:1247:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
rzip-2.1/configure-1248-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
rzip-2.1/configure-1249-echo "configure:1250: checking for $ac_hdr" >&5
rzip-2.1/configure:1250:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
rzip-2.1/configure-1251-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
rzip-2.1/configure-1259-{ (eval echo configure:1260: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
rzip-2.1/configure:1260:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
rzip-2.1/configure-1261-if test -z "$ac_err"; then
##############################################
rzip-2.1/configure-1272-fi
rzip-2.1/configure:1273:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
rzip-2.1/configure-1274-  echo "$ac_t""yes" 1>&6
rzip-2.1/configure:1275:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
rzip-2.1/configure-1276-  cat >> confdefs.h <<EOF
##############################################
rzip-2.1/configure-1286-do
rzip-2.1/configure:1287:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
rzip-2.1/configure-1288-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
rzip-2.1/configure-1289-echo "configure:1290: checking for $ac_hdr" >&5
rzip-2.1/configure:1290:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
rzip-2.1/configure-1291-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
rzip-2.1/configure-1299-{ (eval echo configure:1300: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
rzip-2.1/configure:1300:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
rzip-2.1/configure-1301-if test -z "$ac_err"; then
##############################################
rzip-2.1/configure-1312-fi
rzip-2.1/configure:1313:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
rzip-2.1/configure-1314-  echo "$ac_t""yes" 1>&6
rzip-2.1/configure:1315:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
rzip-2.1/configure-1316-  cat >> confdefs.h <<EOF
##############################################
rzip-2.1/configure-1327-echo "configure:1328: checking for ANSI C header files" >&5
rzip-2.1/configure:1328:if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
rzip-2.1/configure-1329-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
rzip-2.1/configure-1340-{ (eval echo configure:1341: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
rzip-2.1/configure:1341:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
rzip-2.1/configure-1342-if test -z "$ac_err"; then
##############################################
rzip-2.1/configure-1431-echo "configure:1432: checking for off_t" >&5
rzip-2.1/configure:1432:if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
rzip-2.1/configure-1433-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
rzip-2.1/configure-1464-echo "configure:1465: checking for size_t" >&5
rzip-2.1/configure:1465:if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
rzip-2.1/configure-1466-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
rzip-2.1/configure-1498-echo "configure:1499: checking size of int" >&5
rzip-2.1/configure:1499:if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
rzip-2.1/configure-1500-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
rzip-2.1/configure-1537-echo "configure:1538: checking size of long" >&5
rzip-2.1/configure:1538:if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
rzip-2.1/configure-1539-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
rzip-2.1/configure-1576-echo "configure:1577: checking size of short" >&5
rzip-2.1/configure:1577:if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
rzip-2.1/configure-1578-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
rzip-2.1/configure-1616-echo "configure:1617: checking for large file support" >&5
rzip-2.1/configure:1617:if eval "test \"`echo '$''{'rzip_cv_HAVE_LARGE_FILES'+set}'`\" = set"; then
rzip-2.1/configure-1618-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
rzip-2.1/configure-1656-echo "configure:1657: checking for inline" >&5
rzip-2.1/configure:1657:if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
rzip-2.1/configure-1658-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
rzip-2.1/configure-1699-ac_lib_var=`echo bz2'_'BZ2_bzBuffToBuffCompress | sed 'y%./+-%__p_%'`
rzip-2.1/configure:1700:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
rzip-2.1/configure-1701-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
rzip-2.1/configure-1729-fi
rzip-2.1/configure:1730:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
rzip-2.1/configure-1731-  echo "$ac_t""yes" 1>&6
##############################################
rzip-2.1/configure-1772-echo "configure:1773: checking for $ac_func" >&5
rzip-2.1/configure:1773:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
rzip-2.1/configure-1774-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
rzip-2.1/configure-1811-
rzip-2.1/configure:1812:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
rzip-2.1/configure-1813-  echo "$ac_t""yes" 1>&6
rzip-2.1/configure:1814:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
rzip-2.1/configure-1815-  cat >> confdefs.h <<EOF
##############################################
rzip-2.1/configure-1827-echo "configure:1828: checking for $ac_func" >&5
rzip-2.1/configure:1828:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
rzip-2.1/configure-1829-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
rzip-2.1/configure-1866-
rzip-2.1/configure:1867:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
rzip-2.1/configure-1868-  echo "$ac_t""yes" 1>&6
rzip-2.1/configure:1869:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
rzip-2.1/configure-1870-  cat >> confdefs.h <<EOF
##############################################
rzip-2.1/configure-2046-    fi
rzip-2.1/configure:2047:    ac_file=`expr $ac_file + 1`
rzip-2.1/configure-2048-    ac_beg=$ac_end
rzip-2.1/configure:2049:    ac_end=`expr $ac_end + $ac_max_sed_cmds`
rzip-2.1/configure-2050-  fi
##############################################
rzip-2.1/configure-2064-  case "$ac_file" in
rzip-2.1/configure:2065:  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
rzip-2.1/configure:2066:       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
rzip-2.1/configure-2067-  *) ac_file_in="${ac_file}.in" ;;
##############################################
rzip-2.1/configure-2072-  # Remove last slash and all that follows it.  Not all systems have dirname.
rzip-2.1/configure:2073:  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
rzip-2.1/configure-2074-  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
##############################################
rzip-2.1/configure-2076-    test ! -d "$ac_dir" && mkdir "$ac_dir"
rzip-2.1/configure:2077:    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
rzip-2.1/configure-2078-    # A "../" for each directory in $ac_dir_suffix.
rzip-2.1/configure:2079:    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
rzip-2.1/configure-2080-  else
##############################################
rzip-2.1/configure-2086-      if test -z "$ac_dots"; then top_srcdir=.
rzip-2.1/configure:2087:      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
rzip-2.1/configure-2088-  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
##############################################
rzip-2.1/configure-2100-  rm -f "$ac_file"
rzip-2.1/configure:2101:  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
rzip-2.1/configure-2102-  case "$ac_file" in
##############################################
rzip-2.1/configure-2107-
rzip-2.1/configure:2108:  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
rzip-2.1/configure-2109-  sed -e "$ac_comsub
##############################################
rzip-2.1/configure-2146-  case "$ac_file" in
rzip-2.1/configure:2147:  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
rzip-2.1/configure:2148:       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
rzip-2.1/configure-2149-  *) ac_file_in="${ac_file}.in" ;;
##############################################
rzip-2.1/configure-2154-  rm -f conftest.frag conftest.in conftest.out
rzip-2.1/configure:2155:  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
rzip-2.1/configure-2156-  cat $ac_file_inputs > conftest.in
##############################################
rzip-2.1/configure-2214-    # Remove last slash and all that follows it.  Not all systems have dirname.
rzip-2.1/configure:2215:      ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
rzip-2.1/configure-2216-      if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
##############################################
rzip-2.1/install-sh-73-
rzip-2.1/install-sh:74:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
rzip-2.1/install-sh-75-	    shift
##############################################
rzip-2.1/install-sh-77-
rzip-2.1/install-sh:78:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
rzip-2.1/install-sh-79-	    shift
##############################################
rzip-2.1/install-sh-138-	then
rzip-2.1/install-sh:139:		dst="$dst"/`basename $src`
rzip-2.1/install-sh-140-	else
##############################################
rzip-2.1/install-sh-145-## this sed command emulates the dirname command
rzip-2.1/install-sh:146:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
rzip-2.1/install-sh-147-
##############################################
rzip-2.1/install-sh-159-IFS='%'
rzip-2.1/install-sh:160:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
rzip-2.1/install-sh-161-IFS="${oIFS}"
##############################################
rzip-2.1/install-sh-193-	then
rzip-2.1/install-sh:194:		dstfile=`basename $dst`
rzip-2.1/install-sh-195-	else
##############################################
rzip-2.1/install-sh-203-	then
rzip-2.1/install-sh:204:		dstfile=`basename $dst`
rzip-2.1/install-sh-205-	else
##############################################
rzip-2.1/ratios-5-for f in $*; do
rzip-2.1/ratios:6:    s1=`filesize $f`
rzip-2.1/ratios:7:    s2=`filesize $f.bz2`
rzip-2.1/ratios:8:    s3=`filesize $f.rz`
rzip-2.1/ratios:9:    s4=`filesize $f.gz`
rzip-2.1/ratios-10-
##############################################
rzip-2.1/testfiles.sh-23-    fi
rzip-2.1/testfiles.sh:24:    bname=`basename $f`
rzip-2.1/testfiles.sh-25-    ./rzip -k $f -o $tdir/$bname || failed $f
rzip-2.1/testfiles.sh:26:    s1=`stat -L -c '%s' $f`
rzip-2.1/testfiles.sh:27:    s2=`stat -L -c '%s' $tdir/$bname`
rzip-2.1/testfiles.sh:28:    r=`ratio $s1 $s2`
rzip-2.1/testfiles.sh-29-    echo $f $s1 $s2 $r
##############################################
rzip-2.1/testfiles.sh-34-    fi
rzip-2.1/testfiles.sh:35:    ts1=`expr $ts1 + $s1`
rzip-2.1/testfiles.sh:36:    ts2=`expr $ts2 + $s2`
rzip-2.1/testfiles.sh-37-    rm -f $tdir/$bname.2 $tdir/$bname
##############################################
rzip-2.1/testfiles.sh-40-echo ALL OK
rzip-2.1/testfiles.sh:41:r=`ratio $ts1 $ts2`
rzip-2.1/testfiles.sh-42-echo $ts1 $ts2 $r