===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
xmbmon-2.05/AC-TOOLS/config.guess-37-
xmbmon-2.05/AC-TOOLS/config.guess:38:me=`echo "$0" | sed -e 's,.*/,,'`
xmbmon-2.05/AC-TOOLS/config.guess-39-
##############################################
xmbmon-2.05/AC-TOOLS/config.guess-106-: ${TMPDIR=/tmp} ;
xmbmon-2.05/AC-TOOLS/config.guess:107: { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
xmbmon-2.05/AC-TOOLS/config.guess-108- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
xmbmon-2.05/AC-TOOLS/config.guess-191-	    *)
xmbmon-2.05/AC-TOOLS/config.guess:192:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
xmbmon-2.05/AC-TOOLS/config.guess-193-		;;
##############################################
xmbmon-2.05/AC-TOOLS/config.guess-240-	if test $UNAME_RELEASE = "V4.0"; then
xmbmon-2.05/AC-TOOLS/config.guess:241:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
xmbmon-2.05/AC-TOOLS/config.guess-242-	fi
##############################################
xmbmon-2.05/AC-TOOLS/config.guess-246-	# types through head -n 1, so we only detect the type of CPU 0.
xmbmon-2.05/AC-TOOLS/config.guess:247:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
xmbmon-2.05/AC-TOOLS/config.guess-248-	case "$ALPHA_CPU_TYPE" in
##############################################
xmbmon-2.05/AC-TOOLS/config.guess-283-	# 1.2 uses "1.2" for uname -r.
xmbmon-2.05/AC-TOOLS/config.guess:284:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[VTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
xmbmon-2.05/AC-TOOLS/config.guess-285-	exit 0 ;;
##############################################
xmbmon-2.05/AC-TOOLS/config.guess-334-    sun4H:SunOS:5.*:*)
xmbmon-2.05/AC-TOOLS/config.guess:335:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
xmbmon-2.05/AC-TOOLS/config.guess-336-	exit 0 ;;
xmbmon-2.05/AC-TOOLS/config.guess-337-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
xmbmon-2.05/AC-TOOLS/config.guess:338:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
xmbmon-2.05/AC-TOOLS/config.guess-339-	exit 0 ;;
xmbmon-2.05/AC-TOOLS/config.guess-340-    i86pc:SunOS:5.*:*)
xmbmon-2.05/AC-TOOLS/config.guess:341:	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
xmbmon-2.05/AC-TOOLS/config.guess-342-	exit 0 ;;
##############################################
xmbmon-2.05/AC-TOOLS/config.guess-346-	# it's likely to be more like Solaris than SunOS4.
xmbmon-2.05/AC-TOOLS/config.guess:347:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
xmbmon-2.05/AC-TOOLS/config.guess-348-	exit 0 ;;
##############################################
xmbmon-2.05/AC-TOOLS/config.guess-355-	# Japanese Language versions have a version number like `4.1.3-JL'.
xmbmon-2.05/AC-TOOLS/config.guess:356:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
xmbmon-2.05/AC-TOOLS/config.guess-357-	exit 0 ;;
##############################################
xmbmon-2.05/AC-TOOLS/config.guess-361-    sun*:*:4.2BSD:*)
xmbmon-2.05/AC-TOOLS/config.guess:362:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
xmbmon-2.05/AC-TOOLS/config.guess-363-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
xmbmon-2.05/AC-TOOLS/config.guess-440-	$CC_FOR_BUILD -o $dummy $dummy.c \
xmbmon-2.05/AC-TOOLS/config.guess:441:	  && $dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \
xmbmon-2.05/AC-TOOLS/config.guess-442-	  && exit 0
##############################################
xmbmon-2.05/AC-TOOLS/config.guess-495-    *:IRIX*:*:*)
xmbmon-2.05/AC-TOOLS/config.guess:496:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
xmbmon-2.05/AC-TOOLS/config.guess-497-	exit 0 ;;
##############################################
xmbmon-2.05/AC-TOOLS/config.guess-534-    *:AIX:*:[45])
xmbmon-2.05/AC-TOOLS/config.guess:535:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
xmbmon-2.05/AC-TOOLS/config.guess-536-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
xmbmon-2.05/AC-TOOLS/config.guess-569-    9000/[34678]??:HP-UX:*:*)
xmbmon-2.05/AC-TOOLS/config.guess:570:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
xmbmon-2.05/AC-TOOLS/config.guess-571-	case "${UNAME_MACHINE}" in
##############################################
xmbmon-2.05/AC-TOOLS/config.guess-623-EOF
xmbmon-2.05/AC-TOOLS/config.guess:624:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
xmbmon-2.05/AC-TOOLS/config.guess-625-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
xmbmon-2.05/AC-TOOLS/config.guess-641-    ia64:HP-UX:*:*)
xmbmon-2.05/AC-TOOLS/config.guess:642:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
xmbmon-2.05/AC-TOOLS/config.guess-643-	echo ia64-hp-hpux${HPUX_REV}
##############################################
xmbmon-2.05/AC-TOOLS/config.guess-741-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
xmbmon-2.05/AC-TOOLS/config.guess:742:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
xmbmon-2.05/AC-TOOLS/config.guess-743-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
xmbmon-2.05/AC-TOOLS/config.guess-764-EOF
xmbmon-2.05/AC-TOOLS/config.guess:765:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
xmbmon-2.05/AC-TOOLS/config.guess-766-	# GNU/FreeBSD systems have a "k" prefix to indicate we are using
##############################################
xmbmon-2.05/AC-TOOLS/config.guess-768-	case ${LIBC} in gnu) kernel_only='k' ;; esac
xmbmon-2.05/AC-TOOLS/config.guess:769:	echo ${UNAME_MACHINE}-unknown-${kernel_only}freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`${LIBC:+-$LIBC}
xmbmon-2.05/AC-TOOLS/config.guess-770-	exit 0 ;;
##############################################
xmbmon-2.05/AC-TOOLS/config.guess-798-    prep*:SunOS:5.*:*)
xmbmon-2.05/AC-TOOLS/config.guess:799:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
xmbmon-2.05/AC-TOOLS/config.guess-800-	exit 0 ;;
xmbmon-2.05/AC-TOOLS/config.guess-801-    *:GNU:*:*)
xmbmon-2.05/AC-TOOLS/config.guess:802:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
xmbmon-2.05/AC-TOOLS/config.guess-803-	exit 0 ;;
##############################################
xmbmon-2.05/AC-TOOLS/config.guess-834-EOF
xmbmon-2.05/AC-TOOLS/config.guess:835:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
xmbmon-2.05/AC-TOOLS/config.guess-836-	test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
##############################################
xmbmon-2.05/AC-TOOLS/config.guess-853-EOF
xmbmon-2.05/AC-TOOLS/config.guess:854:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
xmbmon-2.05/AC-TOOLS/config.guess-855-	test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
##############################################
xmbmon-2.05/AC-TOOLS/config.guess-951-EOF
xmbmon-2.05/AC-TOOLS/config.guess:952:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
xmbmon-2.05/AC-TOOLS/config.guess-953-	test x"${LIBC}" != x && echo "${UNAME_MACHINE}-pc-linux-${LIBC}" && exit 0
##############################################
xmbmon-2.05/AC-TOOLS/config.guess-987-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
xmbmon-2.05/AC-TOOLS/config.guess:988:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
xmbmon-2.05/AC-TOOLS/config.guess-989-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
xmbmon-2.05/AC-TOOLS/config.sub-68-# Here we must recognize all the valid KERNEL-OS combinations.
xmbmon-2.05/AC-TOOLS/config.sub:69:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
xmbmon-2.05/AC-TOOLS/config.sub-70-case $maybe_os in
##############################################
xmbmon-2.05/AC-TOOLS/config.sub-72-    os=-$maybe_os
xmbmon-2.05/AC-TOOLS/config.sub:73:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
xmbmon-2.05/AC-TOOLS/config.sub-74-    ;;
xmbmon-2.05/AC-TOOLS/config.sub-75-  *)
xmbmon-2.05/AC-TOOLS/config.sub:76:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
xmbmon-2.05/AC-TOOLS/config.sub-77-    if [ $basic_machine != $1 ]
xmbmon-2.05/AC-TOOLS/config.sub:78:    then os=`echo $1 | sed 's/.*-/-/'`
xmbmon-2.05/AC-TOOLS/config.sub-79-    else os=; fi
##############################################
xmbmon-2.05/AC-TOOLS/config.sub-105-		os=sco3.2v5
xmbmon-2.05/AC-TOOLS/config.sub:106:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
xmbmon-2.05/AC-TOOLS/config.sub-107-		;;
##############################################
xmbmon-2.05/AC-TOOLS/config.sub-109-		os=-sco3.2v4
xmbmon-2.05/AC-TOOLS/config.sub:110:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
xmbmon-2.05/AC-TOOLS/config.sub-111-		;;
xmbmon-2.05/AC-TOOLS/config.sub-112-	-sco3.2.[4-9]*)
xmbmon-2.05/AC-TOOLS/config.sub:113:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
xmbmon-2.05/AC-TOOLS/config.sub:114:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
xmbmon-2.05/AC-TOOLS/config.sub-115-		;;
##############################################
xmbmon-2.05/AC-TOOLS/config.sub-117-		# Don't forget version if it is 3.2v4 or newer.
xmbmon-2.05/AC-TOOLS/config.sub:118:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
xmbmon-2.05/AC-TOOLS/config.sub-119-		;;
##############################################
xmbmon-2.05/AC-TOOLS/config.sub-121-		os=-sco3.2v2
xmbmon-2.05/AC-TOOLS/config.sub:122:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
xmbmon-2.05/AC-TOOLS/config.sub-123-		;;
##############################################
xmbmon-2.05/AC-TOOLS/config.sub-125-		os=-isc2.2
xmbmon-2.05/AC-TOOLS/config.sub:126:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
xmbmon-2.05/AC-TOOLS/config.sub-127-		;;
##############################################
xmbmon-2.05/AC-TOOLS/config.sub-131-	-isc*)
xmbmon-2.05/AC-TOOLS/config.sub:132:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
xmbmon-2.05/AC-TOOLS/config.sub-133-		;;
##############################################
xmbmon-2.05/AC-TOOLS/config.sub-137-	-ptx*)
xmbmon-2.05/AC-TOOLS/config.sub:138:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
xmbmon-2.05/AC-TOOLS/config.sub-139-		;;
xmbmon-2.05/AC-TOOLS/config.sub-140-	-windowsnt*)
xmbmon-2.05/AC-TOOLS/config.sub:141:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
xmbmon-2.05/AC-TOOLS/config.sub-142-		;;
##############################################
xmbmon-2.05/AC-TOOLS/config.sub-169-	*-*-*)
xmbmon-2.05/AC-TOOLS/config.sub:170:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
xmbmon-2.05/AC-TOOLS/config.sub-171-		exit 1
##############################################
xmbmon-2.05/AC-TOOLS/config.sub-353-	i[34567]86v32)
xmbmon-2.05/AC-TOOLS/config.sub:354:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
xmbmon-2.05/AC-TOOLS/config.sub-355-		os=-sysv32
##############################################
xmbmon-2.05/AC-TOOLS/config.sub-357-	i[34567]86v4*)
xmbmon-2.05/AC-TOOLS/config.sub:358:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
xmbmon-2.05/AC-TOOLS/config.sub-359-		os=-sysv4
##############################################
xmbmon-2.05/AC-TOOLS/config.sub-361-	i[34567]86v)
xmbmon-2.05/AC-TOOLS/config.sub:362:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
xmbmon-2.05/AC-TOOLS/config.sub-363-		os=-sysv
##############################################
xmbmon-2.05/AC-TOOLS/config.sub-365-	i[34567]86sol2)
xmbmon-2.05/AC-TOOLS/config.sub:366:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
xmbmon-2.05/AC-TOOLS/config.sub-367-		os=-solaris2
##############################################
xmbmon-2.05/AC-TOOLS/config.sub-405-	mips3*-*)
xmbmon-2.05/AC-TOOLS/config.sub:406:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
xmbmon-2.05/AC-TOOLS/config.sub-407-		;;
xmbmon-2.05/AC-TOOLS/config.sub-408-	mips3*)
xmbmon-2.05/AC-TOOLS/config.sub:409:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
xmbmon-2.05/AC-TOOLS/config.sub-410-		;;
##############################################
xmbmon-2.05/AC-TOOLS/config.sub-481-	pentium-* | p5-* | k5-* | nexen-*)
xmbmon-2.05/AC-TOOLS/config.sub:482:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
xmbmon-2.05/AC-TOOLS/config.sub-483-		;;
xmbmon-2.05/AC-TOOLS/config.sub-484-	pentiumpro-* | p6-* | k6-* | 6x86-*)
xmbmon-2.05/AC-TOOLS/config.sub:485:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
xmbmon-2.05/AC-TOOLS/config.sub-486-		;;
xmbmon-2.05/AC-TOOLS/config.sub-487-	pentiumii-* | pentium2-*)
xmbmon-2.05/AC-TOOLS/config.sub:488:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
xmbmon-2.05/AC-TOOLS/config.sub-489-		;;
##############################################
xmbmon-2.05/AC-TOOLS/config.sub-496-	        ;;
xmbmon-2.05/AC-TOOLS/config.sub:497:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
xmbmon-2.05/AC-TOOLS/config.sub-498-		;;
##############################################
xmbmon-2.05/AC-TOOLS/config.sub-502-	ppcle-* | powerpclittle-*)
xmbmon-2.05/AC-TOOLS/config.sub:503:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
xmbmon-2.05/AC-TOOLS/config.sub-504-		;;
##############################################
xmbmon-2.05/AC-TOOLS/config.sub-660-	*)
xmbmon-2.05/AC-TOOLS/config.sub:661:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
xmbmon-2.05/AC-TOOLS/config.sub-662-		exit 1
##############################################
xmbmon-2.05/AC-TOOLS/config.sub-668-	*-digital*)
xmbmon-2.05/AC-TOOLS/config.sub:669:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
xmbmon-2.05/AC-TOOLS/config.sub-670-		;;
xmbmon-2.05/AC-TOOLS/config.sub-671-	*-commodore*)
xmbmon-2.05/AC-TOOLS/config.sub:672:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
xmbmon-2.05/AC-TOOLS/config.sub-673-		;;
##############################################
xmbmon-2.05/AC-TOOLS/config.sub-686-	-solaris1 | -solaris1.*)
xmbmon-2.05/AC-TOOLS/config.sub:687:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
xmbmon-2.05/AC-TOOLS/config.sub-688-		;;
##############################################
xmbmon-2.05/AC-TOOLS/config.sub-698-	-gnu/linux*)
xmbmon-2.05/AC-TOOLS/config.sub:699:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
xmbmon-2.05/AC-TOOLS/config.sub-700-		;;
##############################################
xmbmon-2.05/AC-TOOLS/config.sub-720-	-linux*)
xmbmon-2.05/AC-TOOLS/config.sub:721:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
xmbmon-2.05/AC-TOOLS/config.sub-722-		;;
xmbmon-2.05/AC-TOOLS/config.sub-723-	-sunos5*)
xmbmon-2.05/AC-TOOLS/config.sub:724:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
xmbmon-2.05/AC-TOOLS/config.sub-725-		;;
xmbmon-2.05/AC-TOOLS/config.sub-726-	-sunos6*)
xmbmon-2.05/AC-TOOLS/config.sub:727:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
xmbmon-2.05/AC-TOOLS/config.sub-728-		;;
##############################################
xmbmon-2.05/AC-TOOLS/config.sub-751-	-sinix5.*)
xmbmon-2.05/AC-TOOLS/config.sub:752:		os=`echo $os | sed -e 's|sinix|sysv|'`
xmbmon-2.05/AC-TOOLS/config.sub-753-		;;
##############################################
xmbmon-2.05/AC-TOOLS/config.sub-781-		# Get rid of the `-' at the beginning of $os.
xmbmon-2.05/AC-TOOLS/config.sub:782:		os=`echo $os | sed 's/[^-]*-//'`
xmbmon-2.05/AC-TOOLS/config.sub:783:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
xmbmon-2.05/AC-TOOLS/config.sub-784-		exit 1
##############################################
xmbmon-2.05/AC-TOOLS/config.sub-950-		esac
xmbmon-2.05/AC-TOOLS/config.sub:951:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
xmbmon-2.05/AC-TOOLS/config.sub-952-		;;
##############################################
xmbmon-2.05/AC-TOOLS/install-sh-85-
xmbmon-2.05/AC-TOOLS/install-sh:86:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
xmbmon-2.05/AC-TOOLS/install-sh-87-	    shift
##############################################
xmbmon-2.05/AC-TOOLS/install-sh-89-
xmbmon-2.05/AC-TOOLS/install-sh:90:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
xmbmon-2.05/AC-TOOLS/install-sh-91-	    shift
##############################################
xmbmon-2.05/AC-TOOLS/install-sh-150-	then
xmbmon-2.05/AC-TOOLS/install-sh:151:		dst="$dst"/`basename $src`
xmbmon-2.05/AC-TOOLS/install-sh-152-	else
##############################################
xmbmon-2.05/AC-TOOLS/install-sh-157-## this sed command emulates the dirname command
xmbmon-2.05/AC-TOOLS/install-sh:158:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
xmbmon-2.05/AC-TOOLS/install-sh-159-
##############################################
xmbmon-2.05/AC-TOOLS/install-sh-171-IFS='%'
xmbmon-2.05/AC-TOOLS/install-sh:172:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
xmbmon-2.05/AC-TOOLS/install-sh-173-IFS="${oIFS}"
##############################################
xmbmon-2.05/AC-TOOLS/install-sh-205-	then
xmbmon-2.05/AC-TOOLS/install-sh:206:		dstfile=`basename $dst`
xmbmon-2.05/AC-TOOLS/install-sh-207-	else
##############################################
xmbmon-2.05/AC-TOOLS/install-sh-215-	then
xmbmon-2.05/AC-TOOLS/install-sh:216:		dstfile=`basename $dst`
xmbmon-2.05/AC-TOOLS/install-sh-217-	else
##############################################
xmbmon-2.05/smbus_amd.c-24-
xmbmon-2.05/smbus_amd.c:25:	Do not confuse "Slave address" which is "addr(here)"/2!
xmbmon-2.05/smbus_amd.c-26-
##############################################
xmbmon-2.05/smbus_piix4.c-24-
xmbmon-2.05/smbus_piix4.c:25:	Do not confuse "Slave address" which is "addr(here)"/2!
xmbmon-2.05/smbus_piix4.c-26-
##############################################
xmbmon-2.05/configure-98-  as_lineno_2=$LINENO
xmbmon-2.05/configure:99:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
xmbmon-2.05/configure-100-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
xmbmon-2.05/configure-137-  as_lineno_2=$LINENO
xmbmon-2.05/configure:138:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
xmbmon-2.05/configure-139-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
xmbmon-2.05/configure-347-
xmbmon-2.05/configure:348:  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
xmbmon-2.05/configure-349-
##############################################
xmbmon-2.05/configure-380-  -disable-* | --disable-*)
xmbmon-2.05/configure:381:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
xmbmon-2.05/configure-382-    # Reject names that are not valid shell variable names.
##############################################
xmbmon-2.05/configure-385-   { (exit 1); exit 1; }; }
xmbmon-2.05/configure:386:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
xmbmon-2.05/configure-387-    eval "enable_$ac_feature=no" ;;
##############################################
xmbmon-2.05/configure-389-  -enable-* | --enable-*)
xmbmon-2.05/configure:390:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
xmbmon-2.05/configure-391-    # Reject names that are not valid shell variable names.
##############################################
xmbmon-2.05/configure-394-   { (exit 1); exit 1; }; }
xmbmon-2.05/configure:395:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
xmbmon-2.05/configure-396-    case $ac_option in
xmbmon-2.05/configure:397:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
xmbmon-2.05/configure-398-      *) ac_optarg=yes ;;
##############################################
xmbmon-2.05/configure-571-  -with-* | --with-*)
xmbmon-2.05/configure:572:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
xmbmon-2.05/configure-573-    # Reject names that are not valid shell variable names.
##############################################
xmbmon-2.05/configure-576-   { (exit 1); exit 1; }; }
xmbmon-2.05/configure:577:    ac_package=`echo $ac_package| sed 's/-/_/g'`
xmbmon-2.05/configure-578-    case $ac_option in
xmbmon-2.05/configure:579:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
xmbmon-2.05/configure-580-      *) ac_optarg=yes ;;
##############################################
xmbmon-2.05/configure-584-  -without-* | --without-*)
xmbmon-2.05/configure:585:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
xmbmon-2.05/configure-586-    # Reject names that are not valid shell variable names.
##############################################
xmbmon-2.05/configure-589-   { (exit 1); exit 1; }; }
xmbmon-2.05/configure:590:    ac_package=`echo $ac_package | sed 's/-/_/g'`
xmbmon-2.05/configure-591-    eval "with_$ac_package=no" ;;
##############################################
xmbmon-2.05/configure-616-  *=*)
xmbmon-2.05/configure:617:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
xmbmon-2.05/configure-618-    # Reject names that are not valid shell variable names.
##############################################
xmbmon-2.05/configure-621-   { (exit 1); exit 1; }; }
xmbmon-2.05/configure:622:    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
xmbmon-2.05/configure-623-    eval "$ac_envvar='$ac_optarg'"
##############################################
xmbmon-2.05/configure-637-if test -n "$ac_prev"; then
xmbmon-2.05/configure:638:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
xmbmon-2.05/configure-639-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
xmbmon-2.05/configure-645-do
xmbmon-2.05/configure:646:  eval ac_val=$`echo $ac_var`
xmbmon-2.05/configure-647-  case $ac_val in
##############################################
xmbmon-2.05/configure-657-do
xmbmon-2.05/configure:658:  eval ac_val=$`echo $ac_var`
xmbmon-2.05/configure-659-  case $ac_val in
##############################################
xmbmon-2.05/configure-721-fi
xmbmon-2.05/configure:722:srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
xmbmon-2.05/configure-723-ac_env_build_alias_set=${build_alias+set}
##############################################
xmbmon-2.05/configure-792-By default, \`make install' will install all the files in
xmbmon-2.05/configure:793:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
xmbmon-2.05/configure:794:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
xmbmon-2.05/configure-795-for instance \`--prefix=\$HOME'.
##############################################
xmbmon-2.05/configure-857-if test "$ac_dir" != .; then
xmbmon-2.05/configure:858:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
xmbmon-2.05/configure-859-  # A "../" for each directory in $ac_dir_suffix.
xmbmon-2.05/configure:860:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
xmbmon-2.05/configure-861-else
##############################################
xmbmon-2.05/configure-870-    else
xmbmon-2.05/configure:871:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
xmbmon-2.05/configure-872-    fi ;;
##############################################
xmbmon-2.05/configure-879-esac
xmbmon-2.05/configure:880:# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
xmbmon-2.05/configure-881-# absolute.
xmbmon-2.05/configure:882:ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
xmbmon-2.05/configure:883:ac_abs_top_builddir=`cd "$ac_dir" && cd $ac_top_builddir && pwd`
xmbmon-2.05/configure:884:ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
xmbmon-2.05/configure:885:ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
xmbmon-2.05/configure-886-
##############################################
xmbmon-2.05/configure-986-  *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
xmbmon-2.05/configure:987:    ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
xmbmon-2.05/configure-988-  esac
##############################################
xmbmon-2.05/configure-1128-    set,)
xmbmon-2.05/configure:1129:      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
xmbmon-2.05/configure:1130:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
xmbmon-2.05/configure-1131-      ac_cache_corrupted=: ;;
##############################################
xmbmon-2.05/configure-1151-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
xmbmon-2.05/configure:1152:      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
xmbmon-2.05/configure-1153-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
xmbmon-2.05/configure-1538-     "checking for C compiler version" >&5
xmbmon-2.05/configure:1539:ac_compiler=`set X $ac_compile; echo $2`
xmbmon-2.05/configure-1540-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
xmbmon-2.05/configure-1580-echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
xmbmon-2.05/configure:1581:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
xmbmon-2.05/configure-1582-if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
##############################################
xmbmon-2.05/configure-1601-            break;;
xmbmon-2.05/configure:1602:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
xmbmon-2.05/configure-1603-          # FIXME: I believe we export ac_cv_exeext for Libtool --akim.
##############################################
xmbmon-2.05/configure-1672-    *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;;
xmbmon-2.05/configure:1673:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
xmbmon-2.05/configure-1674-          export ac_cv_exeext
##############################################
xmbmon-2.05/configure-1723-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb ) ;;
xmbmon-2.05/configure:1724:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
xmbmon-2.05/configure-1725-       break;;
##############################################
xmbmon-2.05/configure-1791-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
xmbmon-2.05/configure:1792:GCC=`test $ac_compiler_gnu = yes && echo yes`
xmbmon-2.05/configure-1793-ac_test_CFLAGS=${CFLAGS+set}
##############################################
xmbmon-2.05/configure-2290-    # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
xmbmon-2.05/configure:2291:    eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
xmbmon-2.05/configure-2292-    # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
##############################################
xmbmon-2.05/configure-2434-LIBS=$ac_save_LIBS
xmbmon-2.05/configure:2435:for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
xmbmon-2.05/configure-2436-do
##############################################
xmbmon-2.05/configure-3445-test -z "$ac_cv_build_alias" &&
xmbmon-2.05/configure:3446:  ac_cv_build_alias=`$ac_config_guess`
xmbmon-2.05/configure-3447-test -z "$ac_cv_build_alias" &&
##############################################
xmbmon-2.05/configure-3450-   { (exit 1); exit 1; }; }
xmbmon-2.05/configure:3451:ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
xmbmon-2.05/configure-3452-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
##############################################
xmbmon-2.05/configure-3459-build=$ac_cv_build
xmbmon-2.05/configure:3460:build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
xmbmon-2.05/configure:3461:build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
xmbmon-2.05/configure:3462:build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
xmbmon-2.05/configure-3463-
##############################################
xmbmon-2.05/configure-3472-  ac_cv_host_alias=$ac_cv_build_alias
xmbmon-2.05/configure:3473:ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
xmbmon-2.05/configure-3474-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
##############################################
xmbmon-2.05/configure-3481-host=$ac_cv_host
xmbmon-2.05/configure:3482:host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
xmbmon-2.05/configure:3483:host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
xmbmon-2.05/configure:3484:host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
xmbmon-2.05/configure-3485-
##############################################
xmbmon-2.05/configure-3785-do
xmbmon-2.05/configure:3786:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
xmbmon-2.05/configure-3787-echo "$as_me:$LINENO: checking for $ac_header" >&5
##############################################
xmbmon-2.05/configure-3818-fi
xmbmon-2.05/configure:3819:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
xmbmon-2.05/configure:3820:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
xmbmon-2.05/configure:3821:if test `eval echo '${'$as_ac_Header'}'` = yes; then
xmbmon-2.05/configure-3822-  cat >>confdefs.h <<_ACEOF
xmbmon-2.05/configure:3823:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
xmbmon-2.05/configure-3824-_ACEOF
##############################################
xmbmon-2.05/configure-3836-do
xmbmon-2.05/configure:3837:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
xmbmon-2.05/configure-3838-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
xmbmon-2.05/configure-3843-fi
xmbmon-2.05/configure:3844:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
xmbmon-2.05/configure:3845:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
xmbmon-2.05/configure-3846-else
##############################################
xmbmon-2.05/configure-3934-fi
xmbmon-2.05/configure:3935:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
xmbmon-2.05/configure:3936:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
xmbmon-2.05/configure-3937-
xmbmon-2.05/configure-3938-fi
xmbmon-2.05/configure:3939:if test `eval echo '${'$as_ac_Header'}'` = yes; then
xmbmon-2.05/configure-3940-  cat >>confdefs.h <<_ACEOF
xmbmon-2.05/configure:3941:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
xmbmon-2.05/configure-3942-_ACEOF
##############################################
xmbmon-2.05/configure-3950-do
xmbmon-2.05/configure:3951:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
xmbmon-2.05/configure-3952-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
xmbmon-2.05/configure-3957-fi
xmbmon-2.05/configure:3958:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
xmbmon-2.05/configure:3959:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
xmbmon-2.05/configure-3960-else
##############################################
xmbmon-2.05/configure-4048-fi
xmbmon-2.05/configure:4049:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
xmbmon-2.05/configure:4050:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
xmbmon-2.05/configure-4051-
xmbmon-2.05/configure-4052-fi
xmbmon-2.05/configure:4053:if test `eval echo '${'$as_ac_Header'}'` = yes; then
xmbmon-2.05/configure-4054-  cat >>confdefs.h <<_ACEOF
xmbmon-2.05/configure:4055:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
xmbmon-2.05/configure-4056-_ACEOF
##############################################
xmbmon-2.05/configure-4112-do
xmbmon-2.05/configure:4113:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
xmbmon-2.05/configure-4114-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
xmbmon-2.05/configure-4175-fi
xmbmon-2.05/configure:4176:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
xmbmon-2.05/configure:4177:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
xmbmon-2.05/configure:4178:if test `eval echo '${'$as_ac_var'}'` = yes; then
xmbmon-2.05/configure-4179-  cat >>confdefs.h <<_ACEOF
xmbmon-2.05/configure:4180:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
xmbmon-2.05/configure-4181-_ACEOF
##############################################
xmbmon-2.05/configure-4316-do
xmbmon-2.05/configure:4317:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
xmbmon-2.05/configure-4318-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
xmbmon-2.05/configure-4379-fi
xmbmon-2.05/configure:4380:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
xmbmon-2.05/configure:4381:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
xmbmon-2.05/configure:4382:if test `eval echo '${'$as_ac_var'}'` = yes; then
xmbmon-2.05/configure-4383-  cat >>confdefs.h <<_ACEOF
xmbmon-2.05/configure:4384:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
xmbmon-2.05/configure-4385-_ACEOF
##############################################
xmbmon-2.05/configure-4568-  as_lineno_2=$LINENO
xmbmon-2.05/configure:4569:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
xmbmon-2.05/configure-4570-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
xmbmon-2.05/configure-4608-  as_lineno_2=$LINENO
xmbmon-2.05/configure:4609:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
xmbmon-2.05/configure-4610-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
xmbmon-2.05/configure-4777-configured by $0, generated by GNU Autoconf 2.53,
xmbmon-2.05/configure:4778:  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
xmbmon-2.05/configure-4779-
##############################################
xmbmon-2.05/configure-4795-  --*=*)
xmbmon-2.05/configure:4796:    ac_option=`expr "x$1" : 'x\([^=]*\)='`
xmbmon-2.05/configure:4797:    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
xmbmon-2.05/configure-4798-    shift
##############################################
xmbmon-2.05/configure-4889-{
xmbmon-2.05/configure:4890:  tmp=`(umask 077 && mktemp -d -q "$TMPDIR/csXXXXXX") 2>/dev/null` &&
xmbmon-2.05/configure-4891-  test -n "$tmp" && test -d "$tmp"
##############################################
xmbmon-2.05/configure-5003-      fi
xmbmon-2.05/configure:5004:      ac_sed_frag=`expr $ac_sed_frag + 1`
xmbmon-2.05/configure-5005-      ac_beg=$ac_end
xmbmon-2.05/configure:5006:      ac_end=`expr $ac_end + $ac_max_sed_lines`
xmbmon-2.05/configure-5007-    fi
##############################################
xmbmon-2.05/configure-5020-        cat >$tmp/stdin
xmbmon-2.05/configure:5021:        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
xmbmon-2.05/configure:5022:        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
xmbmon-2.05/configure:5023:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
xmbmon-2.05/configure:5024:        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
xmbmon-2.05/configure-5025-  * )   ac_file_in=$ac_file.in ;;
##############################################
xmbmon-2.05/configure-5045-as_dummy="$ac_dir"
xmbmon-2.05/configure:5046:for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do
xmbmon-2.05/configure-5047-  case $as_mkdir_dir in
##############################################
xmbmon-2.05/configure-5063-if test "$ac_dir" != .; then
xmbmon-2.05/configure:5064:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
xmbmon-2.05/configure-5065-  # A "../" for each directory in $ac_dir_suffix.
xmbmon-2.05/configure:5066:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
xmbmon-2.05/configure-5067-else
##############################################
xmbmon-2.05/configure-5076-    else
xmbmon-2.05/configure:5077:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
xmbmon-2.05/configure-5078-    fi ;;
##############################################
xmbmon-2.05/configure-5085-esac
xmbmon-2.05/configure:5086:# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
xmbmon-2.05/configure-5087-# absolute.
xmbmon-2.05/configure:5088:ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
xmbmon-2.05/configure:5089:ac_abs_top_builddir=`cd "$ac_dir" && cd $ac_top_builddir && pwd`
xmbmon-2.05/configure:5090:ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
xmbmon-2.05/configure:5091:ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
xmbmon-2.05/configure-5092-
##############################################
xmbmon-2.05/configure-5195-        cat >$tmp/stdin
xmbmon-2.05/configure:5196:        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
xmbmon-2.05/configure:5197:        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
xmbmon-2.05/configure:5198:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
xmbmon-2.05/configure:5199:        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
xmbmon-2.05/configure-5200-  * )   ac_file_in=$ac_file.in ;;
##############################################
xmbmon-2.05/configure-5363-as_dummy="$ac_dir"
xmbmon-2.05/configure:5364:for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do
xmbmon-2.05/configure-5365-  case $as_mkdir_dir in
##############################################
xmbmon-2.05/testhwm.c-111-	i = Reg48&0x7F;
xmbmon-2.05/testhwm.c:112:	printf("  MainSMBusADDR(CR48)  = %02X\n", 2*i);
xmbmon-2.05/testhwm.c-113-
##############################################
xmbmon-2.05/smbus_amd8.c-30-
xmbmon-2.05/smbus_amd8.c:31:	Do not confuse "Slave address" which is "addr(here)"/2!
xmbmon-2.05/smbus_amd8.c-32-------------------------------------------------------------------------
##############################################
xmbmon-2.05/ReadMe.jp-16-B$9$k5!G=$,IU$$$F$$$^$9!#%^%$%/%m%=%U%H Windows B>e$G$O$3$N%b%K%?!<5!G=$r
xmbmon-2.05/ReadMe.jp:17:B;H$C$F%j%"%k%?%$%`$K CPUB$N29EY$J$I$r%0%i%U2=$9$k%W%m%0%i%`$,$"$j$^$9$,!"
xmbmon-2.05/ReadMe.jp-18-X B>e$G$=$N$h$&$J5!G=$r;}$C$?%W%m%0%i%`$,$J$$$h$&$J$N$G:n$C$F$_$^$7$?!#
##############################################
xmbmon-2.05/ReadMe.jp-149-B$_$F$/$@$5$$(B@bL@$O<!$NCJMn$K$"$j$^$9)B!#$A$c$s$HF0$/$h$&$J$i!"$H$j$"$($:
xmbmon-2.05/ReadMe.jp:150:^C (CTRL-C)B$G%W%m%0%i%`$r;_$a$F 2B$D$N%W%m%0%i%`$r%$%s%9%H!<%k$7$F
xmbmon-2.05/ReadMe.jp-151-B2<$5$$(mbmon B$O ^C B0J30$K;_$a$kJ}K!$O$"$j$^$;$s)B!#mbmon, xmbmon B$N
##############################################
xmbmon-2.05/smbus_ali.c-23-
xmbmon-2.05/smbus_ali.c:24:	Do not confuse "Slave address" which is "addr(here)"/2!
xmbmon-2.05/smbus_ali.c-25-