===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
archmbox-4.10.0/install-sh-85-
archmbox-4.10.0/install-sh:86:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
archmbox-4.10.0/install-sh-87-	    shift
##############################################
archmbox-4.10.0/install-sh-89-
archmbox-4.10.0/install-sh:90:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
archmbox-4.10.0/install-sh-91-	    shift
##############################################
archmbox-4.10.0/install-sh-151-	then
archmbox-4.10.0/install-sh:152:		dst="$dst"/`basename $src`
archmbox-4.10.0/install-sh-153-	else
##############################################
archmbox-4.10.0/install-sh-158-## this sed command emulates the dirname command
archmbox-4.10.0/install-sh:159:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
archmbox-4.10.0/install-sh-160-
##############################################
archmbox-4.10.0/install-sh-172-IFS='%'
archmbox-4.10.0/install-sh:173:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
archmbox-4.10.0/install-sh-174-IFS="${oIFS}"
##############################################
archmbox-4.10.0/install-sh-206-	then
archmbox-4.10.0/install-sh:207:		dstfile=`basename $dst`
archmbox-4.10.0/install-sh-208-	else
##############################################
archmbox-4.10.0/install-sh-216-	then
archmbox-4.10.0/install-sh:217:		dstfile=`basename $dst`
archmbox-4.10.0/install-sh-218-	else
##############################################
archmbox-4.10.0/src/archmbox.pl.in-1710-if ($FUSER =~ /.*fuser$/) {
archmbox-4.10.0/src/archmbox.pl.in:1711:	return system("$FUSER -s \"$mbox\"");
archmbox-4.10.0/src/archmbox.pl.in-1712-}
archmbox-4.10.0/src/archmbox.pl.in-1713-elsif ($FUSER =~ /.*lsof$/) {
archmbox-4.10.0/src/archmbox.pl.in:1714:	return system("$FUSER \"$mbox\" 1>/dev/null 2>&1");
archmbox-4.10.0/src/archmbox.pl.in-1715-}
##############################################
archmbox-4.10.0/missing-113-         from any GNU archive site."
archmbox-4.10.0/missing:114:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
archmbox-4.10.0/missing-115-    test -z "$files" && files="config.h"
##############################################
archmbox-4.10.0/missing-148-	*.y)
archmbox-4.10.0/missing:149:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
archmbox-4.10.0/missing-150-	    if [ -f "$SRCFILE" ]; then
##############################################
archmbox-4.10.0/missing-152-	    fi
archmbox-4.10.0/missing:153:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
archmbox-4.10.0/missing-154-	    if [ -f "$SRCFILE" ]; then
##############################################
archmbox-4.10.0/missing-178-	*.l)
archmbox-4.10.0/missing:179:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
archmbox-4.10.0/missing-180-	    if [ -f "$SRCFILE" ]; then
##############################################
archmbox-4.10.0/missing-197-
archmbox-4.10.0/missing:198:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
archmbox-4.10.0/missing-199-    if test -z "$file"; then
archmbox-4.10.0/missing:200:	file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'`
archmbox-4.10.0/missing-201-    fi
##############################################
archmbox-4.10.0/missing-223-         the \`GNU make' package.  Grab either from any GNU archive site."
archmbox-4.10.0/missing:224:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
archmbox-4.10.0/missing-225-    if test -z "$file"; then
archmbox-4.10.0/missing:226:      file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
archmbox-4.10.0/missing:227:      file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file`
archmbox-4.10.0/missing-228-    fi
##############################################
archmbox-4.10.0/missing-251-	*o*)
archmbox-4.10.0/missing:252:	    firstarg=`echo "$firstarg" | sed s/o//`
archmbox-4.10.0/missing-253-	    tar "$firstarg" ${1+"$@"} && exit 0
##############################################
archmbox-4.10.0/missing-257-	*h*)
archmbox-4.10.0/missing:258:	    firstarg=`echo "$firstarg" | sed s/h//`
archmbox-4.10.0/missing-259-	    tar "$firstarg" ${1+"$@"} && exit 0
##############################################
archmbox-4.10.0/configure-107-do
archmbox-4.10.0/configure:108:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
archmbox-4.10.0/configure-109-    eval $as_var=C; export $as_var
##############################################
archmbox-4.10.0/configure-215-  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
archmbox-4.10.0/configure:216:  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
archmbox-4.10.0/configure-217-") 2> /dev/null; then
##############################################
archmbox-4.10.0/configure-330-  test "x$as_lineno_1" != "x$as_lineno_2" &&
archmbox-4.10.0/configure:331:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
archmbox-4.10.0/configure-332-
##############################################
archmbox-4.10.0/configure-425-  test "x$as_lineno_1" != "x$as_lineno_2" &&
archmbox-4.10.0/configure:426:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
archmbox-4.10.0/configure-427-
##############################################
archmbox-4.10.0/configure-536-	esac;
archmbox-4.10.0/configure:537:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
archmbox-4.10.0/configure-538-	???[sx]*):;;*)false;;esac;fi
##############################################
archmbox-4.10.0/configure-716-  case $ac_option in
archmbox-4.10.0/configure:717:  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
archmbox-4.10.0/configure-718-  *)	ac_optarg=yes ;;
##############################################
archmbox-4.10.0/configure-759-  -disable-* | --disable-*)
archmbox-4.10.0/configure:760:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
archmbox-4.10.0/configure-761-    # Reject names that are not valid shell variable names.
##############################################
archmbox-4.10.0/configure-764-   { (exit 1); exit 1; }; }
archmbox-4.10.0/configure:765:    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
archmbox-4.10.0/configure-766-    eval enable_$ac_feature=no ;;
##############################################
archmbox-4.10.0/configure-778-  -enable-* | --enable-*)
archmbox-4.10.0/configure:779:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
archmbox-4.10.0/configure-780-    # Reject names that are not valid shell variable names.
##############################################
archmbox-4.10.0/configure-783-   { (exit 1); exit 1; }; }
archmbox-4.10.0/configure:784:    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
archmbox-4.10.0/configure-785-    eval enable_$ac_feature=\$ac_optarg ;;
##############################################
archmbox-4.10.0/configure-975-  -with-* | --with-*)
archmbox-4.10.0/configure:976:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
archmbox-4.10.0/configure-977-    # Reject names that are not valid shell variable names.
##############################################
archmbox-4.10.0/configure-980-   { (exit 1); exit 1; }; }
archmbox-4.10.0/configure:981:    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
archmbox-4.10.0/configure-982-    eval with_$ac_package=\$ac_optarg ;;
##############################################
archmbox-4.10.0/configure-984-  -without-* | --without-*)
archmbox-4.10.0/configure:985:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
archmbox-4.10.0/configure-986-    # Reject names that are not valid shell variable names.
##############################################
archmbox-4.10.0/configure-989-   { (exit 1); exit 1; }; }
archmbox-4.10.0/configure:990:    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
archmbox-4.10.0/configure-991-    eval with_$ac_package=no ;;
##############################################
archmbox-4.10.0/configure-1016-  *=*)
archmbox-4.10.0/configure:1017:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
archmbox-4.10.0/configure-1018-    # Reject names that are not valid shell variable names.
##############################################
archmbox-4.10.0/configure-1036-if test -n "$ac_prev"; then
archmbox-4.10.0/configure:1037:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
archmbox-4.10.0/configure-1038-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
archmbox-4.10.0/configure-1082-ac_ls_di=`ls -di .` &&
archmbox-4.10.0/configure:1083:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
archmbox-4.10.0/configure-1084-  { echo "$as_me: error: Working directory cannot be determined" >&2
##############################################
archmbox-4.10.0/configure-1142-case $srcdir in
archmbox-4.10.0/configure:1143:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
archmbox-4.10.0/configure-1144-esac
##############################################
archmbox-4.10.0/configure-1185-By default, \`make install' will install all the files in
archmbox-4.10.0/configure:1186:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
archmbox-4.10.0/configure:1187:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
archmbox-4.10.0/configure-1188-for instance \`--prefix=\$HOME'.
##############################################
archmbox-4.10.0/configure-1246-*)
archmbox-4.10.0/configure:1247:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
archmbox-4.10.0/configure-1248-  # A ".." for each directory in $ac_dir_suffix.
archmbox-4.10.0/configure:1249:  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
archmbox-4.10.0/configure-1250-  case $ac_top_builddir_sub in
##############################################
archmbox-4.10.0/configure-1379-    *\'*)
archmbox-4.10.0/configure:1380:      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
archmbox-4.10.0/configure-1381-    esac
##############################################
archmbox-4.10.0/configure-1465-      case $ac_val in
archmbox-4.10.0/configure:1466:      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
archmbox-4.10.0/configure-1467-      esac
##############################################
archmbox-4.10.0/configure-1482-	case $ac_val in
archmbox-4.10.0/configure:1483:	*\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
archmbox-4.10.0/configure-1484-	esac
##############################################
archmbox-4.10.0/configure-1590-    set,)
archmbox-4.10.0/configure:1591:      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
archmbox-4.10.0/configure:1592:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
archmbox-4.10.0/configure-1593-      ac_cache_corrupted=: ;;
##############################################
archmbox-4.10.0/configure-1612-    case $ac_new_val in
archmbox-4.10.0/configure:1613:    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
archmbox-4.10.0/configure-1614-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
archmbox-4.10.0/configure-1776-if (
archmbox-4.10.0/configure:1777:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
archmbox-4.10.0/configure-1778-   if test "$*" = "X"; then
archmbox-4.10.0/configure-1779-      # -L didn't work.
archmbox-4.10.0/configure:1780:      set X `ls -t $srcdir/configure conftest.file`
archmbox-4.10.0/configure-1781-   fi
##############################################
archmbox-4.10.0/configure-1820-_ACEOF
archmbox-4.10.0/configure:1821:program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
archmbox-4.10.0/configure-1822-rm -f conftest.sed
##############################################
archmbox-4.10.0/configure-1824-# expand $ac_aux_dir to an absolute path
archmbox-4.10.0/configure:1825:am_aux_dir=`cd $ac_aux_dir && pwd`
archmbox-4.10.0/configure-1826-
##############################################
archmbox-4.10.0/configure-1850-	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
archmbox-4.10.0/configure:1851:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
archmbox-4.10.0/configure-1852-	     'mkdir (GNU coreutils) '* | \
##############################################
archmbox-4.10.0/configure-1928-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
archmbox-4.10.0/configure:1929:set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
archmbox-4.10.0/configure-1930-if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
archmbox-4.10.0/configure-1938-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
archmbox-4.10.0/configure:1939:case `${MAKE-make} -f conftest.make 2>/dev/null` in
archmbox-4.10.0/configure-1940-  *@@@%%%=?*=@@@%%%*)
##############################################
archmbox-4.10.0/configure-1965-
archmbox-4.10.0/configure:1966:if test "`cd $srcdir && pwd`" != "`pwd`"; then
archmbox-4.10.0/configure-1967-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
archmbox-4.10.0/configure-2839-'
archmbox-4.10.0/configure:2840:DEFS=`sed -n "$ac_script" confdefs.h`
archmbox-4.10.0/configure-2841-
##############################################
archmbox-4.10.0/configure-2847-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
archmbox-4.10.0/configure:2848:  ac_i=`echo "$ac_i" | sed "$ac_script"`
archmbox-4.10.0/configure-2849-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
archmbox-4.10.0/configure-2977-do
archmbox-4.10.0/configure:2978:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
archmbox-4.10.0/configure-2979-    eval $as_var=C; export $as_var
##############################################
archmbox-4.10.0/configure-3027-  test "x$as_lineno_1" != "x$as_lineno_2" &&
archmbox-4.10.0/configure:3028:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
archmbox-4.10.0/configure-3029-
##############################################
archmbox-4.10.0/configure-3138-	esac;
archmbox-4.10.0/configure:3139:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
archmbox-4.10.0/configure-3140-	???[sx]*):;;*)false;;esac;fi
##############################################
archmbox-4.10.0/configure-3203-configured by $0, generated by GNU Autoconf 2.61,
archmbox-4.10.0/configure:3204:  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
archmbox-4.10.0/configure-3205-
##############################################
archmbox-4.10.0/configure-3223-  --*=*)
archmbox-4.10.0/configure:3224:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
archmbox-4.10.0/configure:3225:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
archmbox-4.10.0/configure-3226-    ac_shift=:
##############################################
archmbox-4.10.0/configure-3438-
archmbox-4.10.0/configure:3439:  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 73; then
archmbox-4.10.0/configure-3440-    break
##############################################
archmbox-4.10.0/configure-3449-
archmbox-4.10.0/configure:3450:ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
archmbox-4.10.0/configure-3451-if test -n "$ac_eof"; then
archmbox-4.10.0/configure:3452:  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
archmbox-4.10.0/configure:3453:  ac_eof=`expr $ac_eof + 1`
archmbox-4.10.0/configure-3454-fi
##############################################
archmbox-4.10.0/configure-3587-      case $as_dir in #(
archmbox-4.10.0/configure:3588:      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
archmbox-4.10.0/configure-3589-      *) as_qdir=$as_dir;;
##############################################
archmbox-4.10.0/configure-3625-*)
archmbox-4.10.0/configure:3626:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
archmbox-4.10.0/configure-3627-  # A ".." for each directory in $ac_dir_suffix.
archmbox-4.10.0/configure:3628:  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
archmbox-4.10.0/configure-3629-  case $ac_top_builddir_sub in
##############################################
archmbox-4.10.0/configure-3703-
archmbox-4.10.0/configure:3704:# Neutralize VPATH when `$srcdir' = `.'.
archmbox-4.10.0/configure-3705-# Shell code in configure.ac might set extrasub.
##############################################
archmbox-4.10.0/configure-3728-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
archmbox-4.10.0/configure:3729:  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
archmbox-4.10.0/configure:3730:  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
archmbox-4.10.0/configure-3731-  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
##############################################
archmbox-4.10.0/aclocal.m4-62-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
archmbox-4.10.0/aclocal.m4:63:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
archmbox-4.10.0/aclocal.m4-64-#
##############################################
archmbox-4.10.0/aclocal.m4-86-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
archmbox-4.10.0/aclocal.m4:87:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
archmbox-4.10.0/aclocal.m4-88-# and then we would define $MISSING as
##############################################
archmbox-4.10.0/aclocal.m4-102-# expand $ac_aux_dir to an absolute path
archmbox-4.10.0/aclocal.m4:103:am_aux_dir=`cd $ac_aux_dir && pwd`
archmbox-4.10.0/aclocal.m4-104-])
##############################################
archmbox-4.10.0/aclocal.m4-137-AC_REQUIRE([AC_PROG_INSTALL])dnl
archmbox-4.10.0/aclocal.m4:138:if test "`cd $srcdir && pwd`" != "`pwd`"; then
archmbox-4.10.0/aclocal.m4-139-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
archmbox-4.10.0/aclocal.m4-225-    * )
archmbox-4.10.0/aclocal.m4:226:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
archmbox-4.10.0/aclocal.m4-227-  esac
archmbox-4.10.0/aclocal.m4-228-done
archmbox-4.10.0/aclocal.m4:229:echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
archmbox-4.10.0/aclocal.m4-230-
##############################################
archmbox-4.10.0/aclocal.m4-384-if (
archmbox-4.10.0/aclocal.m4:385:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
archmbox-4.10.0/aclocal.m4-386-   if test "$[*]" = "X"; then
archmbox-4.10.0/aclocal.m4-387-      # -L didn't work.
archmbox-4.10.0/aclocal.m4:388:      set X `ls -t $srcdir/configure conftest.file`
archmbox-4.10.0/aclocal.m4-389-   fi
##############################################
archmbox-4.10.0/Makefile.in-210-	  if test -f $$d$$p; then \
archmbox-4.10.0/Makefile.in:211:	    f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
archmbox-4.10.0/Makefile.in-212-	    echo " $(binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \
##############################################
archmbox-4.10.0/Makefile.in-219-	@list='$(bin_SCRIPTS)'; for p in $$list; do \
archmbox-4.10.0/Makefile.in:220:	  f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
archmbox-4.10.0/Makefile.in-221-	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
##############################################
archmbox-4.10.0/Makefile.in-236-	  else file=$$i; fi; \
archmbox-4.10.0/Makefile.in:237:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
archmbox-4.10.0/Makefile.in-238-	  case "$$ext" in \
##############################################
archmbox-4.10.0/Makefile.in-241-	  esac; \
archmbox-4.10.0/Makefile.in:242:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
archmbox-4.10.0/Makefile.in:243:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
archmbox-4.10.0/Makefile.in:244:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
archmbox-4.10.0/Makefile.in-245-	  echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
##############################################
archmbox-4.10.0/Makefile.in-257-	for i in $$list; do \
archmbox-4.10.0/Makefile.in:258:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
archmbox-4.10.0/Makefile.in-259-	  case "$$ext" in \
##############################################
archmbox-4.10.0/Makefile.in-262-	  esac; \
archmbox-4.10.0/Makefile.in:263:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
archmbox-4.10.0/Makefile.in:264:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
archmbox-4.10.0/Makefile.in:265:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
archmbox-4.10.0/Makefile.in-266-	  echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
##############################################
archmbox-4.10.0/Makefile.in-278-	test -d $(distdir) || mkdir $(distdir)
archmbox-4.10.0/Makefile.in:279:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
archmbox-4.10.0/Makefile.in:280:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
archmbox-4.10.0/Makefile.in-281-	list='$(DISTFILES)'; \
##############################################
archmbox-4.10.0/Makefile.in-292-	  if test -d $$d/$$file; then \
archmbox-4.10.0/Makefile.in:293:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
archmbox-4.10.0/Makefile.in-294-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
##############################################
archmbox-4.10.0/Makefile.in-353-	chmod a-w $(distdir)
archmbox-4.10.0/Makefile.in:354:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
archmbox-4.10.0/Makefile.in-355-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
archmbox-4.10.0/Makefile.in-384-	@cd $(distuninstallcheck_dir) \
archmbox-4.10.0/Makefile.in:385:	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
archmbox-4.10.0/Makefile.in-386-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
archmbox-4.10.0/Makefile.in-396-	fi
archmbox-4.10.0/Makefile.in:397:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
archmbox-4.10.0/Makefile.in-398-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
archmbox-4.10.0/mkinstalldirs-12-do
archmbox-4.10.0/mkinstalldirs:13:   set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
archmbox-4.10.0/mkinstalldirs-14-   shift
##############################################
archmbox-4.10.0/config.sub-56-
archmbox-4.10.0/config.sub:57:me=`echo "$0" | sed -e 's,.*/,,'`
archmbox-4.10.0/config.sub-58-
##############################################
archmbox-4.10.0/config.sub-120-# Here we must recognize all the valid KERNEL-OS combinations.
archmbox-4.10.0/config.sub:121:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
archmbox-4.10.0/config.sub-122-case $maybe_os in
##############################################
archmbox-4.10.0/config.sub-127-    os=-$maybe_os
archmbox-4.10.0/config.sub:128:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
archmbox-4.10.0/config.sub-129-    ;;
archmbox-4.10.0/config.sub-130-  *)
archmbox-4.10.0/config.sub:131:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
archmbox-4.10.0/config.sub-132-    if [ $basic_machine != $1 ]
archmbox-4.10.0/config.sub:133:    then os=`echo $1 | sed 's/.*-/-/'`
archmbox-4.10.0/config.sub-134-    else os=; fi
##############################################
archmbox-4.10.0/config.sub-181-		os=-sco5v6
archmbox-4.10.0/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
archmbox-4.10.0/config.sub-183-		;;
##############################################
archmbox-4.10.0/config.sub-185-		os=-sco3.2v5
archmbox-4.10.0/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
archmbox-4.10.0/config.sub-187-		;;
##############################################
archmbox-4.10.0/config.sub-189-		os=-sco3.2v4
archmbox-4.10.0/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
archmbox-4.10.0/config.sub-191-		;;
archmbox-4.10.0/config.sub-192-	-sco3.2.[4-9]*)
archmbox-4.10.0/config.sub:193:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
archmbox-4.10.0/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
archmbox-4.10.0/config.sub-195-		;;
##############################################
archmbox-4.10.0/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
archmbox-4.10.0/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
archmbox-4.10.0/config.sub-199-		;;
##############################################
archmbox-4.10.0/config.sub-201-		# Don't forget version if it is 3.2v4 or newer.
archmbox-4.10.0/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
archmbox-4.10.0/config.sub-203-		;;
##############################################
archmbox-4.10.0/config.sub-205-		os=-sco3.2v2
archmbox-4.10.0/config.sub:206:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
archmbox-4.10.0/config.sub-207-		;;
archmbox-4.10.0/config.sub-208-	-udk*)
archmbox-4.10.0/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
archmbox-4.10.0/config.sub-210-		;;
##############################################
archmbox-4.10.0/config.sub-212-		os=-isc2.2
archmbox-4.10.0/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
archmbox-4.10.0/config.sub-214-		;;
##############################################
archmbox-4.10.0/config.sub-218-	-isc*)
archmbox-4.10.0/config.sub:219:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
archmbox-4.10.0/config.sub-220-		;;
##############################################
archmbox-4.10.0/config.sub-224-	-ptx*)
archmbox-4.10.0/config.sub:225:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
archmbox-4.10.0/config.sub-226-		;;
archmbox-4.10.0/config.sub-227-	-windowsnt*)
archmbox-4.10.0/config.sub:228:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
archmbox-4.10.0/config.sub-229-		;;
##############################################
archmbox-4.10.0/config.sub-318-	*-*-*)
archmbox-4.10.0/config.sub:319:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
archmbox-4.10.0/config.sub-320-		exit 1
##############################################
archmbox-4.10.0/config.sub-427-	amd64-*)
archmbox-4.10.0/config.sub:428:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
archmbox-4.10.0/config.sub-429-		;;
##############################################
archmbox-4.10.0/config.sub-469-	blackfin-*)
archmbox-4.10.0/config.sub:470:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
archmbox-4.10.0/config.sub-471-		os=-linux
##############################################
archmbox-4.10.0/config.sub-672-	i*86v32)
archmbox-4.10.0/config.sub:673:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
archmbox-4.10.0/config.sub-674-		os=-sysv32
##############################################
archmbox-4.10.0/config.sub-676-	i*86v4*)
archmbox-4.10.0/config.sub:677:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
archmbox-4.10.0/config.sub-678-		os=-sysv4
##############################################
archmbox-4.10.0/config.sub-680-	i*86v)
archmbox-4.10.0/config.sub:681:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
archmbox-4.10.0/config.sub-682-		os=-sysv
##############################################
archmbox-4.10.0/config.sub-684-	i*86sol2)
archmbox-4.10.0/config.sub:685:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
archmbox-4.10.0/config.sub-686-		os=-solaris2
##############################################
archmbox-4.10.0/config.sub-714-	m68knommu-*)
archmbox-4.10.0/config.sub:715:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
archmbox-4.10.0/config.sub-716-		os=-linux
##############################################
archmbox-4.10.0/config.sub-744-	mips3*-*)
archmbox-4.10.0/config.sub:745:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
archmbox-4.10.0/config.sub-746-		;;
archmbox-4.10.0/config.sub-747-	mips3*)
archmbox-4.10.0/config.sub:748:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
archmbox-4.10.0/config.sub-749-		;;
##############################################
archmbox-4.10.0/config.sub-762-	ms1-*)
archmbox-4.10.0/config.sub:763:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
archmbox-4.10.0/config.sub-764-		;;
##############################################
archmbox-4.10.0/config.sub-867-	parisc-*)
archmbox-4.10.0/config.sub:868:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
archmbox-4.10.0/config.sub-869-		os=-linux
##############################################
archmbox-4.10.0/config.sub-883-	pc98-*)
archmbox-4.10.0/config.sub:884:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
archmbox-4.10.0/config.sub-885-		;;
##############################################
archmbox-4.10.0/config.sub-898-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
archmbox-4.10.0/config.sub:899:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
archmbox-4.10.0/config.sub-900-		;;
archmbox-4.10.0/config.sub-901-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
archmbox-4.10.0/config.sub:902:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
archmbox-4.10.0/config.sub-903-		;;
archmbox-4.10.0/config.sub-904-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
archmbox-4.10.0/config.sub:905:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
archmbox-4.10.0/config.sub-906-		;;
archmbox-4.10.0/config.sub-907-	pentium4-*)
archmbox-4.10.0/config.sub:908:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
archmbox-4.10.0/config.sub-909-		;;
##############################################
archmbox-4.10.0/config.sub-916-		;;
archmbox-4.10.0/config.sub:917:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
archmbox-4.10.0/config.sub-918-		;;
##############################################
archmbox-4.10.0/config.sub-922-	ppcle-* | powerpclittle-*)
archmbox-4.10.0/config.sub:923:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
archmbox-4.10.0/config.sub-924-		;;
##############################################
archmbox-4.10.0/config.sub-926-		;;
archmbox-4.10.0/config.sub:927:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
archmbox-4.10.0/config.sub-928-		;;
##############################################
archmbox-4.10.0/config.sub-932-	ppc64le-* | powerpc64little-*)
archmbox-4.10.0/config.sub:933:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
archmbox-4.10.0/config.sub-934-		;;
##############################################
archmbox-4.10.0/config.sub-1224-	*)
archmbox-4.10.0/config.sub:1225:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
archmbox-4.10.0/config.sub-1226-		exit 1
##############################################
archmbox-4.10.0/config.sub-1232-	*-digital*)
archmbox-4.10.0/config.sub:1233:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
archmbox-4.10.0/config.sub-1234-		;;
archmbox-4.10.0/config.sub-1235-	*-commodore*)
archmbox-4.10.0/config.sub:1236:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
archmbox-4.10.0/config.sub-1237-		;;
##############################################
archmbox-4.10.0/config.sub-1250-	-solaris1 | -solaris1.*)
archmbox-4.10.0/config.sub:1251:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
archmbox-4.10.0/config.sub-1252-		;;
##############################################
archmbox-4.10.0/config.sub-1262-	-gnu/linux*)
archmbox-4.10.0/config.sub:1263:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
archmbox-4.10.0/config.sub-1264-		;;
##############################################
archmbox-4.10.0/config.sub-1307-	-nto*)
archmbox-4.10.0/config.sub:1308:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
archmbox-4.10.0/config.sub-1309-		;;
##############################################
archmbox-4.10.0/config.sub-1314-	-mac*)
archmbox-4.10.0/config.sub:1315:		os=`echo $os | sed -e 's|mac|macos|'`
archmbox-4.10.0/config.sub-1316-		;;
##############################################
archmbox-4.10.0/config.sub-1320-	-linux*)
archmbox-4.10.0/config.sub:1321:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
archmbox-4.10.0/config.sub-1322-		;;
archmbox-4.10.0/config.sub-1323-	-sunos5*)
archmbox-4.10.0/config.sub:1324:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
archmbox-4.10.0/config.sub-1325-		;;
archmbox-4.10.0/config.sub-1326-	-sunos6*)
archmbox-4.10.0/config.sub:1327:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
archmbox-4.10.0/config.sub-1328-		;;
##############################################
archmbox-4.10.0/config.sub-1375-	-sinix5.*)
archmbox-4.10.0/config.sub:1376:		os=`echo $os | sed -e 's|sinix|sysv|'`
archmbox-4.10.0/config.sub-1377-		;;
##############################################
archmbox-4.10.0/config.sub-1429-		# Get rid of the `-' at the beginning of $os.
archmbox-4.10.0/config.sub:1430:		os=`echo $os | sed 's/[^-]*-//'`
archmbox-4.10.0/config.sub:1431:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
archmbox-4.10.0/config.sub-1432-		exit 1
##############################################
archmbox-4.10.0/config.sub-1680-		esac
archmbox-4.10.0/config.sub:1681:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
archmbox-4.10.0/config.sub-1682-		;;
##############################################
archmbox-4.10.0/config.guess-40-
archmbox-4.10.0/config.guess:41:me=`echo "$0" | sed -e 's,.*/,,'`
archmbox-4.10.0/config.guess-42-
##############################################
archmbox-4.10.0/config.guess-109-: ${TMPDIR=/tmp} ;
archmbox-4.10.0/config.guess:110: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
archmbox-4.10.0/config.guess-111- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
archmbox-4.10.0/config.guess-195-	    *)
archmbox-4.10.0/config.guess:196:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
archmbox-4.10.0/config.guess-197-		;;
##############################################
archmbox-4.10.0/config.guess-222-	*4.0)
archmbox-4.10.0/config.guess:223:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
archmbox-4.10.0/config.guess-224-		;;
archmbox-4.10.0/config.guess-225-	*5.*)
archmbox-4.10.0/config.guess:226:	        UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
archmbox-4.10.0/config.guess-227-		;;
##############################################
archmbox-4.10.0/config.guess-232-	# types through head -n 1, so we only detect the type of CPU 0.
archmbox-4.10.0/config.guess:233:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
archmbox-4.10.0/config.guess-234-	case "$ALPHA_CPU_TYPE" in
##############################################
archmbox-4.10.0/config.guess-270-	# 1.2 uses "1.2" for uname -r.
archmbox-4.10.0/config.guess:271:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
archmbox-4.10.0/config.guess-272-	exit ;;
##############################################
archmbox-4.10.0/config.guess-327-    s390x:SunOS:*:*)
archmbox-4.10.0/config.guess:328:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
archmbox-4.10.0/config.guess-329-	exit ;;
archmbox-4.10.0/config.guess-330-    sun4H:SunOS:5.*:*)
archmbox-4.10.0/config.guess:331:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
archmbox-4.10.0/config.guess-332-	exit ;;
archmbox-4.10.0/config.guess-333-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
archmbox-4.10.0/config.guess:334:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
archmbox-4.10.0/config.guess-335-	exit ;;
##############################################
archmbox-4.10.0/config.guess-349-	fi
archmbox-4.10.0/config.guess:350:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
archmbox-4.10.0/config.guess-351-	exit ;;
##############################################
archmbox-4.10.0/config.guess-355-	# it's likely to be more like Solaris than SunOS4.
archmbox-4.10.0/config.guess:356:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
archmbox-4.10.0/config.guess-357-	exit ;;
##############################################
archmbox-4.10.0/config.guess-364-	# Japanese Language versions have a version number like `4.1.3-JL'.
archmbox-4.10.0/config.guess:365:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
archmbox-4.10.0/config.guess-366-	exit ;;
##############################################
archmbox-4.10.0/config.guess-370-    sun*:*:4.2BSD:*)
archmbox-4.10.0/config.guess:371:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
archmbox-4.10.0/config.guess-372-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
archmbox-4.10.0/config.guess-452-	$CC_FOR_BUILD -o $dummy $dummy.c &&
archmbox-4.10.0/config.guess:453:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
archmbox-4.10.0/config.guess:454:	  SYSTEM_NAME=`$dummy $dummyarg` &&
archmbox-4.10.0/config.guess-455-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
archmbox-4.10.0/config.guess-508-    *:IRIX*:*:*)
archmbox-4.10.0/config.guess:509:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
archmbox-4.10.0/config.guess-510-	exit ;;
##############################################
archmbox-4.10.0/config.guess-538-EOF
archmbox-4.10.0/config.guess:539:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
archmbox-4.10.0/config.guess-540-		then
##############################################
archmbox-4.10.0/config.guess-551-    *:AIX:*:[456])
archmbox-4.10.0/config.guess:552:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
archmbox-4.10.0/config.guess-553-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
archmbox-4.10.0/config.guess-586-    9000/[34678]??:HP-UX:*:*)
archmbox-4.10.0/config.guess:587:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
archmbox-4.10.0/config.guess-588-	case "${UNAME_MACHINE}" in
##############################################
archmbox-4.10.0/config.guess-640-EOF
archmbox-4.10.0/config.guess:641:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
archmbox-4.10.0/config.guess-642-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
archmbox-4.10.0/config.guess-668-    ia64:HP-UX:*:*)
archmbox-4.10.0/config.guess:669:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
archmbox-4.10.0/config.guess-670-	echo ia64-hp-hpux${HPUX_REV}
##############################################
archmbox-4.10.0/config.guess-698-EOF
archmbox-4.10.0/config.guess:699:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
archmbox-4.10.0/config.guess-700-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
archmbox-4.10.0/config.guess-769-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
archmbox-4.10.0/config.guess:770:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
archmbox-4.10.0/config.guess-771-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
archmbox-4.10.0/config.guess-774-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
archmbox-4.10.0/config.guess:775:        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
archmbox-4.10.0/config.guess-776-        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
archmbox-4.10.0/config.guess-789-	    pc98)
archmbox-4.10.0/config.guess:790:		echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
archmbox-4.10.0/config.guess-791-	    amd64)
archmbox-4.10.0/config.guess:792:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
archmbox-4.10.0/config.guess-793-	    *)
archmbox-4.10.0/config.guess:794:		echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
archmbox-4.10.0/config.guess-795-	esac
##############################################
archmbox-4.10.0/config.guess-843-    prep*:SunOS:5.*:*)
archmbox-4.10.0/config.guess:844:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
archmbox-4.10.0/config.guess-845-	exit ;;
##############################################
archmbox-4.10.0/config.guess-847-	# the GNU system
archmbox-4.10.0/config.guess:848:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
archmbox-4.10.0/config.guess-849-	exit ;;
##############################################
archmbox-4.10.0/config.guess-851-	# other systems with GNU libc and userland
archmbox-4.10.0/config.guess:852:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
archmbox-4.10.0/config.guess-853-	exit ;;
##############################################
archmbox-4.10.0/config.guess-1055-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
archmbox-4.10.0/config.guess:1056:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
archmbox-4.10.0/config.guess-1057-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
archmbox-4.10.0/config.guess-1312-    *:DragonFly:*:*)
archmbox-4.10.0/config.guess:1313:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
archmbox-4.10.0/config.guess-1314-	exit ;;
##############################################
archmbox-4.10.0/config.guess-1325-    i*86:skyos:*:*)
archmbox-4.10.0/config.guess:1326:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
archmbox-4.10.0/config.guess-1327-	exit ;;
##############################################
archmbox-4.10.0/config.guess-1453-
archmbox-4.10.0/config.guess:1454:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
archmbox-4.10.0/config.guess-1455-	{ echo "$SYSTEM_NAME"; exit; }