===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
scummvm-tools-2.2.0/sci/scidisasm.cpp-145-		case 256:
scummvm-tools-2.2.0/sci/scidisasm.cpp:146:			printf("scidisasm ("PACKAGE") "VERSION"\n");
scummvm-tools-2.2.0/sci/scidisasm.cpp-147-			printf("This program is copyright (C) 1999 Christoph Reichenbach.\n"
##############################################
scummvm-tools-2.2.0/config.guess-40-
scummvm-tools-2.2.0/config.guess:41:me=`echo "$0" | sed -e 's,.*/,,'`
scummvm-tools-2.2.0/config.guess-42-
##############################################
scummvm-tools-2.2.0/config.guess-109-: ${TMPDIR=/tmp} ;
scummvm-tools-2.2.0/config.guess:110: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
scummvm-tools-2.2.0/config.guess-111- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
scummvm-tools-2.2.0/config.guess-195-	    *)
scummvm-tools-2.2.0/config.guess:196:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
scummvm-tools-2.2.0/config.guess-197-		;;
##############################################
scummvm-tools-2.2.0/config.guess-222-	*4.0)
scummvm-tools-2.2.0/config.guess:223:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
scummvm-tools-2.2.0/config.guess-224-		;;
scummvm-tools-2.2.0/config.guess-225-	*5.*)
scummvm-tools-2.2.0/config.guess:226:	        UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
scummvm-tools-2.2.0/config.guess-227-		;;
##############################################
scummvm-tools-2.2.0/config.guess-232-	# types through head -n 1, so we only detect the type of CPU 0.
scummvm-tools-2.2.0/config.guess:233:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
scummvm-tools-2.2.0/config.guess-234-	case "$ALPHA_CPU_TYPE" in
##############################################
scummvm-tools-2.2.0/config.guess-270-	# 1.2 uses "1.2" for uname -r.
scummvm-tools-2.2.0/config.guess:271:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
scummvm-tools-2.2.0/config.guess-272-	exit ;;
##############################################
scummvm-tools-2.2.0/config.guess-327-    s390x:SunOS:*:*)
scummvm-tools-2.2.0/config.guess:328:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
scummvm-tools-2.2.0/config.guess-329-	exit ;;
scummvm-tools-2.2.0/config.guess-330-    sun4H:SunOS:5.*:*)
scummvm-tools-2.2.0/config.guess:331:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
scummvm-tools-2.2.0/config.guess-332-	exit ;;
scummvm-tools-2.2.0/config.guess-333-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
scummvm-tools-2.2.0/config.guess:334:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
scummvm-tools-2.2.0/config.guess-335-	exit ;;
##############################################
scummvm-tools-2.2.0/config.guess-352-	fi
scummvm-tools-2.2.0/config.guess:353:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
scummvm-tools-2.2.0/config.guess-354-	exit ;;
##############################################
scummvm-tools-2.2.0/config.guess-358-	# it's likely to be more like Solaris than SunOS4.
scummvm-tools-2.2.0/config.guess:359:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
scummvm-tools-2.2.0/config.guess-360-	exit ;;
##############################################
scummvm-tools-2.2.0/config.guess-367-	# Japanese Language versions have a version number like `4.1.3-JL'.
scummvm-tools-2.2.0/config.guess:368:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
scummvm-tools-2.2.0/config.guess-369-	exit ;;
##############################################
scummvm-tools-2.2.0/config.guess-373-    sun*:*:4.2BSD:*)
scummvm-tools-2.2.0/config.guess:374:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
scummvm-tools-2.2.0/config.guess-375-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
scummvm-tools-2.2.0/config.guess-455-	$CC_FOR_BUILD -o $dummy $dummy.c &&
scummvm-tools-2.2.0/config.guess:456:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
scummvm-tools-2.2.0/config.guess:457:	  SYSTEM_NAME=`$dummy $dummyarg` &&
scummvm-tools-2.2.0/config.guess-458-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
scummvm-tools-2.2.0/config.guess-511-    *:IRIX*:*:*)
scummvm-tools-2.2.0/config.guess:512:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
scummvm-tools-2.2.0/config.guess-513-	exit ;;
##############################################
scummvm-tools-2.2.0/config.guess-541-EOF
scummvm-tools-2.2.0/config.guess:542:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
scummvm-tools-2.2.0/config.guess-543-		then
##############################################
scummvm-tools-2.2.0/config.guess-554-    *:AIX:*:[456])
scummvm-tools-2.2.0/config.guess:555:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
scummvm-tools-2.2.0/config.guess-556-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
scummvm-tools-2.2.0/config.guess-589-    9000/[34678]??:HP-UX:*:*)
scummvm-tools-2.2.0/config.guess:590:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
scummvm-tools-2.2.0/config.guess-591-	case "${UNAME_MACHINE}" in
##############################################
scummvm-tools-2.2.0/config.guess-643-EOF
scummvm-tools-2.2.0/config.guess:644:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
scummvm-tools-2.2.0/config.guess-645-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
scummvm-tools-2.2.0/config.guess-671-    ia64:HP-UX:*:*)
scummvm-tools-2.2.0/config.guess:672:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
scummvm-tools-2.2.0/config.guess-673-	echo ia64-hp-hpux${HPUX_REV}
##############################################
scummvm-tools-2.2.0/config.guess-701-EOF
scummvm-tools-2.2.0/config.guess:702:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
scummvm-tools-2.2.0/config.guess-703-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
scummvm-tools-2.2.0/config.guess-772-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
scummvm-tools-2.2.0/config.guess:773:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
scummvm-tools-2.2.0/config.guess-774-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
scummvm-tools-2.2.0/config.guess-777-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
scummvm-tools-2.2.0/config.guess:778:        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
scummvm-tools-2.2.0/config.guess-779-        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
scummvm-tools-2.2.0/config.guess-792-	    pc98)
scummvm-tools-2.2.0/config.guess:793:		echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
scummvm-tools-2.2.0/config.guess-794-	    amd64)
scummvm-tools-2.2.0/config.guess:795:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
scummvm-tools-2.2.0/config.guess-796-	    *)
scummvm-tools-2.2.0/config.guess:797:		echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
scummvm-tools-2.2.0/config.guess-798-	esac
##############################################
scummvm-tools-2.2.0/config.guess-846-    prep*:SunOS:5.*:*)
scummvm-tools-2.2.0/config.guess:847:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
scummvm-tools-2.2.0/config.guess-848-	exit ;;
##############################################
scummvm-tools-2.2.0/config.guess-850-	# the GNU system
scummvm-tools-2.2.0/config.guess:851:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
scummvm-tools-2.2.0/config.guess-852-	exit ;;
##############################################
scummvm-tools-2.2.0/config.guess-854-	# other systems with GNU libc and userland
scummvm-tools-2.2.0/config.guess:855:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
scummvm-tools-2.2.0/config.guess-856-	exit ;;
##############################################
scummvm-tools-2.2.0/config.guess-903-EOF
scummvm-tools-2.2.0/config.guess:904:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
scummvm-tools-2.2.0/config.guess-905-	echo "${UNAME_MACHINE}-pc-linux-${LIBC}"
##############################################
scummvm-tools-2.2.0/config.guess-931-EOF
scummvm-tools-2.2.0/config.guess:932:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
scummvm-tools-2.2.0/config.guess-933-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
##############################################
scummvm-tools-2.2.0/config.guess-1013-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
scummvm-tools-2.2.0/config.guess:1014:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
scummvm-tools-2.2.0/config.guess-1015-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
scummvm-tools-2.2.0/config.guess-1280-    *:DragonFly:*:*)
scummvm-tools-2.2.0/config.guess:1281:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
scummvm-tools-2.2.0/config.guess-1282-	exit ;;
##############################################
scummvm-tools-2.2.0/config.guess-1293-    i*86:skyos:*:*)
scummvm-tools-2.2.0/config.guess:1294:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
scummvm-tools-2.2.0/config.guess-1295-	exit ;;
##############################################
scummvm-tools-2.2.0/config.guess-1421-
scummvm-tools-2.2.0/config.guess:1422:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
scummvm-tools-2.2.0/config.guess-1423-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
scummvm-tools-2.2.0/config.sub-59-
scummvm-tools-2.2.0/config.sub:60:me=`echo "$0" | sed -e 's,.*/,,'`
scummvm-tools-2.2.0/config.sub-61-
##############################################
scummvm-tools-2.2.0/config.sub-123-# Here we must recognize all the valid KERNEL-OS combinations.
scummvm-tools-2.2.0/config.sub:124:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
scummvm-tools-2.2.0/config.sub-125-case $maybe_os in
##############################################
scummvm-tools-2.2.0/config.sub-130-    os=-$maybe_os
scummvm-tools-2.2.0/config.sub:131:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
scummvm-tools-2.2.0/config.sub-132-    ;;
scummvm-tools-2.2.0/config.sub-133-  *)
scummvm-tools-2.2.0/config.sub:134:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
scummvm-tools-2.2.0/config.sub-135-    if [ $basic_machine != $1 ]
scummvm-tools-2.2.0/config.sub:136:    then os=`echo $1 | sed 's/.*-/-/'`
scummvm-tools-2.2.0/config.sub-137-    else os=; fi
##############################################
scummvm-tools-2.2.0/config.sub-184-		os=-sco5v6
scummvm-tools-2.2.0/config.sub:185:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
scummvm-tools-2.2.0/config.sub-186-		;;
##############################################
scummvm-tools-2.2.0/config.sub-188-		os=-sco3.2v5
scummvm-tools-2.2.0/config.sub:189:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
scummvm-tools-2.2.0/config.sub-190-		;;
##############################################
scummvm-tools-2.2.0/config.sub-192-		os=-sco3.2v4
scummvm-tools-2.2.0/config.sub:193:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
scummvm-tools-2.2.0/config.sub-194-		;;
scummvm-tools-2.2.0/config.sub-195-	-sco3.2.[4-9]*)
scummvm-tools-2.2.0/config.sub:196:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
scummvm-tools-2.2.0/config.sub:197:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
scummvm-tools-2.2.0/config.sub-198-		;;
##############################################
scummvm-tools-2.2.0/config.sub-200-		# Don't forget version if it is 3.2v4 or newer.
scummvm-tools-2.2.0/config.sub:201:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
scummvm-tools-2.2.0/config.sub-202-		;;
##############################################
scummvm-tools-2.2.0/config.sub-204-		# Don't forget version if it is 3.2v4 or newer.
scummvm-tools-2.2.0/config.sub:205:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
scummvm-tools-2.2.0/config.sub-206-		;;
##############################################
scummvm-tools-2.2.0/config.sub-208-		os=-sco3.2v2
scummvm-tools-2.2.0/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
scummvm-tools-2.2.0/config.sub-210-		;;
scummvm-tools-2.2.0/config.sub-211-	-udk*)
scummvm-tools-2.2.0/config.sub:212:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
scummvm-tools-2.2.0/config.sub-213-		;;
##############################################
scummvm-tools-2.2.0/config.sub-215-		os=-isc2.2
scummvm-tools-2.2.0/config.sub:216:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
scummvm-tools-2.2.0/config.sub-217-		;;
##############################################
scummvm-tools-2.2.0/config.sub-221-	-isc*)
scummvm-tools-2.2.0/config.sub:222:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
scummvm-tools-2.2.0/config.sub-223-		;;
##############################################
scummvm-tools-2.2.0/config.sub-227-	-ptx*)
scummvm-tools-2.2.0/config.sub:228:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
scummvm-tools-2.2.0/config.sub-229-		;;
scummvm-tools-2.2.0/config.sub-230-	-windowsnt*)
scummvm-tools-2.2.0/config.sub:231:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
scummvm-tools-2.2.0/config.sub-232-		;;
##############################################
scummvm-tools-2.2.0/config.sub-323-	*-*-*)
scummvm-tools-2.2.0/config.sub:324:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
scummvm-tools-2.2.0/config.sub-325-		exit 1
##############################################
scummvm-tools-2.2.0/config.sub-433-	amd64-*)
scummvm-tools-2.2.0/config.sub:434:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
scummvm-tools-2.2.0/config.sub-435-		;;
##############################################
scummvm-tools-2.2.0/config.sub-475-	blackfin-*)
scummvm-tools-2.2.0/config.sub:476:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
scummvm-tools-2.2.0/config.sub-477-		os=-linux
##############################################
scummvm-tools-2.2.0/config.sub-678-	i*86v32)
scummvm-tools-2.2.0/config.sub:679:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
scummvm-tools-2.2.0/config.sub-680-		os=-sysv32
##############################################
scummvm-tools-2.2.0/config.sub-682-	i*86v4*)
scummvm-tools-2.2.0/config.sub:683:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
scummvm-tools-2.2.0/config.sub-684-		os=-sysv4
##############################################
scummvm-tools-2.2.0/config.sub-686-	i*86v)
scummvm-tools-2.2.0/config.sub:687:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
scummvm-tools-2.2.0/config.sub-688-		os=-sysv
##############################################
scummvm-tools-2.2.0/config.sub-690-	i*86sol2)
scummvm-tools-2.2.0/config.sub:691:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
scummvm-tools-2.2.0/config.sub-692-		os=-solaris2
##############################################
scummvm-tools-2.2.0/config.sub-720-	m68knommu-*)
scummvm-tools-2.2.0/config.sub:721:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
scummvm-tools-2.2.0/config.sub-722-		os=-linux
##############################################
scummvm-tools-2.2.0/config.sub-753-	mips3*-*)
scummvm-tools-2.2.0/config.sub:754:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
scummvm-tools-2.2.0/config.sub-755-		;;
scummvm-tools-2.2.0/config.sub-756-	mips3*)
scummvm-tools-2.2.0/config.sub:757:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
scummvm-tools-2.2.0/config.sub-758-		;;
##############################################
scummvm-tools-2.2.0/config.sub-771-	ms1-*)
scummvm-tools-2.2.0/config.sub:772:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
scummvm-tools-2.2.0/config.sub-773-		;;
##############################################
scummvm-tools-2.2.0/config.sub-876-	parisc-*)
scummvm-tools-2.2.0/config.sub:877:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
scummvm-tools-2.2.0/config.sub-878-		os=-linux
##############################################
scummvm-tools-2.2.0/config.sub-892-	pc98-*)
scummvm-tools-2.2.0/config.sub:893:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
scummvm-tools-2.2.0/config.sub-894-		;;
##############################################
scummvm-tools-2.2.0/config.sub-907-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
scummvm-tools-2.2.0/config.sub:908:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
scummvm-tools-2.2.0/config.sub-909-		;;
scummvm-tools-2.2.0/config.sub-910-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
scummvm-tools-2.2.0/config.sub:911:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
scummvm-tools-2.2.0/config.sub-912-		;;
scummvm-tools-2.2.0/config.sub-913-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
scummvm-tools-2.2.0/config.sub:914:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
scummvm-tools-2.2.0/config.sub-915-		;;
scummvm-tools-2.2.0/config.sub-916-	pentium4-*)
scummvm-tools-2.2.0/config.sub:917:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
scummvm-tools-2.2.0/config.sub-918-		;;
##############################################
scummvm-tools-2.2.0/config.sub-925-		;;
scummvm-tools-2.2.0/config.sub:926:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
scummvm-tools-2.2.0/config.sub-927-		;;
##############################################
scummvm-tools-2.2.0/config.sub-931-	ppcle-* | powerpclittle-*)
scummvm-tools-2.2.0/config.sub:932:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
scummvm-tools-2.2.0/config.sub-933-		;;
##############################################
scummvm-tools-2.2.0/config.sub-935-		;;
scummvm-tools-2.2.0/config.sub:936:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
scummvm-tools-2.2.0/config.sub-937-		;;
##############################################
scummvm-tools-2.2.0/config.sub-941-	ppc64le-* | powerpc64little-*)
scummvm-tools-2.2.0/config.sub:942:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
scummvm-tools-2.2.0/config.sub-943-		;;
##############################################
scummvm-tools-2.2.0/config.sub-1233-	*)
scummvm-tools-2.2.0/config.sub:1234:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
scummvm-tools-2.2.0/config.sub-1235-		exit 1
##############################################
scummvm-tools-2.2.0/config.sub-1241-	*-digital*)
scummvm-tools-2.2.0/config.sub:1242:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
scummvm-tools-2.2.0/config.sub-1243-		;;
scummvm-tools-2.2.0/config.sub-1244-	*-commodore*)
scummvm-tools-2.2.0/config.sub:1245:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
scummvm-tools-2.2.0/config.sub-1246-		;;
##############################################
scummvm-tools-2.2.0/config.sub-1262-	-solaris1 | -solaris1.*)
scummvm-tools-2.2.0/config.sub:1263:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
scummvm-tools-2.2.0/config.sub-1264-		;;
##############################################
scummvm-tools-2.2.0/config.sub-1274-	-gnu/linux*)
scummvm-tools-2.2.0/config.sub:1275:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
scummvm-tools-2.2.0/config.sub-1276-		;;
##############################################
scummvm-tools-2.2.0/config.sub-1319-	-nto*)
scummvm-tools-2.2.0/config.sub:1320:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
scummvm-tools-2.2.0/config.sub-1321-		;;
##############################################
scummvm-tools-2.2.0/config.sub-1326-	-mac*)
scummvm-tools-2.2.0/config.sub:1327:		os=`echo $os | sed -e 's|mac|macos|'`
scummvm-tools-2.2.0/config.sub-1328-		;;
##############################################
scummvm-tools-2.2.0/config.sub-1332-	-linux*)
scummvm-tools-2.2.0/config.sub:1333:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
scummvm-tools-2.2.0/config.sub-1334-		;;
scummvm-tools-2.2.0/config.sub-1335-	-sunos5*)
scummvm-tools-2.2.0/config.sub:1336:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
scummvm-tools-2.2.0/config.sub-1337-		;;
scummvm-tools-2.2.0/config.sub-1338-	-sunos6*)
scummvm-tools-2.2.0/config.sub:1339:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
scummvm-tools-2.2.0/config.sub-1340-		;;
##############################################
scummvm-tools-2.2.0/config.sub-1387-	-sinix5.*)
scummvm-tools-2.2.0/config.sub:1388:		os=`echo $os | sed -e 's|sinix|sysv|'`
scummvm-tools-2.2.0/config.sub-1389-		;;
##############################################
scummvm-tools-2.2.0/config.sub-1441-		# Get rid of the `-' at the beginning of $os.
scummvm-tools-2.2.0/config.sub:1442:		os=`echo $os | sed 's/[^-]*-//'`
scummvm-tools-2.2.0/config.sub:1443:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
scummvm-tools-2.2.0/config.sub-1444-		exit 1
##############################################
scummvm-tools-2.2.0/config.sub-1692-		esac
scummvm-tools-2.2.0/config.sub:1693:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
scummvm-tools-2.2.0/config.sub-1694-		;;
##############################################
scummvm-tools-2.2.0/convert_dxa.sh-29-do
scummvm-tools-2.2.0/convert_dxa.sh:30:	in=`basename "$i" .SMK`;
scummvm-tools-2.2.0/convert_dxa.sh:31:	folder=`dirname "$i"`;
scummvm-tools-2.2.0/convert_dxa.sh-32-	mv "$i" "$folder/$in.smk";
##############################################
scummvm-tools-2.2.0/convert_dxa.sh-36-do
scummvm-tools-2.2.0/convert_dxa.sh:37:	in=`basename "$i" .smk`;
scummvm-tools-2.2.0/convert_dxa.sh:38:	folder=`dirname "$i"`;
scummvm-tools-2.2.0/convert_dxa.sh-39-	if [ ! -f "$folder/$in.dxa" ]
##############################################
scummvm-tools-2.2.0/decompiler/test/cxxtest/cxxtestgen.pl-403-
scummvm-tools-2.2.0/decompiler/test/cxxtest/cxxtestgen.pl:404:sub writeInclude($) {
scummvm-tools-2.2.0/decompiler/test/cxxtest/cxxtestgen.pl-405-  my $file = $_[0];
##############################################
scummvm-tools-2.2.0/decompiler/value.h-231-	 */
scummvm-tools-2.2.0/decompiler/value.h:232:	RelAddressValue(uint32 baseaddr, int32 offset) : IntValue(offset, true), _baseaddr(baseaddr) { };
scummvm-tools-2.2.0/decompiler/value.h-233-
##############################################
scummvm-tools-2.2.0/debian/patches/cross-compile.patch-23- 	# Use the compiler specified by wx-config. This is needed on some systems to get a working executable.
scummvm-tools-2.2.0/debian/patches/cross-compile.patch:24:-	CXX="`$_wxconfig --cxx`"
scummvm-tools-2.2.0/debian/patches/cross-compile.patch-25--	LD=$CXX
scummvm-tools-2.2.0/debian/patches/cross-compile.patch:26:+	#CXX="`$_wxconfig --cxx`"
scummvm-tools-2.2.0/debian/patches/cross-compile.patch-27-+	#LD=$CXX
##############################################
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-65-
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure:66:_srcdir=`dirname $0`
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-67-
##############################################
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-253-				_wxpath=$path_dir
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure:254:				if test `basename $path_dir` = bin ; then
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure:255:					_wxpath=`dirname $path_dir`
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-256-				fi
##############################################
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-287-				_freetypepath=$path_dir
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure:288:				if test `basename $path_dir` = bin ; then
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure:289:					_freetypepath=`dirname $path_dir`
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-290-				fi
##############################################
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-332-option_help() {
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure:333:	tmpopt=`echo $1 | sed 's/_/-/g'`
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure:334:	option=`echo "--${tmpopt}                       " | sed "s/\(.\{23\}\).*/\1/"`
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-335-	echo "  ${option}  ${2}"
##############################################
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-467-	--with-ogg-prefix=*)
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure:468:		arg=`echo $ac_option | cut -d '=' -f 2`
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-469-		OGG_CFLAGS="-I$arg/include"
##############################################
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-472-	--with-vorbis-prefix=*)
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure:473:		arg=`echo $ac_option | cut -d '=' -f 2`
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-474-		VORBIS_CFLAGS="-I$arg/include"
##############################################
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-477-	--with-tremor-prefix=*)
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure:478:		arg=`echo $ac_option | cut -d '=' -f 2`
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-479-		TREMOR_CFLAGS="-I$arg/include"
##############################################
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-482-	--with-flac-prefix=*)
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure:483:		arg=`echo $ac_option | cut -d '=' -f 2`
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-484-		FLAC_CFLAGS="-I$arg/include"
##############################################
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-487-	--with-mad-prefix=*)
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure:488:		arg=`echo $ac_option | cut -d '=' -f 2`
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-489-		MAD_CFLAGS="-I$arg/include"
##############################################
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-492-	--with-zlib-prefix=*)
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure:493:		arg=`echo $ac_option | cut -d '=' -f 2`
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-494-		ZLIB_CFLAGS="-I$arg/include"
##############################################
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-497-	--with-png-prefix=*)
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure:498:		arg=`echo $ac_option | cut -d '=' -f 2`
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-499-		PNG_CFLAGS="-I$arg/include"
##############################################
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-502-	--with-freetype2-prefix=*)
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure:503:		arg=`echo $ac_option | cut -d '=' -f 2`
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-504-		_freetypepath="$arg:$arg/bin"
##############################################
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-506-	--with-wx-prefix=*)
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure:507:		arg=`echo $ac_option | cut -d '=' -f 2`
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-508-		_wxpath="$arg:$arg/bin"
##############################################
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-510-	--with-boost-prefix=*)
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure:511:		arg=`echo $ac_option | cut -d '=' -f 2`
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-512-		BOOST_CFLAGS="-I$arg/include"
##############################################
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-515-	--with-staticlib-prefix=*)
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure:516:		_staticlibpath=`echo $ac_option | cut -d '=' -f 2`
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-517-		;;
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-518-	--with-xcodetools-path=*)
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure:519:		_xcodetoolspath=`echo $ac_option | cut -d '=' -f 2`
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-520-		;;
##############################################
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-545-	--host=*)
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure:546:		_host=`echo $ac_option | cut -d '=' -f 2`
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-547-		;;
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-548-	--prefix=*)
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure:549:		_prefix=`echo $ac_option | cut -d '=' -f 2`
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-550-		;;
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-551-	--bindir=*)
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure:552:		_bindir=`echo $ac_option | cut -d '=' -f 2`
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-553-		;;
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-554-	--datadir=*)
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure:555:		_datadir=`echo $ac_option | cut -d '=' -f 2`
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-556-		;;
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-557-	--mandir=*)
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure:558:		_mandir=`echo $ac_option | cut -d '=' -f 2`
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-559-		;;
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-560-	--libdir=*)
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure:561:		_libdir=`echo $ac_option | cut -d '=' -f 2`
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-562-		;;
##############################################
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-568-
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure:569:guessed_host=`$_srcdir/config.guess`
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-570-get_system_exe_extension $guessed_host
##############################################
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-740-	if test -n "$_host"; then
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure:741:		guessed_host=`$_srcdir/config.sub $_host`
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-742-	fi
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure:743:	_host_cpu=`echo $guessed_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure:744:	_host_vendor=`echo $guessed_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure:745:	_host_os=`echo $guessed_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-746-	;;
##############################################
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-863-	_cxx_minor=`gcc_get_define __GNUC_MINOR__`
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure:864:	cxx_version="`( $CXX -dumpversion ) 2>&1`"
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-865-
##############################################
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-879-	# TODO: Big scary warning about unsupported compilers
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure:880:	cxx_version=`( $CXX -version ) 2>&1`
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-881-	if test "$?" -eq 0; then
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure:882:		cxx_version="`echo "${cxx_version}" | sed -ne 's/^.*[^0-9]\([0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\).*$/\1/gp'`"
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-883-		if test -z "${cxx_version}"; then
##############################################
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-909-		solaris*)
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure:910:			cxx_version=`( $CXX -V ) 2>&1`
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure:911:			cxx_version="`echo "${cxx_version}" | sed 's/.*\([0-9][0-9]*\.[0-9][0-9]*\).*/\1/'`"
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-912-
##############################################
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-1181-		if test "$?" -eq 0; then
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure:1182:			macport_version="`echo "${macport_version}" | sed -ne 's/Version: \([0-9]\.[0-9]\.[0-9]\)/\1/gp'`"
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-1183-			echo_n "You seem to be running MacPorts version ${macport_version}..."
##############################################
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-1186-			# strip off /bin/port from /opt/local/bin/port
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure:1187:			macport_prefix=`dirname ${macport_prefix}`
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure:1188:			macport_prefix=`dirname ${macport_prefix}`
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-1189-
##############################################
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-1204-		if test "$?" -eq 0; then
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure:1205:			fink_version="`echo "${fink_version}" | sed -ne 's/Package manager version: \([0-9.]*\)/\1/gp'`"
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-1206-			echo_n "You seem to be running Fink version ${fink_version}..."
##############################################
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-1209-			# strip off /bin/fink from /sw/bin/port
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure:1210:			fink_prefix=`dirname ${fink_prefix}`
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure:1211:			fink_prefix=`dirname ${fink_prefix}`
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-1212-
##############################################
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-1226-		if test "$?" -eq 0; then
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure:1227:			brew_version="`echo "${brew_version}" | sed -ne 's/Homebrew \([0-9.]*\)/\1/gp'`"
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-1228-			echo_n "You seem to be running Homebrew version ${brew_version}..."
##############################################
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-1355-			# Only static builds link successfully on buildbot
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure:1356:			LDFLAGS=`echo $LDFLAGS | sed 's/-use-dynld//'`
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-1357-			LDFLAGS="$LDFLAGS -static"
##############################################
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-1535-if test "$_pkg_config" = "yes" && $_pkgconfig --exists libpng; then
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure:1536:	PNG_LIBS="$PNG_LIBS `$_pkgconfig --libs libpng`"
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure:1537:	PNG_CFLAGS="$PNG_CFLAGS `$_pkgconfig --cflags libpng`"
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-1538-else
##############################################
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-1591-	if test "$_pkg_config" = "yes" && $_pkgconfig --exists freetype2; then
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure:1592:		FREETYPE2_LIBS=`$_pkgconfig --libs freetype2`
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure:1593:		FREETYPE2_CFLAGS=`$_pkgconfig --cflags freetype2`
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure:1594:		FREETYPE2_STATIC_LIBS=`$_pkgconfig --static --libs freetype2`
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-1595-		_freetype_found="true"
##############################################
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-1609-			fi
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure:1610:			FREETYPE2_LIBS=`$_freetypeconfig --prefix="$freetypeprefix" --libs`
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure:1611:			FREETYPE2_CFLAGS=`$_freetypeconfig --prefix="$freetypeprefix" --cflags`
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure:1612:			FREETYPE2_STATIC_LIBS=`$_freetypeconfig --prefix="$freetypeprefix" --static --libs 2>/dev/null`
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-1613-			_freetype_found="true"
##############################################
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-1783-if test "$_wxwidgets" = yes ; then
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure:1784:	_wxincludes="`$_wxconfig --prefix="$_wxpath" --cflags`"
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure:1785:	_wxlibs="`$_wxconfig --prefix="$_wxpath" --libs`"
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure:1786:	_wxstaticlibs="`$_wxconfig --prefix="$_wxpath" --static --libs 2> /dev/null`"
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure:1787:	_wxstaticlibs=`echo $_wxstaticlibs | sed 's|-lpng||' | sed 's|-lz||'`
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-1788-	# _wxstaticlibs may contain non-static libraries that we also have in _wxstaticlibs.
##############################################
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-1791-	# Use the compiler specified by wx-config. This is needed on some systems to get a working executable.
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure:1792:	CXX="`$_wxconfig --cxx`"
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-1793-	LD=$CXX
##############################################
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-1950-vpath %.mm \$(srcdir)
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure:1951:vpath %.asm \$(srcdir)
scummvm-tools-2.2.0/.pc/missing-posix-systems.patch/configure-1952-vpath %.s \$(srcdir)
##############################################
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-65-
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure:66:_srcdir=`dirname $0`
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-67-
##############################################
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-253-				_wxpath=$path_dir
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure:254:				if test `basename $path_dir` = bin ; then
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure:255:					_wxpath=`dirname $path_dir`
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-256-				fi
##############################################
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-287-				_freetypepath=$path_dir
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure:288:				if test `basename $path_dir` = bin ; then
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure:289:					_freetypepath=`dirname $path_dir`
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-290-				fi
##############################################
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-332-option_help() {
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure:333:	tmpopt=`echo $1 | sed 's/_/-/g'`
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure:334:	option=`echo "--${tmpopt}                       " | sed "s/\(.\{23\}\).*/\1/"`
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-335-	echo "  ${option}  ${2}"
##############################################
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-467-	--with-ogg-prefix=*)
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure:468:		arg=`echo $ac_option | cut -d '=' -f 2`
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-469-		OGG_CFLAGS="-I$arg/include"
##############################################
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-472-	--with-vorbis-prefix=*)
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure:473:		arg=`echo $ac_option | cut -d '=' -f 2`
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-474-		VORBIS_CFLAGS="-I$arg/include"
##############################################
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-477-	--with-tremor-prefix=*)
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure:478:		arg=`echo $ac_option | cut -d '=' -f 2`
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-479-		TREMOR_CFLAGS="-I$arg/include"
##############################################
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-482-	--with-flac-prefix=*)
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure:483:		arg=`echo $ac_option | cut -d '=' -f 2`
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-484-		FLAC_CFLAGS="-I$arg/include"
##############################################
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-487-	--with-mad-prefix=*)
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure:488:		arg=`echo $ac_option | cut -d '=' -f 2`
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-489-		MAD_CFLAGS="-I$arg/include"
##############################################
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-492-	--with-zlib-prefix=*)
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure:493:		arg=`echo $ac_option | cut -d '=' -f 2`
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-494-		ZLIB_CFLAGS="-I$arg/include"
##############################################
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-497-	--with-png-prefix=*)
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure:498:		arg=`echo $ac_option | cut -d '=' -f 2`
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-499-		PNG_CFLAGS="-I$arg/include"
##############################################
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-502-	--with-freetype2-prefix=*)
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure:503:		arg=`echo $ac_option | cut -d '=' -f 2`
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-504-		_freetypepath="$arg:$arg/bin"
##############################################
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-506-	--with-wx-prefix=*)
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure:507:		arg=`echo $ac_option | cut -d '=' -f 2`
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-508-		_wxpath="$arg:$arg/bin"
##############################################
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-510-	--with-boost-prefix=*)
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure:511:		arg=`echo $ac_option | cut -d '=' -f 2`
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-512-		BOOST_CFLAGS="-I$arg/include"
##############################################
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-515-	--with-staticlib-prefix=*)
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure:516:		_staticlibpath=`echo $ac_option | cut -d '=' -f 2`
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-517-		;;
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-518-	--with-xcodetools-path=*)
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure:519:		_xcodetoolspath=`echo $ac_option | cut -d '=' -f 2`
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-520-		;;
##############################################
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-545-	--host=*)
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure:546:		_host=`echo $ac_option | cut -d '=' -f 2`
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-547-		;;
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-548-	--prefix=*)
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure:549:		_prefix=`echo $ac_option | cut -d '=' -f 2`
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-550-		;;
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-551-	--bindir=*)
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure:552:		_bindir=`echo $ac_option | cut -d '=' -f 2`
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-553-		;;
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-554-	--datadir=*)
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure:555:		_datadir=`echo $ac_option | cut -d '=' -f 2`
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-556-		;;
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-557-	--mandir=*)
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure:558:		_mandir=`echo $ac_option | cut -d '=' -f 2`
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-559-		;;
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-560-	--libdir=*)
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure:561:		_libdir=`echo $ac_option | cut -d '=' -f 2`
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-562-		;;
##############################################
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-568-
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure:569:guessed_host=`$_srcdir/config.guess`
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-570-get_system_exe_extension $guessed_host
##############################################
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-740-	if test -n "$_host"; then
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure:741:		guessed_host=`$_srcdir/config.sub $_host`
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-742-	fi
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure:743:	_host_cpu=`echo $guessed_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure:744:	_host_vendor=`echo $guessed_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure:745:	_host_os=`echo $guessed_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-746-	;;
##############################################
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-863-	_cxx_minor=`gcc_get_define __GNUC_MINOR__`
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure:864:	cxx_version="`( $CXX -dumpversion ) 2>&1`"
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-865-
##############################################
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-879-	# TODO: Big scary warning about unsupported compilers
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure:880:	cxx_version=`( $CXX -version ) 2>&1`
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-881-	if test "$?" -eq 0; then
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure:882:		cxx_version="`echo "${cxx_version}" | sed -ne 's/^.*[^0-9]\([0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\).*$/\1/gp'`"
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-883-		if test -z "${cxx_version}"; then
##############################################
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-909-		solaris*)
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure:910:			cxx_version=`( $CXX -V ) 2>&1`
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure:911:			cxx_version="`echo "${cxx_version}" | sed 's/.*\([0-9][0-9]*\.[0-9][0-9]*\).*/\1/'`"
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-912-
##############################################
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-1181-		if test "$?" -eq 0; then
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure:1182:			macport_version="`echo "${macport_version}" | sed -ne 's/Version: \([0-9]\.[0-9]\.[0-9]\)/\1/gp'`"
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-1183-			echo_n "You seem to be running MacPorts version ${macport_version}..."
##############################################
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-1186-			# strip off /bin/port from /opt/local/bin/port
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure:1187:			macport_prefix=`dirname ${macport_prefix}`
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure:1188:			macport_prefix=`dirname ${macport_prefix}`
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-1189-
##############################################
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-1204-		if test "$?" -eq 0; then
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure:1205:			fink_version="`echo "${fink_version}" | sed -ne 's/Package manager version: \([0-9.]*\)/\1/gp'`"
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-1206-			echo_n "You seem to be running Fink version ${fink_version}..."
##############################################
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-1209-			# strip off /bin/fink from /sw/bin/port
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure:1210:			fink_prefix=`dirname ${fink_prefix}`
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure:1211:			fink_prefix=`dirname ${fink_prefix}`
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-1212-
##############################################
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-1226-		if test "$?" -eq 0; then
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure:1227:			brew_version="`echo "${brew_version}" | sed -ne 's/Homebrew \([0-9.]*\)/\1/gp'`"
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-1228-			echo_n "You seem to be running Homebrew version ${brew_version}..."
##############################################
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-1355-			# Only static builds link successfully on buildbot
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure:1356:			LDFLAGS=`echo $LDFLAGS | sed 's/-use-dynld//'`
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-1357-			LDFLAGS="$LDFLAGS -static"
##############################################
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-1535-if test "$_pkg_config" = "yes" && $_pkgconfig --exists libpng; then
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure:1536:	PNG_LIBS="$PNG_LIBS `$_pkgconfig --libs libpng`"
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure:1537:	PNG_CFLAGS="$PNG_CFLAGS `$_pkgconfig --cflags libpng`"
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-1538-else
##############################################
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-1591-	if test "$_pkg_config" = "yes" && $_pkgconfig --exists freetype2; then
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure:1592:		FREETYPE2_LIBS=`$_pkgconfig --libs freetype2`
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure:1593:		FREETYPE2_CFLAGS=`$_pkgconfig --cflags freetype2`
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure:1594:		FREETYPE2_STATIC_LIBS=`$_pkgconfig --static --libs freetype2`
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-1595-		_freetype_found="true"
##############################################
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-1609-			fi
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure:1610:			FREETYPE2_LIBS=`$_freetypeconfig --prefix="$freetypeprefix" --libs`
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure:1611:			FREETYPE2_CFLAGS=`$_freetypeconfig --prefix="$freetypeprefix" --cflags`
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure:1612:			FREETYPE2_STATIC_LIBS=`$_freetypeconfig --prefix="$freetypeprefix" --static --libs 2>/dev/null`
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-1613-			_freetype_found="true"
##############################################
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-1783-if test "$_wxwidgets" = yes ; then
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure:1784:	_wxincludes="`$_wxconfig --prefix="$_wxpath" --cflags`"
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure:1785:	_wxlibs="`$_wxconfig --prefix="$_wxpath" --libs`"
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure:1786:	_wxstaticlibs="`$_wxconfig --prefix="$_wxpath" --static --libs 2> /dev/null`"
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure:1787:	_wxstaticlibs=`echo $_wxstaticlibs | sed 's|-lpng||' | sed 's|-lz||'`
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-1788-	# _wxstaticlibs may contain non-static libraries that we also have in _wxstaticlibs.
##############################################
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-1791-	# Use the compiler specified by wx-config. This is needed on some systems to get a working executable.
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure:1792:	CXX="`$_wxconfig --cxx`"
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-1793-	LD=$CXX
##############################################
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-1950-vpath %.mm \$(srcdir)
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure:1951:vpath %.asm \$(srcdir)
scummvm-tools-2.2.0/.pc/cross-compile.patch/configure-1952-vpath %.s \$(srcdir)
##############################################
scummvm-tools-2.2.0/configure-65-
scummvm-tools-2.2.0/configure:66:_srcdir=`dirname $0`
scummvm-tools-2.2.0/configure-67-
##############################################
scummvm-tools-2.2.0/configure-253-				_wxpath=$path_dir
scummvm-tools-2.2.0/configure:254:				if test `basename $path_dir` = bin ; then
scummvm-tools-2.2.0/configure:255:					_wxpath=`dirname $path_dir`
scummvm-tools-2.2.0/configure-256-				fi
##############################################
scummvm-tools-2.2.0/configure-287-				_freetypepath=$path_dir
scummvm-tools-2.2.0/configure:288:				if test `basename $path_dir` = bin ; then
scummvm-tools-2.2.0/configure:289:					_freetypepath=`dirname $path_dir`
scummvm-tools-2.2.0/configure-290-				fi
##############################################
scummvm-tools-2.2.0/configure-332-option_help() {
scummvm-tools-2.2.0/configure:333:	tmpopt=`echo $1 | sed 's/_/-/g'`
scummvm-tools-2.2.0/configure:334:	option=`echo "--${tmpopt}                       " | sed "s/\(.\{23\}\).*/\1/"`
scummvm-tools-2.2.0/configure-335-	echo "  ${option}  ${2}"
##############################################
scummvm-tools-2.2.0/configure-467-	--with-ogg-prefix=*)
scummvm-tools-2.2.0/configure:468:		arg=`echo $ac_option | cut -d '=' -f 2`
scummvm-tools-2.2.0/configure-469-		OGG_CFLAGS="-I$arg/include"
##############################################
scummvm-tools-2.2.0/configure-472-	--with-vorbis-prefix=*)
scummvm-tools-2.2.0/configure:473:		arg=`echo $ac_option | cut -d '=' -f 2`
scummvm-tools-2.2.0/configure-474-		VORBIS_CFLAGS="-I$arg/include"
##############################################
scummvm-tools-2.2.0/configure-477-	--with-tremor-prefix=*)
scummvm-tools-2.2.0/configure:478:		arg=`echo $ac_option | cut -d '=' -f 2`
scummvm-tools-2.2.0/configure-479-		TREMOR_CFLAGS="-I$arg/include"
##############################################
scummvm-tools-2.2.0/configure-482-	--with-flac-prefix=*)
scummvm-tools-2.2.0/configure:483:		arg=`echo $ac_option | cut -d '=' -f 2`
scummvm-tools-2.2.0/configure-484-		FLAC_CFLAGS="-I$arg/include"
##############################################
scummvm-tools-2.2.0/configure-487-	--with-mad-prefix=*)
scummvm-tools-2.2.0/configure:488:		arg=`echo $ac_option | cut -d '=' -f 2`
scummvm-tools-2.2.0/configure-489-		MAD_CFLAGS="-I$arg/include"
##############################################
scummvm-tools-2.2.0/configure-492-	--with-zlib-prefix=*)
scummvm-tools-2.2.0/configure:493:		arg=`echo $ac_option | cut -d '=' -f 2`
scummvm-tools-2.2.0/configure-494-		ZLIB_CFLAGS="-I$arg/include"
##############################################
scummvm-tools-2.2.0/configure-497-	--with-png-prefix=*)
scummvm-tools-2.2.0/configure:498:		arg=`echo $ac_option | cut -d '=' -f 2`
scummvm-tools-2.2.0/configure-499-		PNG_CFLAGS="-I$arg/include"
##############################################
scummvm-tools-2.2.0/configure-502-	--with-freetype2-prefix=*)
scummvm-tools-2.2.0/configure:503:		arg=`echo $ac_option | cut -d '=' -f 2`
scummvm-tools-2.2.0/configure-504-		_freetypepath="$arg:$arg/bin"
##############################################
scummvm-tools-2.2.0/configure-506-	--with-wx-prefix=*)
scummvm-tools-2.2.0/configure:507:		arg=`echo $ac_option | cut -d '=' -f 2`
scummvm-tools-2.2.0/configure-508-		_wxpath="$arg:$arg/bin"
##############################################
scummvm-tools-2.2.0/configure-510-	--with-boost-prefix=*)
scummvm-tools-2.2.0/configure:511:		arg=`echo $ac_option | cut -d '=' -f 2`
scummvm-tools-2.2.0/configure-512-		BOOST_CFLAGS="-I$arg/include"
##############################################
scummvm-tools-2.2.0/configure-515-	--with-staticlib-prefix=*)
scummvm-tools-2.2.0/configure:516:		_staticlibpath=`echo $ac_option | cut -d '=' -f 2`
scummvm-tools-2.2.0/configure-517-		;;
scummvm-tools-2.2.0/configure-518-	--with-xcodetools-path=*)
scummvm-tools-2.2.0/configure:519:		_xcodetoolspath=`echo $ac_option | cut -d '=' -f 2`
scummvm-tools-2.2.0/configure-520-		;;
##############################################
scummvm-tools-2.2.0/configure-545-	--host=*)
scummvm-tools-2.2.0/configure:546:		_host=`echo $ac_option | cut -d '=' -f 2`
scummvm-tools-2.2.0/configure-547-		;;
scummvm-tools-2.2.0/configure-548-	--prefix=*)
scummvm-tools-2.2.0/configure:549:		_prefix=`echo $ac_option | cut -d '=' -f 2`
scummvm-tools-2.2.0/configure-550-		;;
scummvm-tools-2.2.0/configure-551-	--bindir=*)
scummvm-tools-2.2.0/configure:552:		_bindir=`echo $ac_option | cut -d '=' -f 2`
scummvm-tools-2.2.0/configure-553-		;;
scummvm-tools-2.2.0/configure-554-	--datadir=*)
scummvm-tools-2.2.0/configure:555:		_datadir=`echo $ac_option | cut -d '=' -f 2`
scummvm-tools-2.2.0/configure-556-		;;
scummvm-tools-2.2.0/configure-557-	--mandir=*)
scummvm-tools-2.2.0/configure:558:		_mandir=`echo $ac_option | cut -d '=' -f 2`
scummvm-tools-2.2.0/configure-559-		;;
scummvm-tools-2.2.0/configure-560-	--libdir=*)
scummvm-tools-2.2.0/configure:561:		_libdir=`echo $ac_option | cut -d '=' -f 2`
scummvm-tools-2.2.0/configure-562-		;;
##############################################
scummvm-tools-2.2.0/configure-568-
scummvm-tools-2.2.0/configure:569:guessed_host=`$_srcdir/config.guess`
scummvm-tools-2.2.0/configure-570-get_system_exe_extension $guessed_host
##############################################
scummvm-tools-2.2.0/configure-740-	if test -n "$_host"; then
scummvm-tools-2.2.0/configure:741:		guessed_host=`$_srcdir/config.sub $_host`
scummvm-tools-2.2.0/configure-742-	fi
scummvm-tools-2.2.0/configure:743:	_host_cpu=`echo $guessed_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
scummvm-tools-2.2.0/configure:744:	_host_vendor=`echo $guessed_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
scummvm-tools-2.2.0/configure:745:	_host_os=`echo $guessed_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
scummvm-tools-2.2.0/configure-746-	;;
##############################################
scummvm-tools-2.2.0/configure-863-	_cxx_minor=`gcc_get_define __GNUC_MINOR__`
scummvm-tools-2.2.0/configure:864:	cxx_version="`( $CXX -dumpversion ) 2>&1`"
scummvm-tools-2.2.0/configure-865-
##############################################
scummvm-tools-2.2.0/configure-879-	# TODO: Big scary warning about unsupported compilers
scummvm-tools-2.2.0/configure:880:	cxx_version=`( $CXX -version ) 2>&1`
scummvm-tools-2.2.0/configure-881-	if test "$?" -eq 0; then
scummvm-tools-2.2.0/configure:882:		cxx_version="`echo "${cxx_version}" | sed -ne 's/^.*[^0-9]\([0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\).*$/\1/gp'`"
scummvm-tools-2.2.0/configure-883-		if test -z "${cxx_version}"; then
##############################################
scummvm-tools-2.2.0/configure-909-		solaris*)
scummvm-tools-2.2.0/configure:910:			cxx_version=`( $CXX -V ) 2>&1`
scummvm-tools-2.2.0/configure:911:			cxx_version="`echo "${cxx_version}" | sed 's/.*\([0-9][0-9]*\.[0-9][0-9]*\).*/\1/'`"
scummvm-tools-2.2.0/configure-912-
##############################################
scummvm-tools-2.2.0/configure-1181-		if test "$?" -eq 0; then
scummvm-tools-2.2.0/configure:1182:			macport_version="`echo "${macport_version}" | sed -ne 's/Version: \([0-9]\.[0-9]\.[0-9]\)/\1/gp'`"
scummvm-tools-2.2.0/configure-1183-			echo_n "You seem to be running MacPorts version ${macport_version}..."
##############################################
scummvm-tools-2.2.0/configure-1186-			# strip off /bin/port from /opt/local/bin/port
scummvm-tools-2.2.0/configure:1187:			macport_prefix=`dirname ${macport_prefix}`
scummvm-tools-2.2.0/configure:1188:			macport_prefix=`dirname ${macport_prefix}`
scummvm-tools-2.2.0/configure-1189-
##############################################
scummvm-tools-2.2.0/configure-1204-		if test "$?" -eq 0; then
scummvm-tools-2.2.0/configure:1205:			fink_version="`echo "${fink_version}" | sed -ne 's/Package manager version: \([0-9.]*\)/\1/gp'`"
scummvm-tools-2.2.0/configure-1206-			echo_n "You seem to be running Fink version ${fink_version}..."
##############################################
scummvm-tools-2.2.0/configure-1209-			# strip off /bin/fink from /sw/bin/port
scummvm-tools-2.2.0/configure:1210:			fink_prefix=`dirname ${fink_prefix}`
scummvm-tools-2.2.0/configure:1211:			fink_prefix=`dirname ${fink_prefix}`
scummvm-tools-2.2.0/configure-1212-
##############################################
scummvm-tools-2.2.0/configure-1226-		if test "$?" -eq 0; then
scummvm-tools-2.2.0/configure:1227:			brew_version="`echo "${brew_version}" | sed -ne 's/Homebrew \([0-9.]*\)/\1/gp'`"
scummvm-tools-2.2.0/configure-1228-			echo_n "You seem to be running Homebrew version ${brew_version}..."
##############################################
scummvm-tools-2.2.0/configure-1355-			# Only static builds link successfully on buildbot
scummvm-tools-2.2.0/configure:1356:			LDFLAGS=`echo $LDFLAGS | sed 's/-use-dynld//'`
scummvm-tools-2.2.0/configure-1357-			LDFLAGS="$LDFLAGS -static"
##############################################
scummvm-tools-2.2.0/configure-1535-if test "$_pkg_config" = "yes" && $_pkgconfig --exists libpng; then
scummvm-tools-2.2.0/configure:1536:	PNG_LIBS="$PNG_LIBS `$_pkgconfig --libs libpng`"
scummvm-tools-2.2.0/configure:1537:	PNG_CFLAGS="$PNG_CFLAGS `$_pkgconfig --cflags libpng`"
scummvm-tools-2.2.0/configure-1538-else
##############################################
scummvm-tools-2.2.0/configure-1591-	if test "$_pkg_config" = "yes" && $_pkgconfig --exists freetype2; then
scummvm-tools-2.2.0/configure:1592:		FREETYPE2_LIBS=`$_pkgconfig --libs freetype2`
scummvm-tools-2.2.0/configure:1593:		FREETYPE2_CFLAGS=`$_pkgconfig --cflags freetype2`
scummvm-tools-2.2.0/configure:1594:		FREETYPE2_STATIC_LIBS=`$_pkgconfig --static --libs freetype2`
scummvm-tools-2.2.0/configure-1595-		_freetype_found="true"
##############################################
scummvm-tools-2.2.0/configure-1609-			fi
scummvm-tools-2.2.0/configure:1610:			FREETYPE2_LIBS=`$_freetypeconfig --prefix="$freetypeprefix" --libs`
scummvm-tools-2.2.0/configure:1611:			FREETYPE2_CFLAGS=`$_freetypeconfig --prefix="$freetypeprefix" --cflags`
scummvm-tools-2.2.0/configure:1612:			FREETYPE2_STATIC_LIBS=`$_freetypeconfig --prefix="$freetypeprefix" --static --libs 2>/dev/null`
scummvm-tools-2.2.0/configure-1613-			_freetype_found="true"
##############################################
scummvm-tools-2.2.0/configure-1783-if test "$_wxwidgets" = yes ; then
scummvm-tools-2.2.0/configure:1784:	_wxincludes="`$_wxconfig --prefix="$_wxpath" --cflags`"
scummvm-tools-2.2.0/configure:1785:	_wxlibs="`$_wxconfig --prefix="$_wxpath" --libs`"
scummvm-tools-2.2.0/configure:1786:	_wxstaticlibs="`$_wxconfig --prefix="$_wxpath" --static --libs 2> /dev/null`"
scummvm-tools-2.2.0/configure:1787:	_wxstaticlibs=`echo $_wxstaticlibs | sed 's|-lpng||' | sed 's|-lz||'`
scummvm-tools-2.2.0/configure-1788-	# _wxstaticlibs may contain non-static libraries that we also have in _wxstaticlibs.
##############################################
scummvm-tools-2.2.0/configure-1791-	# Use the compiler specified by wx-config. This is needed on some systems to get a working executable.
scummvm-tools-2.2.0/configure:1792:	#CXX="`$_wxconfig --cxx`"
scummvm-tools-2.2.0/configure-1793-	#LD=$CXX
##############################################
scummvm-tools-2.2.0/configure-1950-vpath %.mm \$(srcdir)
scummvm-tools-2.2.0/configure:1951:vpath %.asm \$(srcdir)
scummvm-tools-2.2.0/configure-1952-vpath %.s \$(srcdir)