===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
oneliner-el-0.3.6/info/install-info.wrapper-16-install-info --version &> ./tmp.log
oneliner-el-0.3.6/info/install-info.wrapper:17:ver=`head -1 ./tmp.log | sed -e 's/^\(.*\)\( 1\.[0-9]\)\(.*\)$/\2/'`
oneliner-el-0.3.6/info/install-info.wrapper-18-/bin/rm ./tmp.log
##############################################
oneliner-el-0.3.6/info/install-info.wrapper-23-      " 1.6")
oneliner-el-0.3.6/info/install-info.wrapper:24:        install-info --info-dir=`dirname $2` --remove $1
oneliner-el-0.3.6/info/install-info.wrapper-25-        ;;
oneliner-el-0.3.6/info/install-info.wrapper-26-      " 1.9")
oneliner-el-0.3.6/info/install-info.wrapper:27:        install-info --info-dir=`dirname $2` --remove-exactly $1
oneliner-el-0.3.6/info/install-info.wrapper-28-        ;;
##############################################
oneliner-el-0.3.6/info/install-info.wrapper-36-      " 1.6")
oneliner-el-0.3.6/info/install-info.wrapper:37:        install-info --info-dir=`dirname $2` --section=Emacs $1
oneliner-el-0.3.6/info/install-info.wrapper-38-        ;;
oneliner-el-0.3.6/info/install-info.wrapper-39-      " 1.9")
oneliner-el-0.3.6/info/install-info.wrapper:40:        install-info --info-dir=`dirname $2` --section Emacs Emacs $1
oneliner-el-0.3.6/info/install-info.wrapper-41-        ;;
##############################################
oneliner-el-0.3.6/configure.in-30-
oneliner-el-0.3.6/configure.in:31:ONELINER_VER=`cat oneliner.el | grep "defconst oneliner-version-number" | sed -e 's/(//g' | sed -e 's/)//g' | sed -e 's/\"//g' | awk '{ print $3; }'`
oneliner-el-0.3.6/configure.in-32-AC_MSG_RESULT(oneliner.el version is $ONELINER_VER)
##############################################
oneliner-el-0.3.6/install-sh-85-
oneliner-el-0.3.6/install-sh:86:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
oneliner-el-0.3.6/install-sh-87-	    shift
##############################################
oneliner-el-0.3.6/install-sh-89-
oneliner-el-0.3.6/install-sh:90:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
oneliner-el-0.3.6/install-sh-91-	    shift
##############################################
oneliner-el-0.3.6/install-sh-151-	then
oneliner-el-0.3.6/install-sh:152:		dst="$dst"/`basename $src`
oneliner-el-0.3.6/install-sh-153-	else
##############################################
oneliner-el-0.3.6/install-sh-158-## this sed command emulates the dirname command
oneliner-el-0.3.6/install-sh:159:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
oneliner-el-0.3.6/install-sh-160-
##############################################
oneliner-el-0.3.6/install-sh-172-IFS='%'
oneliner-el-0.3.6/install-sh:173:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
oneliner-el-0.3.6/install-sh-174-IFS="${oIFS}"
##############################################
oneliner-el-0.3.6/install-sh-206-	then
oneliner-el-0.3.6/install-sh:207:		dstfile=`basename $dst`
oneliner-el-0.3.6/install-sh-208-	else
##############################################
oneliner-el-0.3.6/install-sh-216-	then
oneliner-el-0.3.6/install-sh:217:		dstfile=`basename $dst`
oneliner-el-0.3.6/install-sh-218-	else
##############################################
oneliner-el-0.3.6/aclocal.m4-27-    AC_CACHE_CHECK([where .elc files should go], [am_cv_lispdir], [dnl
oneliner-el-0.3.6/aclocal.m4:28:      am_cv_lispdir=`$EMACS -batch -q -eval '(while load-path (princ (concat (car load-path) "\n")) (setq load-path (cdr load-path)))' | sed -n -e 's,/$,,' -e '/site-lisp$/ { p; q; }'`
oneliner-el-0.3.6/aclocal.m4-29-      if test -z "$am_cv_lispdir"; then
##############################################
oneliner-el-0.3.6/configure-75-  case "$ac_option" in
oneliner-el-0.3.6/configure:76:  -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
oneliner-el-0.3.6/configure-77-  *) ac_optarg= ;;
##############################################
oneliner-el-0.3.6/configure-107-  -disable-* | --disable-*)
oneliner-el-0.3.6/configure:108:    ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
oneliner-el-0.3.6/configure-109-    # Reject names that are not valid shell variable names.
oneliner-el-0.3.6/configure:110:    if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
oneliner-el-0.3.6/configure-111-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
oneliner-el-0.3.6/configure-112-    fi
oneliner-el-0.3.6/configure:113:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
oneliner-el-0.3.6/configure-114-    eval "enable_${ac_feature}=no" ;;
##############################################
oneliner-el-0.3.6/configure-116-  -enable-* | --enable-*)
oneliner-el-0.3.6/configure:117:    ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
oneliner-el-0.3.6/configure-118-    # Reject names that are not valid shell variable names.
oneliner-el-0.3.6/configure:119:    if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
oneliner-el-0.3.6/configure-120-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
oneliner-el-0.3.6/configure-121-    fi
oneliner-el-0.3.6/configure:122:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
oneliner-el-0.3.6/configure-123-    case "$ac_option" in
##############################################
oneliner-el-0.3.6/configure-347-  -with-* | --with-*)
oneliner-el-0.3.6/configure:348:    ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
oneliner-el-0.3.6/configure-349-    # Reject names that are not valid shell variable names.
oneliner-el-0.3.6/configure:350:    if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
oneliner-el-0.3.6/configure-351-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
oneliner-el-0.3.6/configure-352-    fi
oneliner-el-0.3.6/configure:353:    ac_package=`echo $ac_package| sed 's/-/_/g'`
oneliner-el-0.3.6/configure-354-    case "$ac_option" in
##############################################
oneliner-el-0.3.6/configure-360-  -without-* | --without-*)
oneliner-el-0.3.6/configure:361:    ac_package=`echo $ac_option|sed -e 's/-*without-//'`
oneliner-el-0.3.6/configure-362-    # Reject names that are not valid shell variable names.
oneliner-el-0.3.6/configure:363:    if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
oneliner-el-0.3.6/configure-364-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
oneliner-el-0.3.6/configure-365-    fi
oneliner-el-0.3.6/configure:366:    ac_package=`echo $ac_package| sed 's/-/_/g'`
oneliner-el-0.3.6/configure-367-    eval "with_${ac_package}=no" ;;
##############################################
oneliner-el-0.3.6/configure-390-  *)
oneliner-el-0.3.6/configure:391:    if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
oneliner-el-0.3.6/configure-392-      echo "configure: warning: $ac_option: invalid host type" 1>&2
##############################################
oneliner-el-0.3.6/configure-403-if test -n "$ac_prev"; then
oneliner-el-0.3.6/configure:404:  { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
oneliner-el-0.3.6/configure-405-fi
##############################################
oneliner-el-0.3.6/configure-468-  ac_prog=$0
oneliner-el-0.3.6/configure:469:  ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
oneliner-el-0.3.6/configure-470-  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
##############################################
oneliner-el-0.3.6/configure-484-fi
oneliner-el-0.3.6/configure:485:srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
oneliner-el-0.3.6/configure-486-
##############################################
oneliner-el-0.3.6/configure-539-echo "configure:540: checking for $ac_word" >&5
oneliner-el-0.3.6/configure:540:if eval "test \"`echo '$''{'ac_cv_path_CP'+set}'`\" = set"; then
oneliner-el-0.3.6/configure-541-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
oneliner-el-0.3.6/configure-580-echo "configure:581: checking for $ac_word" >&5
oneliner-el-0.3.6/configure:581:if eval "test \"`echo '$''{'ac_cv_path_RM'+set}'`\" = set"; then
oneliner-el-0.3.6/configure-582-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
oneliner-el-0.3.6/configure-621-echo "configure:622: checking for $ac_word" >&5
oneliner-el-0.3.6/configure:622:if eval "test \"`echo '$''{'ac_cv_path_MV'+set}'`\" = set"; then
oneliner-el-0.3.6/configure-623-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
oneliner-el-0.3.6/configure-662-echo "configure:663: checking for $ac_word" >&5
oneliner-el-0.3.6/configure:663:if eval "test \"`echo '$''{'ac_cv_path_TAR'+set}'`\" = set"; then
oneliner-el-0.3.6/configure-664-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
oneliner-el-0.3.6/configure-703-echo "configure:704: checking for $ac_word" >&5
oneliner-el-0.3.6/configure:704:if eval "test \"`echo '$''{'ac_cv_path_MKDIR'+set}'`\" = set"; then
oneliner-el-0.3.6/configure-705-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
oneliner-el-0.3.6/configure-744-echo "configure:745: checking for $ac_word" >&5
oneliner-el-0.3.6/configure:745:if eval "test \"`echo '$''{'ac_cv_path_RMDIR'+set}'`\" = set"; then
oneliner-el-0.3.6/configure-746-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
oneliner-el-0.3.6/configure-785-echo "configure:786: checking for $ac_word" >&5
oneliner-el-0.3.6/configure:786:if eval "test \"`echo '$''{'ac_cv_path_CHMOD'+set}'`\" = set"; then
oneliner-el-0.3.6/configure-787-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
oneliner-el-0.3.6/configure-826-echo "configure:827: checking for $ac_word" >&5
oneliner-el-0.3.6/configure:827:if eval "test \"`echo '$''{'ac_cv_path_MAKEINFO'+set}'`\" = set"; then
oneliner-el-0.3.6/configure-828-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
oneliner-el-0.3.6/configure-867-echo "configure:868: checking for $ac_word" >&5
oneliner-el-0.3.6/configure:868:if eval "test \"`echo '$''{'ac_cv_path_SDOC'+set}'`\" = set"; then
oneliner-el-0.3.6/configure-869-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
oneliner-el-0.3.6/configure-908-echo "configure:909: checking for $ac_word" >&5
oneliner-el-0.3.6/configure:909:if eval "test \"`echo '$''{'ac_cv_path_TOUCH'+set}'`\" = set"; then
oneliner-el-0.3.6/configure-910-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
oneliner-el-0.3.6/configure-949-echo "configure:950: checking for $ac_word" >&5
oneliner-el-0.3.6/configure:950:if eval "test \"`echo '$''{'ac_cv_path_PERL5'+set}'`\" = set"; then
oneliner-el-0.3.6/configure-951-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
oneliner-el-0.3.6/configure-992-
oneliner-el-0.3.6/configure:993:ONELINER_VER=`cat oneliner.el | grep "defconst oneliner-version-number" | sed -e 's/(//g' | sed -e 's/)//g' | sed -e 's/\"//g' | awk '{ print $3; }'`
oneliner-el-0.3.6/configure-994-echo "$ac_t""oneliner.el version is $ONELINER_VER" 1>&6
##############################################
oneliner-el-0.3.6/configure-1034-  NONE)
oneliner-el-0.3.6/configure:1035:    if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
oneliner-el-0.3.6/configure-1036-    else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
##############################################
oneliner-el-0.3.6/configure-1041-
oneliner-el-0.3.6/configure:1042:host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
oneliner-el-0.3.6/configure:1043:host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
oneliner-el-0.3.6/configure:1044:host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
oneliner-el-0.3.6/configure:1045:host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
oneliner-el-0.3.6/configure-1046-echo "$ac_t""$host" 1>&6
##############################################
oneliner-el-0.3.6/configure-1100-echo "configure:1101: checking for $ac_word" >&5
oneliner-el-0.3.6/configure:1101:if eval "test \"`echo '$''{'ac_cv_prog_EMACS'+set}'`\" = set"; then
oneliner-el-0.3.6/configure-1102-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
oneliner-el-0.3.6/configure-1145-echo "configure:1146: checking where .elc files should go" >&5
oneliner-el-0.3.6/configure:1146:if eval "test \"`echo '$''{'am_cv_lispdir'+set}'`\" = set"; then
oneliner-el-0.3.6/configure-1147-  echo $ac_n "(cached) $ac_c" 1>&6
oneliner-el-0.3.6/configure-1148-else
oneliner-el-0.3.6/configure:1149:        am_cv_lispdir=`$EMACS -batch -q -eval '(while load-path (princ (concat (car load-path) "\n")) (setq load-path (cdr load-path)))' | sed -n -e 's,/$,,' -e '/site-lisp$/ { p; q; }'`
oneliner-el-0.3.6/configure-1150-      if test -z "$am_cv_lispdir"; then
##############################################
oneliner-el-0.3.6/configure-1356-    fi
oneliner-el-0.3.6/configure:1357:    ac_file=`expr $ac_file + 1`
oneliner-el-0.3.6/configure-1358-    ac_beg=$ac_end
oneliner-el-0.3.6/configure:1359:    ac_end=`expr $ac_end + $ac_max_sed_cmds`
oneliner-el-0.3.6/configure-1360-  fi
##############################################
oneliner-el-0.3.6/configure-1374-  case "$ac_file" in
oneliner-el-0.3.6/configure:1375:  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
oneliner-el-0.3.6/configure:1376:       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
oneliner-el-0.3.6/configure-1377-  *) ac_file_in="${ac_file}.in" ;;
##############################################
oneliner-el-0.3.6/configure-1382-  # Remove last slash and all that follows it.  Not all systems have dirname.
oneliner-el-0.3.6/configure:1383:  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
oneliner-el-0.3.6/configure-1384-  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
##############################################
oneliner-el-0.3.6/configure-1386-    test ! -d "$ac_dir" && mkdir "$ac_dir"
oneliner-el-0.3.6/configure:1387:    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
oneliner-el-0.3.6/configure-1388-    # A "../" for each directory in $ac_dir_suffix.
oneliner-el-0.3.6/configure:1389:    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
oneliner-el-0.3.6/configure-1390-  else
##############################################
oneliner-el-0.3.6/configure-1396-      if test -z "$ac_dots"; then top_srcdir=.
oneliner-el-0.3.6/configure:1397:      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
oneliner-el-0.3.6/configure-1398-  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
##############################################
oneliner-el-0.3.6/configure-1406-  rm -f "$ac_file"
oneliner-el-0.3.6/configure:1407:  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
oneliner-el-0.3.6/configure-1408-  case "$ac_file" in
##############################################
oneliner-el-0.3.6/configure-1413-
oneliner-el-0.3.6/configure:1414:  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
oneliner-el-0.3.6/configure-1415-  sed -e "$ac_comsub
##############################################
oneliner-el-0.3.6/debian/emacsen-install-15-
oneliner-el-0.3.6/debian/emacsen-install:16:# FLAVORTEST=`echo $FLAVOR | cut -c-6`
oneliner-el-0.3.6/debian/emacsen-install-17-# if [ ${FLAVORTEST} = xemacs ] ; then
##############################################
oneliner-el-0.3.6/config.guess-40-
oneliner-el-0.3.6/config.guess:41:me=`echo "$0" | sed -e 's,.*/,,'`
oneliner-el-0.3.6/config.guess-42-
##############################################
oneliner-el-0.3.6/config.guess-109-: ${TMPDIR=/tmp} ;
oneliner-el-0.3.6/config.guess:110: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
oneliner-el-0.3.6/config.guess-111- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
oneliner-el-0.3.6/config.guess-195-	    *)
oneliner-el-0.3.6/config.guess:196:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
oneliner-el-0.3.6/config.guess-197-		;;
##############################################
oneliner-el-0.3.6/config.guess-222-	*4.0)
oneliner-el-0.3.6/config.guess:223:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
oneliner-el-0.3.6/config.guess-224-		;;
oneliner-el-0.3.6/config.guess-225-	*5.*)
oneliner-el-0.3.6/config.guess:226:	        UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
oneliner-el-0.3.6/config.guess-227-		;;
##############################################
oneliner-el-0.3.6/config.guess-232-	# types through head -n 1, so we only detect the type of CPU 0.
oneliner-el-0.3.6/config.guess:233:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
oneliner-el-0.3.6/config.guess-234-	case "$ALPHA_CPU_TYPE" in
##############################################
oneliner-el-0.3.6/config.guess-270-	# 1.2 uses "1.2" for uname -r.
oneliner-el-0.3.6/config.guess:271:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
oneliner-el-0.3.6/config.guess-272-	exit ;;
##############################################
oneliner-el-0.3.6/config.guess-327-    sun4H:SunOS:5.*:*)
oneliner-el-0.3.6/config.guess:328:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
oneliner-el-0.3.6/config.guess-329-	exit ;;
oneliner-el-0.3.6/config.guess-330-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
oneliner-el-0.3.6/config.guess:331:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
oneliner-el-0.3.6/config.guess-332-	exit ;;
oneliner-el-0.3.6/config.guess-333-    i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
oneliner-el-0.3.6/config.guess:334:	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
oneliner-el-0.3.6/config.guess-335-	exit ;;
##############################################
oneliner-el-0.3.6/config.guess-339-	# it's likely to be more like Solaris than SunOS4.
oneliner-el-0.3.6/config.guess:340:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
oneliner-el-0.3.6/config.guess-341-	exit ;;
##############################################
oneliner-el-0.3.6/config.guess-348-	# Japanese Language versions have a version number like `4.1.3-JL'.
oneliner-el-0.3.6/config.guess:349:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
oneliner-el-0.3.6/config.guess-350-	exit ;;
##############################################
oneliner-el-0.3.6/config.guess-354-    sun*:*:4.2BSD:*)
oneliner-el-0.3.6/config.guess:355:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
oneliner-el-0.3.6/config.guess-356-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
oneliner-el-0.3.6/config.guess-436-	$CC_FOR_BUILD -o $dummy $dummy.c &&
oneliner-el-0.3.6/config.guess:437:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
oneliner-el-0.3.6/config.guess:438:	  SYSTEM_NAME=`$dummy $dummyarg` &&
oneliner-el-0.3.6/config.guess-439-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
oneliner-el-0.3.6/config.guess-492-    *:IRIX*:*:*)
oneliner-el-0.3.6/config.guess:493:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
oneliner-el-0.3.6/config.guess-494-	exit ;;
##############################################
oneliner-el-0.3.6/config.guess-522-EOF
oneliner-el-0.3.6/config.guess:523:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
oneliner-el-0.3.6/config.guess-524-		then
##############################################
oneliner-el-0.3.6/config.guess-535-    *:AIX:*:[45])
oneliner-el-0.3.6/config.guess:536:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
oneliner-el-0.3.6/config.guess-537-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
oneliner-el-0.3.6/config.guess-570-    9000/[34678]??:HP-UX:*:*)
oneliner-el-0.3.6/config.guess:571:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
oneliner-el-0.3.6/config.guess-572-	case "${UNAME_MACHINE}" in
##############################################
oneliner-el-0.3.6/config.guess-624-EOF
oneliner-el-0.3.6/config.guess:625:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
oneliner-el-0.3.6/config.guess-626-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
oneliner-el-0.3.6/config.guess-652-    ia64:HP-UX:*:*)
oneliner-el-0.3.6/config.guess:653:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
oneliner-el-0.3.6/config.guess-654-	echo ia64-hp-hpux${HPUX_REV}
##############################################
oneliner-el-0.3.6/config.guess-682-EOF
oneliner-el-0.3.6/config.guess:683:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
oneliner-el-0.3.6/config.guess-684-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
oneliner-el-0.3.6/config.guess-753-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
oneliner-el-0.3.6/config.guess:754:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
oneliner-el-0.3.6/config.guess-755-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
oneliner-el-0.3.6/config.guess-758-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
oneliner-el-0.3.6/config.guess:759:        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
oneliner-el-0.3.6/config.guess-760-        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
oneliner-el-0.3.6/config.guess-773-	    pc98)
oneliner-el-0.3.6/config.guess:774:		echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
oneliner-el-0.3.6/config.guess-775-	    amd64)
oneliner-el-0.3.6/config.guess:776:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
oneliner-el-0.3.6/config.guess-777-	    *)
oneliner-el-0.3.6/config.guess:778:		echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
oneliner-el-0.3.6/config.guess-779-	esac
##############################################
oneliner-el-0.3.6/config.guess-821-    prep*:SunOS:5.*:*)
oneliner-el-0.3.6/config.guess:822:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
oneliner-el-0.3.6/config.guess-823-	exit ;;
##############################################
oneliner-el-0.3.6/config.guess-825-	# the GNU system
oneliner-el-0.3.6/config.guess:826:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
oneliner-el-0.3.6/config.guess-827-	exit ;;
##############################################
oneliner-el-0.3.6/config.guess-829-	# other systems with GNU libc and userland
oneliner-el-0.3.6/config.guess:830:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
oneliner-el-0.3.6/config.guess-831-	exit ;;
##############################################
oneliner-el-0.3.6/config.guess-1057-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
oneliner-el-0.3.6/config.guess:1058:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
oneliner-el-0.3.6/config.guess-1059-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
oneliner-el-0.3.6/config.guess-1298-    *:DragonFly:*:*)
oneliner-el-0.3.6/config.guess:1299:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
oneliner-el-0.3.6/config.guess-1300-	exit ;;
##############################################
oneliner-el-0.3.6/config.guess-1311-    i*86:skyos:*:*)
oneliner-el-0.3.6/config.guess:1312:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
oneliner-el-0.3.6/config.guess-1313-	exit ;;
##############################################
oneliner-el-0.3.6/config.guess-1436-
oneliner-el-0.3.6/config.guess:1437:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
oneliner-el-0.3.6/config.guess-1438-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
oneliner-el-0.3.6/config.sub-56-
oneliner-el-0.3.6/config.sub:57:me=`echo "$0" | sed -e 's,.*/,,'`
oneliner-el-0.3.6/config.sub-58-
##############################################
oneliner-el-0.3.6/config.sub-120-# Here we must recognize all the valid KERNEL-OS combinations.
oneliner-el-0.3.6/config.sub:121:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
oneliner-el-0.3.6/config.sub-122-case $maybe_os in
##############################################
oneliner-el-0.3.6/config.sub-126-    os=-$maybe_os
oneliner-el-0.3.6/config.sub:127:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
oneliner-el-0.3.6/config.sub-128-    ;;
oneliner-el-0.3.6/config.sub-129-  *)
oneliner-el-0.3.6/config.sub:130:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
oneliner-el-0.3.6/config.sub-131-    if [ $basic_machine != $1 ]
oneliner-el-0.3.6/config.sub:132:    then os=`echo $1 | sed 's/.*-/-/'`
oneliner-el-0.3.6/config.sub-133-    else os=; fi
##############################################
oneliner-el-0.3.6/config.sub-177-		os=-sco5v6
oneliner-el-0.3.6/config.sub:178:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
oneliner-el-0.3.6/config.sub-179-		;;
##############################################
oneliner-el-0.3.6/config.sub-181-		os=-sco3.2v5
oneliner-el-0.3.6/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
oneliner-el-0.3.6/config.sub-183-		;;
##############################################
oneliner-el-0.3.6/config.sub-185-		os=-sco3.2v4
oneliner-el-0.3.6/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
oneliner-el-0.3.6/config.sub-187-		;;
oneliner-el-0.3.6/config.sub-188-	-sco3.2.[4-9]*)
oneliner-el-0.3.6/config.sub:189:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
oneliner-el-0.3.6/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
oneliner-el-0.3.6/config.sub-191-		;;
##############################################
oneliner-el-0.3.6/config.sub-193-		# Don't forget version if it is 3.2v4 or newer.
oneliner-el-0.3.6/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
oneliner-el-0.3.6/config.sub-195-		;;
##############################################
oneliner-el-0.3.6/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
oneliner-el-0.3.6/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
oneliner-el-0.3.6/config.sub-199-		;;
##############################################
oneliner-el-0.3.6/config.sub-201-		os=-sco3.2v2
oneliner-el-0.3.6/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
oneliner-el-0.3.6/config.sub-203-		;;
oneliner-el-0.3.6/config.sub-204-	-udk*)
oneliner-el-0.3.6/config.sub:205:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
oneliner-el-0.3.6/config.sub-206-		;;
##############################################
oneliner-el-0.3.6/config.sub-208-		os=-isc2.2
oneliner-el-0.3.6/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
oneliner-el-0.3.6/config.sub-210-		;;
##############################################
oneliner-el-0.3.6/config.sub-214-	-isc*)
oneliner-el-0.3.6/config.sub:215:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
oneliner-el-0.3.6/config.sub-216-		;;
##############################################
oneliner-el-0.3.6/config.sub-220-	-ptx*)
oneliner-el-0.3.6/config.sub:221:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
oneliner-el-0.3.6/config.sub-222-		;;
oneliner-el-0.3.6/config.sub-223-	-windowsnt*)
oneliner-el-0.3.6/config.sub:224:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
oneliner-el-0.3.6/config.sub-225-		;;
##############################################
oneliner-el-0.3.6/config.sub-310-	*-*-*)
oneliner-el-0.3.6/config.sub:311:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
oneliner-el-0.3.6/config.sub-312-		exit 1
##############################################
oneliner-el-0.3.6/config.sub-412-	amd64-*)
oneliner-el-0.3.6/config.sub:413:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
oneliner-el-0.3.6/config.sub-414-		;;
##############################################
oneliner-el-0.3.6/config.sub-633-	i*86v32)
oneliner-el-0.3.6/config.sub:634:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
oneliner-el-0.3.6/config.sub-635-		os=-sysv32
##############################################
oneliner-el-0.3.6/config.sub-637-	i*86v4*)
oneliner-el-0.3.6/config.sub:638:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
oneliner-el-0.3.6/config.sub-639-		os=-sysv4
##############################################
oneliner-el-0.3.6/config.sub-641-	i*86v)
oneliner-el-0.3.6/config.sub:642:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
oneliner-el-0.3.6/config.sub-643-		os=-sysv
##############################################
oneliner-el-0.3.6/config.sub-645-	i*86sol2)
oneliner-el-0.3.6/config.sub:646:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
oneliner-el-0.3.6/config.sub-647-		os=-solaris2
##############################################
oneliner-el-0.3.6/config.sub-697-	mips3*-*)
oneliner-el-0.3.6/config.sub:698:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
oneliner-el-0.3.6/config.sub-699-		;;
oneliner-el-0.3.6/config.sub-700-	mips3*)
oneliner-el-0.3.6/config.sub:701:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
oneliner-el-0.3.6/config.sub-702-		;;
##############################################
oneliner-el-0.3.6/config.sub-715-	ms1-*)
oneliner-el-0.3.6/config.sub:716:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
oneliner-el-0.3.6/config.sub-717-		;;
##############################################
oneliner-el-0.3.6/config.sub-828-	pc98-*)
oneliner-el-0.3.6/config.sub:829:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
oneliner-el-0.3.6/config.sub-830-		;;
##############################################
oneliner-el-0.3.6/config.sub-843-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
oneliner-el-0.3.6/config.sub:844:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
oneliner-el-0.3.6/config.sub-845-		;;
oneliner-el-0.3.6/config.sub-846-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
oneliner-el-0.3.6/config.sub:847:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
oneliner-el-0.3.6/config.sub-848-		;;
oneliner-el-0.3.6/config.sub-849-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
oneliner-el-0.3.6/config.sub:850:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
oneliner-el-0.3.6/config.sub-851-		;;
oneliner-el-0.3.6/config.sub-852-	pentium4-*)
oneliner-el-0.3.6/config.sub:853:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
oneliner-el-0.3.6/config.sub-854-		;;
##############################################
oneliner-el-0.3.6/config.sub-861-		;;
oneliner-el-0.3.6/config.sub:862:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
oneliner-el-0.3.6/config.sub-863-		;;
##############################################
oneliner-el-0.3.6/config.sub-867-	ppcle-* | powerpclittle-*)
oneliner-el-0.3.6/config.sub:868:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
oneliner-el-0.3.6/config.sub-869-		;;
##############################################
oneliner-el-0.3.6/config.sub-871-		;;
oneliner-el-0.3.6/config.sub:872:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
oneliner-el-0.3.6/config.sub-873-		;;
##############################################
oneliner-el-0.3.6/config.sub-877-	ppc64le-* | powerpc64little-*)
oneliner-el-0.3.6/config.sub:878:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
oneliner-el-0.3.6/config.sub-879-		;;
##############################################
oneliner-el-0.3.6/config.sub-1161-	*)
oneliner-el-0.3.6/config.sub:1162:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
oneliner-el-0.3.6/config.sub-1163-		exit 1
##############################################
oneliner-el-0.3.6/config.sub-1169-	*-digital*)
oneliner-el-0.3.6/config.sub:1170:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
oneliner-el-0.3.6/config.sub-1171-		;;
oneliner-el-0.3.6/config.sub-1172-	*-commodore*)
oneliner-el-0.3.6/config.sub:1173:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
oneliner-el-0.3.6/config.sub-1174-		;;
##############################################
oneliner-el-0.3.6/config.sub-1187-	-solaris1 | -solaris1.*)
oneliner-el-0.3.6/config.sub:1188:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
oneliner-el-0.3.6/config.sub-1189-		;;
##############################################
oneliner-el-0.3.6/config.sub-1199-	-gnu/linux*)
oneliner-el-0.3.6/config.sub:1200:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
oneliner-el-0.3.6/config.sub-1201-		;;
##############################################
oneliner-el-0.3.6/config.sub-1243-	-nto*)
oneliner-el-0.3.6/config.sub:1244:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
oneliner-el-0.3.6/config.sub-1245-		;;
##############################################
oneliner-el-0.3.6/config.sub-1250-	-mac*)
oneliner-el-0.3.6/config.sub:1251:		os=`echo $os | sed -e 's|mac|macos|'`
oneliner-el-0.3.6/config.sub-1252-		;;
##############################################
oneliner-el-0.3.6/config.sub-1256-	-linux*)
oneliner-el-0.3.6/config.sub:1257:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
oneliner-el-0.3.6/config.sub-1258-		;;
oneliner-el-0.3.6/config.sub-1259-	-sunos5*)
oneliner-el-0.3.6/config.sub:1260:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
oneliner-el-0.3.6/config.sub-1261-		;;
oneliner-el-0.3.6/config.sub-1262-	-sunos6*)
oneliner-el-0.3.6/config.sub:1263:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
oneliner-el-0.3.6/config.sub-1264-		;;
##############################################
oneliner-el-0.3.6/config.sub-1311-	-sinix5.*)
oneliner-el-0.3.6/config.sub:1312:		os=`echo $os | sed -e 's|sinix|sysv|'`
oneliner-el-0.3.6/config.sub-1313-		;;
##############################################
oneliner-el-0.3.6/config.sub-1362-		# Get rid of the `-' at the beginning of $os.
oneliner-el-0.3.6/config.sub:1363:		os=`echo $os | sed 's/[^-]*-//'`
oneliner-el-0.3.6/config.sub:1364:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
oneliner-el-0.3.6/config.sub-1365-		exit 1
##############################################
oneliner-el-0.3.6/config.sub-1613-		esac
oneliner-el-0.3.6/config.sub:1614:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
oneliner-el-0.3.6/config.sub-1615-		;;