===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
funtools-1.4.7/config.guess-34-
funtools-1.4.7/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
funtools-1.4.7/config.guess-36-
##############################################
funtools-1.4.7/config.guess-102-: ${TMPDIR=/tmp} ;
funtools-1.4.7/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
funtools-1.4.7/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
funtools-1.4.7/config.guess-151-	EOF
funtools-1.4.7/config.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
funtools-1.4.7/config.guess-153-	;;
##############################################
funtools-1.4.7/config.guess-181-	    earmv*)
funtools-1.4.7/config.guess:182:		arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
funtools-1.4.7/config.guess:183:		endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'`
funtools-1.4.7/config.guess-184-		machine=${arch}${endian}-unknown
##############################################
funtools-1.4.7/config.guess-213-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
funtools-1.4.7/config.guess:214:		abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"`
funtools-1.4.7/config.guess-215-		;;
##############################################
funtools-1.4.7/config.guess-226-	    *)
funtools-1.4.7/config.guess:227:		release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2`
funtools-1.4.7/config.guess-228-		;;
##############################################
funtools-1.4.7/config.guess-264-	*4.0)
funtools-1.4.7/config.guess:265:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
funtools-1.4.7/config.guess-266-		;;
funtools-1.4.7/config.guess-267-	*5.*)
funtools-1.4.7/config.guess:268:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
funtools-1.4.7/config.guess-269-		;;
##############################################
funtools-1.4.7/config.guess-274-	# types through head -n 1, so we only detect the type of CPU 0.
funtools-1.4.7/config.guess:275:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
funtools-1.4.7/config.guess-276-	case "$ALPHA_CPU_TYPE" in
##############################################
funtools-1.4.7/config.guess-312-	# 1.2 uses "1.2" for uname -r.
funtools-1.4.7/config.guess:313:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`
funtools-1.4.7/config.guess-314-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
funtools-1.4.7/config.guess-372-    s390x:SunOS:*:*)
funtools-1.4.7/config.guess:373:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
funtools-1.4.7/config.guess-374-	exit ;;
funtools-1.4.7/config.guess-375-    sun4H:SunOS:5.*:*)
funtools-1.4.7/config.guess:376:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
funtools-1.4.7/config.guess-377-	exit ;;
funtools-1.4.7/config.guess-378-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
funtools-1.4.7/config.guess:379:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
funtools-1.4.7/config.guess-380-	exit ;;
##############################################
funtools-1.4.7/config.guess-397-	fi
funtools-1.4.7/config.guess:398:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
funtools-1.4.7/config.guess-399-	exit ;;
##############################################
funtools-1.4.7/config.guess-403-	# it's likely to be more like Solaris than SunOS4.
funtools-1.4.7/config.guess:404:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
funtools-1.4.7/config.guess-405-	exit ;;
##############################################
funtools-1.4.7/config.guess-412-	# Japanese Language versions have a version number like `4.1.3-JL'.
funtools-1.4.7/config.guess:413:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
funtools-1.4.7/config.guess-414-	exit ;;
##############################################
funtools-1.4.7/config.guess-418-    sun*:*:4.2BSD:*)
funtools-1.4.7/config.guess:419:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
funtools-1.4.7/config.guess-420-	test "x${UNAME_RELEASE}" = x && UNAME_RELEASE=3
##############################################
funtools-1.4.7/config.guess-500-	$CC_FOR_BUILD -o $dummy $dummy.c &&
funtools-1.4.7/config.guess:501:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
funtools-1.4.7/config.guess:502:	  SYSTEM_NAME=`$dummy $dummyarg` &&
funtools-1.4.7/config.guess-503-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
funtools-1.4.7/config.guess-556-    *:IRIX*:*:*)
funtools-1.4.7/config.guess:557:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
funtools-1.4.7/config.guess-558-	exit ;;
##############################################
funtools-1.4.7/config.guess-586-EOF
funtools-1.4.7/config.guess:587:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
funtools-1.4.7/config.guess-588-		then
##############################################
funtools-1.4.7/config.guess-599-    *:AIX:*:[4567])
funtools-1.4.7/config.guess:600:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
funtools-1.4.7/config.guess-601-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
funtools-1.4.7/config.guess-635-    9000/[34678]??:HP-UX:*:*)
funtools-1.4.7/config.guess:636:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
funtools-1.4.7/config.guess-637-	case "${UNAME_MACHINE}" in
##############################################
funtools-1.4.7/config.guess-689-EOF
funtools-1.4.7/config.guess:690:		    (CCOPTS="" $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
funtools-1.4.7/config.guess-691-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
funtools-1.4.7/config.guess-717-    ia64:HP-UX:*:*)
funtools-1.4.7/config.guess:718:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
funtools-1.4.7/config.guess-719-	echo ia64-hp-hpux${HPUX_REV}
##############################################
funtools-1.4.7/config.guess-747-EOF
funtools-1.4.7/config.guess:748:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
funtools-1.4.7/config.guess-749-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
funtools-1.4.7/config.guess-818-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
funtools-1.4.7/config.guess:819:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
funtools-1.4.7/config.guess-820-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
funtools-1.4.7/config.guess-823-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
funtools-1.4.7/config.guess:824:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
funtools-1.4.7/config.guess-825-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
funtools-1.4.7/config.guess-839-	    amd64)
funtools-1.4.7/config.guess:840:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
funtools-1.4.7/config.guess-841-	    *)
funtools-1.4.7/config.guess:842:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
funtools-1.4.7/config.guess-843-	esac
##############################################
funtools-1.4.7/config.guess-897-    prep*:SunOS:5.*:*)
funtools-1.4.7/config.guess:898:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
funtools-1.4.7/config.guess-899-	exit ;;
##############################################
funtools-1.4.7/config.guess-901-	# the GNU system
funtools-1.4.7/config.guess:902:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
funtools-1.4.7/config.guess-903-	exit ;;
##############################################
funtools-1.4.7/config.guess-905-	# other systems with GNU libc and userland
funtools-1.4.7/config.guess:906:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
funtools-1.4.7/config.guess-907-	exit ;;
##############################################
funtools-1.4.7/config.guess-999-EOF
funtools-1.4.7/config.guess:1000:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
funtools-1.4.7/config.guess-1001-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
##############################################
funtools-1.4.7/config.guess-1099-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
funtools-1.4.7/config.guess:1100:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
funtools-1.4.7/config.guess-1101-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
funtools-1.4.7/config.guess-1302-	fi
funtools-1.4.7/config.guess:1303:	if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
funtools-1.4.7/config.guess-1304-	    if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
##############################################
funtools-1.4.7/config.guess-1387-    *:DragonFly:*:*)
funtools-1.4.7/config.guess:1388:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
funtools-1.4.7/config.guess-1389-	exit ;;
##############################################
funtools-1.4.7/config.guess-1400-    i*86:skyos:*:*)
funtools-1.4.7/config.guess:1401:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE} | sed -e 's/ .*$//'`
funtools-1.4.7/config.guess-1402-	exit ;;
##############################################
funtools-1.4.7/config.sub-52-
funtools-1.4.7/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
funtools-1.4.7/config.sub-54-
##############################################
funtools-1.4.7/config.sub-114-# Here we must recognize all the valid KERNEL-OS combinations.
funtools-1.4.7/config.sub:115:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
funtools-1.4.7/config.sub-116-case $maybe_os in
##############################################
funtools-1.4.7/config.sub-122-    os=-$maybe_os
funtools-1.4.7/config.sub:123:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
funtools-1.4.7/config.sub-124-    ;;
##############################################
funtools-1.4.7/config.sub-126-    os=-linux-android
funtools-1.4.7/config.sub:127:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
funtools-1.4.7/config.sub-128-    ;;
funtools-1.4.7/config.sub-129-  *)
funtools-1.4.7/config.sub:130:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
funtools-1.4.7/config.sub-131-    if [ $basic_machine != $1 ]
funtools-1.4.7/config.sub:132:    then os=`echo $1 | sed 's/.*-/-/'`
funtools-1.4.7/config.sub-133-    else os=; fi
##############################################
funtools-1.4.7/config.sub-180-		os=-sco5v6
funtools-1.4.7/config.sub:181:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
funtools-1.4.7/config.sub-182-		;;
##############################################
funtools-1.4.7/config.sub-184-		os=-sco3.2v5
funtools-1.4.7/config.sub:185:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
funtools-1.4.7/config.sub-186-		;;
##############################################
funtools-1.4.7/config.sub-188-		os=-sco3.2v4
funtools-1.4.7/config.sub:189:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
funtools-1.4.7/config.sub-190-		;;
funtools-1.4.7/config.sub-191-	-sco3.2.[4-9]*)
funtools-1.4.7/config.sub:192:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
funtools-1.4.7/config.sub:193:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
funtools-1.4.7/config.sub-194-		;;
##############################################
funtools-1.4.7/config.sub-196-		# Don't forget version if it is 3.2v4 or newer.
funtools-1.4.7/config.sub:197:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
funtools-1.4.7/config.sub-198-		;;
##############################################
funtools-1.4.7/config.sub-200-		# Don't forget version if it is 3.2v4 or newer.
funtools-1.4.7/config.sub:201:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
funtools-1.4.7/config.sub-202-		;;
##############################################
funtools-1.4.7/config.sub-204-		os=-sco3.2v2
funtools-1.4.7/config.sub:205:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
funtools-1.4.7/config.sub-206-		;;
funtools-1.4.7/config.sub-207-	-udk*)
funtools-1.4.7/config.sub:208:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
funtools-1.4.7/config.sub-209-		;;
##############################################
funtools-1.4.7/config.sub-211-		os=-isc2.2
funtools-1.4.7/config.sub:212:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
funtools-1.4.7/config.sub-213-		;;
##############################################
funtools-1.4.7/config.sub-217-	-isc*)
funtools-1.4.7/config.sub:218:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
funtools-1.4.7/config.sub-219-		;;
##############################################
funtools-1.4.7/config.sub-229-	-ptx*)
funtools-1.4.7/config.sub:230:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
funtools-1.4.7/config.sub-231-		;;
funtools-1.4.7/config.sub-232-	-windowsnt*)
funtools-1.4.7/config.sub:233:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
funtools-1.4.7/config.sub-234-		;;
##############################################
funtools-1.4.7/config.sub-366-	*-*-*)
funtools-1.4.7/config.sub:367:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
funtools-1.4.7/config.sub-368-		exit 1
##############################################
funtools-1.4.7/config.sub-493-	amd64-*)
funtools-1.4.7/config.sub:494:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/config.sub-495-		;;
##############################################
funtools-1.4.7/config.sub-538-	blackfin-*)
funtools-1.4.7/config.sub:539:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/config.sub-540-		os=-linux
##############################################
funtools-1.4.7/config.sub-546-	c54x-*)
funtools-1.4.7/config.sub:547:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/config.sub-548-		;;
funtools-1.4.7/config.sub-549-	c55x-*)
funtools-1.4.7/config.sub:550:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/config.sub-551-		;;
funtools-1.4.7/config.sub-552-	c6x-*)
funtools-1.4.7/config.sub:553:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/config.sub-554-		;;
##############################################
funtools-1.4.7/config.sub-650-	e500v[12]-*)
funtools-1.4.7/config.sub:651:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/config.sub-652-		os=$os"spe"
##############################################
funtools-1.4.7/config.sub-757-	i*86v32)
funtools-1.4.7/config.sub:758:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
funtools-1.4.7/config.sub-759-		os=-sysv32
##############################################
funtools-1.4.7/config.sub-761-	i*86v4*)
funtools-1.4.7/config.sub:762:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
funtools-1.4.7/config.sub-763-		os=-sysv4
##############################################
funtools-1.4.7/config.sub-765-	i*86v)
funtools-1.4.7/config.sub:766:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
funtools-1.4.7/config.sub-767-		os=-sysv
##############################################
funtools-1.4.7/config.sub-769-	i*86sol2)
funtools-1.4.7/config.sub:770:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
funtools-1.4.7/config.sub-771-		os=-solaris2
##############################################
funtools-1.4.7/config.sub-795-	leon-*|leon[3-9]-*)
funtools-1.4.7/config.sub:796:		basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'`
funtools-1.4.7/config.sub-797-		;;
##############################################
funtools-1.4.7/config.sub-802-	m68knommu-*)
funtools-1.4.7/config.sub:803:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/config.sub-804-		os=-linux
##############################################
funtools-1.4.7/config.sub-839-	mips3*-*)
funtools-1.4.7/config.sub:840:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
funtools-1.4.7/config.sub-841-		;;
funtools-1.4.7/config.sub-842-	mips3*)
funtools-1.4.7/config.sub:843:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
funtools-1.4.7/config.sub-844-		;;
##############################################
funtools-1.4.7/config.sub-861-	ms1-*)
funtools-1.4.7/config.sub:862:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
funtools-1.4.7/config.sub-863-		;;
##############################################
funtools-1.4.7/config.sub-980-	parisc-*)
funtools-1.4.7/config.sub:981:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/config.sub-982-		os=-linux
##############################################
funtools-1.4.7/config.sub-996-	pc98-*)
funtools-1.4.7/config.sub:997:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/config.sub-998-		;;
##############################################
funtools-1.4.7/config.sub-1011-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
funtools-1.4.7/config.sub:1012:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/config.sub-1013-		;;
funtools-1.4.7/config.sub-1014-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
funtools-1.4.7/config.sub:1015:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/config.sub-1016-		;;
funtools-1.4.7/config.sub-1017-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
funtools-1.4.7/config.sub:1018:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/config.sub-1019-		;;
funtools-1.4.7/config.sub-1020-	pentium4-*)
funtools-1.4.7/config.sub:1021:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/config.sub-1022-		;;
##############################################
funtools-1.4.7/config.sub-1030-	ppc-* | ppcbe-*)
funtools-1.4.7/config.sub:1031:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/config.sub-1032-		;;
##############################################
funtools-1.4.7/config.sub-1036-	ppcle-* | powerpclittle-*)
funtools-1.4.7/config.sub:1037:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/config.sub-1038-		;;
##############################################
funtools-1.4.7/config.sub-1040-		;;
funtools-1.4.7/config.sub:1041:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/config.sub-1042-		;;
##############################################
funtools-1.4.7/config.sub-1046-	ppc64le-* | powerpc64little-*)
funtools-1.4.7/config.sub:1047:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/config.sub-1048-		;;
##############################################
funtools-1.4.7/config.sub-1129-	strongarm-* | thumb-*)
funtools-1.4.7/config.sub:1130:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/config.sub-1131-		;;
##############################################
funtools-1.4.7/config.sub-1259-	xscale-* | xscalee[bl]-*)
funtools-1.4.7/config.sub:1260:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
funtools-1.4.7/config.sub-1261-		;;
##############################################
funtools-1.4.7/config.sub-1336-	*)
funtools-1.4.7/config.sub:1337:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
funtools-1.4.7/config.sub-1338-		exit 1
##############################################
funtools-1.4.7/config.sub-1344-	*-digital*)
funtools-1.4.7/config.sub:1345:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
funtools-1.4.7/config.sub-1346-		;;
funtools-1.4.7/config.sub-1347-	*-commodore*)
funtools-1.4.7/config.sub:1348:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
funtools-1.4.7/config.sub-1349-		;;
##############################################
funtools-1.4.7/config.sub-1365-	-solaris1 | -solaris1.*)
funtools-1.4.7/config.sub:1366:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
funtools-1.4.7/config.sub-1367-		;;
##############################################
funtools-1.4.7/config.sub-1377-	-gnu/linux*)
funtools-1.4.7/config.sub:1378:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
funtools-1.4.7/config.sub-1379-		;;
##############################################
funtools-1.4.7/config.sub-1424-	-nto*)
funtools-1.4.7/config.sub:1425:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
funtools-1.4.7/config.sub-1426-		;;
##############################################
funtools-1.4.7/config.sub-1431-	-mac*)
funtools-1.4.7/config.sub:1432:		os=`echo $os | sed -e 's|mac|macos|'`
funtools-1.4.7/config.sub-1433-		;;
##############################################
funtools-1.4.7/config.sub-1437-	-linux*)
funtools-1.4.7/config.sub:1438:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
funtools-1.4.7/config.sub-1439-		;;
funtools-1.4.7/config.sub-1440-	-sunos5*)
funtools-1.4.7/config.sub:1441:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
funtools-1.4.7/config.sub-1442-		;;
funtools-1.4.7/config.sub-1443-	-sunos6*)
funtools-1.4.7/config.sub:1444:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
funtools-1.4.7/config.sub-1445-		;;
##############################################
funtools-1.4.7/config.sub-1492-	-sinix5.*)
funtools-1.4.7/config.sub:1493:		os=`echo $os | sed -e 's|sinix|sysv|'`
funtools-1.4.7/config.sub-1494-		;;
##############################################
funtools-1.4.7/config.sub-1547-		# Get rid of the `-' at the beginning of $os.
funtools-1.4.7/config.sub:1548:		os=`echo $os | sed 's/[^-]*-//'`
funtools-1.4.7/config.sub:1549:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
funtools-1.4.7/config.sub-1550-		exit 1
##############################################
funtools-1.4.7/config.sub-1810-		esac
funtools-1.4.7/config.sub:1811:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
funtools-1.4.7/config.sub-1812-		;;
##############################################
funtools-1.4.7/configure-failsafe-45-do
funtools-1.4.7/configure-failsafe:46:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
funtools-1.4.7/configure-failsafe-47-    eval $as_var=C; export $as_var
##############################################
funtools-1.4.7/configure-failsafe-103-  as_lineno_2=$LINENO
funtools-1.4.7/configure-failsafe:104:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
funtools-1.4.7/configure-failsafe-105-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
funtools-1.4.7/configure-failsafe-142-  as_lineno_2=$LINENO
funtools-1.4.7/configure-failsafe:143:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
funtools-1.4.7/configure-failsafe-144-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
funtools-1.4.7/configure-failsafe-368-
funtools-1.4.7/configure-failsafe:369:  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
funtools-1.4.7/configure-failsafe-370-
##############################################
funtools-1.4.7/configure-failsafe-401-  -disable-* | --disable-*)
funtools-1.4.7/configure-failsafe:402:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
funtools-1.4.7/configure-failsafe-403-    # Reject names that are not valid shell variable names.
##############################################
funtools-1.4.7/configure-failsafe-406-   { (exit 1); exit 1; }; }
funtools-1.4.7/configure-failsafe:407:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
funtools-1.4.7/configure-failsafe-408-    eval "enable_$ac_feature=no" ;;
##############################################
funtools-1.4.7/configure-failsafe-410-  -enable-* | --enable-*)
funtools-1.4.7/configure-failsafe:411:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
funtools-1.4.7/configure-failsafe-412-    # Reject names that are not valid shell variable names.
##############################################
funtools-1.4.7/configure-failsafe-415-   { (exit 1); exit 1; }; }
funtools-1.4.7/configure-failsafe:416:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
funtools-1.4.7/configure-failsafe-417-    case $ac_option in
funtools-1.4.7/configure-failsafe:418:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
funtools-1.4.7/configure-failsafe-419-      *) ac_optarg=yes ;;
##############################################
funtools-1.4.7/configure-failsafe-592-  -with-* | --with-*)
funtools-1.4.7/configure-failsafe:593:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
funtools-1.4.7/configure-failsafe-594-    # Reject names that are not valid shell variable names.
##############################################
funtools-1.4.7/configure-failsafe-597-   { (exit 1); exit 1; }; }
funtools-1.4.7/configure-failsafe:598:    ac_package=`echo $ac_package| sed 's/-/_/g'`
funtools-1.4.7/configure-failsafe-599-    case $ac_option in
funtools-1.4.7/configure-failsafe:600:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
funtools-1.4.7/configure-failsafe-601-      *) ac_optarg=yes ;;
##############################################
funtools-1.4.7/configure-failsafe-605-  -without-* | --without-*)
funtools-1.4.7/configure-failsafe:606:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
funtools-1.4.7/configure-failsafe-607-    # Reject names that are not valid shell variable names.
##############################################
funtools-1.4.7/configure-failsafe-610-   { (exit 1); exit 1; }; }
funtools-1.4.7/configure-failsafe:611:    ac_package=`echo $ac_package | sed 's/-/_/g'`
funtools-1.4.7/configure-failsafe-612-    eval "with_$ac_package=no" ;;
##############################################
funtools-1.4.7/configure-failsafe-637-  *=*)
funtools-1.4.7/configure-failsafe:638:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
funtools-1.4.7/configure-failsafe-639-    # Reject names that are not valid shell variable names.
##############################################
funtools-1.4.7/configure-failsafe-642-   { (exit 1); exit 1; }; }
funtools-1.4.7/configure-failsafe:643:    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
funtools-1.4.7/configure-failsafe-644-    eval "$ac_envvar='$ac_optarg'"
##############################################
funtools-1.4.7/configure-failsafe-658-if test -n "$ac_prev"; then
funtools-1.4.7/configure-failsafe:659:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
funtools-1.4.7/configure-failsafe-660-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
funtools-1.4.7/configure-failsafe-666-do
funtools-1.4.7/configure-failsafe:667:  eval ac_val=$`echo $ac_var`
funtools-1.4.7/configure-failsafe-668-  case $ac_val in
##############################################
funtools-1.4.7/configure-failsafe-678-do
funtools-1.4.7/configure-failsafe:679:  eval ac_val=$`echo $ac_var`
funtools-1.4.7/configure-failsafe-680-  case $ac_val in
##############################################
funtools-1.4.7/configure-failsafe-745-   { (exit 1); exit 1; }; }
funtools-1.4.7/configure-failsafe:746:srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
funtools-1.4.7/configure-failsafe-747-ac_env_build_alias_set=${build_alias+set}
##############################################
funtools-1.4.7/configure-failsafe-816-By default, \`make install' will install all the files in
funtools-1.4.7/configure-failsafe:817:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
funtools-1.4.7/configure-failsafe:818:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
funtools-1.4.7/configure-failsafe-819-for instance \`--prefix=\$HOME'.
##############################################
funtools-1.4.7/configure-failsafe-893-if test "$ac_dir" != .; then
funtools-1.4.7/configure-failsafe:894:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
funtools-1.4.7/configure-failsafe-895-  # A "../" for each directory in $ac_dir_suffix.
funtools-1.4.7/configure-failsafe:896:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
funtools-1.4.7/configure-failsafe-897-else
##############################################
funtools-1.4.7/configure-failsafe-906-    else
funtools-1.4.7/configure-failsafe:907:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
funtools-1.4.7/configure-failsafe-908-    fi ;;
##############################################
funtools-1.4.7/configure-failsafe-1062-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
funtools-1.4.7/configure-failsafe:1063:      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
funtools-1.4.7/configure-failsafe-1064-    esac
##############################################
funtools-1.4.7/configure-failsafe-1134-    do
funtools-1.4.7/configure-failsafe:1135:      eval ac_val=$`echo $ac_var`
funtools-1.4.7/configure-failsafe-1136-      echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
funtools-1.4.7/configure-failsafe-1148-      do
funtools-1.4.7/configure-failsafe:1149:	eval ac_val=$`echo $ac_var`
funtools-1.4.7/configure-failsafe-1150-	echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
funtools-1.4.7/configure-failsafe-1255-    set,)
funtools-1.4.7/configure-failsafe:1256:      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
funtools-1.4.7/configure-failsafe:1257:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
funtools-1.4.7/configure-failsafe-1258-      ac_cache_corrupted=: ;;
##############################################
funtools-1.4.7/configure-failsafe-1278-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
funtools-1.4.7/configure-failsafe:1279:      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
funtools-1.4.7/configure-failsafe-1280-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
funtools-1.4.7/configure-failsafe-1369-test -z "$ac_cv_build_alias" &&
funtools-1.4.7/configure-failsafe:1370:  ac_cv_build_alias=`$ac_config_guess`
funtools-1.4.7/configure-failsafe-1371-test -z "$ac_cv_build_alias" &&
##############################################
funtools-1.4.7/configure-failsafe-1374-   { (exit 1); exit 1; }; }
funtools-1.4.7/configure-failsafe:1375:ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
funtools-1.4.7/configure-failsafe-1376-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
##############################################
funtools-1.4.7/configure-failsafe-1383-build=$ac_cv_build
funtools-1.4.7/configure-failsafe:1384:build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
funtools-1.4.7/configure-failsafe:1385:build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
funtools-1.4.7/configure-failsafe:1386:build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
funtools-1.4.7/configure-failsafe-1387-
##############################################
funtools-1.4.7/configure-failsafe-1396-  ac_cv_host_alias=$ac_cv_build_alias
funtools-1.4.7/configure-failsafe:1397:ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
funtools-1.4.7/configure-failsafe-1398-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
##############################################
funtools-1.4.7/configure-failsafe-1405-host=$ac_cv_host
funtools-1.4.7/configure-failsafe:1406:host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
funtools-1.4.7/configure-failsafe:1407:host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
funtools-1.4.7/configure-failsafe:1408:host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
funtools-1.4.7/configure-failsafe-1409-
##############################################
funtools-1.4.7/configure-failsafe-1732-     "checking for C compiler version" >&5
funtools-1.4.7/configure-failsafe:1733:ac_compiler=`set X $ac_compile; echo $2`
funtools-1.4.7/configure-failsafe-1734-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
funtools-1.4.7/configure-failsafe-1771-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
funtools-1.4.7/configure-failsafe:1772:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
funtools-1.4.7/configure-failsafe-1773-if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
##############################################
funtools-1.4.7/configure-failsafe-1799-    *.* )
funtools-1.4.7/configure-failsafe:1800:	ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
funtools-1.4.7/configure-failsafe-1801-	# FIXME: I believe we export ac_cv_exeext for Libtool,
##############################################
funtools-1.4.7/configure-failsafe-1879-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
funtools-1.4.7/configure-failsafe:1880:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
funtools-1.4.7/configure-failsafe-1881-	  export ac_cv_exeext
##############################################
funtools-1.4.7/configure-failsafe-1929-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
funtools-1.4.7/configure-failsafe:1930:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
funtools-1.4.7/configure-failsafe-1931-       break;;
##############################################
funtools-1.4.7/configure-failsafe-2008-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
funtools-1.4.7/configure-failsafe:2009:GCC=`test $ac_compiler_gnu = yes && echo yes`
funtools-1.4.7/configure-failsafe-2010-ac_test_CFLAGS=${CFLAGS+set}
##############################################
funtools-1.4.7/configure-failsafe-2927-do
funtools-1.4.7/configure-failsafe:2928:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
funtools-1.4.7/configure-failsafe-2929-echo "$as_me:$LINENO: checking for $ac_header" >&5
##############################################
funtools-1.4.7/configure-failsafe-2974-fi
funtools-1.4.7/configure-failsafe:2975:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/configure-failsafe:2976:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/configure-failsafe:2977:if test `eval echo '${'$as_ac_Header'}'` = yes; then
funtools-1.4.7/configure-failsafe-2978-  cat >>confdefs.h <<_ACEOF
funtools-1.4.7/configure-failsafe:2979:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
funtools-1.4.7/configure-failsafe-2980-_ACEOF
##############################################
funtools-1.4.7/configure-failsafe-2989-do
funtools-1.4.7/configure-failsafe:2990:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
funtools-1.4.7/configure-failsafe-2991-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
funtools-1.4.7/configure-failsafe-2996-fi
funtools-1.4.7/configure-failsafe:2997:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/configure-failsafe:2998:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/configure-failsafe-2999-else
##############################################
funtools-1.4.7/configure-failsafe-3123-fi
funtools-1.4.7/configure-failsafe:3124:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/configure-failsafe:3125:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/configure-failsafe-3126-
funtools-1.4.7/configure-failsafe-3127-fi
funtools-1.4.7/configure-failsafe:3128:if test `eval echo '${'$as_ac_Header'}'` = yes; then
funtools-1.4.7/configure-failsafe-3129-  cat >>confdefs.h <<_ACEOF
funtools-1.4.7/configure-failsafe:3130:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
funtools-1.4.7/configure-failsafe-3131-_ACEOF
##############################################
funtools-1.4.7/configure-failsafe-3139-do
funtools-1.4.7/configure-failsafe:3140:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
funtools-1.4.7/configure-failsafe-3141-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
funtools-1.4.7/configure-failsafe-3146-fi
funtools-1.4.7/configure-failsafe:3147:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/configure-failsafe:3148:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/configure-failsafe-3149-else
##############################################
funtools-1.4.7/configure-failsafe-3273-fi
funtools-1.4.7/configure-failsafe:3274:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/configure-failsafe:3275:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/configure-failsafe-3276-
funtools-1.4.7/configure-failsafe-3277-fi
funtools-1.4.7/configure-failsafe:3278:if test `eval echo '${'$as_ac_Header'}'` = yes; then
funtools-1.4.7/configure-failsafe-3279-  cat >>confdefs.h <<_ACEOF
funtools-1.4.7/configure-failsafe:3280:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
funtools-1.4.7/configure-failsafe-3281-_ACEOF
##############################################
funtools-1.4.7/configure-failsafe-3289-do
funtools-1.4.7/configure-failsafe:3290:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
funtools-1.4.7/configure-failsafe-3291-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
funtools-1.4.7/configure-failsafe-3296-fi
funtools-1.4.7/configure-failsafe:3297:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/configure-failsafe:3298:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/configure-failsafe-3299-else
##############################################
funtools-1.4.7/configure-failsafe-3423-fi
funtools-1.4.7/configure-failsafe:3424:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/configure-failsafe:3425:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/configure-failsafe-3426-
funtools-1.4.7/configure-failsafe-3427-fi
funtools-1.4.7/configure-failsafe:3428:if test `eval echo '${'$as_ac_Header'}'` = yes; then
funtools-1.4.7/configure-failsafe-3429-  cat >>confdefs.h <<_ACEOF
funtools-1.4.7/configure-failsafe:3430:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
funtools-1.4.7/configure-failsafe-3431-_ACEOF
##############################################
funtools-1.4.7/configure-failsafe-3439-do
funtools-1.4.7/configure-failsafe:3440:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
funtools-1.4.7/configure-failsafe-3441-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
funtools-1.4.7/configure-failsafe-3446-fi
funtools-1.4.7/configure-failsafe:3447:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/configure-failsafe:3448:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/configure-failsafe-3449-else
##############################################
funtools-1.4.7/configure-failsafe-3573-fi
funtools-1.4.7/configure-failsafe:3574:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/configure-failsafe:3575:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/configure-failsafe-3576-
funtools-1.4.7/configure-failsafe-3577-fi
funtools-1.4.7/configure-failsafe:3578:if test `eval echo '${'$as_ac_Header'}'` = yes; then
funtools-1.4.7/configure-failsafe-3579-  cat >>confdefs.h <<_ACEOF
funtools-1.4.7/configure-failsafe:3580:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
funtools-1.4.7/configure-failsafe-3581-_ACEOF
##############################################
funtools-1.4.7/configure-failsafe-3589-do
funtools-1.4.7/configure-failsafe:3590:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
funtools-1.4.7/configure-failsafe-3591-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
funtools-1.4.7/configure-failsafe-3596-fi
funtools-1.4.7/configure-failsafe:3597:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/configure-failsafe:3598:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/configure-failsafe-3599-else
##############################################
funtools-1.4.7/configure-failsafe-3723-fi
funtools-1.4.7/configure-failsafe:3724:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/configure-failsafe:3725:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/configure-failsafe-3726-
funtools-1.4.7/configure-failsafe-3727-fi
funtools-1.4.7/configure-failsafe:3728:if test `eval echo '${'$as_ac_Header'}'` = yes; then
funtools-1.4.7/configure-failsafe-3729-  cat >>confdefs.h <<_ACEOF
funtools-1.4.7/configure-failsafe:3730:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
funtools-1.4.7/configure-failsafe-3731-_ACEOF
##############################################
funtools-1.4.7/configure-failsafe-3739-do
funtools-1.4.7/configure-failsafe:3740:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
funtools-1.4.7/configure-failsafe-3741-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
funtools-1.4.7/configure-failsafe-3746-fi
funtools-1.4.7/configure-failsafe:3747:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/configure-failsafe:3748:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/configure-failsafe-3749-else
##############################################
funtools-1.4.7/configure-failsafe-3873-fi
funtools-1.4.7/configure-failsafe:3874:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/configure-failsafe:3875:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/configure-failsafe-3876-
funtools-1.4.7/configure-failsafe-3877-fi
funtools-1.4.7/configure-failsafe:3878:if test `eval echo '${'$as_ac_Header'}'` = yes; then
funtools-1.4.7/configure-failsafe-3879-  cat >>confdefs.h <<_ACEOF
funtools-1.4.7/configure-failsafe:3880:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
funtools-1.4.7/configure-failsafe-3881-_ACEOF
##############################################
funtools-1.4.7/configure-failsafe-3889-do
funtools-1.4.7/configure-failsafe:3890:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
funtools-1.4.7/configure-failsafe-3891-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
funtools-1.4.7/configure-failsafe-3896-fi
funtools-1.4.7/configure-failsafe:3897:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/configure-failsafe:3898:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/configure-failsafe-3899-else
##############################################
funtools-1.4.7/configure-failsafe-4023-fi
funtools-1.4.7/configure-failsafe:4024:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/configure-failsafe:4025:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/configure-failsafe-4026-
funtools-1.4.7/configure-failsafe-4027-fi
funtools-1.4.7/configure-failsafe:4028:if test `eval echo '${'$as_ac_Header'}'` = yes; then
funtools-1.4.7/configure-failsafe-4029-  cat >>confdefs.h <<_ACEOF
funtools-1.4.7/configure-failsafe:4030:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
funtools-1.4.7/configure-failsafe-4031-_ACEOF
##############################################
funtools-1.4.7/configure-failsafe-4043-do
funtools-1.4.7/configure-failsafe:4044:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
funtools-1.4.7/configure-failsafe-4045-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
funtools-1.4.7/configure-failsafe-4050-fi
funtools-1.4.7/configure-failsafe:4051:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/configure-failsafe:4052:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/configure-failsafe-4053-else
##############################################
funtools-1.4.7/configure-failsafe-4177-fi
funtools-1.4.7/configure-failsafe:4178:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/configure-failsafe:4179:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/configure-failsafe-4180-
funtools-1.4.7/configure-failsafe-4181-fi
funtools-1.4.7/configure-failsafe:4182:if test `eval echo '${'$as_ac_Header'}'` = yes; then
funtools-1.4.7/configure-failsafe-4183-  cat >>confdefs.h <<_ACEOF
funtools-1.4.7/configure-failsafe:4184:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
funtools-1.4.7/configure-failsafe-4185-_ACEOF
##############################################
funtools-1.4.7/configure-failsafe-4373-do
funtools-1.4.7/configure-failsafe:4374:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
funtools-1.4.7/configure-failsafe-4375-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
funtools-1.4.7/configure-failsafe-4462-fi
funtools-1.4.7/configure-failsafe:4463:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
funtools-1.4.7/configure-failsafe:4464:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
funtools-1.4.7/configure-failsafe:4465:if test `eval echo '${'$as_ac_var'}'` = yes; then
funtools-1.4.7/configure-failsafe-4466-  cat >>confdefs.h <<_ACEOF
funtools-1.4.7/configure-failsafe:4467:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
funtools-1.4.7/configure-failsafe-4468-_ACEOF
##############################################
funtools-1.4.7/configure-failsafe-4959-      EXTRA_LIBS="$EXTRA_LIBS -ldl"
funtools-1.4.7/configure-failsafe:4960:      if test `$CC -v -rdynamic 2>&1 | grep -c unrecognized` = "0" ; then
funtools-1.4.7/configure-failsafe-4961-        LDFLAGS="$LDFLAGS -rdynamic"
##############################################
funtools-1.4.7/configure-failsafe-5036-        fpic="yes"
funtools-1.4.7/configure-failsafe:5037:        if test `$CC -v -rdynamic 2>&1 | grep -c unrecognized` = "0" ; then
funtools-1.4.7/configure-failsafe-5038-          LDFLAGS="$LDFLAGS -rdynamic"
##############################################
funtools-1.4.7/configure-failsafe-5064-if test "$fun_ok" = "yes"; then
funtools-1.4.7/configure-failsafe:5065:if test "$CC" = "gcc" -o `$CC -v 2>&1 | grep -c gcc` != "0" ; then
funtools-1.4.7/configure-failsafe-5066-  using_dl="yes"
##############################################
funtools-1.4.7/configure-failsafe-5141-      EXTRA_LIBS="$EXTRA_LIBS -ldl"
funtools-1.4.7/configure-failsafe:5142:      if test `$CC -v -rdynamic 2>&1 | grep -c unrecognized` = "0" ; then
funtools-1.4.7/configure-failsafe-5143-        LDFLAGS="$LDFLAGS -rdynamic"
##############################################
funtools-1.4.7/configure-failsafe-5218-        fpic="yes"
funtools-1.4.7/configure-failsafe:5219:        if test `$CC -v -rdynamic 2>&1 | grep -c unrecognized` = "0" ; then
funtools-1.4.7/configure-failsafe-5220-          LDFLAGS="$LDFLAGS -rdynamic"
##############################################
funtools-1.4.7/configure-failsafe-5246-echo $ECHO_N "checking for setting fpu in double rounding mode (with gcc) ... $ECHO_C" >&6
funtools-1.4.7/configure-failsafe:5247:if test "$CC" = "gcc" -o `$CC -v 2>&1 | grep -c gcc` != "0" ; then
funtools-1.4.7/configure-failsafe-5248-  using_fpu_double="yes"
##############################################
funtools-1.4.7/configure-failsafe-5306-		if test -f "${with_tclconfig}/tclConfig.sh" ; then
funtools-1.4.7/configure-failsafe:5307:		    ac_cv_c_tclconfig=`(cd ${with_tclconfig}; pwd)`
funtools-1.4.7/configure-failsafe-5308-		else
##############################################
funtools-1.4.7/configure-failsafe-5323-		    if test -f "$i/unix/tclConfig.sh" ; then
funtools-1.4.7/configure-failsafe:5324:			ac_cv_c_tclconfig=`(cd $i/unix; pwd)`
funtools-1.4.7/configure-failsafe-5325-			break
##############################################
funtools-1.4.7/configure-failsafe-5331-	    if test x"${ac_cv_c_tclconfig}" = x ; then
funtools-1.4.7/configure-failsafe:5332:		for i in `ls -d ${libdir} 2>/dev/null` \
funtools-1.4.7/configure-failsafe-5333-			`ls -d /usr/local/lib 2>/dev/null` \
##############################################
funtools-1.4.7/configure-failsafe-5337-		    if test -f "$i/tclConfig.sh" ; then
funtools-1.4.7/configure-failsafe:5338:			ac_cv_c_tclconfig=`(cd $i; pwd)`
funtools-1.4.7/configure-failsafe-5339-			break
##############################################
funtools-1.4.7/configure-failsafe-5347-			${srcdir}/../tcl \
funtools-1.4.7/configure-failsafe:5348:			`ls -dr ${srcdir}/../tcl[8-9].[0-9]* 2>/dev/null` ; do
funtools-1.4.7/configure-failsafe-5349-		    if test -f "$i/unix/tclConfig.sh" ; then
funtools-1.4.7/configure-failsafe:5350:		    ac_cv_c_tclconfig=`(cd $i/unix; pwd)`
funtools-1.4.7/configure-failsafe-5351-		    break
##############################################
funtools-1.4.7/configure-failsafe-5613-	LDFLAGS="$LDFLAGS $CFLAGS"
funtools-1.4.7/configure-failsafe:5614:        G=`$CC -v 2>&1 | grep version | awk '{print $3}' | awk -F. '{print $1$2}'`
funtools-1.4.7/configure-failsafe-5615-        if test x"$G" != x -a "$G" -lt 42; then
##############################################
funtools-1.4.7/configure-failsafe-5628-        if test x"$fpic" = x"yes" ; then
funtools-1.4.7/configure-failsafe:5629:          if test "$CC" = "gcc" -o `$CC -v 2>&1 | grep -c gcc` != "0" ; then
funtools-1.4.7/configure-failsafe-5630-	    CFLAGS="$CFLAGS -fPIC"
##############################################
funtools-1.4.7/configure-failsafe-5828-do
funtools-1.4.7/configure-failsafe:5829:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
funtools-1.4.7/configure-failsafe-5830-    eval $as_var=C; export $as_var
##############################################
funtools-1.4.7/configure-failsafe-5886-  as_lineno_2=$LINENO
funtools-1.4.7/configure-failsafe:5887:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
funtools-1.4.7/configure-failsafe-5888-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
funtools-1.4.7/configure-failsafe-5926-  as_lineno_2=$LINENO
funtools-1.4.7/configure-failsafe:5927:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
funtools-1.4.7/configure-failsafe-5928-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
funtools-1.4.7/configure-failsafe-6105-configured by $0, generated by GNU Autoconf 2.59,
funtools-1.4.7/configure-failsafe:6106:  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
funtools-1.4.7/configure-failsafe-6107-
##############################################
funtools-1.4.7/configure-failsafe-6121-  --*=*)
funtools-1.4.7/configure-failsafe:6122:    ac_option=`expr "x$1" : 'x\([^=]*\)='`
funtools-1.4.7/configure-failsafe:6123:    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
funtools-1.4.7/configure-failsafe-6124-    ac_shift=:
##############################################
funtools-1.4.7/configure-failsafe-6371-      fi
funtools-1.4.7/configure-failsafe:6372:      ac_sed_frag=`expr $ac_sed_frag + 1`
funtools-1.4.7/configure-failsafe-6373-      ac_beg=$ac_end
funtools-1.4.7/configure-failsafe:6374:      ac_end=`expr $ac_end + $ac_max_sed_lines`
funtools-1.4.7/configure-failsafe-6375-    fi
##############################################
funtools-1.4.7/configure-failsafe-6388-	cat >$tmp/stdin
funtools-1.4.7/configure-failsafe:6389:	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
funtools-1.4.7/configure-failsafe:6390:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
funtools-1.4.7/configure-failsafe:6391:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
funtools-1.4.7/configure-failsafe:6392:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
funtools-1.4.7/configure-failsafe-6393-  * )   ac_file_in=$ac_file.in ;;
##############################################
funtools-1.4.7/configure-failsafe-6436-if test "$ac_dir" != .; then
funtools-1.4.7/configure-failsafe:6437:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
funtools-1.4.7/configure-failsafe-6438-  # A "../" for each directory in $ac_dir_suffix.
funtools-1.4.7/configure-failsafe:6439:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
funtools-1.4.7/configure-failsafe-6440-else
##############################################
funtools-1.4.7/configure-failsafe-6449-    else
funtools-1.4.7/configure-failsafe:6450:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
funtools-1.4.7/configure-failsafe-6451-    fi ;;
##############################################
funtools-1.4.7/configure-failsafe-6596-	cat >$tmp/stdin
funtools-1.4.7/configure-failsafe:6597:	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
funtools-1.4.7/configure-failsafe:6598:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
funtools-1.4.7/configure-failsafe:6599:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
funtools-1.4.7/configure-failsafe:6600:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
funtools-1.4.7/configure-failsafe-6601-  * )   ac_file_in=$ac_file.in ;;
##############################################
funtools-1.4.7/configure-failsafe-6900-if test "$ac_dir" != .; then
funtools-1.4.7/configure-failsafe:6901:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
funtools-1.4.7/configure-failsafe-6902-  # A "../" for each directory in $ac_dir_suffix.
funtools-1.4.7/configure-failsafe:6903:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
funtools-1.4.7/configure-failsafe-6904-else
##############################################
funtools-1.4.7/configure-failsafe-6913-    else
funtools-1.4.7/configure-failsafe:6914:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
funtools-1.4.7/configure-failsafe-6915-    fi ;;
##############################################
funtools-1.4.7/filter/Makefile.in-169-	@if [ "$(LIB)" = "$(DEFLIB)" ] ; then \
funtools-1.4.7/filter/Makefile.in:170:	    XLIB=`basename $(LIB)`; \
funtools-1.4.7/filter/Makefile.in-171-	    echo "Installing $$XLIB"; \
##############################################
funtools-1.4.7/filter/compat/install-sh-73-
funtools-1.4.7/filter/compat/install-sh:74:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
funtools-1.4.7/filter/compat/install-sh-75-	    shift
##############################################
funtools-1.4.7/filter/compat/install-sh-77-
funtools-1.4.7/filter/compat/install-sh:78:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
funtools-1.4.7/filter/compat/install-sh-79-	    shift
##############################################
funtools-1.4.7/filter/compat/install-sh-138-	then
funtools-1.4.7/filter/compat/install-sh:139:		dst="$dst"/`basename $src`
funtools-1.4.7/filter/compat/install-sh-140-	else
##############################################
funtools-1.4.7/filter/compat/install-sh-145-## this sed command emulates the dirname command
funtools-1.4.7/filter/compat/install-sh:146:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
funtools-1.4.7/filter/compat/install-sh-147-
##############################################
funtools-1.4.7/filter/compat/install-sh-159-IFS='%'
funtools-1.4.7/filter/compat/install-sh:160:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
funtools-1.4.7/filter/compat/install-sh-161-IFS="${oIFS}"
##############################################
funtools-1.4.7/filter/compat/install-sh-193-	then
funtools-1.4.7/filter/compat/install-sh:194:		dstfile=`basename $dst`
funtools-1.4.7/filter/compat/install-sh-195-	else
##############################################
funtools-1.4.7/filter/compat/install-sh-203-	then
funtools-1.4.7/filter/compat/install-sh:204:		dstfile=`basename $dst`
funtools-1.4.7/filter/compat/install-sh-205-	else
##############################################
funtools-1.4.7/filter/config.guess-34-
funtools-1.4.7/filter/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
funtools-1.4.7/filter/config.guess-36-
##############################################
funtools-1.4.7/filter/config.guess-102-: ${TMPDIR=/tmp} ;
funtools-1.4.7/filter/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
funtools-1.4.7/filter/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
funtools-1.4.7/filter/config.guess-151-	EOF
funtools-1.4.7/filter/config.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
funtools-1.4.7/filter/config.guess-153-	;;
##############################################
funtools-1.4.7/filter/config.guess-181-	    earmv*)
funtools-1.4.7/filter/config.guess:182:		arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
funtools-1.4.7/filter/config.guess:183:		endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'`
funtools-1.4.7/filter/config.guess-184-		machine=${arch}${endian}-unknown
##############################################
funtools-1.4.7/filter/config.guess-210-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
funtools-1.4.7/filter/config.guess:211:		abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"`
funtools-1.4.7/filter/config.guess-212-		;;
##############################################
funtools-1.4.7/filter/config.guess-223-	    *)
funtools-1.4.7/filter/config.guess:224:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
funtools-1.4.7/filter/config.guess-225-		;;
##############################################
funtools-1.4.7/filter/config.guess-254-	*4.0)
funtools-1.4.7/filter/config.guess:255:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
funtools-1.4.7/filter/config.guess-256-		;;
funtools-1.4.7/filter/config.guess-257-	*5.*)
funtools-1.4.7/filter/config.guess:258:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
funtools-1.4.7/filter/config.guess-259-		;;
##############################################
funtools-1.4.7/filter/config.guess-264-	# types through head -n 1, so we only detect the type of CPU 0.
funtools-1.4.7/filter/config.guess:265:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
funtools-1.4.7/filter/config.guess-266-	case "$ALPHA_CPU_TYPE" in
##############################################
funtools-1.4.7/filter/config.guess-302-	# 1.2 uses "1.2" for uname -r.
funtools-1.4.7/filter/config.guess:303:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
funtools-1.4.7/filter/config.guess-304-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
funtools-1.4.7/filter/config.guess-362-    s390x:SunOS:*:*)
funtools-1.4.7/filter/config.guess:363:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
funtools-1.4.7/filter/config.guess-364-	exit ;;
funtools-1.4.7/filter/config.guess-365-    sun4H:SunOS:5.*:*)
funtools-1.4.7/filter/config.guess:366:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
funtools-1.4.7/filter/config.guess-367-	exit ;;
funtools-1.4.7/filter/config.guess-368-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
funtools-1.4.7/filter/config.guess:369:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
funtools-1.4.7/filter/config.guess-370-	exit ;;
##############################################
funtools-1.4.7/filter/config.guess-387-	fi
funtools-1.4.7/filter/config.guess:388:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
funtools-1.4.7/filter/config.guess-389-	exit ;;
##############################################
funtools-1.4.7/filter/config.guess-393-	# it's likely to be more like Solaris than SunOS4.
funtools-1.4.7/filter/config.guess:394:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
funtools-1.4.7/filter/config.guess-395-	exit ;;
##############################################
funtools-1.4.7/filter/config.guess-402-	# Japanese Language versions have a version number like `4.1.3-JL'.
funtools-1.4.7/filter/config.guess:403:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
funtools-1.4.7/filter/config.guess-404-	exit ;;
##############################################
funtools-1.4.7/filter/config.guess-408-    sun*:*:4.2BSD:*)
funtools-1.4.7/filter/config.guess:409:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
funtools-1.4.7/filter/config.guess-410-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
funtools-1.4.7/filter/config.guess-490-	$CC_FOR_BUILD -o $dummy $dummy.c &&
funtools-1.4.7/filter/config.guess:491:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
funtools-1.4.7/filter/config.guess:492:	  SYSTEM_NAME=`$dummy $dummyarg` &&
funtools-1.4.7/filter/config.guess-493-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
funtools-1.4.7/filter/config.guess-546-    *:IRIX*:*:*)
funtools-1.4.7/filter/config.guess:547:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
funtools-1.4.7/filter/config.guess-548-	exit ;;
##############################################
funtools-1.4.7/filter/config.guess-576-EOF
funtools-1.4.7/filter/config.guess:577:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
funtools-1.4.7/filter/config.guess-578-		then
##############################################
funtools-1.4.7/filter/config.guess-589-    *:AIX:*:[4567])
funtools-1.4.7/filter/config.guess:590:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
funtools-1.4.7/filter/config.guess-591-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
funtools-1.4.7/filter/config.guess-625-    9000/[34678]??:HP-UX:*:*)
funtools-1.4.7/filter/config.guess:626:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
funtools-1.4.7/filter/config.guess-627-	case "${UNAME_MACHINE}" in
##############################################
funtools-1.4.7/filter/config.guess-679-EOF
funtools-1.4.7/filter/config.guess:680:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
funtools-1.4.7/filter/config.guess-681-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
funtools-1.4.7/filter/config.guess-707-    ia64:HP-UX:*:*)
funtools-1.4.7/filter/config.guess:708:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
funtools-1.4.7/filter/config.guess-709-	echo ia64-hp-hpux${HPUX_REV}
##############################################
funtools-1.4.7/filter/config.guess-737-EOF
funtools-1.4.7/filter/config.guess:738:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
funtools-1.4.7/filter/config.guess-739-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
funtools-1.4.7/filter/config.guess-808-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
funtools-1.4.7/filter/config.guess:809:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
funtools-1.4.7/filter/config.guess-810-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
funtools-1.4.7/filter/config.guess-813-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
funtools-1.4.7/filter/config.guess:814:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
funtools-1.4.7/filter/config.guess-815-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
funtools-1.4.7/filter/config.guess-829-	    amd64)
funtools-1.4.7/filter/config.guess:830:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
funtools-1.4.7/filter/config.guess-831-	    *)
funtools-1.4.7/filter/config.guess:832:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
funtools-1.4.7/filter/config.guess-833-	esac
##############################################
funtools-1.4.7/filter/config.guess-887-    prep*:SunOS:5.*:*)
funtools-1.4.7/filter/config.guess:888:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
funtools-1.4.7/filter/config.guess-889-	exit ;;
##############################################
funtools-1.4.7/filter/config.guess-891-	# the GNU system
funtools-1.4.7/filter/config.guess:892:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
funtools-1.4.7/filter/config.guess-893-	exit ;;
##############################################
funtools-1.4.7/filter/config.guess-895-	# other systems with GNU libc and userland
funtools-1.4.7/filter/config.guess:896:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
funtools-1.4.7/filter/config.guess-897-	exit ;;
##############################################
funtools-1.4.7/filter/config.guess-983-EOF
funtools-1.4.7/filter/config.guess:984:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
funtools-1.4.7/filter/config.guess-985-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
##############################################
funtools-1.4.7/filter/config.guess-1077-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
funtools-1.4.7/filter/config.guess:1078:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
funtools-1.4.7/filter/config.guess-1079-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
funtools-1.4.7/filter/config.guess-1277-	fi
funtools-1.4.7/filter/config.guess:1278:	if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
funtools-1.4.7/filter/config.guess-1279-	    if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
##############################################
funtools-1.4.7/filter/config.guess-1362-    *:DragonFly:*:*)
funtools-1.4.7/filter/config.guess:1363:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
funtools-1.4.7/filter/config.guess-1364-	exit ;;
##############################################
funtools-1.4.7/filter/config.guess-1375-    i*86:skyos:*:*)
funtools-1.4.7/filter/config.guess:1376:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
funtools-1.4.7/filter/config.guess-1377-	exit ;;
##############################################
funtools-1.4.7/filter/config.sub-52-
funtools-1.4.7/filter/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
funtools-1.4.7/filter/config.sub-54-
##############################################
funtools-1.4.7/filter/config.sub-115-# Here we must recognize all the valid KERNEL-OS combinations.
funtools-1.4.7/filter/config.sub:116:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
funtools-1.4.7/filter/config.sub-117-case $maybe_os in
##############################################
funtools-1.4.7/filter/config.sub-123-    os=-$maybe_os
funtools-1.4.7/filter/config.sub:124:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
funtools-1.4.7/filter/config.sub-125-    ;;
##############################################
funtools-1.4.7/filter/config.sub-127-    os=-linux-android
funtools-1.4.7/filter/config.sub:128:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
funtools-1.4.7/filter/config.sub-129-    ;;
funtools-1.4.7/filter/config.sub-130-  *)
funtools-1.4.7/filter/config.sub:131:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
funtools-1.4.7/filter/config.sub-132-    if [ $basic_machine != $1 ]
funtools-1.4.7/filter/config.sub:133:    then os=`echo $1 | sed 's/.*-/-/'`
funtools-1.4.7/filter/config.sub-134-    else os=; fi
##############################################
funtools-1.4.7/filter/config.sub-181-		os=-sco5v6
funtools-1.4.7/filter/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
funtools-1.4.7/filter/config.sub-183-		;;
##############################################
funtools-1.4.7/filter/config.sub-185-		os=-sco3.2v5
funtools-1.4.7/filter/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
funtools-1.4.7/filter/config.sub-187-		;;
##############################################
funtools-1.4.7/filter/config.sub-189-		os=-sco3.2v4
funtools-1.4.7/filter/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
funtools-1.4.7/filter/config.sub-191-		;;
funtools-1.4.7/filter/config.sub-192-	-sco3.2.[4-9]*)
funtools-1.4.7/filter/config.sub:193:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
funtools-1.4.7/filter/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
funtools-1.4.7/filter/config.sub-195-		;;
##############################################
funtools-1.4.7/filter/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
funtools-1.4.7/filter/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
funtools-1.4.7/filter/config.sub-199-		;;
##############################################
funtools-1.4.7/filter/config.sub-201-		# Don't forget version if it is 3.2v4 or newer.
funtools-1.4.7/filter/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
funtools-1.4.7/filter/config.sub-203-		;;
##############################################
funtools-1.4.7/filter/config.sub-205-		os=-sco3.2v2
funtools-1.4.7/filter/config.sub:206:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
funtools-1.4.7/filter/config.sub-207-		;;
funtools-1.4.7/filter/config.sub-208-	-udk*)
funtools-1.4.7/filter/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
funtools-1.4.7/filter/config.sub-210-		;;
##############################################
funtools-1.4.7/filter/config.sub-212-		os=-isc2.2
funtools-1.4.7/filter/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
funtools-1.4.7/filter/config.sub-214-		;;
##############################################
funtools-1.4.7/filter/config.sub-218-	-isc*)
funtools-1.4.7/filter/config.sub:219:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
funtools-1.4.7/filter/config.sub-220-		;;
##############################################
funtools-1.4.7/filter/config.sub-230-	-ptx*)
funtools-1.4.7/filter/config.sub:231:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
funtools-1.4.7/filter/config.sub-232-		;;
funtools-1.4.7/filter/config.sub-233-	-windowsnt*)
funtools-1.4.7/filter/config.sub:234:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
funtools-1.4.7/filter/config.sub-235-		;;
##############################################
funtools-1.4.7/filter/config.sub-366-	*-*-*)
funtools-1.4.7/filter/config.sub:367:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
funtools-1.4.7/filter/config.sub-368-		exit 1
##############################################
funtools-1.4.7/filter/config.sub-491-	amd64-*)
funtools-1.4.7/filter/config.sub:492:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/filter/config.sub-493-		;;
##############################################
funtools-1.4.7/filter/config.sub-533-	blackfin-*)
funtools-1.4.7/filter/config.sub:534:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/filter/config.sub-535-		os=-linux
##############################################
funtools-1.4.7/filter/config.sub-541-	c54x-*)
funtools-1.4.7/filter/config.sub:542:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/filter/config.sub-543-		;;
funtools-1.4.7/filter/config.sub-544-	c55x-*)
funtools-1.4.7/filter/config.sub:545:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/filter/config.sub-546-		;;
funtools-1.4.7/filter/config.sub-547-	c6x-*)
funtools-1.4.7/filter/config.sub:548:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/filter/config.sub-549-		;;
##############################################
funtools-1.4.7/filter/config.sub-744-	i*86v32)
funtools-1.4.7/filter/config.sub:745:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
funtools-1.4.7/filter/config.sub-746-		os=-sysv32
##############################################
funtools-1.4.7/filter/config.sub-748-	i*86v4*)
funtools-1.4.7/filter/config.sub:749:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
funtools-1.4.7/filter/config.sub-750-		os=-sysv4
##############################################
funtools-1.4.7/filter/config.sub-752-	i*86v)
funtools-1.4.7/filter/config.sub:753:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
funtools-1.4.7/filter/config.sub-754-		os=-sysv
##############################################
funtools-1.4.7/filter/config.sub-756-	i*86sol2)
funtools-1.4.7/filter/config.sub:757:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
funtools-1.4.7/filter/config.sub-758-		os=-solaris2
##############################################
funtools-1.4.7/filter/config.sub-782-	leon-*|leon[3-9]-*)
funtools-1.4.7/filter/config.sub:783:		basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'`
funtools-1.4.7/filter/config.sub-784-		;;
##############################################
funtools-1.4.7/filter/config.sub-789-	m68knommu-*)
funtools-1.4.7/filter/config.sub:790:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/filter/config.sub-791-		os=-linux
##############################################
funtools-1.4.7/filter/config.sub-826-	mips3*-*)
funtools-1.4.7/filter/config.sub:827:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
funtools-1.4.7/filter/config.sub-828-		;;
funtools-1.4.7/filter/config.sub-829-	mips3*)
funtools-1.4.7/filter/config.sub:830:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
funtools-1.4.7/filter/config.sub-831-		;;
##############################################
funtools-1.4.7/filter/config.sub-848-	ms1-*)
funtools-1.4.7/filter/config.sub:849:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
funtools-1.4.7/filter/config.sub-850-		;;
##############################################
funtools-1.4.7/filter/config.sub-967-	parisc-*)
funtools-1.4.7/filter/config.sub:968:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/filter/config.sub-969-		os=-linux
##############################################
funtools-1.4.7/filter/config.sub-983-	pc98-*)
funtools-1.4.7/filter/config.sub:984:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/filter/config.sub-985-		;;
##############################################
funtools-1.4.7/filter/config.sub-998-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
funtools-1.4.7/filter/config.sub:999:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/filter/config.sub-1000-		;;
funtools-1.4.7/filter/config.sub-1001-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
funtools-1.4.7/filter/config.sub:1002:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/filter/config.sub-1003-		;;
funtools-1.4.7/filter/config.sub-1004-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
funtools-1.4.7/filter/config.sub:1005:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/filter/config.sub-1006-		;;
funtools-1.4.7/filter/config.sub-1007-	pentium4-*)
funtools-1.4.7/filter/config.sub:1008:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/filter/config.sub-1009-		;;
##############################################
funtools-1.4.7/filter/config.sub-1017-	ppc-* | ppcbe-*)
funtools-1.4.7/filter/config.sub:1018:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/filter/config.sub-1019-		;;
##############################################
funtools-1.4.7/filter/config.sub-1023-	ppcle-* | powerpclittle-*)
funtools-1.4.7/filter/config.sub:1024:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/filter/config.sub-1025-		;;
##############################################
funtools-1.4.7/filter/config.sub-1027-		;;
funtools-1.4.7/filter/config.sub:1028:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/filter/config.sub-1029-		;;
##############################################
funtools-1.4.7/filter/config.sub-1033-	ppc64le-* | powerpc64little-*)
funtools-1.4.7/filter/config.sub:1034:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/filter/config.sub-1035-		;;
##############################################
funtools-1.4.7/filter/config.sub-1116-	strongarm-* | thumb-*)
funtools-1.4.7/filter/config.sub:1117:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/filter/config.sub-1118-		;;
##############################################
funtools-1.4.7/filter/config.sub-1246-	xscale-* | xscalee[bl]-*)
funtools-1.4.7/filter/config.sub:1247:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
funtools-1.4.7/filter/config.sub-1248-		;;
##############################################
funtools-1.4.7/filter/config.sub-1323-	*)
funtools-1.4.7/filter/config.sub:1324:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
funtools-1.4.7/filter/config.sub-1325-		exit 1
##############################################
funtools-1.4.7/filter/config.sub-1331-	*-digital*)
funtools-1.4.7/filter/config.sub:1332:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
funtools-1.4.7/filter/config.sub-1333-		;;
funtools-1.4.7/filter/config.sub-1334-	*-commodore*)
funtools-1.4.7/filter/config.sub:1335:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
funtools-1.4.7/filter/config.sub-1336-		;;
##############################################
funtools-1.4.7/filter/config.sub-1352-	-solaris1 | -solaris1.*)
funtools-1.4.7/filter/config.sub:1353:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
funtools-1.4.7/filter/config.sub-1354-		;;
##############################################
funtools-1.4.7/filter/config.sub-1364-	-gnu/linux*)
funtools-1.4.7/filter/config.sub:1365:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
funtools-1.4.7/filter/config.sub-1366-		;;
##############################################
funtools-1.4.7/filter/config.sub-1410-	-nto*)
funtools-1.4.7/filter/config.sub:1411:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
funtools-1.4.7/filter/config.sub-1412-		;;
##############################################
funtools-1.4.7/filter/config.sub-1417-	-mac*)
funtools-1.4.7/filter/config.sub:1418:		os=`echo $os | sed -e 's|mac|macos|'`
funtools-1.4.7/filter/config.sub-1419-		;;
##############################################
funtools-1.4.7/filter/config.sub-1423-	-linux*)
funtools-1.4.7/filter/config.sub:1424:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
funtools-1.4.7/filter/config.sub-1425-		;;
funtools-1.4.7/filter/config.sub-1426-	-sunos5*)
funtools-1.4.7/filter/config.sub:1427:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
funtools-1.4.7/filter/config.sub-1428-		;;
funtools-1.4.7/filter/config.sub-1429-	-sunos6*)
funtools-1.4.7/filter/config.sub:1430:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
funtools-1.4.7/filter/config.sub-1431-		;;
##############################################
funtools-1.4.7/filter/config.sub-1478-	-sinix5.*)
funtools-1.4.7/filter/config.sub:1479:		os=`echo $os | sed -e 's|sinix|sysv|'`
funtools-1.4.7/filter/config.sub-1480-		;;
##############################################
funtools-1.4.7/filter/config.sub-1531-		# Get rid of the `-' at the beginning of $os.
funtools-1.4.7/filter/config.sub:1532:		os=`echo $os | sed 's/[^-]*-//'`
funtools-1.4.7/filter/config.sub:1533:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
funtools-1.4.7/filter/config.sub-1534-		exit 1
##############################################
funtools-1.4.7/filter/config.sub-1794-		esac
funtools-1.4.7/filter/config.sub:1795:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
funtools-1.4.7/filter/config.sub-1796-		;;
##############################################
funtools-1.4.7/filter/configure-failsafe-45-do
funtools-1.4.7/filter/configure-failsafe:46:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
funtools-1.4.7/filter/configure-failsafe-47-    eval $as_var=C; export $as_var
##############################################
funtools-1.4.7/filter/configure-failsafe-103-  as_lineno_2=$LINENO
funtools-1.4.7/filter/configure-failsafe:104:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
funtools-1.4.7/filter/configure-failsafe-105-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
funtools-1.4.7/filter/configure-failsafe-142-  as_lineno_2=$LINENO
funtools-1.4.7/filter/configure-failsafe:143:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
funtools-1.4.7/filter/configure-failsafe-144-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
funtools-1.4.7/filter/configure-failsafe-364-
funtools-1.4.7/filter/configure-failsafe:365:  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
funtools-1.4.7/filter/configure-failsafe-366-
##############################################
funtools-1.4.7/filter/configure-failsafe-397-  -disable-* | --disable-*)
funtools-1.4.7/filter/configure-failsafe:398:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
funtools-1.4.7/filter/configure-failsafe-399-    # Reject names that are not valid shell variable names.
##############################################
funtools-1.4.7/filter/configure-failsafe-402-   { (exit 1); exit 1; }; }
funtools-1.4.7/filter/configure-failsafe:403:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
funtools-1.4.7/filter/configure-failsafe-404-    eval "enable_$ac_feature=no" ;;
##############################################
funtools-1.4.7/filter/configure-failsafe-406-  -enable-* | --enable-*)
funtools-1.4.7/filter/configure-failsafe:407:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
funtools-1.4.7/filter/configure-failsafe-408-    # Reject names that are not valid shell variable names.
##############################################
funtools-1.4.7/filter/configure-failsafe-411-   { (exit 1); exit 1; }; }
funtools-1.4.7/filter/configure-failsafe:412:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
funtools-1.4.7/filter/configure-failsafe-413-    case $ac_option in
funtools-1.4.7/filter/configure-failsafe:414:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
funtools-1.4.7/filter/configure-failsafe-415-      *) ac_optarg=yes ;;
##############################################
funtools-1.4.7/filter/configure-failsafe-588-  -with-* | --with-*)
funtools-1.4.7/filter/configure-failsafe:589:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
funtools-1.4.7/filter/configure-failsafe-590-    # Reject names that are not valid shell variable names.
##############################################
funtools-1.4.7/filter/configure-failsafe-593-   { (exit 1); exit 1; }; }
funtools-1.4.7/filter/configure-failsafe:594:    ac_package=`echo $ac_package| sed 's/-/_/g'`
funtools-1.4.7/filter/configure-failsafe-595-    case $ac_option in
funtools-1.4.7/filter/configure-failsafe:596:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
funtools-1.4.7/filter/configure-failsafe-597-      *) ac_optarg=yes ;;
##############################################
funtools-1.4.7/filter/configure-failsafe-601-  -without-* | --without-*)
funtools-1.4.7/filter/configure-failsafe:602:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
funtools-1.4.7/filter/configure-failsafe-603-    # Reject names that are not valid shell variable names.
##############################################
funtools-1.4.7/filter/configure-failsafe-606-   { (exit 1); exit 1; }; }
funtools-1.4.7/filter/configure-failsafe:607:    ac_package=`echo $ac_package | sed 's/-/_/g'`
funtools-1.4.7/filter/configure-failsafe-608-    eval "with_$ac_package=no" ;;
##############################################
funtools-1.4.7/filter/configure-failsafe-633-  *=*)
funtools-1.4.7/filter/configure-failsafe:634:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
funtools-1.4.7/filter/configure-failsafe-635-    # Reject names that are not valid shell variable names.
##############################################
funtools-1.4.7/filter/configure-failsafe-638-   { (exit 1); exit 1; }; }
funtools-1.4.7/filter/configure-failsafe:639:    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
funtools-1.4.7/filter/configure-failsafe-640-    eval "$ac_envvar='$ac_optarg'"
##############################################
funtools-1.4.7/filter/configure-failsafe-654-if test -n "$ac_prev"; then
funtools-1.4.7/filter/configure-failsafe:655:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
funtools-1.4.7/filter/configure-failsafe-656-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
funtools-1.4.7/filter/configure-failsafe-662-do
funtools-1.4.7/filter/configure-failsafe:663:  eval ac_val=$`echo $ac_var`
funtools-1.4.7/filter/configure-failsafe-664-  case $ac_val in
##############################################
funtools-1.4.7/filter/configure-failsafe-674-do
funtools-1.4.7/filter/configure-failsafe:675:  eval ac_val=$`echo $ac_var`
funtools-1.4.7/filter/configure-failsafe-676-  case $ac_val in
##############################################
funtools-1.4.7/filter/configure-failsafe-741-   { (exit 1); exit 1; }; }
funtools-1.4.7/filter/configure-failsafe:742:srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
funtools-1.4.7/filter/configure-failsafe-743-ac_env_build_alias_set=${build_alias+set}
##############################################
funtools-1.4.7/filter/configure-failsafe-812-By default, \`make install' will install all the files in
funtools-1.4.7/filter/configure-failsafe:813:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
funtools-1.4.7/filter/configure-failsafe:814:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
funtools-1.4.7/filter/configure-failsafe-815-for instance \`--prefix=\$HOME'.
##############################################
funtools-1.4.7/filter/configure-failsafe-885-if test "$ac_dir" != .; then
funtools-1.4.7/filter/configure-failsafe:886:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
funtools-1.4.7/filter/configure-failsafe-887-  # A "../" for each directory in $ac_dir_suffix.
funtools-1.4.7/filter/configure-failsafe:888:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
funtools-1.4.7/filter/configure-failsafe-889-else
##############################################
funtools-1.4.7/filter/configure-failsafe-898-    else
funtools-1.4.7/filter/configure-failsafe:899:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
funtools-1.4.7/filter/configure-failsafe-900-    fi ;;
##############################################
funtools-1.4.7/filter/configure-failsafe-1054-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
funtools-1.4.7/filter/configure-failsafe:1055:      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
funtools-1.4.7/filter/configure-failsafe-1056-    esac
##############################################
funtools-1.4.7/filter/configure-failsafe-1126-    do
funtools-1.4.7/filter/configure-failsafe:1127:      eval ac_val=$`echo $ac_var`
funtools-1.4.7/filter/configure-failsafe-1128-      echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
funtools-1.4.7/filter/configure-failsafe-1140-      do
funtools-1.4.7/filter/configure-failsafe:1141:	eval ac_val=$`echo $ac_var`
funtools-1.4.7/filter/configure-failsafe-1142-	echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
funtools-1.4.7/filter/configure-failsafe-1247-    set,)
funtools-1.4.7/filter/configure-failsafe:1248:      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
funtools-1.4.7/filter/configure-failsafe:1249:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
funtools-1.4.7/filter/configure-failsafe-1250-      ac_cache_corrupted=: ;;
##############################################
funtools-1.4.7/filter/configure-failsafe-1270-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
funtools-1.4.7/filter/configure-failsafe:1271:      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
funtools-1.4.7/filter/configure-failsafe-1272-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
funtools-1.4.7/filter/configure-failsafe-1361-test -z "$ac_cv_build_alias" &&
funtools-1.4.7/filter/configure-failsafe:1362:  ac_cv_build_alias=`$ac_config_guess`
funtools-1.4.7/filter/configure-failsafe-1363-test -z "$ac_cv_build_alias" &&
##############################################
funtools-1.4.7/filter/configure-failsafe-1366-   { (exit 1); exit 1; }; }
funtools-1.4.7/filter/configure-failsafe:1367:ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
funtools-1.4.7/filter/configure-failsafe-1368-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
##############################################
funtools-1.4.7/filter/configure-failsafe-1375-build=$ac_cv_build
funtools-1.4.7/filter/configure-failsafe:1376:build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
funtools-1.4.7/filter/configure-failsafe:1377:build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
funtools-1.4.7/filter/configure-failsafe:1378:build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
funtools-1.4.7/filter/configure-failsafe-1379-
##############################################
funtools-1.4.7/filter/configure-failsafe-1388-  ac_cv_host_alias=$ac_cv_build_alias
funtools-1.4.7/filter/configure-failsafe:1389:ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
funtools-1.4.7/filter/configure-failsafe-1390-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
##############################################
funtools-1.4.7/filter/configure-failsafe-1397-host=$ac_cv_host
funtools-1.4.7/filter/configure-failsafe:1398:host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
funtools-1.4.7/filter/configure-failsafe:1399:host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
funtools-1.4.7/filter/configure-failsafe:1400:host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
funtools-1.4.7/filter/configure-failsafe-1401-
##############################################
funtools-1.4.7/filter/configure-failsafe-1724-     "checking for C compiler version" >&5
funtools-1.4.7/filter/configure-failsafe:1725:ac_compiler=`set X $ac_compile; echo $2`
funtools-1.4.7/filter/configure-failsafe-1726-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
funtools-1.4.7/filter/configure-failsafe-1763-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
funtools-1.4.7/filter/configure-failsafe:1764:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
funtools-1.4.7/filter/configure-failsafe-1765-if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
##############################################
funtools-1.4.7/filter/configure-failsafe-1791-    *.* )
funtools-1.4.7/filter/configure-failsafe:1792:	ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
funtools-1.4.7/filter/configure-failsafe-1793-	# FIXME: I believe we export ac_cv_exeext for Libtool,
##############################################
funtools-1.4.7/filter/configure-failsafe-1871-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
funtools-1.4.7/filter/configure-failsafe:1872:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
funtools-1.4.7/filter/configure-failsafe-1873-	  export ac_cv_exeext
##############################################
funtools-1.4.7/filter/configure-failsafe-1921-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
funtools-1.4.7/filter/configure-failsafe:1922:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
funtools-1.4.7/filter/configure-failsafe-1923-       break;;
##############################################
funtools-1.4.7/filter/configure-failsafe-2000-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
funtools-1.4.7/filter/configure-failsafe:2001:GCC=`test $ac_compiler_gnu = yes && echo yes`
funtools-1.4.7/filter/configure-failsafe-2002-ac_test_CFLAGS=${CFLAGS+set}
##############################################
funtools-1.4.7/filter/configure-failsafe-2919-do
funtools-1.4.7/filter/configure-failsafe:2920:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
funtools-1.4.7/filter/configure-failsafe-2921-echo "$as_me:$LINENO: checking for $ac_header" >&5
##############################################
funtools-1.4.7/filter/configure-failsafe-2966-fi
funtools-1.4.7/filter/configure-failsafe:2967:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/filter/configure-failsafe:2968:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/filter/configure-failsafe:2969:if test `eval echo '${'$as_ac_Header'}'` = yes; then
funtools-1.4.7/filter/configure-failsafe-2970-  cat >>confdefs.h <<_ACEOF
funtools-1.4.7/filter/configure-failsafe:2971:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
funtools-1.4.7/filter/configure-failsafe-2972-_ACEOF
##############################################
funtools-1.4.7/filter/configure-failsafe-2981-do
funtools-1.4.7/filter/configure-failsafe:2982:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
funtools-1.4.7/filter/configure-failsafe-2983-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
funtools-1.4.7/filter/configure-failsafe-2988-fi
funtools-1.4.7/filter/configure-failsafe:2989:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/filter/configure-failsafe:2990:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/filter/configure-failsafe-2991-else
##############################################
funtools-1.4.7/filter/configure-failsafe-3115-fi
funtools-1.4.7/filter/configure-failsafe:3116:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/filter/configure-failsafe:3117:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/filter/configure-failsafe-3118-
funtools-1.4.7/filter/configure-failsafe-3119-fi
funtools-1.4.7/filter/configure-failsafe:3120:if test `eval echo '${'$as_ac_Header'}'` = yes; then
funtools-1.4.7/filter/configure-failsafe-3121-  cat >>confdefs.h <<_ACEOF
funtools-1.4.7/filter/configure-failsafe:3122:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
funtools-1.4.7/filter/configure-failsafe-3123-_ACEOF
##############################################
funtools-1.4.7/filter/configure-failsafe-3131-do
funtools-1.4.7/filter/configure-failsafe:3132:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
funtools-1.4.7/filter/configure-failsafe-3133-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
funtools-1.4.7/filter/configure-failsafe-3138-fi
funtools-1.4.7/filter/configure-failsafe:3139:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/filter/configure-failsafe:3140:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/filter/configure-failsafe-3141-else
##############################################
funtools-1.4.7/filter/configure-failsafe-3265-fi
funtools-1.4.7/filter/configure-failsafe:3266:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/filter/configure-failsafe:3267:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/filter/configure-failsafe-3268-
funtools-1.4.7/filter/configure-failsafe-3269-fi
funtools-1.4.7/filter/configure-failsafe:3270:if test `eval echo '${'$as_ac_Header'}'` = yes; then
funtools-1.4.7/filter/configure-failsafe-3271-  cat >>confdefs.h <<_ACEOF
funtools-1.4.7/filter/configure-failsafe:3272:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
funtools-1.4.7/filter/configure-failsafe-3273-_ACEOF
##############################################
funtools-1.4.7/filter/configure-failsafe-3281-do
funtools-1.4.7/filter/configure-failsafe:3282:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
funtools-1.4.7/filter/configure-failsafe-3283-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
funtools-1.4.7/filter/configure-failsafe-3288-fi
funtools-1.4.7/filter/configure-failsafe:3289:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/filter/configure-failsafe:3290:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/filter/configure-failsafe-3291-else
##############################################
funtools-1.4.7/filter/configure-failsafe-3415-fi
funtools-1.4.7/filter/configure-failsafe:3416:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/filter/configure-failsafe:3417:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/filter/configure-failsafe-3418-
funtools-1.4.7/filter/configure-failsafe-3419-fi
funtools-1.4.7/filter/configure-failsafe:3420:if test `eval echo '${'$as_ac_Header'}'` = yes; then
funtools-1.4.7/filter/configure-failsafe-3421-  cat >>confdefs.h <<_ACEOF
funtools-1.4.7/filter/configure-failsafe:3422:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
funtools-1.4.7/filter/configure-failsafe-3423-_ACEOF
##############################################
funtools-1.4.7/filter/configure-failsafe-3431-do
funtools-1.4.7/filter/configure-failsafe:3432:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
funtools-1.4.7/filter/configure-failsafe-3433-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
funtools-1.4.7/filter/configure-failsafe-3438-fi
funtools-1.4.7/filter/configure-failsafe:3439:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/filter/configure-failsafe:3440:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/filter/configure-failsafe-3441-else
##############################################
funtools-1.4.7/filter/configure-failsafe-3565-fi
funtools-1.4.7/filter/configure-failsafe:3566:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/filter/configure-failsafe:3567:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/filter/configure-failsafe-3568-
funtools-1.4.7/filter/configure-failsafe-3569-fi
funtools-1.4.7/filter/configure-failsafe:3570:if test `eval echo '${'$as_ac_Header'}'` = yes; then
funtools-1.4.7/filter/configure-failsafe-3571-  cat >>confdefs.h <<_ACEOF
funtools-1.4.7/filter/configure-failsafe:3572:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
funtools-1.4.7/filter/configure-failsafe-3573-_ACEOF
##############################################
funtools-1.4.7/filter/configure-failsafe-3581-do
funtools-1.4.7/filter/configure-failsafe:3582:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
funtools-1.4.7/filter/configure-failsafe-3583-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
funtools-1.4.7/filter/configure-failsafe-3588-fi
funtools-1.4.7/filter/configure-failsafe:3589:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/filter/configure-failsafe:3590:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/filter/configure-failsafe-3591-else
##############################################
funtools-1.4.7/filter/configure-failsafe-3715-fi
funtools-1.4.7/filter/configure-failsafe:3716:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/filter/configure-failsafe:3717:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/filter/configure-failsafe-3718-
funtools-1.4.7/filter/configure-failsafe-3719-fi
funtools-1.4.7/filter/configure-failsafe:3720:if test `eval echo '${'$as_ac_Header'}'` = yes; then
funtools-1.4.7/filter/configure-failsafe-3721-  cat >>confdefs.h <<_ACEOF
funtools-1.4.7/filter/configure-failsafe:3722:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
funtools-1.4.7/filter/configure-failsafe-3723-_ACEOF
##############################################
funtools-1.4.7/filter/configure-failsafe-3731-do
funtools-1.4.7/filter/configure-failsafe:3732:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
funtools-1.4.7/filter/configure-failsafe-3733-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
funtools-1.4.7/filter/configure-failsafe-3738-fi
funtools-1.4.7/filter/configure-failsafe:3739:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/filter/configure-failsafe:3740:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/filter/configure-failsafe-3741-else
##############################################
funtools-1.4.7/filter/configure-failsafe-3865-fi
funtools-1.4.7/filter/configure-failsafe:3866:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/filter/configure-failsafe:3867:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/filter/configure-failsafe-3868-
funtools-1.4.7/filter/configure-failsafe-3869-fi
funtools-1.4.7/filter/configure-failsafe:3870:if test `eval echo '${'$as_ac_Header'}'` = yes; then
funtools-1.4.7/filter/configure-failsafe-3871-  cat >>confdefs.h <<_ACEOF
funtools-1.4.7/filter/configure-failsafe:3872:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
funtools-1.4.7/filter/configure-failsafe-3873-_ACEOF
##############################################
funtools-1.4.7/filter/configure-failsafe-3881-do
funtools-1.4.7/filter/configure-failsafe:3882:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
funtools-1.4.7/filter/configure-failsafe-3883-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
funtools-1.4.7/filter/configure-failsafe-3888-fi
funtools-1.4.7/filter/configure-failsafe:3889:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/filter/configure-failsafe:3890:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/filter/configure-failsafe-3891-else
##############################################
funtools-1.4.7/filter/configure-failsafe-4015-fi
funtools-1.4.7/filter/configure-failsafe:4016:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/filter/configure-failsafe:4017:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/filter/configure-failsafe-4018-
funtools-1.4.7/filter/configure-failsafe-4019-fi
funtools-1.4.7/filter/configure-failsafe:4020:if test `eval echo '${'$as_ac_Header'}'` = yes; then
funtools-1.4.7/filter/configure-failsafe-4021-  cat >>confdefs.h <<_ACEOF
funtools-1.4.7/filter/configure-failsafe:4022:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
funtools-1.4.7/filter/configure-failsafe-4023-_ACEOF
##############################################
funtools-1.4.7/filter/configure-failsafe-4035-do
funtools-1.4.7/filter/configure-failsafe:4036:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
funtools-1.4.7/filter/configure-failsafe-4037-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
funtools-1.4.7/filter/configure-failsafe-4042-fi
funtools-1.4.7/filter/configure-failsafe:4043:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/filter/configure-failsafe:4044:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/filter/configure-failsafe-4045-else
##############################################
funtools-1.4.7/filter/configure-failsafe-4169-fi
funtools-1.4.7/filter/configure-failsafe:4170:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/filter/configure-failsafe:4171:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/filter/configure-failsafe-4172-
funtools-1.4.7/filter/configure-failsafe-4173-fi
funtools-1.4.7/filter/configure-failsafe:4174:if test `eval echo '${'$as_ac_Header'}'` = yes; then
funtools-1.4.7/filter/configure-failsafe-4175-  cat >>confdefs.h <<_ACEOF
funtools-1.4.7/filter/configure-failsafe:4176:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
funtools-1.4.7/filter/configure-failsafe-4177-_ACEOF
##############################################
funtools-1.4.7/filter/configure-failsafe-4365-do
funtools-1.4.7/filter/configure-failsafe:4366:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
funtools-1.4.7/filter/configure-failsafe-4367-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
funtools-1.4.7/filter/configure-failsafe-4454-fi
funtools-1.4.7/filter/configure-failsafe:4455:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
funtools-1.4.7/filter/configure-failsafe:4456:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
funtools-1.4.7/filter/configure-failsafe:4457:if test `eval echo '${'$as_ac_var'}'` = yes; then
funtools-1.4.7/filter/configure-failsafe-4458-  cat >>confdefs.h <<_ACEOF
funtools-1.4.7/filter/configure-failsafe:4459:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
funtools-1.4.7/filter/configure-failsafe-4460-_ACEOF
##############################################
funtools-1.4.7/filter/configure-failsafe-4943-echo $ECHO_N "checking for dynamic loading (with gcc) ... $ECHO_C" >&6
funtools-1.4.7/filter/configure-failsafe:4944:if test "$CC" = "gcc" -o `$CC -v 2>&1 | grep -c gcc` != "0" ; then
funtools-1.4.7/filter/configure-failsafe-4945-  using_dl="yes"
##############################################
funtools-1.4.7/filter/configure-failsafe-5019-    EXTRA_LIBS="$EXTRA_LIBS -ldl"
funtools-1.4.7/filter/configure-failsafe:5020:    if test `$CC -v -rdynamic 2>&1 | grep -c unrecognized` = "0" ; then
funtools-1.4.7/filter/configure-failsafe-5021-      LDFLAGS="$LDFLAGS -rdynamic"
##############################################
funtools-1.4.7/filter/configure-failsafe-5096-      fpic="yes"
funtools-1.4.7/filter/configure-failsafe:5097:      if test `$CC -v -rdynamic 2>&1 | grep -c unrecognized` = "0" ; then
funtools-1.4.7/filter/configure-failsafe-5098-        LDFLAGS="$LDFLAGS -rdynamic"
##############################################
funtools-1.4.7/filter/configure-failsafe-5120-echo $ECHO_N "checking for setting fpu in double rounding mode (with gcc) ... $ECHO_C" >&6
funtools-1.4.7/filter/configure-failsafe:5121:if test "$CC" = "gcc" -o `$CC -v 2>&1 | grep -c gcc` != "0" ; then
funtools-1.4.7/filter/configure-failsafe-5122-  using_fpu_double="yes"
##############################################
funtools-1.4.7/filter/configure-failsafe-5233-	LDFLAGS="$LDFLAGS $CFLAGS"
funtools-1.4.7/filter/configure-failsafe:5234:        G=`$CC -v 2>&1 | grep version | awk '{print $3}' | awk -F. '{print $1$2}'`
funtools-1.4.7/filter/configure-failsafe-5235-        if test x"$G" != x -a "$G" -lt 42; then
##############################################
funtools-1.4.7/filter/configure-failsafe-5249-        if test x"$fpic" = x"yes" ; then
funtools-1.4.7/filter/configure-failsafe:5250:          if test "$CC" = "gcc" -o `$CC -v 2>&1 | grep -c gcc` != "0" ; then
funtools-1.4.7/filter/configure-failsafe-5251-	    CFLAGS="$CFLAGS -fPIC"
##############################################
funtools-1.4.7/filter/configure-failsafe-5419-do
funtools-1.4.7/filter/configure-failsafe:5420:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
funtools-1.4.7/filter/configure-failsafe-5421-    eval $as_var=C; export $as_var
##############################################
funtools-1.4.7/filter/configure-failsafe-5477-  as_lineno_2=$LINENO
funtools-1.4.7/filter/configure-failsafe:5478:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
funtools-1.4.7/filter/configure-failsafe-5479-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
funtools-1.4.7/filter/configure-failsafe-5517-  as_lineno_2=$LINENO
funtools-1.4.7/filter/configure-failsafe:5518:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
funtools-1.4.7/filter/configure-failsafe-5519-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
funtools-1.4.7/filter/configure-failsafe-5696-configured by $0, generated by GNU Autoconf 2.59,
funtools-1.4.7/filter/configure-failsafe:5697:  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
funtools-1.4.7/filter/configure-failsafe-5698-
##############################################
funtools-1.4.7/filter/configure-failsafe-5712-  --*=*)
funtools-1.4.7/filter/configure-failsafe:5713:    ac_option=`expr "x$1" : 'x\([^=]*\)='`
funtools-1.4.7/filter/configure-failsafe:5714:    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
funtools-1.4.7/filter/configure-failsafe-5715-    ac_shift=:
##############################################
funtools-1.4.7/filter/configure-failsafe-5946-      fi
funtools-1.4.7/filter/configure-failsafe:5947:      ac_sed_frag=`expr $ac_sed_frag + 1`
funtools-1.4.7/filter/configure-failsafe-5948-      ac_beg=$ac_end
funtools-1.4.7/filter/configure-failsafe:5949:      ac_end=`expr $ac_end + $ac_max_sed_lines`
funtools-1.4.7/filter/configure-failsafe-5950-    fi
##############################################
funtools-1.4.7/filter/configure-failsafe-5963-	cat >$tmp/stdin
funtools-1.4.7/filter/configure-failsafe:5964:	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
funtools-1.4.7/filter/configure-failsafe:5965:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
funtools-1.4.7/filter/configure-failsafe:5966:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
funtools-1.4.7/filter/configure-failsafe:5967:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
funtools-1.4.7/filter/configure-failsafe-5968-  * )   ac_file_in=$ac_file.in ;;
##############################################
funtools-1.4.7/filter/configure-failsafe-6011-if test "$ac_dir" != .; then
funtools-1.4.7/filter/configure-failsafe:6012:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
funtools-1.4.7/filter/configure-failsafe-6013-  # A "../" for each directory in $ac_dir_suffix.
funtools-1.4.7/filter/configure-failsafe:6014:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
funtools-1.4.7/filter/configure-failsafe-6015-else
##############################################
funtools-1.4.7/filter/configure-failsafe-6024-    else
funtools-1.4.7/filter/configure-failsafe:6025:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
funtools-1.4.7/filter/configure-failsafe-6026-    fi ;;
##############################################
funtools-1.4.7/filter/configure-failsafe-6171-	cat >$tmp/stdin
funtools-1.4.7/filter/configure-failsafe:6172:	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
funtools-1.4.7/filter/configure-failsafe:6173:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
funtools-1.4.7/filter/configure-failsafe:6174:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
funtools-1.4.7/filter/configure-failsafe:6175:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
funtools-1.4.7/filter/configure-failsafe-6176-  * )   ac_file_in=$ac_file.in ;;
##############################################
funtools-1.4.7/filter/install-sh-85-
funtools-1.4.7/filter/install-sh:86:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
funtools-1.4.7/filter/install-sh-87-	    shift
##############################################
funtools-1.4.7/filter/install-sh-89-
funtools-1.4.7/filter/install-sh:90:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
funtools-1.4.7/filter/install-sh-91-	    shift
##############################################
funtools-1.4.7/filter/install-sh-151-	then
funtools-1.4.7/filter/install-sh:152:		dst=$dst/`basename "$src"`
funtools-1.4.7/filter/install-sh-153-	else
##############################################
funtools-1.4.7/filter/install-sh-158-## this sed command emulates the dirname command
funtools-1.4.7/filter/install-sh:159:dstdir=`echo "$dst" | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
funtools-1.4.7/filter/install-sh-160-
##############################################
funtools-1.4.7/filter/install-sh-172-IFS='%'
funtools-1.4.7/filter/install-sh:173:set - `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'`
funtools-1.4.7/filter/install-sh-174-IFS=$oIFS
##############################################
funtools-1.4.7/filter/install-sh-206-	then
funtools-1.4.7/filter/install-sh:207:		dstfile=`basename "$dst"`
funtools-1.4.7/filter/install-sh-208-	else
##############################################
funtools-1.4.7/filter/install-sh-216-	then
funtools-1.4.7/filter/install-sh:217:		dstfile=`basename "$dst"`
funtools-1.4.7/filter/install-sh-218-	else
##############################################
funtools-1.4.7/filter/configure.ac-102-AC_MSG_CHECKING([for dynamic loading (with gcc) ])
funtools-1.4.7/filter/configure.ac:103:if test "$CC" = "gcc" -o `$CC -v 2>&1 | grep -c gcc` != "0" ; then
funtools-1.4.7/filter/configure.ac-104-  using_dl="yes"
##############################################
funtools-1.4.7/filter/configure.ac-109-    EXTRA_LIBS="$EXTRA_LIBS -ldl"  
funtools-1.4.7/filter/configure.ac:110:    if test `$CC -v -rdynamic 2>&1 | grep -c unrecognized` = "0" ; then
funtools-1.4.7/filter/configure.ac-111-      LDFLAGS="$LDFLAGS -rdynamic"
##############################################
funtools-1.4.7/filter/configure.ac-117-      fpic="yes"
funtools-1.4.7/filter/configure.ac:118:      if test `$CC -v -rdynamic 2>&1 | grep -c unrecognized` = "0" ; then
funtools-1.4.7/filter/configure.ac-119-        LDFLAGS="$LDFLAGS -rdynamic"
##############################################
funtools-1.4.7/filter/configure.ac-134-AC_MSG_CHECKING([for setting fpu in double rounding mode (with gcc) ])
funtools-1.4.7/filter/configure.ac:135:if test "$CC" = "gcc" -o `$CC -v 2>&1 | grep -c gcc` != "0" ; then
funtools-1.4.7/filter/configure.ac-136-  using_fpu_double="yes"
##############################################
funtools-1.4.7/filter/configure.ac-168-	LDFLAGS="$LDFLAGS $CFLAGS"
funtools-1.4.7/filter/configure.ac:169:        G=`$CC -v 2>&1 | grep version | awk '{print $3}' | awk -F. '{print $1$2}'`
funtools-1.4.7/filter/configure.ac-170-        if test x"$G" != x -a "$G" -lt 42; then
##############################################
funtools-1.4.7/filter/configure.ac-182-        if test x"$fpic" = x"yes" ; then
funtools-1.4.7/filter/configure.ac:183:          if test "$CC" = "gcc" -o `$CC -v 2>&1 | grep -c gcc` != "0" ; then
funtools-1.4.7/filter/configure.ac-184-	    CFLAGS="$CFLAGS -fPIC"
##############################################
funtools-1.4.7/fitsy/Imakefile-4-
funtools-1.4.7/fitsy/Imakefile:5:LBINDIR  = `$(TOP)/pathname $(TOP)/bin`
funtools-1.4.7/fitsy/Imakefile-6-LMANDIR	= $(TOP)/man
##############################################
funtools-1.4.7/fitsy/Makefile.in-195-	@if [ "$(LIB)" = "$(DEFLIB)" ] ; then \
funtools-1.4.7/fitsy/Makefile.in:196:	    XLIB=`basename $(LIB)`; \
funtools-1.4.7/fitsy/Makefile.in-197-	    echo "Installing $$XLIB"; \
##############################################
funtools-1.4.7/fitsy/compat/install-sh-73-
funtools-1.4.7/fitsy/compat/install-sh:74:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
funtools-1.4.7/fitsy/compat/install-sh-75-	    shift
##############################################
funtools-1.4.7/fitsy/compat/install-sh-77-
funtools-1.4.7/fitsy/compat/install-sh:78:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
funtools-1.4.7/fitsy/compat/install-sh-79-	    shift
##############################################
funtools-1.4.7/fitsy/compat/install-sh-138-	then
funtools-1.4.7/fitsy/compat/install-sh:139:		dst="$dst"/`basename $src`
funtools-1.4.7/fitsy/compat/install-sh-140-	else
##############################################
funtools-1.4.7/fitsy/compat/install-sh-145-## this sed command emulates the dirname command
funtools-1.4.7/fitsy/compat/install-sh:146:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
funtools-1.4.7/fitsy/compat/install-sh-147-
##############################################
funtools-1.4.7/fitsy/compat/install-sh-159-IFS='%'
funtools-1.4.7/fitsy/compat/install-sh:160:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
funtools-1.4.7/fitsy/compat/install-sh-161-IFS="${oIFS}"
##############################################
funtools-1.4.7/fitsy/compat/install-sh-193-	then
funtools-1.4.7/fitsy/compat/install-sh:194:		dstfile=`basename $dst`
funtools-1.4.7/fitsy/compat/install-sh-195-	else
##############################################
funtools-1.4.7/fitsy/compat/install-sh-203-	then
funtools-1.4.7/fitsy/compat/install-sh:204:		dstfile=`basename $dst`
funtools-1.4.7/fitsy/compat/install-sh-205-	else
##############################################
funtools-1.4.7/fitsy/config.guess-34-
funtools-1.4.7/fitsy/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
funtools-1.4.7/fitsy/config.guess-36-
##############################################
funtools-1.4.7/fitsy/config.guess-102-: ${TMPDIR=/tmp} ;
funtools-1.4.7/fitsy/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
funtools-1.4.7/fitsy/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
funtools-1.4.7/fitsy/config.guess-151-	EOF
funtools-1.4.7/fitsy/config.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
funtools-1.4.7/fitsy/config.guess-153-	;;
##############################################
funtools-1.4.7/fitsy/config.guess-181-	    earmv*)
funtools-1.4.7/fitsy/config.guess:182:		arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
funtools-1.4.7/fitsy/config.guess:183:		endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'`
funtools-1.4.7/fitsy/config.guess-184-		machine=${arch}${endian}-unknown
##############################################
funtools-1.4.7/fitsy/config.guess-210-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
funtools-1.4.7/fitsy/config.guess:211:		abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"`
funtools-1.4.7/fitsy/config.guess-212-		;;
##############################################
funtools-1.4.7/fitsy/config.guess-223-	    *)
funtools-1.4.7/fitsy/config.guess:224:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
funtools-1.4.7/fitsy/config.guess-225-		;;
##############################################
funtools-1.4.7/fitsy/config.guess-254-	*4.0)
funtools-1.4.7/fitsy/config.guess:255:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
funtools-1.4.7/fitsy/config.guess-256-		;;
funtools-1.4.7/fitsy/config.guess-257-	*5.*)
funtools-1.4.7/fitsy/config.guess:258:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
funtools-1.4.7/fitsy/config.guess-259-		;;
##############################################
funtools-1.4.7/fitsy/config.guess-264-	# types through head -n 1, so we only detect the type of CPU 0.
funtools-1.4.7/fitsy/config.guess:265:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
funtools-1.4.7/fitsy/config.guess-266-	case "$ALPHA_CPU_TYPE" in
##############################################
funtools-1.4.7/fitsy/config.guess-302-	# 1.2 uses "1.2" for uname -r.
funtools-1.4.7/fitsy/config.guess:303:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
funtools-1.4.7/fitsy/config.guess-304-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
funtools-1.4.7/fitsy/config.guess-362-    s390x:SunOS:*:*)
funtools-1.4.7/fitsy/config.guess:363:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
funtools-1.4.7/fitsy/config.guess-364-	exit ;;
funtools-1.4.7/fitsy/config.guess-365-    sun4H:SunOS:5.*:*)
funtools-1.4.7/fitsy/config.guess:366:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
funtools-1.4.7/fitsy/config.guess-367-	exit ;;
funtools-1.4.7/fitsy/config.guess-368-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
funtools-1.4.7/fitsy/config.guess:369:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
funtools-1.4.7/fitsy/config.guess-370-	exit ;;
##############################################
funtools-1.4.7/fitsy/config.guess-387-	fi
funtools-1.4.7/fitsy/config.guess:388:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
funtools-1.4.7/fitsy/config.guess-389-	exit ;;
##############################################
funtools-1.4.7/fitsy/config.guess-393-	# it's likely to be more like Solaris than SunOS4.
funtools-1.4.7/fitsy/config.guess:394:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
funtools-1.4.7/fitsy/config.guess-395-	exit ;;
##############################################
funtools-1.4.7/fitsy/config.guess-402-	# Japanese Language versions have a version number like `4.1.3-JL'.
funtools-1.4.7/fitsy/config.guess:403:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
funtools-1.4.7/fitsy/config.guess-404-	exit ;;
##############################################
funtools-1.4.7/fitsy/config.guess-408-    sun*:*:4.2BSD:*)
funtools-1.4.7/fitsy/config.guess:409:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
funtools-1.4.7/fitsy/config.guess-410-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
funtools-1.4.7/fitsy/config.guess-490-	$CC_FOR_BUILD -o $dummy $dummy.c &&
funtools-1.4.7/fitsy/config.guess:491:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
funtools-1.4.7/fitsy/config.guess:492:	  SYSTEM_NAME=`$dummy $dummyarg` &&
funtools-1.4.7/fitsy/config.guess-493-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
funtools-1.4.7/fitsy/config.guess-546-    *:IRIX*:*:*)
funtools-1.4.7/fitsy/config.guess:547:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
funtools-1.4.7/fitsy/config.guess-548-	exit ;;
##############################################
funtools-1.4.7/fitsy/config.guess-576-EOF
funtools-1.4.7/fitsy/config.guess:577:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
funtools-1.4.7/fitsy/config.guess-578-		then
##############################################
funtools-1.4.7/fitsy/config.guess-589-    *:AIX:*:[4567])
funtools-1.4.7/fitsy/config.guess:590:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
funtools-1.4.7/fitsy/config.guess-591-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
funtools-1.4.7/fitsy/config.guess-625-    9000/[34678]??:HP-UX:*:*)
funtools-1.4.7/fitsy/config.guess:626:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
funtools-1.4.7/fitsy/config.guess-627-	case "${UNAME_MACHINE}" in
##############################################
funtools-1.4.7/fitsy/config.guess-679-EOF
funtools-1.4.7/fitsy/config.guess:680:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
funtools-1.4.7/fitsy/config.guess-681-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
funtools-1.4.7/fitsy/config.guess-707-    ia64:HP-UX:*:*)
funtools-1.4.7/fitsy/config.guess:708:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
funtools-1.4.7/fitsy/config.guess-709-	echo ia64-hp-hpux${HPUX_REV}
##############################################
funtools-1.4.7/fitsy/config.guess-737-EOF
funtools-1.4.7/fitsy/config.guess:738:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
funtools-1.4.7/fitsy/config.guess-739-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
funtools-1.4.7/fitsy/config.guess-808-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
funtools-1.4.7/fitsy/config.guess:809:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
funtools-1.4.7/fitsy/config.guess-810-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
funtools-1.4.7/fitsy/config.guess-813-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
funtools-1.4.7/fitsy/config.guess:814:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
funtools-1.4.7/fitsy/config.guess-815-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
funtools-1.4.7/fitsy/config.guess-829-	    amd64)
funtools-1.4.7/fitsy/config.guess:830:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
funtools-1.4.7/fitsy/config.guess-831-	    *)
funtools-1.4.7/fitsy/config.guess:832:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
funtools-1.4.7/fitsy/config.guess-833-	esac
##############################################
funtools-1.4.7/fitsy/config.guess-887-    prep*:SunOS:5.*:*)
funtools-1.4.7/fitsy/config.guess:888:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
funtools-1.4.7/fitsy/config.guess-889-	exit ;;
##############################################
funtools-1.4.7/fitsy/config.guess-891-	# the GNU system
funtools-1.4.7/fitsy/config.guess:892:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
funtools-1.4.7/fitsy/config.guess-893-	exit ;;
##############################################
funtools-1.4.7/fitsy/config.guess-895-	# other systems with GNU libc and userland
funtools-1.4.7/fitsy/config.guess:896:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
funtools-1.4.7/fitsy/config.guess-897-	exit ;;
##############################################
funtools-1.4.7/fitsy/config.guess-983-EOF
funtools-1.4.7/fitsy/config.guess:984:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
funtools-1.4.7/fitsy/config.guess-985-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
##############################################
funtools-1.4.7/fitsy/config.guess-1077-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
funtools-1.4.7/fitsy/config.guess:1078:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
funtools-1.4.7/fitsy/config.guess-1079-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
funtools-1.4.7/fitsy/config.guess-1277-	fi
funtools-1.4.7/fitsy/config.guess:1278:	if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
funtools-1.4.7/fitsy/config.guess-1279-	    if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
##############################################
funtools-1.4.7/fitsy/config.guess-1362-    *:DragonFly:*:*)
funtools-1.4.7/fitsy/config.guess:1363:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
funtools-1.4.7/fitsy/config.guess-1364-	exit ;;
##############################################
funtools-1.4.7/fitsy/config.guess-1375-    i*86:skyos:*:*)
funtools-1.4.7/fitsy/config.guess:1376:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
funtools-1.4.7/fitsy/config.guess-1377-	exit ;;
##############################################
funtools-1.4.7/fitsy/config.sub-52-
funtools-1.4.7/fitsy/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
funtools-1.4.7/fitsy/config.sub-54-
##############################################
funtools-1.4.7/fitsy/config.sub-115-# Here we must recognize all the valid KERNEL-OS combinations.
funtools-1.4.7/fitsy/config.sub:116:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
funtools-1.4.7/fitsy/config.sub-117-case $maybe_os in
##############################################
funtools-1.4.7/fitsy/config.sub-123-    os=-$maybe_os
funtools-1.4.7/fitsy/config.sub:124:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
funtools-1.4.7/fitsy/config.sub-125-    ;;
##############################################
funtools-1.4.7/fitsy/config.sub-127-    os=-linux-android
funtools-1.4.7/fitsy/config.sub:128:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
funtools-1.4.7/fitsy/config.sub-129-    ;;
funtools-1.4.7/fitsy/config.sub-130-  *)
funtools-1.4.7/fitsy/config.sub:131:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
funtools-1.4.7/fitsy/config.sub-132-    if [ $basic_machine != $1 ]
funtools-1.4.7/fitsy/config.sub:133:    then os=`echo $1 | sed 's/.*-/-/'`
funtools-1.4.7/fitsy/config.sub-134-    else os=; fi
##############################################
funtools-1.4.7/fitsy/config.sub-181-		os=-sco5v6
funtools-1.4.7/fitsy/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
funtools-1.4.7/fitsy/config.sub-183-		;;
##############################################
funtools-1.4.7/fitsy/config.sub-185-		os=-sco3.2v5
funtools-1.4.7/fitsy/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
funtools-1.4.7/fitsy/config.sub-187-		;;
##############################################
funtools-1.4.7/fitsy/config.sub-189-		os=-sco3.2v4
funtools-1.4.7/fitsy/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
funtools-1.4.7/fitsy/config.sub-191-		;;
funtools-1.4.7/fitsy/config.sub-192-	-sco3.2.[4-9]*)
funtools-1.4.7/fitsy/config.sub:193:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
funtools-1.4.7/fitsy/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
funtools-1.4.7/fitsy/config.sub-195-		;;
##############################################
funtools-1.4.7/fitsy/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
funtools-1.4.7/fitsy/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
funtools-1.4.7/fitsy/config.sub-199-		;;
##############################################
funtools-1.4.7/fitsy/config.sub-201-		# Don't forget version if it is 3.2v4 or newer.
funtools-1.4.7/fitsy/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
funtools-1.4.7/fitsy/config.sub-203-		;;
##############################################
funtools-1.4.7/fitsy/config.sub-205-		os=-sco3.2v2
funtools-1.4.7/fitsy/config.sub:206:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
funtools-1.4.7/fitsy/config.sub-207-		;;
funtools-1.4.7/fitsy/config.sub-208-	-udk*)
funtools-1.4.7/fitsy/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
funtools-1.4.7/fitsy/config.sub-210-		;;
##############################################
funtools-1.4.7/fitsy/config.sub-212-		os=-isc2.2
funtools-1.4.7/fitsy/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
funtools-1.4.7/fitsy/config.sub-214-		;;
##############################################
funtools-1.4.7/fitsy/config.sub-218-	-isc*)
funtools-1.4.7/fitsy/config.sub:219:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
funtools-1.4.7/fitsy/config.sub-220-		;;
##############################################
funtools-1.4.7/fitsy/config.sub-230-	-ptx*)
funtools-1.4.7/fitsy/config.sub:231:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
funtools-1.4.7/fitsy/config.sub-232-		;;
funtools-1.4.7/fitsy/config.sub-233-	-windowsnt*)
funtools-1.4.7/fitsy/config.sub:234:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
funtools-1.4.7/fitsy/config.sub-235-		;;
##############################################
funtools-1.4.7/fitsy/config.sub-366-	*-*-*)
funtools-1.4.7/fitsy/config.sub:367:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
funtools-1.4.7/fitsy/config.sub-368-		exit 1
##############################################
funtools-1.4.7/fitsy/config.sub-491-	amd64-*)
funtools-1.4.7/fitsy/config.sub:492:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/fitsy/config.sub-493-		;;
##############################################
funtools-1.4.7/fitsy/config.sub-533-	blackfin-*)
funtools-1.4.7/fitsy/config.sub:534:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/fitsy/config.sub-535-		os=-linux
##############################################
funtools-1.4.7/fitsy/config.sub-541-	c54x-*)
funtools-1.4.7/fitsy/config.sub:542:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/fitsy/config.sub-543-		;;
funtools-1.4.7/fitsy/config.sub-544-	c55x-*)
funtools-1.4.7/fitsy/config.sub:545:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/fitsy/config.sub-546-		;;
funtools-1.4.7/fitsy/config.sub-547-	c6x-*)
funtools-1.4.7/fitsy/config.sub:548:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/fitsy/config.sub-549-		;;
##############################################
funtools-1.4.7/fitsy/config.sub-744-	i*86v32)
funtools-1.4.7/fitsy/config.sub:745:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
funtools-1.4.7/fitsy/config.sub-746-		os=-sysv32
##############################################
funtools-1.4.7/fitsy/config.sub-748-	i*86v4*)
funtools-1.4.7/fitsy/config.sub:749:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
funtools-1.4.7/fitsy/config.sub-750-		os=-sysv4
##############################################
funtools-1.4.7/fitsy/config.sub-752-	i*86v)
funtools-1.4.7/fitsy/config.sub:753:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
funtools-1.4.7/fitsy/config.sub-754-		os=-sysv
##############################################
funtools-1.4.7/fitsy/config.sub-756-	i*86sol2)
funtools-1.4.7/fitsy/config.sub:757:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
funtools-1.4.7/fitsy/config.sub-758-		os=-solaris2
##############################################
funtools-1.4.7/fitsy/config.sub-782-	leon-*|leon[3-9]-*)
funtools-1.4.7/fitsy/config.sub:783:		basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'`
funtools-1.4.7/fitsy/config.sub-784-		;;
##############################################
funtools-1.4.7/fitsy/config.sub-789-	m68knommu-*)
funtools-1.4.7/fitsy/config.sub:790:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/fitsy/config.sub-791-		os=-linux
##############################################
funtools-1.4.7/fitsy/config.sub-826-	mips3*-*)
funtools-1.4.7/fitsy/config.sub:827:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
funtools-1.4.7/fitsy/config.sub-828-		;;
funtools-1.4.7/fitsy/config.sub-829-	mips3*)
funtools-1.4.7/fitsy/config.sub:830:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
funtools-1.4.7/fitsy/config.sub-831-		;;
##############################################
funtools-1.4.7/fitsy/config.sub-848-	ms1-*)
funtools-1.4.7/fitsy/config.sub:849:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
funtools-1.4.7/fitsy/config.sub-850-		;;
##############################################
funtools-1.4.7/fitsy/config.sub-967-	parisc-*)
funtools-1.4.7/fitsy/config.sub:968:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/fitsy/config.sub-969-		os=-linux
##############################################
funtools-1.4.7/fitsy/config.sub-983-	pc98-*)
funtools-1.4.7/fitsy/config.sub:984:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/fitsy/config.sub-985-		;;
##############################################
funtools-1.4.7/fitsy/config.sub-998-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
funtools-1.4.7/fitsy/config.sub:999:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/fitsy/config.sub-1000-		;;
funtools-1.4.7/fitsy/config.sub-1001-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
funtools-1.4.7/fitsy/config.sub:1002:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/fitsy/config.sub-1003-		;;
funtools-1.4.7/fitsy/config.sub-1004-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
funtools-1.4.7/fitsy/config.sub:1005:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/fitsy/config.sub-1006-		;;
funtools-1.4.7/fitsy/config.sub-1007-	pentium4-*)
funtools-1.4.7/fitsy/config.sub:1008:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/fitsy/config.sub-1009-		;;
##############################################
funtools-1.4.7/fitsy/config.sub-1017-	ppc-* | ppcbe-*)
funtools-1.4.7/fitsy/config.sub:1018:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/fitsy/config.sub-1019-		;;
##############################################
funtools-1.4.7/fitsy/config.sub-1023-	ppcle-* | powerpclittle-*)
funtools-1.4.7/fitsy/config.sub:1024:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/fitsy/config.sub-1025-		;;
##############################################
funtools-1.4.7/fitsy/config.sub-1027-		;;
funtools-1.4.7/fitsy/config.sub:1028:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/fitsy/config.sub-1029-		;;
##############################################
funtools-1.4.7/fitsy/config.sub-1033-	ppc64le-* | powerpc64little-*)
funtools-1.4.7/fitsy/config.sub:1034:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/fitsy/config.sub-1035-		;;
##############################################
funtools-1.4.7/fitsy/config.sub-1116-	strongarm-* | thumb-*)
funtools-1.4.7/fitsy/config.sub:1117:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/fitsy/config.sub-1118-		;;
##############################################
funtools-1.4.7/fitsy/config.sub-1246-	xscale-* | xscalee[bl]-*)
funtools-1.4.7/fitsy/config.sub:1247:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
funtools-1.4.7/fitsy/config.sub-1248-		;;
##############################################
funtools-1.4.7/fitsy/config.sub-1323-	*)
funtools-1.4.7/fitsy/config.sub:1324:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
funtools-1.4.7/fitsy/config.sub-1325-		exit 1
##############################################
funtools-1.4.7/fitsy/config.sub-1331-	*-digital*)
funtools-1.4.7/fitsy/config.sub:1332:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
funtools-1.4.7/fitsy/config.sub-1333-		;;
funtools-1.4.7/fitsy/config.sub-1334-	*-commodore*)
funtools-1.4.7/fitsy/config.sub:1335:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
funtools-1.4.7/fitsy/config.sub-1336-		;;
##############################################
funtools-1.4.7/fitsy/config.sub-1352-	-solaris1 | -solaris1.*)
funtools-1.4.7/fitsy/config.sub:1353:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
funtools-1.4.7/fitsy/config.sub-1354-		;;
##############################################
funtools-1.4.7/fitsy/config.sub-1364-	-gnu/linux*)
funtools-1.4.7/fitsy/config.sub:1365:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
funtools-1.4.7/fitsy/config.sub-1366-		;;
##############################################
funtools-1.4.7/fitsy/config.sub-1410-	-nto*)
funtools-1.4.7/fitsy/config.sub:1411:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
funtools-1.4.7/fitsy/config.sub-1412-		;;
##############################################
funtools-1.4.7/fitsy/config.sub-1417-	-mac*)
funtools-1.4.7/fitsy/config.sub:1418:		os=`echo $os | sed -e 's|mac|macos|'`
funtools-1.4.7/fitsy/config.sub-1419-		;;
##############################################
funtools-1.4.7/fitsy/config.sub-1423-	-linux*)
funtools-1.4.7/fitsy/config.sub:1424:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
funtools-1.4.7/fitsy/config.sub-1425-		;;
funtools-1.4.7/fitsy/config.sub-1426-	-sunos5*)
funtools-1.4.7/fitsy/config.sub:1427:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
funtools-1.4.7/fitsy/config.sub-1428-		;;
funtools-1.4.7/fitsy/config.sub-1429-	-sunos6*)
funtools-1.4.7/fitsy/config.sub:1430:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
funtools-1.4.7/fitsy/config.sub-1431-		;;
##############################################
funtools-1.4.7/fitsy/config.sub-1478-	-sinix5.*)
funtools-1.4.7/fitsy/config.sub:1479:		os=`echo $os | sed -e 's|sinix|sysv|'`
funtools-1.4.7/fitsy/config.sub-1480-		;;
##############################################
funtools-1.4.7/fitsy/config.sub-1531-		# Get rid of the `-' at the beginning of $os.
funtools-1.4.7/fitsy/config.sub:1532:		os=`echo $os | sed 's/[^-]*-//'`
funtools-1.4.7/fitsy/config.sub:1533:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
funtools-1.4.7/fitsy/config.sub-1534-		exit 1
##############################################
funtools-1.4.7/fitsy/config.sub-1794-		esac
funtools-1.4.7/fitsy/config.sub:1795:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
funtools-1.4.7/fitsy/config.sub-1796-		;;
##############################################
funtools-1.4.7/fitsy/configure-failsafe-45-do
funtools-1.4.7/fitsy/configure-failsafe:46:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
funtools-1.4.7/fitsy/configure-failsafe-47-    eval $as_var=C; export $as_var
##############################################
funtools-1.4.7/fitsy/configure-failsafe-103-  as_lineno_2=$LINENO
funtools-1.4.7/fitsy/configure-failsafe:104:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
funtools-1.4.7/fitsy/configure-failsafe-105-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
funtools-1.4.7/fitsy/configure-failsafe-142-  as_lineno_2=$LINENO
funtools-1.4.7/fitsy/configure-failsafe:143:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
funtools-1.4.7/fitsy/configure-failsafe-144-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
funtools-1.4.7/fitsy/configure-failsafe-364-
funtools-1.4.7/fitsy/configure-failsafe:365:  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
funtools-1.4.7/fitsy/configure-failsafe-366-
##############################################
funtools-1.4.7/fitsy/configure-failsafe-397-  -disable-* | --disable-*)
funtools-1.4.7/fitsy/configure-failsafe:398:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
funtools-1.4.7/fitsy/configure-failsafe-399-    # Reject names that are not valid shell variable names.
##############################################
funtools-1.4.7/fitsy/configure-failsafe-402-   { (exit 1); exit 1; }; }
funtools-1.4.7/fitsy/configure-failsafe:403:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
funtools-1.4.7/fitsy/configure-failsafe-404-    eval "enable_$ac_feature=no" ;;
##############################################
funtools-1.4.7/fitsy/configure-failsafe-406-  -enable-* | --enable-*)
funtools-1.4.7/fitsy/configure-failsafe:407:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
funtools-1.4.7/fitsy/configure-failsafe-408-    # Reject names that are not valid shell variable names.
##############################################
funtools-1.4.7/fitsy/configure-failsafe-411-   { (exit 1); exit 1; }; }
funtools-1.4.7/fitsy/configure-failsafe:412:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
funtools-1.4.7/fitsy/configure-failsafe-413-    case $ac_option in
funtools-1.4.7/fitsy/configure-failsafe:414:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
funtools-1.4.7/fitsy/configure-failsafe-415-      *) ac_optarg=yes ;;
##############################################
funtools-1.4.7/fitsy/configure-failsafe-588-  -with-* | --with-*)
funtools-1.4.7/fitsy/configure-failsafe:589:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
funtools-1.4.7/fitsy/configure-failsafe-590-    # Reject names that are not valid shell variable names.
##############################################
funtools-1.4.7/fitsy/configure-failsafe-593-   { (exit 1); exit 1; }; }
funtools-1.4.7/fitsy/configure-failsafe:594:    ac_package=`echo $ac_package| sed 's/-/_/g'`
funtools-1.4.7/fitsy/configure-failsafe-595-    case $ac_option in
funtools-1.4.7/fitsy/configure-failsafe:596:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
funtools-1.4.7/fitsy/configure-failsafe-597-      *) ac_optarg=yes ;;
##############################################
funtools-1.4.7/fitsy/configure-failsafe-601-  -without-* | --without-*)
funtools-1.4.7/fitsy/configure-failsafe:602:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
funtools-1.4.7/fitsy/configure-failsafe-603-    # Reject names that are not valid shell variable names.
##############################################
funtools-1.4.7/fitsy/configure-failsafe-606-   { (exit 1); exit 1; }; }
funtools-1.4.7/fitsy/configure-failsafe:607:    ac_package=`echo $ac_package | sed 's/-/_/g'`
funtools-1.4.7/fitsy/configure-failsafe-608-    eval "with_$ac_package=no" ;;
##############################################
funtools-1.4.7/fitsy/configure-failsafe-633-  *=*)
funtools-1.4.7/fitsy/configure-failsafe:634:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
funtools-1.4.7/fitsy/configure-failsafe-635-    # Reject names that are not valid shell variable names.
##############################################
funtools-1.4.7/fitsy/configure-failsafe-638-   { (exit 1); exit 1; }; }
funtools-1.4.7/fitsy/configure-failsafe:639:    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
funtools-1.4.7/fitsy/configure-failsafe-640-    eval "$ac_envvar='$ac_optarg'"
##############################################
funtools-1.4.7/fitsy/configure-failsafe-654-if test -n "$ac_prev"; then
funtools-1.4.7/fitsy/configure-failsafe:655:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
funtools-1.4.7/fitsy/configure-failsafe-656-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
funtools-1.4.7/fitsy/configure-failsafe-662-do
funtools-1.4.7/fitsy/configure-failsafe:663:  eval ac_val=$`echo $ac_var`
funtools-1.4.7/fitsy/configure-failsafe-664-  case $ac_val in
##############################################
funtools-1.4.7/fitsy/configure-failsafe-674-do
funtools-1.4.7/fitsy/configure-failsafe:675:  eval ac_val=$`echo $ac_var`
funtools-1.4.7/fitsy/configure-failsafe-676-  case $ac_val in
##############################################
funtools-1.4.7/fitsy/configure-failsafe-741-   { (exit 1); exit 1; }; }
funtools-1.4.7/fitsy/configure-failsafe:742:srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
funtools-1.4.7/fitsy/configure-failsafe-743-ac_env_build_alias_set=${build_alias+set}
##############################################
funtools-1.4.7/fitsy/configure-failsafe-812-By default, \`make install' will install all the files in
funtools-1.4.7/fitsy/configure-failsafe:813:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
funtools-1.4.7/fitsy/configure-failsafe:814:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
funtools-1.4.7/fitsy/configure-failsafe-815-for instance \`--prefix=\$HOME'.
##############################################
funtools-1.4.7/fitsy/configure-failsafe-882-if test "$ac_dir" != .; then
funtools-1.4.7/fitsy/configure-failsafe:883:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
funtools-1.4.7/fitsy/configure-failsafe-884-  # A "../" for each directory in $ac_dir_suffix.
funtools-1.4.7/fitsy/configure-failsafe:885:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
funtools-1.4.7/fitsy/configure-failsafe-886-else
##############################################
funtools-1.4.7/fitsy/configure-failsafe-895-    else
funtools-1.4.7/fitsy/configure-failsafe:896:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
funtools-1.4.7/fitsy/configure-failsafe-897-    fi ;;
##############################################
funtools-1.4.7/fitsy/configure-failsafe-1051-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
funtools-1.4.7/fitsy/configure-failsafe:1052:      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
funtools-1.4.7/fitsy/configure-failsafe-1053-    esac
##############################################
funtools-1.4.7/fitsy/configure-failsafe-1123-    do
funtools-1.4.7/fitsy/configure-failsafe:1124:      eval ac_val=$`echo $ac_var`
funtools-1.4.7/fitsy/configure-failsafe-1125-      echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
funtools-1.4.7/fitsy/configure-failsafe-1137-      do
funtools-1.4.7/fitsy/configure-failsafe:1138:	eval ac_val=$`echo $ac_var`
funtools-1.4.7/fitsy/configure-failsafe-1139-	echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
funtools-1.4.7/fitsy/configure-failsafe-1244-    set,)
funtools-1.4.7/fitsy/configure-failsafe:1245:      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
funtools-1.4.7/fitsy/configure-failsafe:1246:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
funtools-1.4.7/fitsy/configure-failsafe-1247-      ac_cache_corrupted=: ;;
##############################################
funtools-1.4.7/fitsy/configure-failsafe-1267-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
funtools-1.4.7/fitsy/configure-failsafe:1268:      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
funtools-1.4.7/fitsy/configure-failsafe-1269-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
funtools-1.4.7/fitsy/configure-failsafe-1358-test -z "$ac_cv_build_alias" &&
funtools-1.4.7/fitsy/configure-failsafe:1359:  ac_cv_build_alias=`$ac_config_guess`
funtools-1.4.7/fitsy/configure-failsafe-1360-test -z "$ac_cv_build_alias" &&
##############################################
funtools-1.4.7/fitsy/configure-failsafe-1363-   { (exit 1); exit 1; }; }
funtools-1.4.7/fitsy/configure-failsafe:1364:ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
funtools-1.4.7/fitsy/configure-failsafe-1365-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
##############################################
funtools-1.4.7/fitsy/configure-failsafe-1372-build=$ac_cv_build
funtools-1.4.7/fitsy/configure-failsafe:1373:build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
funtools-1.4.7/fitsy/configure-failsafe:1374:build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
funtools-1.4.7/fitsy/configure-failsafe:1375:build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
funtools-1.4.7/fitsy/configure-failsafe-1376-
##############################################
funtools-1.4.7/fitsy/configure-failsafe-1385-  ac_cv_host_alias=$ac_cv_build_alias
funtools-1.4.7/fitsy/configure-failsafe:1386:ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
funtools-1.4.7/fitsy/configure-failsafe-1387-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
##############################################
funtools-1.4.7/fitsy/configure-failsafe-1394-host=$ac_cv_host
funtools-1.4.7/fitsy/configure-failsafe:1395:host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
funtools-1.4.7/fitsy/configure-failsafe:1396:host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
funtools-1.4.7/fitsy/configure-failsafe:1397:host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
funtools-1.4.7/fitsy/configure-failsafe-1398-
##############################################
funtools-1.4.7/fitsy/configure-failsafe-1721-     "checking for C compiler version" >&5
funtools-1.4.7/fitsy/configure-failsafe:1722:ac_compiler=`set X $ac_compile; echo $2`
funtools-1.4.7/fitsy/configure-failsafe-1723-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
funtools-1.4.7/fitsy/configure-failsafe-1760-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
funtools-1.4.7/fitsy/configure-failsafe:1761:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
funtools-1.4.7/fitsy/configure-failsafe-1762-if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
##############################################
funtools-1.4.7/fitsy/configure-failsafe-1788-    *.* )
funtools-1.4.7/fitsy/configure-failsafe:1789:	ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
funtools-1.4.7/fitsy/configure-failsafe-1790-	# FIXME: I believe we export ac_cv_exeext for Libtool,
##############################################
funtools-1.4.7/fitsy/configure-failsafe-1868-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
funtools-1.4.7/fitsy/configure-failsafe:1869:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
funtools-1.4.7/fitsy/configure-failsafe-1870-	  export ac_cv_exeext
##############################################
funtools-1.4.7/fitsy/configure-failsafe-1918-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
funtools-1.4.7/fitsy/configure-failsafe:1919:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
funtools-1.4.7/fitsy/configure-failsafe-1920-       break;;
##############################################
funtools-1.4.7/fitsy/configure-failsafe-1997-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
funtools-1.4.7/fitsy/configure-failsafe:1998:GCC=`test $ac_compiler_gnu = yes && echo yes`
funtools-1.4.7/fitsy/configure-failsafe-1999-ac_test_CFLAGS=${CFLAGS+set}
##############################################
funtools-1.4.7/fitsy/configure-failsafe-2916-do
funtools-1.4.7/fitsy/configure-failsafe:2917:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
funtools-1.4.7/fitsy/configure-failsafe-2918-echo "$as_me:$LINENO: checking for $ac_header" >&5
##############################################
funtools-1.4.7/fitsy/configure-failsafe-2963-fi
funtools-1.4.7/fitsy/configure-failsafe:2964:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/fitsy/configure-failsafe:2965:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/fitsy/configure-failsafe:2966:if test `eval echo '${'$as_ac_Header'}'` = yes; then
funtools-1.4.7/fitsy/configure-failsafe-2967-  cat >>confdefs.h <<_ACEOF
funtools-1.4.7/fitsy/configure-failsafe:2968:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
funtools-1.4.7/fitsy/configure-failsafe-2969-_ACEOF
##############################################
funtools-1.4.7/fitsy/configure-failsafe-2978-do
funtools-1.4.7/fitsy/configure-failsafe:2979:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
funtools-1.4.7/fitsy/configure-failsafe-2980-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
funtools-1.4.7/fitsy/configure-failsafe-2985-fi
funtools-1.4.7/fitsy/configure-failsafe:2986:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/fitsy/configure-failsafe:2987:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/fitsy/configure-failsafe-2988-else
##############################################
funtools-1.4.7/fitsy/configure-failsafe-3112-fi
funtools-1.4.7/fitsy/configure-failsafe:3113:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/fitsy/configure-failsafe:3114:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/fitsy/configure-failsafe-3115-
funtools-1.4.7/fitsy/configure-failsafe-3116-fi
funtools-1.4.7/fitsy/configure-failsafe:3117:if test `eval echo '${'$as_ac_Header'}'` = yes; then
funtools-1.4.7/fitsy/configure-failsafe-3118-  cat >>confdefs.h <<_ACEOF
funtools-1.4.7/fitsy/configure-failsafe:3119:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
funtools-1.4.7/fitsy/configure-failsafe-3120-_ACEOF
##############################################
funtools-1.4.7/fitsy/configure-failsafe-3128-do
funtools-1.4.7/fitsy/configure-failsafe:3129:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
funtools-1.4.7/fitsy/configure-failsafe-3130-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
funtools-1.4.7/fitsy/configure-failsafe-3135-fi
funtools-1.4.7/fitsy/configure-failsafe:3136:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/fitsy/configure-failsafe:3137:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/fitsy/configure-failsafe-3138-else
##############################################
funtools-1.4.7/fitsy/configure-failsafe-3262-fi
funtools-1.4.7/fitsy/configure-failsafe:3263:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/fitsy/configure-failsafe:3264:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/fitsy/configure-failsafe-3265-
funtools-1.4.7/fitsy/configure-failsafe-3266-fi
funtools-1.4.7/fitsy/configure-failsafe:3267:if test `eval echo '${'$as_ac_Header'}'` = yes; then
funtools-1.4.7/fitsy/configure-failsafe-3268-  cat >>confdefs.h <<_ACEOF
funtools-1.4.7/fitsy/configure-failsafe:3269:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
funtools-1.4.7/fitsy/configure-failsafe-3270-_ACEOF
##############################################
funtools-1.4.7/fitsy/configure-failsafe-3278-do
funtools-1.4.7/fitsy/configure-failsafe:3279:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
funtools-1.4.7/fitsy/configure-failsafe-3280-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
funtools-1.4.7/fitsy/configure-failsafe-3285-fi
funtools-1.4.7/fitsy/configure-failsafe:3286:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/fitsy/configure-failsafe:3287:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/fitsy/configure-failsafe-3288-else
##############################################
funtools-1.4.7/fitsy/configure-failsafe-3412-fi
funtools-1.4.7/fitsy/configure-failsafe:3413:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/fitsy/configure-failsafe:3414:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/fitsy/configure-failsafe-3415-
funtools-1.4.7/fitsy/configure-failsafe-3416-fi
funtools-1.4.7/fitsy/configure-failsafe:3417:if test `eval echo '${'$as_ac_Header'}'` = yes; then
funtools-1.4.7/fitsy/configure-failsafe-3418-  cat >>confdefs.h <<_ACEOF
funtools-1.4.7/fitsy/configure-failsafe:3419:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
funtools-1.4.7/fitsy/configure-failsafe-3420-_ACEOF
##############################################
funtools-1.4.7/fitsy/configure-failsafe-3428-do
funtools-1.4.7/fitsy/configure-failsafe:3429:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
funtools-1.4.7/fitsy/configure-failsafe-3430-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
funtools-1.4.7/fitsy/configure-failsafe-3435-fi
funtools-1.4.7/fitsy/configure-failsafe:3436:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/fitsy/configure-failsafe:3437:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/fitsy/configure-failsafe-3438-else
##############################################
funtools-1.4.7/fitsy/configure-failsafe-3562-fi
funtools-1.4.7/fitsy/configure-failsafe:3563:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/fitsy/configure-failsafe:3564:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/fitsy/configure-failsafe-3565-
funtools-1.4.7/fitsy/configure-failsafe-3566-fi
funtools-1.4.7/fitsy/configure-failsafe:3567:if test `eval echo '${'$as_ac_Header'}'` = yes; then
funtools-1.4.7/fitsy/configure-failsafe-3568-  cat >>confdefs.h <<_ACEOF
funtools-1.4.7/fitsy/configure-failsafe:3569:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
funtools-1.4.7/fitsy/configure-failsafe-3570-_ACEOF
##############################################
funtools-1.4.7/fitsy/configure-failsafe-3578-do
funtools-1.4.7/fitsy/configure-failsafe:3579:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
funtools-1.4.7/fitsy/configure-failsafe-3580-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
funtools-1.4.7/fitsy/configure-failsafe-3585-fi
funtools-1.4.7/fitsy/configure-failsafe:3586:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/fitsy/configure-failsafe:3587:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/fitsy/configure-failsafe-3588-else
##############################################
funtools-1.4.7/fitsy/configure-failsafe-3712-fi
funtools-1.4.7/fitsy/configure-failsafe:3713:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/fitsy/configure-failsafe:3714:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/fitsy/configure-failsafe-3715-
funtools-1.4.7/fitsy/configure-failsafe-3716-fi
funtools-1.4.7/fitsy/configure-failsafe:3717:if test `eval echo '${'$as_ac_Header'}'` = yes; then
funtools-1.4.7/fitsy/configure-failsafe-3718-  cat >>confdefs.h <<_ACEOF
funtools-1.4.7/fitsy/configure-failsafe:3719:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
funtools-1.4.7/fitsy/configure-failsafe-3720-_ACEOF
##############################################
funtools-1.4.7/fitsy/configure-failsafe-3728-do
funtools-1.4.7/fitsy/configure-failsafe:3729:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
funtools-1.4.7/fitsy/configure-failsafe-3730-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
funtools-1.4.7/fitsy/configure-failsafe-3735-fi
funtools-1.4.7/fitsy/configure-failsafe:3736:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/fitsy/configure-failsafe:3737:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/fitsy/configure-failsafe-3738-else
##############################################
funtools-1.4.7/fitsy/configure-failsafe-3862-fi
funtools-1.4.7/fitsy/configure-failsafe:3863:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/fitsy/configure-failsafe:3864:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/fitsy/configure-failsafe-3865-
funtools-1.4.7/fitsy/configure-failsafe-3866-fi
funtools-1.4.7/fitsy/configure-failsafe:3867:if test `eval echo '${'$as_ac_Header'}'` = yes; then
funtools-1.4.7/fitsy/configure-failsafe-3868-  cat >>confdefs.h <<_ACEOF
funtools-1.4.7/fitsy/configure-failsafe:3869:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
funtools-1.4.7/fitsy/configure-failsafe-3870-_ACEOF
##############################################
funtools-1.4.7/fitsy/configure-failsafe-3878-do
funtools-1.4.7/fitsy/configure-failsafe:3879:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
funtools-1.4.7/fitsy/configure-failsafe-3880-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
funtools-1.4.7/fitsy/configure-failsafe-3885-fi
funtools-1.4.7/fitsy/configure-failsafe:3886:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/fitsy/configure-failsafe:3887:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/fitsy/configure-failsafe-3888-else
##############################################
funtools-1.4.7/fitsy/configure-failsafe-4012-fi
funtools-1.4.7/fitsy/configure-failsafe:4013:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/fitsy/configure-failsafe:4014:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/fitsy/configure-failsafe-4015-
funtools-1.4.7/fitsy/configure-failsafe-4016-fi
funtools-1.4.7/fitsy/configure-failsafe:4017:if test `eval echo '${'$as_ac_Header'}'` = yes; then
funtools-1.4.7/fitsy/configure-failsafe-4018-  cat >>confdefs.h <<_ACEOF
funtools-1.4.7/fitsy/configure-failsafe:4019:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
funtools-1.4.7/fitsy/configure-failsafe-4020-_ACEOF
##############################################
funtools-1.4.7/fitsy/configure-failsafe-4032-do
funtools-1.4.7/fitsy/configure-failsafe:4033:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
funtools-1.4.7/fitsy/configure-failsafe-4034-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
funtools-1.4.7/fitsy/configure-failsafe-4039-fi
funtools-1.4.7/fitsy/configure-failsafe:4040:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/fitsy/configure-failsafe:4041:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/fitsy/configure-failsafe-4042-else
##############################################
funtools-1.4.7/fitsy/configure-failsafe-4166-fi
funtools-1.4.7/fitsy/configure-failsafe:4167:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/fitsy/configure-failsafe:4168:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/fitsy/configure-failsafe-4169-
funtools-1.4.7/fitsy/configure-failsafe-4170-fi
funtools-1.4.7/fitsy/configure-failsafe:4171:if test `eval echo '${'$as_ac_Header'}'` = yes; then
funtools-1.4.7/fitsy/configure-failsafe-4172-  cat >>confdefs.h <<_ACEOF
funtools-1.4.7/fitsy/configure-failsafe:4173:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
funtools-1.4.7/fitsy/configure-failsafe-4174-_ACEOF
##############################################
funtools-1.4.7/fitsy/configure-failsafe-4362-do
funtools-1.4.7/fitsy/configure-failsafe:4363:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
funtools-1.4.7/fitsy/configure-failsafe-4364-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
funtools-1.4.7/fitsy/configure-failsafe-4451-fi
funtools-1.4.7/fitsy/configure-failsafe:4452:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
funtools-1.4.7/fitsy/configure-failsafe:4453:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
funtools-1.4.7/fitsy/configure-failsafe:4454:if test `eval echo '${'$as_ac_var'}'` = yes; then
funtools-1.4.7/fitsy/configure-failsafe-4455-  cat >>confdefs.h <<_ACEOF
funtools-1.4.7/fitsy/configure-failsafe:4456:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
funtools-1.4.7/fitsy/configure-failsafe-4457-_ACEOF
##############################################
funtools-1.4.7/fitsy/configure-failsafe-4841-echo $ECHO_N "checking for dynamic loading (with gcc) ... $ECHO_C" >&6
funtools-1.4.7/fitsy/configure-failsafe:4842:if test "$CC" = "gcc" -o `$CC -v 2>&1 | grep -c gcc` != "0" ; then
funtools-1.4.7/fitsy/configure-failsafe-4843-  using_dl="yes"
##############################################
funtools-1.4.7/fitsy/configure-failsafe-4917-    EXTRA_LIBS="$EXTRA_LIBS -ldl"
funtools-1.4.7/fitsy/configure-failsafe:4918:    if test `$CC -v -rdynamic 2>&1 | grep -c unrecognized` = "0" ; then
funtools-1.4.7/fitsy/configure-failsafe-4919-      LDFLAGS="$LDFLAGS -rdynamic"
##############################################
funtools-1.4.7/fitsy/configure-failsafe-4994-      fpic="yes"
funtools-1.4.7/fitsy/configure-failsafe:4995:      if test `$CC -v -rdynamic 2>&1 | grep -c unrecognized` = "0" ; then
funtools-1.4.7/fitsy/configure-failsafe-4996-        LDFLAGS="$LDFLAGS -rdynamic"
##############################################
funtools-1.4.7/fitsy/configure-failsafe-5038-	LDFLAGS="$LDFLAGS $CFLAGS"
funtools-1.4.7/fitsy/configure-failsafe:5039:        G=`$CC -v 2>&1 | grep version | awk '{print $3}' | awk -F. '{print $1$2}'`
funtools-1.4.7/fitsy/configure-failsafe-5040-        if test x"$G" != x -a "$G" -lt 42; then
##############################################
funtools-1.4.7/fitsy/configure-failsafe-5054-        if test x"$fpic" = x"yes" ; then
funtools-1.4.7/fitsy/configure-failsafe:5055:          if test "$CC" = "gcc" -o `$CC -v 2>&1 | grep -c gcc` != "0" ; then
funtools-1.4.7/fitsy/configure-failsafe-5056-	    CFLAGS="$CFLAGS -fPIC"
##############################################
funtools-1.4.7/fitsy/configure-failsafe-5222-do
funtools-1.4.7/fitsy/configure-failsafe:5223:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
funtools-1.4.7/fitsy/configure-failsafe-5224-    eval $as_var=C; export $as_var
##############################################
funtools-1.4.7/fitsy/configure-failsafe-5280-  as_lineno_2=$LINENO
funtools-1.4.7/fitsy/configure-failsafe:5281:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
funtools-1.4.7/fitsy/configure-failsafe-5282-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
funtools-1.4.7/fitsy/configure-failsafe-5320-  as_lineno_2=$LINENO
funtools-1.4.7/fitsy/configure-failsafe:5321:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
funtools-1.4.7/fitsy/configure-failsafe-5322-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
funtools-1.4.7/fitsy/configure-failsafe-5499-configured by $0, generated by GNU Autoconf 2.59,
funtools-1.4.7/fitsy/configure-failsafe:5500:  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
funtools-1.4.7/fitsy/configure-failsafe-5501-
##############################################
funtools-1.4.7/fitsy/configure-failsafe-5515-  --*=*)
funtools-1.4.7/fitsy/configure-failsafe:5516:    ac_option=`expr "x$1" : 'x\([^=]*\)='`
funtools-1.4.7/fitsy/configure-failsafe:5517:    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
funtools-1.4.7/fitsy/configure-failsafe-5518-    ac_shift=:
##############################################
funtools-1.4.7/fitsy/configure-failsafe-5746-      fi
funtools-1.4.7/fitsy/configure-failsafe:5747:      ac_sed_frag=`expr $ac_sed_frag + 1`
funtools-1.4.7/fitsy/configure-failsafe-5748-      ac_beg=$ac_end
funtools-1.4.7/fitsy/configure-failsafe:5749:      ac_end=`expr $ac_end + $ac_max_sed_lines`
funtools-1.4.7/fitsy/configure-failsafe-5750-    fi
##############################################
funtools-1.4.7/fitsy/configure-failsafe-5763-	cat >$tmp/stdin
funtools-1.4.7/fitsy/configure-failsafe:5764:	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
funtools-1.4.7/fitsy/configure-failsafe:5765:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
funtools-1.4.7/fitsy/configure-failsafe:5766:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
funtools-1.4.7/fitsy/configure-failsafe:5767:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
funtools-1.4.7/fitsy/configure-failsafe-5768-  * )   ac_file_in=$ac_file.in ;;
##############################################
funtools-1.4.7/fitsy/configure-failsafe-5811-if test "$ac_dir" != .; then
funtools-1.4.7/fitsy/configure-failsafe:5812:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
funtools-1.4.7/fitsy/configure-failsafe-5813-  # A "../" for each directory in $ac_dir_suffix.
funtools-1.4.7/fitsy/configure-failsafe:5814:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
funtools-1.4.7/fitsy/configure-failsafe-5815-else
##############################################
funtools-1.4.7/fitsy/configure-failsafe-5824-    else
funtools-1.4.7/fitsy/configure-failsafe:5825:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
funtools-1.4.7/fitsy/configure-failsafe-5826-    fi ;;
##############################################
funtools-1.4.7/fitsy/configure-failsafe-5971-	cat >$tmp/stdin
funtools-1.4.7/fitsy/configure-failsafe:5972:	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
funtools-1.4.7/fitsy/configure-failsafe:5973:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
funtools-1.4.7/fitsy/configure-failsafe:5974:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
funtools-1.4.7/fitsy/configure-failsafe:5975:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
funtools-1.4.7/fitsy/configure-failsafe-5976-  * )   ac_file_in=$ac_file.in ;;
##############################################
funtools-1.4.7/fitsy/install-sh-85-
funtools-1.4.7/fitsy/install-sh:86:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
funtools-1.4.7/fitsy/install-sh-87-	    shift
##############################################
funtools-1.4.7/fitsy/install-sh-89-
funtools-1.4.7/fitsy/install-sh:90:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
funtools-1.4.7/fitsy/install-sh-91-	    shift
##############################################
funtools-1.4.7/fitsy/install-sh-151-	then
funtools-1.4.7/fitsy/install-sh:152:		dst=$dst/`basename "$src"`
funtools-1.4.7/fitsy/install-sh-153-	else
##############################################
funtools-1.4.7/fitsy/install-sh-158-## this sed command emulates the dirname command
funtools-1.4.7/fitsy/install-sh:159:dstdir=`echo "$dst" | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
funtools-1.4.7/fitsy/install-sh-160-
##############################################
funtools-1.4.7/fitsy/install-sh-172-IFS='%'
funtools-1.4.7/fitsy/install-sh:173:set - `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'`
funtools-1.4.7/fitsy/install-sh-174-IFS=$oIFS
##############################################
funtools-1.4.7/fitsy/install-sh-206-	then
funtools-1.4.7/fitsy/install-sh:207:		dstfile=`basename "$dst"`
funtools-1.4.7/fitsy/install-sh-208-	else
##############################################
funtools-1.4.7/fitsy/install-sh-216-	then
funtools-1.4.7/fitsy/install-sh:217:		dstfile=`basename "$dst"`
funtools-1.4.7/fitsy/install-sh-218-	else
##############################################
funtools-1.4.7/fitsy/configure.ac-89-AC_MSG_CHECKING([for dynamic loading (with gcc) ])
funtools-1.4.7/fitsy/configure.ac:90:if test "$CC" = "gcc" -o `$CC -v 2>&1 | grep -c gcc` != "0" ; then
funtools-1.4.7/fitsy/configure.ac-91-  using_dl="yes"
##############################################
funtools-1.4.7/fitsy/configure.ac-96-    EXTRA_LIBS="$EXTRA_LIBS -ldl"  
funtools-1.4.7/fitsy/configure.ac:97:    if test `$CC -v -rdynamic 2>&1 | grep -c unrecognized` = "0" ; then
funtools-1.4.7/fitsy/configure.ac-98-      LDFLAGS="$LDFLAGS -rdynamic"
##############################################
funtools-1.4.7/fitsy/configure.ac-104-      fpic="yes"
funtools-1.4.7/fitsy/configure.ac:105:      if test `$CC -v -rdynamic 2>&1 | grep -c unrecognized` = "0" ; then
funtools-1.4.7/fitsy/configure.ac-106-        LDFLAGS="$LDFLAGS -rdynamic"
##############################################
funtools-1.4.7/fitsy/configure.ac-136-	LDFLAGS="$LDFLAGS $CFLAGS"
funtools-1.4.7/fitsy/configure.ac:137:        G=`$CC -v 2>&1 | grep version | awk '{print $3}' | awk -F. '{print $1$2}'`
funtools-1.4.7/fitsy/configure.ac-138-        if test x"$G" != x -a "$G" -lt 42; then
##############################################
funtools-1.4.7/fitsy/configure.ac-150-        if test x"$fpic" = x"yes" ; then
funtools-1.4.7/fitsy/configure.ac:151:          if test "$CC" = "gcc" -o `$CC -v 2>&1 | grep -c gcc` != "0" ; then
funtools-1.4.7/fitsy/configure.ac-152-	    CFLAGS="$CFLAGS -fPIC"
##############################################
funtools-1.4.7/funds9.tmpl-21-  if [ "GNUPLOT" != "NONE" ]; then
funtools-1.4.7/funds9.tmpl:22:    NFILES=`echo $FILES | AWK '{print NF}'`
funtools-1.4.7/funds9.tmpl-23-    if [ $NFILES -gt 1 ]; then
funtools-1.4.7/funds9.tmpl:24:      VERSION=`echo "show version" | gnuplot 2>&1 | grep version | AWK '{print $3*10}'`
funtools-1.4.7/funds9.tmpl-25-      if [ x"$VERSION" != x -a $VERSION -ge 37 ]; then
##############################################
funtools-1.4.7/funindex.tmpl-60-if [ x"$IDX" = x ]; then
funtools-1.4.7/funindex.tmpl:61:  IDX1=`basename $FILE | sed 's/\(.*\)\.[^.]*/\1/g'`
funtools-1.4.7/funindex.tmpl-62-  if [ x"$IDX1" = x ]; then
##############################################
funtools-1.4.7/funindex.tmpl-64-  fi
funtools-1.4.7/funindex.tmpl:65:  IDX2=`echo $KEYS | sed 's/ /_/g'`
funtools-1.4.7/funindex.tmpl-66-  IDX=${IDX1}_${IDX2}.idx
##############################################
funtools-1.4.7/funtest/funcones-10-  FILE=$1
funtools-1.4.7/funtest/funcones:11:  OBASE=`basename $FILE | awk -F. '{x=NF-1;print $x}'`
funtools-1.4.7/funtest/funcones-12-  shift
##############################################
funtools-1.4.7/funtest/funcones-59-# exit
funtools-1.4.7/funtest/funcones:60:  i=`echo "$i+1" | bc`
funtools-1.4.7/funtest/funcones-61-done
##############################################
funtools-1.4.7/funtest/funstack-25-if [ -r "${REGIONS}" ]; then
funtools-1.4.7/funtest/funstack:26:  REGIONS=`cat ${REGIONS} | awk '{print $0";"}'`
funtools-1.4.7/funtest/funstack-27-fi
##############################################
funtools-1.4.7/funtest/funstack-76-# so here we get the column names explicitly to preserve order
funtools-1.4.7/funtest/funstack:77:COLS=`funhead ${IFILE} | egrep 'TTYPE[0-9]' | awk '{print $3}' | sed "s/'//g"`
funtools-1.4.7/funtest/funstack-78-
##############################################
funtools-1.4.7/funtest/funtests-107-else
funtools-1.4.7/funtest/funtests:108:  F2=`echo "$ARGS" | awk '{print $3}'`  
funtools-1.4.7/funtest/funtests:109:  F1=`echo $T | awk -F. '{print $1}'`.fits
funtools-1.4.7/funtest/funtests-110-  tfunimage -f $F1 $F2 < tsections.in
##############################################
funtools-1.4.7/funtest/install-sh-85-
funtools-1.4.7/funtest/install-sh:86:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
funtools-1.4.7/funtest/install-sh-87-	    shift
##############################################
funtools-1.4.7/funtest/install-sh-89-
funtools-1.4.7/funtest/install-sh:90:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
funtools-1.4.7/funtest/install-sh-91-	    shift
##############################################
funtools-1.4.7/funtest/install-sh-151-	then
funtools-1.4.7/funtest/install-sh:152:		dst=$dst/`basename "$src"`
funtools-1.4.7/funtest/install-sh-153-	else
##############################################
funtools-1.4.7/funtest/install-sh-158-## this sed command emulates the dirname command
funtools-1.4.7/funtest/install-sh:159:dstdir=`echo "$dst" | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
funtools-1.4.7/funtest/install-sh-160-
##############################################
funtools-1.4.7/funtest/install-sh-172-IFS='%'
funtools-1.4.7/funtest/install-sh:173:set - `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'`
funtools-1.4.7/funtest/install-sh-174-IFS=$oIFS
##############################################
funtools-1.4.7/funtest/install-sh-206-	then
funtools-1.4.7/funtest/install-sh:207:		dstfile=`basename "$dst"`
funtools-1.4.7/funtest/install-sh-208-	else
##############################################
funtools-1.4.7/funtest/install-sh-216-	then
funtools-1.4.7/funtest/install-sh:217:		dstfile=`basename "$dst"`
funtools-1.4.7/funtest/install-sh-218-	else
##############################################
funtools-1.4.7/funtest/nwcs-91-
funtools-1.4.7/funtest/nwcs:92:XDIM=`funhead $IWCS | egrep NAXIS1 | awk '{print $3}'`
funtools-1.4.7/funtest/nwcs:93:YDIM=`funhead $IWCS | egrep NAXIS2 | awk '{print $3}'`
funtools-1.4.7/funtest/nwcs:94:XCEN=`expr $XDIM / 2`
funtools-1.4.7/funtest/nwcs:95:YCEN=`expr $YDIM / 2`
funtools-1.4.7/funtest/nwcs-96-echo "found wcs image dimensions $XCEN@$XDIM, $YCEN@$YDIM ..."
##############################################
funtools-1.4.7/funtest/tenv-5-Y=512
funtools-1.4.7/funtest/tenv:6:X2=`echo "$X + 10" | bc`
funtools-1.4.7/funtest/tenv:7:Y2=`echo "$Y + 10" | bc`
funtools-1.4.7/funtest/tenv:8:X3=`echo "$X + 20" | bc`
funtools-1.4.7/funtest/tenv-9-Y3=$Y
funtools-1.4.7/funtest/tenv:10:X4=`echo "$X + 10" | bc`
funtools-1.4.7/funtest/tenv:11:Y4=`echo "$Y - 10" | bc`
funtools-1.4.7/funtest/tenv-12-
##############################################
funtools-1.4.7/funtest/tenv-16-  fi
funtools-1.4.7/funtest/tenv:17:  if [ x`echo $ARG1 | sed 's/^#.*/YES/g'` = x"YES" ]; then
funtools-1.4.7/funtest/tenv-18-    continue
##############################################
funtools-1.4.7/funtest/tenv-21-  echo before: $ARG3
funtools-1.4.7/funtest/tenv:22:  ARG3=`eval "echo \"${C}${ARG3}\""`
funtools-1.4.7/funtest/tenv-23-  echo after: $ARG3
##############################################
funtools-1.4.7/funtest/tevread-42-
funtools-1.4.7/funtest/tevread:43:X2=`echo "$X + 10" | bc`
funtools-1.4.7/funtest/tevread:44:Y2=`echo "$Y + 10" | bc`
funtools-1.4.7/funtest/tevread:45:X3=`echo "$X + 20" | bc`
funtools-1.4.7/funtest/tevread-46-Y3=$Y
funtools-1.4.7/funtest/tevread:47:X4=`echo "$X + 10" | bc`
funtools-1.4.7/funtest/tevread:48:Y4=`echo "$Y - 10" | bc`
funtools-1.4.7/funtest/tevread-49-
##############################################
funtools-1.4.7/funtest/tevread-63-  fi
funtools-1.4.7/funtest/tevread:64:  if [ x`echo $ARG1 | sed 's/^#.*/YES/g'` = x"YES" ]; then
funtools-1.4.7/funtest/tevread-65-    continue
##############################################
funtools-1.4.7/funtest/tfuncalc-78-  fi
funtools-1.4.7/funtest/tfuncalc:79:  if [ x`$ECHO $ARG1 | sed 's/^#.*/YES/g'` = x"YES" ]; then
funtools-1.4.7/funtest/tfuncalc-80-    continue
##############################################
funtools-1.4.7/funtest/tfuncnts-47-  -e)
funtools-1.4.7/funtest/tfuncnts:48:    FIELD=`${OPROG} ${OFILE} "field" | awk "$SAWK" | awk "$FAWK"`
funtools-1.4.7/funtest/tfuncnts-49-    $ECHO "FIELD: $FIELD"
##############################################
funtools-1.4.7/funtest/tfuncnts-79-    STDIN=$1
funtools-1.4.7/funtest/tfuncnts:80:    if [ x`$ECHO $STDIN | awk -F. '{print $NF}'` = x"gz" ]; then
funtools-1.4.7/funtest/tfuncnts-81-      NFILE=stdin.gz
##############################################
funtools-1.4.7/funtest/tfuncnts-129-
funtools-1.4.7/funtest/tfuncnts:130:X2=`$ECHO "$X + 10" | bc`
funtools-1.4.7/funtest/tfuncnts:131:Y2=`$ECHO "$Y + 10" | bc`
funtools-1.4.7/funtest/tfuncnts:132:X3=`$ECHO "$X + 20" | bc`
funtools-1.4.7/funtest/tfuncnts-133-Y3=$Y
funtools-1.4.7/funtest/tfuncnts:134:X4=`$ECHO "$X + 10" | bc`
funtools-1.4.7/funtest/tfuncnts:135:Y4=`$ECHO "$Y - 10" | bc`
funtools-1.4.7/funtest/tfuncnts-136-
##############################################
funtools-1.4.7/funtest/tfuncnts-144-  fi
funtools-1.4.7/funtest/tfuncnts:145:  if [ x`$ECHO $ARG1 | sed 's/^#.*/YES/g'` = x"YES" ]; then
funtools-1.4.7/funtest/tfuncnts-146-    continue
##############################################
funtools-1.4.7/funtest/tfuncnts-178-  EXCLUDE)
funtools-1.4.7/funtest/tfuncnts:179:    FIELD=`$OPROG ${OFILE} "field" | awk "$SAWK" | awk "$FAWK"`
funtools-1.4.7/funtest/tfuncnts-180-    $ECHO "FIELD: $FIELD"
##############################################
funtools-1.4.7/funtest/tfuncnts-225-        else
funtools-1.4.7/funtest/tfuncnts:226:          V1=`cat funcnts1.out | awk $FAWK`
funtools-1.4.7/funtest/tfuncnts:227:          V2=`cat funcnts2.out | awk $FAWK`
funtools-1.4.7/funtest/tfuncnts:228:          V2=`$ECHO "$FIELD-$V2" | bc`
funtools-1.4.7/funtest/tfuncnts-229-          if [ $V1 != $V2 ]; then
##############################################
funtools-1.4.7/funtest/tfuncnts-252-        else
funtools-1.4.7/funtest/tfuncnts:253:          V1=`cat funcnts1.out | awk $FAWK`
funtools-1.4.7/funtest/tfuncnts:254:          V2=`cat funcnts2.out | awk $FAWK`
funtools-1.4.7/funtest/tfuncnts:255:          V2=`$ECHO "$FIELD-$V2" | bc`
funtools-1.4.7/funtest/tfuncnts-256-          if [ $V1 != $V2 ]; then
##############################################
funtools-1.4.7/funtest/tfuncnts-277-        else
funtools-1.4.7/funtest/tfuncnts:278:          V1=`cat funcnts1.out | awk $FAWK`
funtools-1.4.7/funtest/tfuncnts:279:          V2=`cat funcnts2.out | awk $FAWK`
funtools-1.4.7/funtest/tfuncnts:280:          V2=`$ECHO "$FIELD-$V2" | bc`
funtools-1.4.7/funtest/tfuncnts-281-          if [ $V1 != $V2 ]; then
##############################################
funtools-1.4.7/funtest/tfuncone-65-  fi
funtools-1.4.7/funtest/tfuncone:66:  if [ x`$ECHO $ARG1 | sed 's/^#.*/YES/g'` = x"YES" ]; then
funtools-1.4.7/funtest/tfuncone-67-    continue
##############################################
funtools-1.4.7/funtest/tfundisp-65-    STDIN=$1
funtools-1.4.7/funtest/tfundisp:66:    if [ x`$ECHO $STDIN | awk -F. '{print $NF}'` = x"gz" ]; then
funtools-1.4.7/funtest/tfundisp-67-      NFILE=stdin.gz
##############################################
funtools-1.4.7/funtest/tfundisp-110-
funtools-1.4.7/funtest/tfundisp:111:X2=`$ECHO "$X + 10" | bc`
funtools-1.4.7/funtest/tfundisp:112:Y2=`$ECHO "$Y + 10" | bc`
funtools-1.4.7/funtest/tfundisp:113:X3=`$ECHO "$X + 20" | bc`
funtools-1.4.7/funtest/tfundisp-114-Y3=$Y
funtools-1.4.7/funtest/tfundisp:115:X4=`$ECHO "$X + 10" | bc`
funtools-1.4.7/funtest/tfundisp:116:Y4=`$ECHO "$Y - 10" | bc`
funtools-1.4.7/funtest/tfundisp-117-
##############################################
funtools-1.4.7/funtest/tfundisp-125-  fi
funtools-1.4.7/funtest/tfundisp:126:  if [ x`$ECHO $ARG1 | sed 's/^#.*/YES/g'` = x"YES" ]; then
funtools-1.4.7/funtest/tfundisp-127-    continue
##############################################
funtools-1.4.7/funtest/tfundisp-176-        $ECHO "$ARG3" > arg3.inc
funtools-1.4.7/funtest/tfundisp:177:        $ECHO "${M}EXACT: ${B}$ARG2${B2} ... ${B}@include($ARG3)${B2}"
funtools-1.4.7/funtest/tfundisp-178-        ARG3="@arg3.inc"
##############################################
funtools-1.4.7/funtest/tfunhead-66-    STDIN=$NFILE
funtools-1.4.7/funtest/tfunhead:67:    if [ x`$ECHO $STDIN | awk -F. '{print $NF}'` = x"gz" ]; then
funtools-1.4.7/funtest/tfunhead-68-      NFILE=stdin.gz
##############################################
funtools-1.4.7/funtest/tfunhead-115-
funtools-1.4.7/funtest/tfunhead:116:X2=`$ECHO "$X + 10" | bc`
funtools-1.4.7/funtest/tfunhead:117:Y2=`$ECHO "$Y + 10" | bc`
funtools-1.4.7/funtest/tfunhead:118:X3=`$ECHO "$X + 20" | bc`
funtools-1.4.7/funtest/tfunhead-119-Y3=$Y
funtools-1.4.7/funtest/tfunhead:120:X4=`$ECHO "$X + 10" | bc`
funtools-1.4.7/funtest/tfunhead:121:Y4=`$ECHO "$Y - 10" | bc`
funtools-1.4.7/funtest/tfunhead-122-
##############################################
funtools-1.4.7/funtest/tfunhead-130-  fi
funtools-1.4.7/funtest/tfunhead:131:  if [ x`$ECHO $ARG1 | sed 's/^#.*/YES/g'` = x"YES" ]; then
funtools-1.4.7/funtest/tfunhead-132-    continue
##############################################
funtools-1.4.7/funtest/tfunhead-183-        $ECHO "$ARG3" > arg3.inc
funtools-1.4.7/funtest/tfunhead:184:        $ECHO "${M}EXACT: ${B}$ARG2${B2} ... ${B}@include($ARG3)${B2}"
funtools-1.4.7/funtest/tfunhead-185-        ARG3="@arg3.inc"
##############################################
funtools-1.4.7/funtest/tfunhead-198-      if [ x$TEXT = x1 ]; then
funtools-1.4.7/funtest/tfunhead:199:	  ARG3=`$ECHO "$ARG3-1" | bc`
funtools-1.4.7/funtest/tfunhead-200-      fi
##############################################
funtools-1.4.7/funtest/tfunimage-65-    STDIN=$NFILE
funtools-1.4.7/funtest/tfunimage:66:    if [ x`$ECHO $STDIN | awk -F. '{print $NF}'` = x"gz" ]; then
funtools-1.4.7/funtest/tfunimage-67-      NFILE=stdin.gz
##############################################
funtools-1.4.7/funtest/tfunimage-110-
funtools-1.4.7/funtest/tfunimage:111:X2=`$ECHO "$X + 10" | bc`
funtools-1.4.7/funtest/tfunimage:112:Y2=`$ECHO "$Y + 10" | bc`
funtools-1.4.7/funtest/tfunimage:113:X3=`$ECHO "$X + 20" | bc`
funtools-1.4.7/funtest/tfunimage-114-Y3=$Y
funtools-1.4.7/funtest/tfunimage:115:X4=`$ECHO "$X + 10" | bc`
funtools-1.4.7/funtest/tfunimage:116:Y4=`$ECHO "$Y - 10" | bc`
funtools-1.4.7/funtest/tfunimage-117-
##############################################
funtools-1.4.7/funtest/tfunimage-125-  fi
funtools-1.4.7/funtest/tfunimage:126:  if [ x`$ECHO $ARG1 | sed 's/^#.*/YES/g'` = x"YES" ]; then
funtools-1.4.7/funtest/tfunimage-127-    continue
##############################################
funtools-1.4.7/funtest/tfunimage-176-        $ECHO "$ARG3" > arg3.inc
funtools-1.4.7/funtest/tfunimage:177:        $ECHO "${M}EXACT: ${B}$ARG2${B2} ... ${B}@include($ARG3)${B2}"
funtools-1.4.7/funtest/tfunimage-178-        ARG3="@arg3.inc"
##############################################
funtools-1.4.7/funtest/tfunmerge-61-  fi
funtools-1.4.7/funtest/tfunmerge:62:  if [ x`$ECHO $ARG1 | sed 's/^#.*/YES/g'` = x"YES" ]; then
funtools-1.4.7/funtest/tfunmerge-63-    continue
##############################################
funtools-1.4.7/funtest/tfuntext-35-    STDIN=$1
funtools-1.4.7/funtest/tfuntext:36:    if [ x`$ECHO $STDIN | awk -F. '{print $NF}'` = x"gz" ]; then
funtools-1.4.7/funtest/tfuntext-37-      NFILE=stdin.gz
##############################################
funtools-1.4.7/funtest/tfuntext-69-  fi
funtools-1.4.7/funtest/tfuntext:70:  if [ x`$ECHO $ARG1 | sed 's/^#.*/YES/g'` = x"YES" ]; then
funtools-1.4.7/funtest/tfuntext-71-    continue
##############################################
funtools-1.4.7/funtest/tfunview-42-    STDIN=$1
funtools-1.4.7/funtest/tfunview:43:    if [ x`echo $STDIN | awk -F. '{print $NF}'` = x"gz" ]; then
funtools-1.4.7/funtest/tfunview-44-      NFILE=stdin.gz
##############################################
funtools-1.4.7/funtest/tfunview-78-  fi
funtools-1.4.7/funtest/tfunview:79:  if [ x`echo $ARG1 | sed 's/^#.*/YES/g'` = x"YES" ]; then
funtools-1.4.7/funtest/tfunview-80-    continue
##############################################
funtools-1.4.7/funtest/timev-39-  -e)
funtools-1.4.7/funtest/timev:40:    FIELD=`${OPROG} ${OFILE}${B} "field" | awk "$SAWK" | awk "$FAWK"`
funtools-1.4.7/funtest/timev-41-    echo "FIELD: $FIELD"
##############################################
funtools-1.4.7/funtest/timev-63-    STDIN=$1
funtools-1.4.7/funtest/timev:64:    if [ x`echo $STDIN | awk -F. '{print $NF}'` = x"gz" ]; then
funtools-1.4.7/funtest/timev-65-      NFILE=stdin.gz
##############################################
funtools-1.4.7/funtest/timev-105-
funtools-1.4.7/funtest/timev:106:X2=`echo "$X + 10" | bc`
funtools-1.4.7/funtest/timev:107:Y2=`echo "$Y + 10" | bc`
funtools-1.4.7/funtest/timev:108:X3=`echo "$X + 20" | bc`
funtools-1.4.7/funtest/timev-109-Y3=$Y
funtools-1.4.7/funtest/timev:110:X4=`echo "$X + 10" | bc`
funtools-1.4.7/funtest/timev:111:Y4=`echo "$Y - 10" | bc`
funtools-1.4.7/funtest/timev-112-
funtools-1.4.7/funtest/timev:113:B1=`echo "$X - 100" | bc`
funtools-1.4.7/funtest/timev:114:B2=`echo "$X + 99" | bc`
funtools-1.4.7/funtest/timev:115:B3=`echo "$Y - 100" | bc`
funtools-1.4.7/funtest/timev:116:B4=`echo "$Y + 99" | bc`
funtools-1.4.7/funtest/timev-117-if [ x"$B" = x ]; then
##############################################
funtools-1.4.7/funtest/timev-128-  fi
funtools-1.4.7/funtest/timev:129:  if [ x`echo $ARG1 | sed 's/^#.*/YES/g'` = x"YES" ]; then
funtools-1.4.7/funtest/timev-130-    continue
##############################################
funtools-1.4.7/funtest/timev-159-  EXCLUDE)
funtools-1.4.7/funtest/timev:160:    FIELD=`$OPROG ${OFILE}${B} "field" | awk "$SAWK" | awk "$FAWK"`
funtools-1.4.7/funtest/timev-161-    echo "FIELD: $FIELD"
##############################################
funtools-1.4.7/funtest/timev-181-        else
funtools-1.4.7/funtest/timev:182:          V1=`cat funcnts1.out | awk $FAWK`
funtools-1.4.7/funtest/timev:183:          V2=`cat funcnts2.out | awk $FAWK`
funtools-1.4.7/funtest/timev:184:          V2=`echo "$FIELD-$V2" | bc`
funtools-1.4.7/funtest/timev-185-          if [ $V1 != $V2 ]; then
##############################################
funtools-1.4.7/funtest/timev-208-        else
funtools-1.4.7/funtest/timev:209:          V1=`cat funcnts1.out | awk $FAWK`
funtools-1.4.7/funtest/timev:210:          V2=`cat funcnts2.out | awk $FAWK`
funtools-1.4.7/funtest/timev:211:          V2=`echo "$FIELD-$V2" | bc`
funtools-1.4.7/funtest/timev-212-          if [ $V1 != $V2 ]; then
##############################################
funtools-1.4.7/funtest/timev-233-        else
funtools-1.4.7/funtest/timev:234:          V1=`cat funcnts1.out | awk $FAWK`
funtools-1.4.7/funtest/timev:235:          V2=`cat funcnts2.out | awk $FAWK`
funtools-1.4.7/funtest/timev:236:          V2=`echo "$FIELD-$V2" | bc`
funtools-1.4.7/funtest/timev-237-          if [ $V1 != $V2 ]; then
##############################################
funtools-1.4.7/gnu/install-sh-85-
funtools-1.4.7/gnu/install-sh:86:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
funtools-1.4.7/gnu/install-sh-87-	    shift
##############################################
funtools-1.4.7/gnu/install-sh-89-
funtools-1.4.7/gnu/install-sh:90:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
funtools-1.4.7/gnu/install-sh-91-	    shift
##############################################
funtools-1.4.7/gnu/install-sh-151-	then
funtools-1.4.7/gnu/install-sh:152:		dst=$dst/`basename "$src"`
funtools-1.4.7/gnu/install-sh-153-	else
##############################################
funtools-1.4.7/gnu/install-sh-158-## this sed command emulates the dirname command
funtools-1.4.7/gnu/install-sh:159:dstdir=`echo "$dst" | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
funtools-1.4.7/gnu/install-sh-160-
##############################################
funtools-1.4.7/gnu/install-sh-172-IFS='%'
funtools-1.4.7/gnu/install-sh:173:set - `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'`
funtools-1.4.7/gnu/install-sh-174-IFS=$oIFS
##############################################
funtools-1.4.7/gnu/install-sh-206-	then
funtools-1.4.7/gnu/install-sh:207:		dstfile=`basename "$dst"`
funtools-1.4.7/gnu/install-sh-208-	else
##############################################
funtools-1.4.7/gnu/install-sh-216-	then
funtools-1.4.7/gnu/install-sh:217:		dstfile=`basename "$dst"`
funtools-1.4.7/gnu/install-sh-218-	else
##############################################
funtools-1.4.7/install-sh-85-
funtools-1.4.7/install-sh:86:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
funtools-1.4.7/install-sh-87-	    shift
##############################################
funtools-1.4.7/install-sh-89-
funtools-1.4.7/install-sh:90:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
funtools-1.4.7/install-sh-91-	    shift
##############################################
funtools-1.4.7/install-sh-151-	then
funtools-1.4.7/install-sh:152:		dst=$dst/`basename "$src"`
funtools-1.4.7/install-sh-153-	else
##############################################
funtools-1.4.7/install-sh-158-## this sed command emulates the dirname command
funtools-1.4.7/install-sh:159:dstdir=`echo "$dst" | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
funtools-1.4.7/install-sh-160-
##############################################
funtools-1.4.7/install-sh-172-IFS='%'
funtools-1.4.7/install-sh:173:set - `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'`
funtools-1.4.7/install-sh-174-IFS=$oIFS
##############################################
funtools-1.4.7/install-sh-206-	then
funtools-1.4.7/install-sh:207:		dstfile=`basename "$dst"`
funtools-1.4.7/install-sh-208-	else
##############################################
funtools-1.4.7/install-sh-216-	then
funtools-1.4.7/install-sh:217:		dstfile=`basename "$dst"`
funtools-1.4.7/install-sh-218-	else
##############################################
funtools-1.4.7/tcl.m4-37-		if test -f "${with_tclconfig}/tclConfig.sh" ; then
funtools-1.4.7/tcl.m4:38:		    ac_cv_c_tclconfig=`(cd ${with_tclconfig}; pwd)`
funtools-1.4.7/tcl.m4-39-		else
##############################################
funtools-1.4.7/tcl.m4-53-		    if test -f "$i/unix/tclConfig.sh" ; then
funtools-1.4.7/tcl.m4:54:			ac_cv_c_tclconfig=`(cd $i/unix; pwd)`
funtools-1.4.7/tcl.m4-55-			break
##############################################
funtools-1.4.7/tcl.m4-61-	    if test x"${ac_cv_c_tclconfig}" = x ; then
funtools-1.4.7/tcl.m4:62:		for i in `ls -d ${libdir} 2>/dev/null` \
funtools-1.4.7/tcl.m4-63-			`ls -d /usr/local/lib 2>/dev/null` \
##############################################
funtools-1.4.7/tcl.m4-67-		    if test -f "$i/tclConfig.sh" ; then
funtools-1.4.7/tcl.m4:68:			ac_cv_c_tclconfig=`(cd $i; pwd)`
funtools-1.4.7/tcl.m4-69-			break
##############################################
funtools-1.4.7/tcl.m4-77-			${srcdir}/../tcl \
funtools-1.4.7/tcl.m4:78:			`ls -dr ${srcdir}/../tcl[[8-9]].[[0-9]]* 2>/dev/null` ; do
funtools-1.4.7/tcl.m4-79-		    if test -f "$i/unix/tclConfig.sh" ; then
funtools-1.4.7/tcl.m4:80:		    ac_cv_c_tclconfig=`(cd $i/unix; pwd)`
funtools-1.4.7/tcl.m4-81-		    break
##############################################
funtools-1.4.7/tcl.m4-141-		if test -f "${with_tkconfig}/tkConfig.sh" ; then
funtools-1.4.7/tcl.m4:142:		    ac_cv_c_tkconfig=`(cd ${with_tkconfig}; pwd)`
funtools-1.4.7/tcl.m4-143-		else
##############################################
funtools-1.4.7/tcl.m4-157-		    if test -f "$i/unix/tkConfig.sh" ; then
funtools-1.4.7/tcl.m4:158:			ac_cv_c_tkconfig=`(cd $i/unix; pwd)`
funtools-1.4.7/tcl.m4-159-			break
##############################################
funtools-1.4.7/tcl.m4-164-	    if test x"${ac_cv_c_tkconfig}" = x ; then
funtools-1.4.7/tcl.m4:165:		for i in `ls -d ${libdir} 2>/dev/null` \
funtools-1.4.7/tcl.m4-166-			`ls -d /usr/local/lib 2>/dev/null` \
##############################################
funtools-1.4.7/tcl.m4-170-		    if test -f "$i/tkConfig.sh" ; then
funtools-1.4.7/tcl.m4:171:			ac_cv_c_tkconfig=`(cd $i; pwd)`
funtools-1.4.7/tcl.m4-172-			break
##############################################
funtools-1.4.7/tcl.m4-179-			${srcdir}/../tk \
funtools-1.4.7/tcl.m4:180:			`ls -dr ${srcdir}/../tk[[8-9]].[[0-9]]* 2>/dev/null` ; do
funtools-1.4.7/tcl.m4-181-		    if test -f "$i/unix/tkConfig.sh" ; then
funtools-1.4.7/tcl.m4:182:			ac_cv_c_tkconfig=`(cd $i/unix; pwd)`
funtools-1.4.7/tcl.m4-183-			break
##############################################
funtools-1.4.7/tcl.m4-771-	    if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
funtools-1.4.7/tcl.m4:772:		system=MP-RAS-`awk '{print $3}' /etc/.relid'`
funtools-1.4.7/tcl.m4-773-	    fi
##############################################
funtools-1.4.7/tcl.m4-795-    UNSHARED_LIB_SUFFIX=""
funtools-1.4.7/tcl.m4:796:    TCL_TRIM_DOTS='`echo ${VERSION} | tr -d .`'
funtools-1.4.7/tcl.m4:797:    ECHO_VERSION='`echo ${VERSION}`'
funtools-1.4.7/tcl.m4-798-    TCL_LIB_VERSIONS_OK=ok
##############################################
funtools-1.4.7/tcl.m4-1256-		# The -pthread needs to go in the CFLAGS, not LIBS
funtools-1.4.7/tcl.m4:1257:		LIBS=`echo $LIBS | sed s/-pthread//`
funtools-1.4.7/tcl.m4-1258-		EXTRA_CFLAGS="-pthread"
##############################################
funtools-1.4.7/tcl.m4-1355-		EXTRA_CFLAGS="${EXTRA_CFLAGS} -DTCL_THREAD_STACK_MIN=PTHREAD_STACK_MIN*64"
funtools-1.4.7/tcl.m4:1356:		LIBS=`echo $LIBS | sed s/-lpthreads//`
funtools-1.4.7/tcl.m4-1357-		if test "$GCC" = "yes" ; then
##############################################
funtools-1.4.7/tcl.m4-2102-	    if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
funtools-1.4.7/tcl.m4:2103:		system=MP-RAS-`awk '{print $3}' /etc/.relid'`
funtools-1.4.7/tcl.m4-2104-	    fi
##############################################
funtools-1.4.7/util/Makefile.in-218-	@if [ "$(LIB)" = "$(DEFLIB)" ] ; then \
funtools-1.4.7/util/Makefile.in:219:	    XLIB=`basename $(LIB)`; \
funtools-1.4.7/util/Makefile.in-220-	    echo "Installing $$XLIB"; \
##############################################
funtools-1.4.7/util/config.guess-34-
funtools-1.4.7/util/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
funtools-1.4.7/util/config.guess-36-
##############################################
funtools-1.4.7/util/config.guess-102-: ${TMPDIR=/tmp} ;
funtools-1.4.7/util/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
funtools-1.4.7/util/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
funtools-1.4.7/util/config.guess-151-	EOF
funtools-1.4.7/util/config.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
funtools-1.4.7/util/config.guess-153-	;;
##############################################
funtools-1.4.7/util/config.guess-181-	    earmv*)
funtools-1.4.7/util/config.guess:182:		arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
funtools-1.4.7/util/config.guess:183:		endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'`
funtools-1.4.7/util/config.guess-184-		machine=${arch}${endian}-unknown
##############################################
funtools-1.4.7/util/config.guess-210-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
funtools-1.4.7/util/config.guess:211:		abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"`
funtools-1.4.7/util/config.guess-212-		;;
##############################################
funtools-1.4.7/util/config.guess-223-	    *)
funtools-1.4.7/util/config.guess:224:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
funtools-1.4.7/util/config.guess-225-		;;
##############################################
funtools-1.4.7/util/config.guess-254-	*4.0)
funtools-1.4.7/util/config.guess:255:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
funtools-1.4.7/util/config.guess-256-		;;
funtools-1.4.7/util/config.guess-257-	*5.*)
funtools-1.4.7/util/config.guess:258:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
funtools-1.4.7/util/config.guess-259-		;;
##############################################
funtools-1.4.7/util/config.guess-264-	# types through head -n 1, so we only detect the type of CPU 0.
funtools-1.4.7/util/config.guess:265:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
funtools-1.4.7/util/config.guess-266-	case "$ALPHA_CPU_TYPE" in
##############################################
funtools-1.4.7/util/config.guess-302-	# 1.2 uses "1.2" for uname -r.
funtools-1.4.7/util/config.guess:303:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
funtools-1.4.7/util/config.guess-304-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
funtools-1.4.7/util/config.guess-362-    s390x:SunOS:*:*)
funtools-1.4.7/util/config.guess:363:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
funtools-1.4.7/util/config.guess-364-	exit ;;
funtools-1.4.7/util/config.guess-365-    sun4H:SunOS:5.*:*)
funtools-1.4.7/util/config.guess:366:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
funtools-1.4.7/util/config.guess-367-	exit ;;
funtools-1.4.7/util/config.guess-368-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
funtools-1.4.7/util/config.guess:369:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
funtools-1.4.7/util/config.guess-370-	exit ;;
##############################################
funtools-1.4.7/util/config.guess-387-	fi
funtools-1.4.7/util/config.guess:388:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
funtools-1.4.7/util/config.guess-389-	exit ;;
##############################################
funtools-1.4.7/util/config.guess-393-	# it's likely to be more like Solaris than SunOS4.
funtools-1.4.7/util/config.guess:394:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
funtools-1.4.7/util/config.guess-395-	exit ;;
##############################################
funtools-1.4.7/util/config.guess-402-	# Japanese Language versions have a version number like `4.1.3-JL'.
funtools-1.4.7/util/config.guess:403:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
funtools-1.4.7/util/config.guess-404-	exit ;;
##############################################
funtools-1.4.7/util/config.guess-408-    sun*:*:4.2BSD:*)
funtools-1.4.7/util/config.guess:409:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
funtools-1.4.7/util/config.guess-410-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
funtools-1.4.7/util/config.guess-490-	$CC_FOR_BUILD -o $dummy $dummy.c &&
funtools-1.4.7/util/config.guess:491:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
funtools-1.4.7/util/config.guess:492:	  SYSTEM_NAME=`$dummy $dummyarg` &&
funtools-1.4.7/util/config.guess-493-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
funtools-1.4.7/util/config.guess-546-    *:IRIX*:*:*)
funtools-1.4.7/util/config.guess:547:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
funtools-1.4.7/util/config.guess-548-	exit ;;
##############################################
funtools-1.4.7/util/config.guess-576-EOF
funtools-1.4.7/util/config.guess:577:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
funtools-1.4.7/util/config.guess-578-		then
##############################################
funtools-1.4.7/util/config.guess-589-    *:AIX:*:[4567])
funtools-1.4.7/util/config.guess:590:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
funtools-1.4.7/util/config.guess-591-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
funtools-1.4.7/util/config.guess-625-    9000/[34678]??:HP-UX:*:*)
funtools-1.4.7/util/config.guess:626:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
funtools-1.4.7/util/config.guess-627-	case "${UNAME_MACHINE}" in
##############################################
funtools-1.4.7/util/config.guess-679-EOF
funtools-1.4.7/util/config.guess:680:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
funtools-1.4.7/util/config.guess-681-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
funtools-1.4.7/util/config.guess-707-    ia64:HP-UX:*:*)
funtools-1.4.7/util/config.guess:708:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
funtools-1.4.7/util/config.guess-709-	echo ia64-hp-hpux${HPUX_REV}
##############################################
funtools-1.4.7/util/config.guess-737-EOF
funtools-1.4.7/util/config.guess:738:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
funtools-1.4.7/util/config.guess-739-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
funtools-1.4.7/util/config.guess-808-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
funtools-1.4.7/util/config.guess:809:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
funtools-1.4.7/util/config.guess-810-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
funtools-1.4.7/util/config.guess-813-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
funtools-1.4.7/util/config.guess:814:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
funtools-1.4.7/util/config.guess-815-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
funtools-1.4.7/util/config.guess-829-	    amd64)
funtools-1.4.7/util/config.guess:830:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
funtools-1.4.7/util/config.guess-831-	    *)
funtools-1.4.7/util/config.guess:832:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
funtools-1.4.7/util/config.guess-833-	esac
##############################################
funtools-1.4.7/util/config.guess-887-    prep*:SunOS:5.*:*)
funtools-1.4.7/util/config.guess:888:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
funtools-1.4.7/util/config.guess-889-	exit ;;
##############################################
funtools-1.4.7/util/config.guess-891-	# the GNU system
funtools-1.4.7/util/config.guess:892:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
funtools-1.4.7/util/config.guess-893-	exit ;;
##############################################
funtools-1.4.7/util/config.guess-895-	# other systems with GNU libc and userland
funtools-1.4.7/util/config.guess:896:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
funtools-1.4.7/util/config.guess-897-	exit ;;
##############################################
funtools-1.4.7/util/config.guess-983-EOF
funtools-1.4.7/util/config.guess:984:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
funtools-1.4.7/util/config.guess-985-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
##############################################
funtools-1.4.7/util/config.guess-1077-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
funtools-1.4.7/util/config.guess:1078:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
funtools-1.4.7/util/config.guess-1079-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
funtools-1.4.7/util/config.guess-1277-	fi
funtools-1.4.7/util/config.guess:1278:	if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
funtools-1.4.7/util/config.guess-1279-	    if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
##############################################
funtools-1.4.7/util/config.guess-1362-    *:DragonFly:*:*)
funtools-1.4.7/util/config.guess:1363:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
funtools-1.4.7/util/config.guess-1364-	exit ;;
##############################################
funtools-1.4.7/util/config.guess-1375-    i*86:skyos:*:*)
funtools-1.4.7/util/config.guess:1376:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
funtools-1.4.7/util/config.guess-1377-	exit ;;
##############################################
funtools-1.4.7/util/config.sub-52-
funtools-1.4.7/util/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
funtools-1.4.7/util/config.sub-54-
##############################################
funtools-1.4.7/util/config.sub-115-# Here we must recognize all the valid KERNEL-OS combinations.
funtools-1.4.7/util/config.sub:116:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
funtools-1.4.7/util/config.sub-117-case $maybe_os in
##############################################
funtools-1.4.7/util/config.sub-123-    os=-$maybe_os
funtools-1.4.7/util/config.sub:124:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
funtools-1.4.7/util/config.sub-125-    ;;
##############################################
funtools-1.4.7/util/config.sub-127-    os=-linux-android
funtools-1.4.7/util/config.sub:128:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
funtools-1.4.7/util/config.sub-129-    ;;
funtools-1.4.7/util/config.sub-130-  *)
funtools-1.4.7/util/config.sub:131:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
funtools-1.4.7/util/config.sub-132-    if [ $basic_machine != $1 ]
funtools-1.4.7/util/config.sub:133:    then os=`echo $1 | sed 's/.*-/-/'`
funtools-1.4.7/util/config.sub-134-    else os=; fi
##############################################
funtools-1.4.7/util/config.sub-181-		os=-sco5v6
funtools-1.4.7/util/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
funtools-1.4.7/util/config.sub-183-		;;
##############################################
funtools-1.4.7/util/config.sub-185-		os=-sco3.2v5
funtools-1.4.7/util/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
funtools-1.4.7/util/config.sub-187-		;;
##############################################
funtools-1.4.7/util/config.sub-189-		os=-sco3.2v4
funtools-1.4.7/util/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
funtools-1.4.7/util/config.sub-191-		;;
funtools-1.4.7/util/config.sub-192-	-sco3.2.[4-9]*)
funtools-1.4.7/util/config.sub:193:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
funtools-1.4.7/util/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
funtools-1.4.7/util/config.sub-195-		;;
##############################################
funtools-1.4.7/util/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
funtools-1.4.7/util/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
funtools-1.4.7/util/config.sub-199-		;;
##############################################
funtools-1.4.7/util/config.sub-201-		# Don't forget version if it is 3.2v4 or newer.
funtools-1.4.7/util/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
funtools-1.4.7/util/config.sub-203-		;;
##############################################
funtools-1.4.7/util/config.sub-205-		os=-sco3.2v2
funtools-1.4.7/util/config.sub:206:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
funtools-1.4.7/util/config.sub-207-		;;
funtools-1.4.7/util/config.sub-208-	-udk*)
funtools-1.4.7/util/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
funtools-1.4.7/util/config.sub-210-		;;
##############################################
funtools-1.4.7/util/config.sub-212-		os=-isc2.2
funtools-1.4.7/util/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
funtools-1.4.7/util/config.sub-214-		;;
##############################################
funtools-1.4.7/util/config.sub-218-	-isc*)
funtools-1.4.7/util/config.sub:219:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
funtools-1.4.7/util/config.sub-220-		;;
##############################################
funtools-1.4.7/util/config.sub-230-	-ptx*)
funtools-1.4.7/util/config.sub:231:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
funtools-1.4.7/util/config.sub-232-		;;
funtools-1.4.7/util/config.sub-233-	-windowsnt*)
funtools-1.4.7/util/config.sub:234:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
funtools-1.4.7/util/config.sub-235-		;;
##############################################
funtools-1.4.7/util/config.sub-366-	*-*-*)
funtools-1.4.7/util/config.sub:367:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
funtools-1.4.7/util/config.sub-368-		exit 1
##############################################
funtools-1.4.7/util/config.sub-491-	amd64-*)
funtools-1.4.7/util/config.sub:492:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/util/config.sub-493-		;;
##############################################
funtools-1.4.7/util/config.sub-533-	blackfin-*)
funtools-1.4.7/util/config.sub:534:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/util/config.sub-535-		os=-linux
##############################################
funtools-1.4.7/util/config.sub-541-	c54x-*)
funtools-1.4.7/util/config.sub:542:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/util/config.sub-543-		;;
funtools-1.4.7/util/config.sub-544-	c55x-*)
funtools-1.4.7/util/config.sub:545:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/util/config.sub-546-		;;
funtools-1.4.7/util/config.sub-547-	c6x-*)
funtools-1.4.7/util/config.sub:548:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/util/config.sub-549-		;;
##############################################
funtools-1.4.7/util/config.sub-744-	i*86v32)
funtools-1.4.7/util/config.sub:745:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
funtools-1.4.7/util/config.sub-746-		os=-sysv32
##############################################
funtools-1.4.7/util/config.sub-748-	i*86v4*)
funtools-1.4.7/util/config.sub:749:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
funtools-1.4.7/util/config.sub-750-		os=-sysv4
##############################################
funtools-1.4.7/util/config.sub-752-	i*86v)
funtools-1.4.7/util/config.sub:753:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
funtools-1.4.7/util/config.sub-754-		os=-sysv
##############################################
funtools-1.4.7/util/config.sub-756-	i*86sol2)
funtools-1.4.7/util/config.sub:757:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
funtools-1.4.7/util/config.sub-758-		os=-solaris2
##############################################
funtools-1.4.7/util/config.sub-782-	leon-*|leon[3-9]-*)
funtools-1.4.7/util/config.sub:783:		basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'`
funtools-1.4.7/util/config.sub-784-		;;
##############################################
funtools-1.4.7/util/config.sub-789-	m68knommu-*)
funtools-1.4.7/util/config.sub:790:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/util/config.sub-791-		os=-linux
##############################################
funtools-1.4.7/util/config.sub-826-	mips3*-*)
funtools-1.4.7/util/config.sub:827:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
funtools-1.4.7/util/config.sub-828-		;;
funtools-1.4.7/util/config.sub-829-	mips3*)
funtools-1.4.7/util/config.sub:830:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
funtools-1.4.7/util/config.sub-831-		;;
##############################################
funtools-1.4.7/util/config.sub-848-	ms1-*)
funtools-1.4.7/util/config.sub:849:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
funtools-1.4.7/util/config.sub-850-		;;
##############################################
funtools-1.4.7/util/config.sub-967-	parisc-*)
funtools-1.4.7/util/config.sub:968:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/util/config.sub-969-		os=-linux
##############################################
funtools-1.4.7/util/config.sub-983-	pc98-*)
funtools-1.4.7/util/config.sub:984:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/util/config.sub-985-		;;
##############################################
funtools-1.4.7/util/config.sub-998-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
funtools-1.4.7/util/config.sub:999:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/util/config.sub-1000-		;;
funtools-1.4.7/util/config.sub-1001-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
funtools-1.4.7/util/config.sub:1002:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/util/config.sub-1003-		;;
funtools-1.4.7/util/config.sub-1004-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
funtools-1.4.7/util/config.sub:1005:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/util/config.sub-1006-		;;
funtools-1.4.7/util/config.sub-1007-	pentium4-*)
funtools-1.4.7/util/config.sub:1008:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/util/config.sub-1009-		;;
##############################################
funtools-1.4.7/util/config.sub-1017-	ppc-* | ppcbe-*)
funtools-1.4.7/util/config.sub:1018:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/util/config.sub-1019-		;;
##############################################
funtools-1.4.7/util/config.sub-1023-	ppcle-* | powerpclittle-*)
funtools-1.4.7/util/config.sub:1024:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/util/config.sub-1025-		;;
##############################################
funtools-1.4.7/util/config.sub-1027-		;;
funtools-1.4.7/util/config.sub:1028:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/util/config.sub-1029-		;;
##############################################
funtools-1.4.7/util/config.sub-1033-	ppc64le-* | powerpc64little-*)
funtools-1.4.7/util/config.sub:1034:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/util/config.sub-1035-		;;
##############################################
funtools-1.4.7/util/config.sub-1116-	strongarm-* | thumb-*)
funtools-1.4.7/util/config.sub:1117:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/util/config.sub-1118-		;;
##############################################
funtools-1.4.7/util/config.sub-1246-	xscale-* | xscalee[bl]-*)
funtools-1.4.7/util/config.sub:1247:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
funtools-1.4.7/util/config.sub-1248-		;;
##############################################
funtools-1.4.7/util/config.sub-1323-	*)
funtools-1.4.7/util/config.sub:1324:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
funtools-1.4.7/util/config.sub-1325-		exit 1
##############################################
funtools-1.4.7/util/config.sub-1331-	*-digital*)
funtools-1.4.7/util/config.sub:1332:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
funtools-1.4.7/util/config.sub-1333-		;;
funtools-1.4.7/util/config.sub-1334-	*-commodore*)
funtools-1.4.7/util/config.sub:1335:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
funtools-1.4.7/util/config.sub-1336-		;;
##############################################
funtools-1.4.7/util/config.sub-1352-	-solaris1 | -solaris1.*)
funtools-1.4.7/util/config.sub:1353:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
funtools-1.4.7/util/config.sub-1354-		;;
##############################################
funtools-1.4.7/util/config.sub-1364-	-gnu/linux*)
funtools-1.4.7/util/config.sub:1365:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
funtools-1.4.7/util/config.sub-1366-		;;
##############################################
funtools-1.4.7/util/config.sub-1410-	-nto*)
funtools-1.4.7/util/config.sub:1411:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
funtools-1.4.7/util/config.sub-1412-		;;
##############################################
funtools-1.4.7/util/config.sub-1417-	-mac*)
funtools-1.4.7/util/config.sub:1418:		os=`echo $os | sed -e 's|mac|macos|'`
funtools-1.4.7/util/config.sub-1419-		;;
##############################################
funtools-1.4.7/util/config.sub-1423-	-linux*)
funtools-1.4.7/util/config.sub:1424:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
funtools-1.4.7/util/config.sub-1425-		;;
funtools-1.4.7/util/config.sub-1426-	-sunos5*)
funtools-1.4.7/util/config.sub:1427:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
funtools-1.4.7/util/config.sub-1428-		;;
funtools-1.4.7/util/config.sub-1429-	-sunos6*)
funtools-1.4.7/util/config.sub:1430:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
funtools-1.4.7/util/config.sub-1431-		;;
##############################################
funtools-1.4.7/util/config.sub-1478-	-sinix5.*)
funtools-1.4.7/util/config.sub:1479:		os=`echo $os | sed -e 's|sinix|sysv|'`
funtools-1.4.7/util/config.sub-1480-		;;
##############################################
funtools-1.4.7/util/config.sub-1531-		# Get rid of the `-' at the beginning of $os.
funtools-1.4.7/util/config.sub:1532:		os=`echo $os | sed 's/[^-]*-//'`
funtools-1.4.7/util/config.sub:1533:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
funtools-1.4.7/util/config.sub-1534-		exit 1
##############################################
funtools-1.4.7/util/config.sub-1794-		esac
funtools-1.4.7/util/config.sub:1795:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
funtools-1.4.7/util/config.sub-1796-		;;
##############################################
funtools-1.4.7/util/configure-failsafe-45-do
funtools-1.4.7/util/configure-failsafe:46:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
funtools-1.4.7/util/configure-failsafe-47-    eval $as_var=C; export $as_var
##############################################
funtools-1.4.7/util/configure-failsafe-103-  as_lineno_2=$LINENO
funtools-1.4.7/util/configure-failsafe:104:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
funtools-1.4.7/util/configure-failsafe-105-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
funtools-1.4.7/util/configure-failsafe-142-  as_lineno_2=$LINENO
funtools-1.4.7/util/configure-failsafe:143:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
funtools-1.4.7/util/configure-failsafe-144-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
funtools-1.4.7/util/configure-failsafe-364-
funtools-1.4.7/util/configure-failsafe:365:  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
funtools-1.4.7/util/configure-failsafe-366-
##############################################
funtools-1.4.7/util/configure-failsafe-397-  -disable-* | --disable-*)
funtools-1.4.7/util/configure-failsafe:398:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
funtools-1.4.7/util/configure-failsafe-399-    # Reject names that are not valid shell variable names.
##############################################
funtools-1.4.7/util/configure-failsafe-402-   { (exit 1); exit 1; }; }
funtools-1.4.7/util/configure-failsafe:403:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
funtools-1.4.7/util/configure-failsafe-404-    eval "enable_$ac_feature=no" ;;
##############################################
funtools-1.4.7/util/configure-failsafe-406-  -enable-* | --enable-*)
funtools-1.4.7/util/configure-failsafe:407:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
funtools-1.4.7/util/configure-failsafe-408-    # Reject names that are not valid shell variable names.
##############################################
funtools-1.4.7/util/configure-failsafe-411-   { (exit 1); exit 1; }; }
funtools-1.4.7/util/configure-failsafe:412:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
funtools-1.4.7/util/configure-failsafe-413-    case $ac_option in
funtools-1.4.7/util/configure-failsafe:414:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
funtools-1.4.7/util/configure-failsafe-415-      *) ac_optarg=yes ;;
##############################################
funtools-1.4.7/util/configure-failsafe-588-  -with-* | --with-*)
funtools-1.4.7/util/configure-failsafe:589:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
funtools-1.4.7/util/configure-failsafe-590-    # Reject names that are not valid shell variable names.
##############################################
funtools-1.4.7/util/configure-failsafe-593-   { (exit 1); exit 1; }; }
funtools-1.4.7/util/configure-failsafe:594:    ac_package=`echo $ac_package| sed 's/-/_/g'`
funtools-1.4.7/util/configure-failsafe-595-    case $ac_option in
funtools-1.4.7/util/configure-failsafe:596:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
funtools-1.4.7/util/configure-failsafe-597-      *) ac_optarg=yes ;;
##############################################
funtools-1.4.7/util/configure-failsafe-601-  -without-* | --without-*)
funtools-1.4.7/util/configure-failsafe:602:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
funtools-1.4.7/util/configure-failsafe-603-    # Reject names that are not valid shell variable names.
##############################################
funtools-1.4.7/util/configure-failsafe-606-   { (exit 1); exit 1; }; }
funtools-1.4.7/util/configure-failsafe:607:    ac_package=`echo $ac_package | sed 's/-/_/g'`
funtools-1.4.7/util/configure-failsafe-608-    eval "with_$ac_package=no" ;;
##############################################
funtools-1.4.7/util/configure-failsafe-633-  *=*)
funtools-1.4.7/util/configure-failsafe:634:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
funtools-1.4.7/util/configure-failsafe-635-    # Reject names that are not valid shell variable names.
##############################################
funtools-1.4.7/util/configure-failsafe-638-   { (exit 1); exit 1; }; }
funtools-1.4.7/util/configure-failsafe:639:    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
funtools-1.4.7/util/configure-failsafe-640-    eval "$ac_envvar='$ac_optarg'"
##############################################
funtools-1.4.7/util/configure-failsafe-654-if test -n "$ac_prev"; then
funtools-1.4.7/util/configure-failsafe:655:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
funtools-1.4.7/util/configure-failsafe-656-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
funtools-1.4.7/util/configure-failsafe-662-do
funtools-1.4.7/util/configure-failsafe:663:  eval ac_val=$`echo $ac_var`
funtools-1.4.7/util/configure-failsafe-664-  case $ac_val in
##############################################
funtools-1.4.7/util/configure-failsafe-674-do
funtools-1.4.7/util/configure-failsafe:675:  eval ac_val=$`echo $ac_var`
funtools-1.4.7/util/configure-failsafe-676-  case $ac_val in
##############################################
funtools-1.4.7/util/configure-failsafe-741-   { (exit 1); exit 1; }; }
funtools-1.4.7/util/configure-failsafe:742:srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
funtools-1.4.7/util/configure-failsafe-743-ac_env_build_alias_set=${build_alias+set}
##############################################
funtools-1.4.7/util/configure-failsafe-812-By default, \`make install' will install all the files in
funtools-1.4.7/util/configure-failsafe:813:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
funtools-1.4.7/util/configure-failsafe:814:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
funtools-1.4.7/util/configure-failsafe-815-for instance \`--prefix=\$HOME'.
##############################################
funtools-1.4.7/util/configure-failsafe-885-if test "$ac_dir" != .; then
funtools-1.4.7/util/configure-failsafe:886:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
funtools-1.4.7/util/configure-failsafe-887-  # A "../" for each directory in $ac_dir_suffix.
funtools-1.4.7/util/configure-failsafe:888:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
funtools-1.4.7/util/configure-failsafe-889-else
##############################################
funtools-1.4.7/util/configure-failsafe-898-    else
funtools-1.4.7/util/configure-failsafe:899:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
funtools-1.4.7/util/configure-failsafe-900-    fi ;;
##############################################
funtools-1.4.7/util/configure-failsafe-1054-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
funtools-1.4.7/util/configure-failsafe:1055:      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
funtools-1.4.7/util/configure-failsafe-1056-    esac
##############################################
funtools-1.4.7/util/configure-failsafe-1126-    do
funtools-1.4.7/util/configure-failsafe:1127:      eval ac_val=$`echo $ac_var`
funtools-1.4.7/util/configure-failsafe-1128-      echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
funtools-1.4.7/util/configure-failsafe-1140-      do
funtools-1.4.7/util/configure-failsafe:1141:	eval ac_val=$`echo $ac_var`
funtools-1.4.7/util/configure-failsafe-1142-	echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
funtools-1.4.7/util/configure-failsafe-1247-    set,)
funtools-1.4.7/util/configure-failsafe:1248:      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
funtools-1.4.7/util/configure-failsafe:1249:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
funtools-1.4.7/util/configure-failsafe-1250-      ac_cache_corrupted=: ;;
##############################################
funtools-1.4.7/util/configure-failsafe-1270-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
funtools-1.4.7/util/configure-failsafe:1271:      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
funtools-1.4.7/util/configure-failsafe-1272-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
funtools-1.4.7/util/configure-failsafe-1361-test -z "$ac_cv_build_alias" &&
funtools-1.4.7/util/configure-failsafe:1362:  ac_cv_build_alias=`$ac_config_guess`
funtools-1.4.7/util/configure-failsafe-1363-test -z "$ac_cv_build_alias" &&
##############################################
funtools-1.4.7/util/configure-failsafe-1366-   { (exit 1); exit 1; }; }
funtools-1.4.7/util/configure-failsafe:1367:ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
funtools-1.4.7/util/configure-failsafe-1368-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
##############################################
funtools-1.4.7/util/configure-failsafe-1375-build=$ac_cv_build
funtools-1.4.7/util/configure-failsafe:1376:build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
funtools-1.4.7/util/configure-failsafe:1377:build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
funtools-1.4.7/util/configure-failsafe:1378:build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
funtools-1.4.7/util/configure-failsafe-1379-
##############################################
funtools-1.4.7/util/configure-failsafe-1388-  ac_cv_host_alias=$ac_cv_build_alias
funtools-1.4.7/util/configure-failsafe:1389:ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
funtools-1.4.7/util/configure-failsafe-1390-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
##############################################
funtools-1.4.7/util/configure-failsafe-1397-host=$ac_cv_host
funtools-1.4.7/util/configure-failsafe:1398:host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
funtools-1.4.7/util/configure-failsafe:1399:host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
funtools-1.4.7/util/configure-failsafe:1400:host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
funtools-1.4.7/util/configure-failsafe-1401-
##############################################
funtools-1.4.7/util/configure-failsafe-1724-     "checking for C compiler version" >&5
funtools-1.4.7/util/configure-failsafe:1725:ac_compiler=`set X $ac_compile; echo $2`
funtools-1.4.7/util/configure-failsafe-1726-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
funtools-1.4.7/util/configure-failsafe-1763-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
funtools-1.4.7/util/configure-failsafe:1764:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
funtools-1.4.7/util/configure-failsafe-1765-if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
##############################################
funtools-1.4.7/util/configure-failsafe-1791-    *.* )
funtools-1.4.7/util/configure-failsafe:1792:	ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
funtools-1.4.7/util/configure-failsafe-1793-	# FIXME: I believe we export ac_cv_exeext for Libtool,
##############################################
funtools-1.4.7/util/configure-failsafe-1871-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
funtools-1.4.7/util/configure-failsafe:1872:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
funtools-1.4.7/util/configure-failsafe-1873-	  export ac_cv_exeext
##############################################
funtools-1.4.7/util/configure-failsafe-1921-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
funtools-1.4.7/util/configure-failsafe:1922:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
funtools-1.4.7/util/configure-failsafe-1923-       break;;
##############################################
funtools-1.4.7/util/configure-failsafe-2000-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
funtools-1.4.7/util/configure-failsafe:2001:GCC=`test $ac_compiler_gnu = yes && echo yes`
funtools-1.4.7/util/configure-failsafe-2002-ac_test_CFLAGS=${CFLAGS+set}
##############################################
funtools-1.4.7/util/configure-failsafe-2919-do
funtools-1.4.7/util/configure-failsafe:2920:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
funtools-1.4.7/util/configure-failsafe-2921-echo "$as_me:$LINENO: checking for $ac_header" >&5
##############################################
funtools-1.4.7/util/configure-failsafe-2966-fi
funtools-1.4.7/util/configure-failsafe:2967:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/util/configure-failsafe:2968:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/util/configure-failsafe:2969:if test `eval echo '${'$as_ac_Header'}'` = yes; then
funtools-1.4.7/util/configure-failsafe-2970-  cat >>confdefs.h <<_ACEOF
funtools-1.4.7/util/configure-failsafe:2971:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
funtools-1.4.7/util/configure-failsafe-2972-_ACEOF
##############################################
funtools-1.4.7/util/configure-failsafe-2981-do
funtools-1.4.7/util/configure-failsafe:2982:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
funtools-1.4.7/util/configure-failsafe-2983-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
funtools-1.4.7/util/configure-failsafe-2988-fi
funtools-1.4.7/util/configure-failsafe:2989:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/util/configure-failsafe:2990:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/util/configure-failsafe-2991-else
##############################################
funtools-1.4.7/util/configure-failsafe-3115-fi
funtools-1.4.7/util/configure-failsafe:3116:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/util/configure-failsafe:3117:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/util/configure-failsafe-3118-
funtools-1.4.7/util/configure-failsafe-3119-fi
funtools-1.4.7/util/configure-failsafe:3120:if test `eval echo '${'$as_ac_Header'}'` = yes; then
funtools-1.4.7/util/configure-failsafe-3121-  cat >>confdefs.h <<_ACEOF
funtools-1.4.7/util/configure-failsafe:3122:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
funtools-1.4.7/util/configure-failsafe-3123-_ACEOF
##############################################
funtools-1.4.7/util/configure-failsafe-3131-do
funtools-1.4.7/util/configure-failsafe:3132:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
funtools-1.4.7/util/configure-failsafe-3133-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
funtools-1.4.7/util/configure-failsafe-3138-fi
funtools-1.4.7/util/configure-failsafe:3139:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/util/configure-failsafe:3140:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/util/configure-failsafe-3141-else
##############################################
funtools-1.4.7/util/configure-failsafe-3265-fi
funtools-1.4.7/util/configure-failsafe:3266:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/util/configure-failsafe:3267:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/util/configure-failsafe-3268-
funtools-1.4.7/util/configure-failsafe-3269-fi
funtools-1.4.7/util/configure-failsafe:3270:if test `eval echo '${'$as_ac_Header'}'` = yes; then
funtools-1.4.7/util/configure-failsafe-3271-  cat >>confdefs.h <<_ACEOF
funtools-1.4.7/util/configure-failsafe:3272:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
funtools-1.4.7/util/configure-failsafe-3273-_ACEOF
##############################################
funtools-1.4.7/util/configure-failsafe-3281-do
funtools-1.4.7/util/configure-failsafe:3282:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
funtools-1.4.7/util/configure-failsafe-3283-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
funtools-1.4.7/util/configure-failsafe-3288-fi
funtools-1.4.7/util/configure-failsafe:3289:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/util/configure-failsafe:3290:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/util/configure-failsafe-3291-else
##############################################
funtools-1.4.7/util/configure-failsafe-3415-fi
funtools-1.4.7/util/configure-failsafe:3416:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/util/configure-failsafe:3417:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/util/configure-failsafe-3418-
funtools-1.4.7/util/configure-failsafe-3419-fi
funtools-1.4.7/util/configure-failsafe:3420:if test `eval echo '${'$as_ac_Header'}'` = yes; then
funtools-1.4.7/util/configure-failsafe-3421-  cat >>confdefs.h <<_ACEOF
funtools-1.4.7/util/configure-failsafe:3422:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
funtools-1.4.7/util/configure-failsafe-3423-_ACEOF
##############################################
funtools-1.4.7/util/configure-failsafe-3431-do
funtools-1.4.7/util/configure-failsafe:3432:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
funtools-1.4.7/util/configure-failsafe-3433-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
funtools-1.4.7/util/configure-failsafe-3438-fi
funtools-1.4.7/util/configure-failsafe:3439:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/util/configure-failsafe:3440:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/util/configure-failsafe-3441-else
##############################################
funtools-1.4.7/util/configure-failsafe-3565-fi
funtools-1.4.7/util/configure-failsafe:3566:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/util/configure-failsafe:3567:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/util/configure-failsafe-3568-
funtools-1.4.7/util/configure-failsafe-3569-fi
funtools-1.4.7/util/configure-failsafe:3570:if test `eval echo '${'$as_ac_Header'}'` = yes; then
funtools-1.4.7/util/configure-failsafe-3571-  cat >>confdefs.h <<_ACEOF
funtools-1.4.7/util/configure-failsafe:3572:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
funtools-1.4.7/util/configure-failsafe-3573-_ACEOF
##############################################
funtools-1.4.7/util/configure-failsafe-3581-do
funtools-1.4.7/util/configure-failsafe:3582:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
funtools-1.4.7/util/configure-failsafe-3583-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
funtools-1.4.7/util/configure-failsafe-3588-fi
funtools-1.4.7/util/configure-failsafe:3589:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/util/configure-failsafe:3590:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/util/configure-failsafe-3591-else
##############################################
funtools-1.4.7/util/configure-failsafe-3715-fi
funtools-1.4.7/util/configure-failsafe:3716:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/util/configure-failsafe:3717:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/util/configure-failsafe-3718-
funtools-1.4.7/util/configure-failsafe-3719-fi
funtools-1.4.7/util/configure-failsafe:3720:if test `eval echo '${'$as_ac_Header'}'` = yes; then
funtools-1.4.7/util/configure-failsafe-3721-  cat >>confdefs.h <<_ACEOF
funtools-1.4.7/util/configure-failsafe:3722:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
funtools-1.4.7/util/configure-failsafe-3723-_ACEOF
##############################################
funtools-1.4.7/util/configure-failsafe-3731-do
funtools-1.4.7/util/configure-failsafe:3732:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
funtools-1.4.7/util/configure-failsafe-3733-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
funtools-1.4.7/util/configure-failsafe-3738-fi
funtools-1.4.7/util/configure-failsafe:3739:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/util/configure-failsafe:3740:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/util/configure-failsafe-3741-else
##############################################
funtools-1.4.7/util/configure-failsafe-3865-fi
funtools-1.4.7/util/configure-failsafe:3866:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/util/configure-failsafe:3867:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/util/configure-failsafe-3868-
funtools-1.4.7/util/configure-failsafe-3869-fi
funtools-1.4.7/util/configure-failsafe:3870:if test `eval echo '${'$as_ac_Header'}'` = yes; then
funtools-1.4.7/util/configure-failsafe-3871-  cat >>confdefs.h <<_ACEOF
funtools-1.4.7/util/configure-failsafe:3872:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
funtools-1.4.7/util/configure-failsafe-3873-_ACEOF
##############################################
funtools-1.4.7/util/configure-failsafe-3881-do
funtools-1.4.7/util/configure-failsafe:3882:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
funtools-1.4.7/util/configure-failsafe-3883-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
funtools-1.4.7/util/configure-failsafe-3888-fi
funtools-1.4.7/util/configure-failsafe:3889:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/util/configure-failsafe:3890:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/util/configure-failsafe-3891-else
##############################################
funtools-1.4.7/util/configure-failsafe-4015-fi
funtools-1.4.7/util/configure-failsafe:4016:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/util/configure-failsafe:4017:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/util/configure-failsafe-4018-
funtools-1.4.7/util/configure-failsafe-4019-fi
funtools-1.4.7/util/configure-failsafe:4020:if test `eval echo '${'$as_ac_Header'}'` = yes; then
funtools-1.4.7/util/configure-failsafe-4021-  cat >>confdefs.h <<_ACEOF
funtools-1.4.7/util/configure-failsafe:4022:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
funtools-1.4.7/util/configure-failsafe-4023-_ACEOF
##############################################
funtools-1.4.7/util/configure-failsafe-4031-do
funtools-1.4.7/util/configure-failsafe:4032:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
funtools-1.4.7/util/configure-failsafe-4033-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
funtools-1.4.7/util/configure-failsafe-4038-fi
funtools-1.4.7/util/configure-failsafe:4039:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/util/configure-failsafe:4040:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/util/configure-failsafe-4041-else
##############################################
funtools-1.4.7/util/configure-failsafe-4165-fi
funtools-1.4.7/util/configure-failsafe:4166:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/util/configure-failsafe:4167:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/util/configure-failsafe-4168-
funtools-1.4.7/util/configure-failsafe-4169-fi
funtools-1.4.7/util/configure-failsafe:4170:if test `eval echo '${'$as_ac_Header'}'` = yes; then
funtools-1.4.7/util/configure-failsafe-4171-  cat >>confdefs.h <<_ACEOF
funtools-1.4.7/util/configure-failsafe:4172:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
funtools-1.4.7/util/configure-failsafe-4173-_ACEOF
##############################################
funtools-1.4.7/util/configure-failsafe-4181-do
funtools-1.4.7/util/configure-failsafe:4182:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
funtools-1.4.7/util/configure-failsafe-4183-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
funtools-1.4.7/util/configure-failsafe-4188-fi
funtools-1.4.7/util/configure-failsafe:4189:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/util/configure-failsafe:4190:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/util/configure-failsafe-4191-else
##############################################
funtools-1.4.7/util/configure-failsafe-4315-fi
funtools-1.4.7/util/configure-failsafe:4316:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/util/configure-failsafe:4317:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/util/configure-failsafe-4318-
funtools-1.4.7/util/configure-failsafe-4319-fi
funtools-1.4.7/util/configure-failsafe:4320:if test `eval echo '${'$as_ac_Header'}'` = yes; then
funtools-1.4.7/util/configure-failsafe-4321-  cat >>confdefs.h <<_ACEOF
funtools-1.4.7/util/configure-failsafe:4322:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
funtools-1.4.7/util/configure-failsafe-4323-_ACEOF
##############################################
funtools-1.4.7/util/configure-failsafe-4336-do
funtools-1.4.7/util/configure-failsafe:4337:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
funtools-1.4.7/util/configure-failsafe-4338-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
funtools-1.4.7/util/configure-failsafe-4343-fi
funtools-1.4.7/util/configure-failsafe:4344:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/util/configure-failsafe:4345:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/util/configure-failsafe-4346-else
##############################################
funtools-1.4.7/util/configure-failsafe-4470-fi
funtools-1.4.7/util/configure-failsafe:4471:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/util/configure-failsafe:4472:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/util/configure-failsafe-4473-
funtools-1.4.7/util/configure-failsafe-4474-fi
funtools-1.4.7/util/configure-failsafe:4475:if test `eval echo '${'$as_ac_Header'}'` = yes; then
funtools-1.4.7/util/configure-failsafe-4476-  cat >>confdefs.h <<_ACEOF
funtools-1.4.7/util/configure-failsafe:4477:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
funtools-1.4.7/util/configure-failsafe-4478-_ACEOF
##############################################
funtools-1.4.7/util/configure-failsafe-4669-do
funtools-1.4.7/util/configure-failsafe:4670:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
funtools-1.4.7/util/configure-failsafe-4671-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
funtools-1.4.7/util/configure-failsafe-4758-fi
funtools-1.4.7/util/configure-failsafe:4759:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
funtools-1.4.7/util/configure-failsafe:4760:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
funtools-1.4.7/util/configure-failsafe:4761:if test `eval echo '${'$as_ac_var'}'` = yes; then
funtools-1.4.7/util/configure-failsafe-4762-  cat >>confdefs.h <<_ACEOF
funtools-1.4.7/util/configure-failsafe:4763:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
funtools-1.4.7/util/configure-failsafe-4764-_ACEOF
##############################################
funtools-1.4.7/util/configure-failsafe-5372-echo $ECHO_N "checking for dynamic loading (with gcc) ... $ECHO_C" >&6
funtools-1.4.7/util/configure-failsafe:5373:if test "$CC" = "gcc" -o `$CC -v 2>&1 | grep -c gcc` != "0" ; then
funtools-1.4.7/util/configure-failsafe-5374-  using_dl="yes"
##############################################
funtools-1.4.7/util/configure-failsafe-5448-    EXTRA_LIBS="$EXTRA_LIBS -ldl"
funtools-1.4.7/util/configure-failsafe:5449:    if test `$CC -v -rdynamic 2>&1 | grep -c unrecognized` = "0" ; then
funtools-1.4.7/util/configure-failsafe-5450-      LDFLAGS="$LDFLAGS -rdynamic"
##############################################
funtools-1.4.7/util/configure-failsafe-5525-      fpic="yes"
funtools-1.4.7/util/configure-failsafe:5526:      if test `$CC -v -rdynamic 2>&1 | grep -c unrecognized` = "0" ; then
funtools-1.4.7/util/configure-failsafe-5527-        LDFLAGS="$LDFLAGS -rdynamic"
##############################################
funtools-1.4.7/util/configure-failsafe-5556-do
funtools-1.4.7/util/configure-failsafe:5557:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
funtools-1.4.7/util/configure-failsafe-5558-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
funtools-1.4.7/util/configure-failsafe-5645-fi
funtools-1.4.7/util/configure-failsafe:5646:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
funtools-1.4.7/util/configure-failsafe:5647:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
funtools-1.4.7/util/configure-failsafe:5648:if test `eval echo '${'$as_ac_var'}'` = yes; then
funtools-1.4.7/util/configure-failsafe-5649-  cat >>confdefs.h <<_ACEOF
funtools-1.4.7/util/configure-failsafe:5650:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
funtools-1.4.7/util/configure-failsafe-5651-_ACEOF
##############################################
funtools-1.4.7/util/configure-failsafe-5658-do
funtools-1.4.7/util/configure-failsafe:5659:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
funtools-1.4.7/util/configure-failsafe-5660-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
funtools-1.4.7/util/configure-failsafe-5665-fi
funtools-1.4.7/util/configure-failsafe:5666:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/util/configure-failsafe:5667:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/util/configure-failsafe-5668-else
##############################################
funtools-1.4.7/util/configure-failsafe-5792-fi
funtools-1.4.7/util/configure-failsafe:5793:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/util/configure-failsafe:5794:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/util/configure-failsafe-5795-
funtools-1.4.7/util/configure-failsafe-5796-fi
funtools-1.4.7/util/configure-failsafe:5797:if test `eval echo '${'$as_ac_Header'}'` = yes; then
funtools-1.4.7/util/configure-failsafe-5798-  cat >>confdefs.h <<_ACEOF
funtools-1.4.7/util/configure-failsafe:5799:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
funtools-1.4.7/util/configure-failsafe-5800-_ACEOF
##############################################
funtools-1.4.7/util/configure-failsafe-5834-		if test -f "${with_tclconfig}/tclConfig.sh" ; then
funtools-1.4.7/util/configure-failsafe:5835:		    ac_cv_c_tclconfig=`(cd ${with_tclconfig}; pwd)`
funtools-1.4.7/util/configure-failsafe-5836-		else
##############################################
funtools-1.4.7/util/configure-failsafe-5851-		    if test -f "$i/unix/tclConfig.sh" ; then
funtools-1.4.7/util/configure-failsafe:5852:			ac_cv_c_tclconfig=`(cd $i/unix; pwd)`
funtools-1.4.7/util/configure-failsafe-5853-			break
##############################################
funtools-1.4.7/util/configure-failsafe-5859-	    if test x"${ac_cv_c_tclconfig}" = x ; then
funtools-1.4.7/util/configure-failsafe:5860:		for i in `ls -d ${libdir} 2>/dev/null` \
funtools-1.4.7/util/configure-failsafe-5861-			`ls -d /usr/local/lib 2>/dev/null` \
##############################################
funtools-1.4.7/util/configure-failsafe-5865-		    if test -f "$i/tclConfig.sh" ; then
funtools-1.4.7/util/configure-failsafe:5866:			ac_cv_c_tclconfig=`(cd $i; pwd)`
funtools-1.4.7/util/configure-failsafe-5867-			break
##############################################
funtools-1.4.7/util/configure-failsafe-5875-			${srcdir}/../tcl \
funtools-1.4.7/util/configure-failsafe:5876:			`ls -dr ${srcdir}/../tcl[8-9].[0-9]* 2>/dev/null` ; do
funtools-1.4.7/util/configure-failsafe-5877-		    if test -f "$i/unix/tclConfig.sh" ; then
funtools-1.4.7/util/configure-failsafe:5878:		    ac_cv_c_tclconfig=`(cd $i/unix; pwd)`
funtools-1.4.7/util/configure-failsafe-5879-		    break
##############################################
funtools-1.4.7/util/configure-failsafe-6028-	LDFLAGS="$LDFLAGS $CFLAGS"
funtools-1.4.7/util/configure-failsafe:6029:        G=`$CC -v 2>&1 | grep version | awk '{print $3}' | awk -F. '{print $1$2}'`
funtools-1.4.7/util/configure-failsafe-6030-        if test x"$G" != x -a "$G" -lt 42; then
##############################################
funtools-1.4.7/util/configure-failsafe-6044-        if test x"$fpic" = x"yes" ; then
funtools-1.4.7/util/configure-failsafe:6045:          if test "$CC" = "gcc" -o `$CC -v 2>&1 | grep -c gcc` != "0" ; then
funtools-1.4.7/util/configure-failsafe-6046-	    CFLAGS="$CFLAGS -fPIC"
##############################################
funtools-1.4.7/util/configure-failsafe-6212-do
funtools-1.4.7/util/configure-failsafe:6213:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
funtools-1.4.7/util/configure-failsafe-6214-    eval $as_var=C; export $as_var
##############################################
funtools-1.4.7/util/configure-failsafe-6270-  as_lineno_2=$LINENO
funtools-1.4.7/util/configure-failsafe:6271:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
funtools-1.4.7/util/configure-failsafe-6272-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
funtools-1.4.7/util/configure-failsafe-6310-  as_lineno_2=$LINENO
funtools-1.4.7/util/configure-failsafe:6311:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
funtools-1.4.7/util/configure-failsafe-6312-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
funtools-1.4.7/util/configure-failsafe-6489-configured by $0, generated by GNU Autoconf 2.59,
funtools-1.4.7/util/configure-failsafe:6490:  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
funtools-1.4.7/util/configure-failsafe-6491-
##############################################
funtools-1.4.7/util/configure-failsafe-6505-  --*=*)
funtools-1.4.7/util/configure-failsafe:6506:    ac_option=`expr "x$1" : 'x\([^=]*\)='`
funtools-1.4.7/util/configure-failsafe:6507:    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
funtools-1.4.7/util/configure-failsafe-6508-    ac_shift=:
##############################################
funtools-1.4.7/util/configure-failsafe-6738-      fi
funtools-1.4.7/util/configure-failsafe:6739:      ac_sed_frag=`expr $ac_sed_frag + 1`
funtools-1.4.7/util/configure-failsafe-6740-      ac_beg=$ac_end
funtools-1.4.7/util/configure-failsafe:6741:      ac_end=`expr $ac_end + $ac_max_sed_lines`
funtools-1.4.7/util/configure-failsafe-6742-    fi
##############################################
funtools-1.4.7/util/configure-failsafe-6755-	cat >$tmp/stdin
funtools-1.4.7/util/configure-failsafe:6756:	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
funtools-1.4.7/util/configure-failsafe:6757:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
funtools-1.4.7/util/configure-failsafe:6758:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
funtools-1.4.7/util/configure-failsafe:6759:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
funtools-1.4.7/util/configure-failsafe-6760-  * )   ac_file_in=$ac_file.in ;;
##############################################
funtools-1.4.7/util/configure-failsafe-6803-if test "$ac_dir" != .; then
funtools-1.4.7/util/configure-failsafe:6804:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
funtools-1.4.7/util/configure-failsafe-6805-  # A "../" for each directory in $ac_dir_suffix.
funtools-1.4.7/util/configure-failsafe:6806:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
funtools-1.4.7/util/configure-failsafe-6807-else
##############################################
funtools-1.4.7/util/configure-failsafe-6816-    else
funtools-1.4.7/util/configure-failsafe:6817:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
funtools-1.4.7/util/configure-failsafe-6818-    fi ;;
##############################################
funtools-1.4.7/util/configure-failsafe-6963-	cat >$tmp/stdin
funtools-1.4.7/util/configure-failsafe:6964:	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
funtools-1.4.7/util/configure-failsafe:6965:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
funtools-1.4.7/util/configure-failsafe:6966:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
funtools-1.4.7/util/configure-failsafe:6967:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
funtools-1.4.7/util/configure-failsafe-6968-  * )   ac_file_in=$ac_file.in ;;
##############################################
funtools-1.4.7/util/gio.c-415-     */
funtools-1.4.7/util/gio.c:416:    if( (int)(ip = inet_addr(temp)) != -1 ){
funtools-1.4.7/util/gio.c-417-	return(ntohl(ip));
##############################################
funtools-1.4.7/util/install-sh-85-
funtools-1.4.7/util/install-sh:86:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
funtools-1.4.7/util/install-sh-87-	    shift
##############################################
funtools-1.4.7/util/install-sh-89-
funtools-1.4.7/util/install-sh:90:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
funtools-1.4.7/util/install-sh-91-	    shift
##############################################
funtools-1.4.7/util/install-sh-151-	then
funtools-1.4.7/util/install-sh:152:		dst=$dst/`basename "$src"`
funtools-1.4.7/util/install-sh-153-	else
##############################################
funtools-1.4.7/util/install-sh-158-## this sed command emulates the dirname command
funtools-1.4.7/util/install-sh:159:dstdir=`echo "$dst" | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
funtools-1.4.7/util/install-sh-160-
##############################################
funtools-1.4.7/util/install-sh-172-IFS='%'
funtools-1.4.7/util/install-sh:173:set - `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'`
funtools-1.4.7/util/install-sh-174-IFS=$oIFS
##############################################
funtools-1.4.7/util/install-sh-206-	then
funtools-1.4.7/util/install-sh:207:		dstfile=`basename "$dst"`
funtools-1.4.7/util/install-sh-208-	else
##############################################
funtools-1.4.7/util/install-sh-216-	then
funtools-1.4.7/util/install-sh:217:		dstfile=`basename "$dst"`
funtools-1.4.7/util/install-sh-218-	else
##############################################
funtools-1.4.7/util/tcl.m4-37-		if test -f "${with_tclconfig}/tclConfig.sh" ; then
funtools-1.4.7/util/tcl.m4:38:		    ac_cv_c_tclconfig=`(cd ${with_tclconfig}; pwd)`
funtools-1.4.7/util/tcl.m4-39-		else
##############################################
funtools-1.4.7/util/tcl.m4-53-		    if test -f "$i/unix/tclConfig.sh" ; then
funtools-1.4.7/util/tcl.m4:54:			ac_cv_c_tclconfig=`(cd $i/unix; pwd)`
funtools-1.4.7/util/tcl.m4-55-			break
##############################################
funtools-1.4.7/util/tcl.m4-61-	    if test x"${ac_cv_c_tclconfig}" = x ; then
funtools-1.4.7/util/tcl.m4:62:		for i in `ls -d ${libdir} 2>/dev/null` \
funtools-1.4.7/util/tcl.m4-63-			`ls -d /usr/local/lib 2>/dev/null` \
##############################################
funtools-1.4.7/util/tcl.m4-67-		    if test -f "$i/tclConfig.sh" ; then
funtools-1.4.7/util/tcl.m4:68:			ac_cv_c_tclconfig=`(cd $i; pwd)`
funtools-1.4.7/util/tcl.m4-69-			break
##############################################
funtools-1.4.7/util/tcl.m4-77-			${srcdir}/../tcl \
funtools-1.4.7/util/tcl.m4:78:			`ls -dr ${srcdir}/../tcl[[8-9]].[[0-9]]* 2>/dev/null` ; do
funtools-1.4.7/util/tcl.m4-79-		    if test -f "$i/unix/tclConfig.sh" ; then
funtools-1.4.7/util/tcl.m4:80:		    ac_cv_c_tclconfig=`(cd $i/unix; pwd)`
funtools-1.4.7/util/tcl.m4-81-		    break
##############################################
funtools-1.4.7/util/tcl.m4-141-		if test -f "${with_tkconfig}/tkConfig.sh" ; then
funtools-1.4.7/util/tcl.m4:142:		    ac_cv_c_tkconfig=`(cd ${with_tkconfig}; pwd)`
funtools-1.4.7/util/tcl.m4-143-		else
##############################################
funtools-1.4.7/util/tcl.m4-157-		    if test -f "$i/unix/tkConfig.sh" ; then
funtools-1.4.7/util/tcl.m4:158:			ac_cv_c_tkconfig=`(cd $i/unix; pwd)`
funtools-1.4.7/util/tcl.m4-159-			break
##############################################
funtools-1.4.7/util/tcl.m4-164-	    if test x"${ac_cv_c_tkconfig}" = x ; then
funtools-1.4.7/util/tcl.m4:165:		for i in `ls -d ${libdir} 2>/dev/null` \
funtools-1.4.7/util/tcl.m4-166-			`ls -d /usr/local/lib 2>/dev/null` \
##############################################
funtools-1.4.7/util/tcl.m4-170-		    if test -f "$i/tkConfig.sh" ; then
funtools-1.4.7/util/tcl.m4:171:			ac_cv_c_tkconfig=`(cd $i; pwd)`
funtools-1.4.7/util/tcl.m4-172-			break
##############################################
funtools-1.4.7/util/tcl.m4-179-			${srcdir}/../tk \
funtools-1.4.7/util/tcl.m4:180:			`ls -dr ${srcdir}/../tk[[8-9]].[[0-9]]* 2>/dev/null` ; do
funtools-1.4.7/util/tcl.m4-181-		    if test -f "$i/unix/tkConfig.sh" ; then
funtools-1.4.7/util/tcl.m4:182:			ac_cv_c_tkconfig=`(cd $i/unix; pwd)`
funtools-1.4.7/util/tcl.m4-183-			break
##############################################
funtools-1.4.7/util/tcl.m4-771-	    if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
funtools-1.4.7/util/tcl.m4:772:		system=MP-RAS-`awk '{print $3}' /etc/.relid'`
funtools-1.4.7/util/tcl.m4-773-	    fi
##############################################
funtools-1.4.7/util/tcl.m4-795-    UNSHARED_LIB_SUFFIX=""
funtools-1.4.7/util/tcl.m4:796:    TCL_TRIM_DOTS='`echo ${VERSION} | tr -d .`'
funtools-1.4.7/util/tcl.m4:797:    ECHO_VERSION='`echo ${VERSION}`'
funtools-1.4.7/util/tcl.m4-798-    TCL_LIB_VERSIONS_OK=ok
##############################################
funtools-1.4.7/util/tcl.m4-1256-		# The -pthread needs to go in the CFLAGS, not LIBS
funtools-1.4.7/util/tcl.m4:1257:		LIBS=`echo $LIBS | sed s/-pthread//`
funtools-1.4.7/util/tcl.m4-1258-		EXTRA_CFLAGS="-pthread"
##############################################
funtools-1.4.7/util/tcl.m4-1355-		EXTRA_CFLAGS="${EXTRA_CFLAGS} -DTCL_THREAD_STACK_MIN=PTHREAD_STACK_MIN*64"
funtools-1.4.7/util/tcl.m4:1356:		LIBS=`echo $LIBS | sed s/-lpthreads//`
funtools-1.4.7/util/tcl.m4-1357-		if test "$GCC" = "yes" ; then
##############################################
funtools-1.4.7/util/tcl.m4-2102-	    if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
funtools-1.4.7/util/tcl.m4:2103:		system=MP-RAS-`awk '{print $3}' /etc/.relid'`
funtools-1.4.7/util/tcl.m4-2104-	    fi
##############################################
funtools-1.4.7/util/xport.h-49-#include <netdb.h>              /* gethostbyname() */
funtools-1.4.7/util/xport.h:50:#include <arpa/inet.h>		/* inet_addr() */
funtools-1.4.7/util/xport.h-51-#if HAVE_SYS_UN_H
##############################################
funtools-1.4.7/util/zlib-1.2.3/ChangeLog-68-- Fix DecompressBuf in contrib/delphi/ZLib.pas [ManChesTer]
funtools-1.4.7/util/zlib-1.2.3/ChangeLog:69:- Update contrib/masmx86/inffas32.asm and gvmat32.asm [Vollant]
funtools-1.4.7/util/zlib-1.2.3/ChangeLog-70-- Use z_off_t for adler32_combine() and crc32_combine() lengths
##############################################
funtools-1.4.7/util/zlib-1.2.3/ChangeLog-204-- Add contrib/ada [Anisimkov]
funtools-1.4.7/util/zlib-1.2.3/ChangeLog:205:- Move asm files from contrib/vstudio/vc70_32 to contrib/asm386 [Truta]
funtools-1.4.7/util/zlib-1.2.3/ChangeLog-206-- Rename contrib/asm386 to contrib/masmx86 [Truta, Vollant]
##############################################
funtools-1.4.7/util/zlib-1.2.3/ChangeLog-228-- Fix prototype of syncsearch in inflate.c [Truta]
funtools-1.4.7/util/zlib-1.2.3/ChangeLog:229:- Introduce ASMINF macro to be enabled when using an ASM implementation
funtools-1.4.7/util/zlib-1.2.3/ChangeLog-230-  of inflate_fast [Truta]
##############################################
funtools-1.4.7/util/zlib-1.2.3/ChangeLog-480-- added compress2 in zconf.h, zlib.def, zlib.dnt
funtools-1.4.7/util/zlib-1.2.3/ChangeLog:481:- new asm code from Gilles Vollant in contrib/asm386
funtools-1.4.7/util/zlib-1.2.3/ChangeLog-482-- simplify the inflate code (Mark):
##############################################
funtools-1.4.7/util/zlib-1.2.3/ChangeLog-498-Changes in 1.0.8 (27 Jan 1998)
funtools-1.4.7/util/zlib-1.2.3/ChangeLog:499:- fixed offsets in contrib/asm386/gvmat32.asm (Gilles Vollant)
funtools-1.4.7/util/zlib-1.2.3/ChangeLog-500-- fix gzgetc and gzputc for big endian systems (Markus Oberhumer)
##############################################
funtools-1.4.7/util/zlib-1.2.3/ChangeLog-560-   contrib/asm386/ by Gilles Vollant <info@winimage.com>
funtools-1.4.7/util/zlib-1.2.3/ChangeLog:561:        386 asm code replacing longest_match().
funtools-1.4.7/util/zlib-1.2.3/ChangeLog-562-   contrib/iostream/ by Kevin Ruland <kevin@rodin.wustl.edu>
##############################################
funtools-1.4.7/util/zlib-1.2.3/Makefile-9-
funtools-1.4.7/util/zlib-1.2.3/Makefile:10:# To use the asm code, type:
funtools-1.4.7/util/zlib-1.2.3/Makefile-11-#    cp contrib/asm?86/match.S ./match.S
##############################################
funtools-1.4.7/util/zlib-1.2.3/Makefile-52-OBJA =
funtools-1.4.7/util/zlib-1.2.3/Makefile:53:# to use the asm code: make OBJA=match.o
funtools-1.4.7/util/zlib-1.2.3/Makefile-54-
##############################################
funtools-1.4.7/util/zlib-1.2.3/Makefile.in-9-
funtools-1.4.7/util/zlib-1.2.3/Makefile.in:10:# To use the asm code, type:
funtools-1.4.7/util/zlib-1.2.3/Makefile.in-11-#    cp contrib/asm?86/match.S ./match.S
##############################################
funtools-1.4.7/util/zlib-1.2.3/Makefile.in-52-OBJA =
funtools-1.4.7/util/zlib-1.2.3/Makefile.in:53:# to use the asm code: make OBJA=match.o
funtools-1.4.7/util/zlib-1.2.3/Makefile.in-54-
##############################################
funtools-1.4.7/util/zlib-1.2.3/configure-46-        exit 0;;
funtools-1.4.7/util/zlib-1.2.3/configure:47:    -p*=* | --p*=*) prefix=`echo $1 | sed 's/[-a-z_]*=//'`; shift;;
funtools-1.4.7/util/zlib-1.2.3/configure:48:    -e*=* | --e*=*) exec_prefix=`echo $1 | sed 's/[-a-z_]*=//'`; shift;;
funtools-1.4.7/util/zlib-1.2.3/configure:49:    -l*=* | --libdir=*) libdir=`echo $1 | sed 's/[-a-z_]*=//'`; shift;;
funtools-1.4.7/util/zlib-1.2.3/configure:50:    -i*=* | --includedir=*) includedir=`echo $1 | sed 's/[-a-z_]*=//'`;shift;;
funtools-1.4.7/util/zlib-1.2.3/configure-51-    -p* | --p*) prefix="$2"; shift; shift;;
##############################################
funtools-1.4.7/util/zlib-1.2.3/configure-68-cflags=${CFLAGS-"-O3"}
funtools-1.4.7/util/zlib-1.2.3/configure:69:# to force the asm version use: CFLAGS="-O3 -DASMV" ./configure
funtools-1.4.7/util/zlib-1.2.3/configure-70-case "$cc" in
##############################################
funtools-1.4.7/util/zlib-1.2.3/configure-173-  # we must test in two steps (cc then ld), required at least on SunOS 4.x
funtools-1.4.7/util/zlib-1.2.3/configure:174:  if test "`($CC -c $SFLAGS $test.c) 2>&1`" = "" &&
funtools-1.4.7/util/zlib-1.2.3/configure:175:     test "`($LDSHARED -o $test$shared_ext $test.o) 2>&1`" = ""; then
funtools-1.4.7/util/zlib-1.2.3/configure-176-    CFLAGS="$SFLAGS"
##############################################
funtools-1.4.7/util/zlib-1.2.3/configure-197-EOF
funtools-1.4.7/util/zlib-1.2.3/configure:198:if test "`($CC -c $CFLAGS $test.c) 2>&1`" = ""; then
funtools-1.4.7/util/zlib-1.2.3/configure-199-  sed < zconf.in.h "/HAVE_UNISTD_H/s%0%1%" > zconf.h
##############################################
funtools-1.4.7/util/zlib-1.2.3/configure-220-
funtools-1.4.7/util/zlib-1.2.3/configure:221:if test "`($CC -c $CFLAGS $test.c) 2>&1`" = ""; then
funtools-1.4.7/util/zlib-1.2.3/configure-222-  echo "Checking whether to use vs[n]printf() or s[n]printf()... using vs[n]printf()"
##############################################
funtools-1.4.7/util/zlib-1.2.3/configure-244-
funtools-1.4.7/util/zlib-1.2.3/configure:245:  if test "`($CC $CFLAGS -o $test $test.c) 2>&1`" = ""; then
funtools-1.4.7/util/zlib-1.2.3/configure-246-    echo "Checking for vsnprintf() in stdio.h... Yes."
##############################################
funtools-1.4.7/util/zlib-1.2.3/configure-269-
funtools-1.4.7/util/zlib-1.2.3/configure:270:    if test "`($CC -c $CFLAGS $test.c) 2>&1`" = ""; then
funtools-1.4.7/util/zlib-1.2.3/configure-271-      echo "Checking for return value of vsnprintf()... Yes."
##############################################
funtools-1.4.7/util/zlib-1.2.3/configure-307-
funtools-1.4.7/util/zlib-1.2.3/configure:308:    if test "`($CC -c $CFLAGS $test.c) 2>&1`" = ""; then
funtools-1.4.7/util/zlib-1.2.3/configure-309-      echo "Checking for return value of vsprintf()... Yes."
##############################################
funtools-1.4.7/util/zlib-1.2.3/configure-337-
funtools-1.4.7/util/zlib-1.2.3/configure:338:  if test "`($CC $CFLAGS -o $test $test.c) 2>&1`" = ""; then
funtools-1.4.7/util/zlib-1.2.3/configure-339-    echo "Checking for snprintf() in stdio.h... Yes."
##############################################
funtools-1.4.7/util/zlib-1.2.3/configure-356-
funtools-1.4.7/util/zlib-1.2.3/configure:357:    if test "`($CC -c $CFLAGS $test.c) 2>&1`" = ""; then
funtools-1.4.7/util/zlib-1.2.3/configure-358-      echo "Checking for return value of snprintf()... Yes."
##############################################
funtools-1.4.7/util/zlib-1.2.3/configure-388-
funtools-1.4.7/util/zlib-1.2.3/configure:389:    if test "`($CC -c $CFLAGS $test.c) 2>&1`" = ""; then
funtools-1.4.7/util/zlib-1.2.3/configure-390-      echo "Checking for return value of sprintf()... Yes."
##############################################
funtools-1.4.7/util/zlib-1.2.3/configure-404-EOF
funtools-1.4.7/util/zlib-1.2.3/configure:405:if test "`($CC -c $CFLAGS $test.c) 2>&1`" = ""; then
funtools-1.4.7/util/zlib-1.2.3/configure-406-  echo "Checking for errno.h... Yes."
##############################################
funtools-1.4.7/util/zlib-1.2.3/configure-419-EOF
funtools-1.4.7/util/zlib-1.2.3/configure:420:if test "`($CC -c $CFLAGS $test.c) 2>&1`" = ""; then
funtools-1.4.7/util/zlib-1.2.3/configure-421-  CFLAGS="$CFLAGS -DUSE_MMAP"
##############################################
funtools-1.4.7/util/zlib-1.2.3/configure-429-  *ASMV*)
funtools-1.4.7/util/zlib-1.2.3/configure:430:    if test "`nm $test.o | grep _hello`" = ""; then
funtools-1.4.7/util/zlib-1.2.3/configure-431-      CPP="$CPP -DNO_UNDERLINE"
##############################################
funtools-1.4.7/util/zlib-1.2.3/contrib/README.contrib-12-asm686/     by Brian Raiter <breadbox@muppetlabs.com>
funtools-1.4.7/util/zlib-1.2.3/contrib/README.contrib:13:        asm code for Pentium and PPro/PII, using the AT&T (GNU as) syntax
funtools-1.4.7/util/zlib-1.2.3/contrib/README.contrib-14-        See http://www.muppetlabs.com/~breadbox/software/assembly.html
##############################################
funtools-1.4.7/util/zlib-1.2.3/contrib/README.contrib-28-inflate86/  by Chris Anderson <christop@charm.net>
funtools-1.4.7/util/zlib-1.2.3/contrib/README.contrib:29:        Tuned x86 gcc asm code to replace inflate_fast()
funtools-1.4.7/util/zlib-1.2.3/contrib/README.contrib-30-
##############################################
funtools-1.4.7/util/zlib-1.2.3/contrib/README.contrib-42-            and Chuck Walbourn <chuckw@kinesoft.com>
funtools-1.4.7/util/zlib-1.2.3/contrib/README.contrib:43:        asm code for Pentium Pro/PII, using the MASM syntax
funtools-1.4.7/util/zlib-1.2.3/contrib/README.contrib-44-
##############################################
funtools-1.4.7/util/zlib-1.2.3/contrib/README.contrib-49-masmx86/    by Gilles Vollant <info@winimage.com>
funtools-1.4.7/util/zlib-1.2.3/contrib/README.contrib:50:        x86 asm code to replace longest_match() and inflate_fast(),
funtools-1.4.7/util/zlib-1.2.3/contrib/README.contrib-51-        for Visual C++ and MASM
##############################################
funtools-1.4.7/util/zlib-1.2.3/contrib/asm586/README.586-38-
funtools-1.4.7/util/zlib-1.2.3/contrib/asm586/README.586:39:To compile zlib with this asm file, copy match.S to the zlib directory
funtools-1.4.7/util/zlib-1.2.3/contrib/asm586/README.586-40-then do:
##############################################
funtools-1.4.7/util/zlib-1.2.3/contrib/asm586/match.S-49-/* All the +zlib1222add offsets are due to the addition of fields
funtools-1.4.7/util/zlib-1.2.3/contrib/asm586/match.S:50: *  in zlib in the deflate_state structure since the asm code was first written
funtools-1.4.7/util/zlib-1.2.3/contrib/asm586/match.S-51- * (if you compile with zlib 1.0.4 or older, use "zlib1222add equ (-4)").
##############################################
funtools-1.4.7/util/zlib-1.2.3/contrib/asm686/README.686-29-
funtools-1.4.7/util/zlib-1.2.3/contrib/asm686/README.686:30:To compile zlib with this asm file, copy match.S to the zlib directory
funtools-1.4.7/util/zlib-1.2.3/contrib/asm686/README.686-31-then do:
##############################################
funtools-1.4.7/util/zlib-1.2.3/contrib/asm686/match.S-41-/* All the +zlib1222add offsets are due to the addition of fields
funtools-1.4.7/util/zlib-1.2.3/contrib/asm686/match.S:42: *  in zlib in the deflate_state structure since the asm code was first written
funtools-1.4.7/util/zlib-1.2.3/contrib/asm686/match.S-43- * (if you compile with zlib 1.0.4 or older, use "zlib1222add equ (-4)").
##############################################
funtools-1.4.7/util/zlib-1.2.3/contrib/inflate86/inffas86.c-9- *
funtools-1.4.7/util/zlib-1.2.3/contrib/inflate86/inffas86.c:10: * Dec-29-2003 -- I added AMD64 inflate asm support.  This version is also
funtools-1.4.7/util/zlib-1.2.3/contrib/inflate86/inffas86.c-11- * slightly quicker on x86 systems because, instead of using rep movsb to copy
##############################################
funtools-1.4.7/util/zlib-1.2.3/contrib/inflate86/inffas86.c-797-#elif defined( _MSC_VER ) && ! defined( _M_AMD64 )
funtools-1.4.7/util/zlib-1.2.3/contrib/inflate86/inffas86.c:798:    __asm {
funtools-1.4.7/util/zlib-1.2.3/contrib/inflate86/inffas86.c-799-	lea	eax, ar
##############################################
funtools-1.4.7/util/zlib-1.2.3/contrib/masm686/match.asm-1-
funtools-1.4.7/util/zlib-1.2.3/contrib/masm686/match.asm:2:; match.asm -- Pentium-Pro optimized version of longest_match()
funtools-1.4.7/util/zlib-1.2.3/contrib/masm686/match.asm-3-;
funtools-1.4.7/util/zlib-1.2.3/contrib/masm686/match.asm:4:; Updated for zlib 1.1.3 and converted to MASM 6.1x
funtools-1.4.7/util/zlib-1.2.3/contrib/masm686/match.asm-5-; Copyright (C) 2000 Dan Higdon <hdan@kinesoft.com>
##############################################
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx64/bld_ml64.bat:1:ml64.exe /Flinffasx64 /c /Zi inffasx64.asm
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx64/bld_ml64.bat:2:ml64.exe /Flgvmat64   /c /Zi gvmat64.asm
##############################################
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx64/gvmat64.asm-4-
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx64/gvmat64.asm:5:; gvmat64.asm -- Asm portion of the optimized longest_match for 32 bits x86
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx64/gvmat64.asm-6-; Copyright (C) 1995-2005 Jean-loup Gailly, Brian Raiter and Gilles Vollant.
##############################################
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx64/gvmat64.asm-18-; to compile this file for infozip Zip, I use option:
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx64/gvmat64.asm:19:;   ml64.exe /Flgvmat64 /c /Zi /DINFOZIP gvmat64.asm
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx64/gvmat64.asm-20-;
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx64/gvmat64.asm-21-; to compile this file for zLib, I use option:
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx64/gvmat64.asm:22:;   ml64.exe /Flgvmat64 /c /Zi gvmat64.asm
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx64/gvmat64.asm-23-; Be carrefull to adapt zlib1222add below to your version of zLib
##############################################
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx64/gvmat64.asm-75-;  all the +4 offsets are due to the addition of pending_buf_size (in zlib
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx64/gvmat64.asm:76:;  in the deflate_state structure since the asm code was first written
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx64/gvmat64.asm-77-;  (if you compile with zlib 1.0.4 or older, remove the +4).
##############################################
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx64/gvmat64.asm-93-;  all the +zlib1222add offsets are due to the addition of fields
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx64/gvmat64.asm:94:;  in zlib in the deflate_state structure since the asm code was first written
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx64/gvmat64.asm-95-;  (if you compile with zlib 1.0.4 or older, use "zlib1222add equ (-4)").
##############################################
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx64/inffas8664.c-11- *
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx64/inffas8664.c:12: * inffas8664.c call function inffas8664fnc in inffasx64.asm
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx64/inffas8664.c:13: *  inffasx64.asm is automatically convert from AMD64 portion of inffas86.c
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx64/inffas8664.c-14- *
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx64/inffas8664.c:15: * Dec-29-2003 -- I added AMD64 inflate asm support.  This version is also
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx64/inffas8664.c-16- * slightly quicker on x86 systems because, instead of using rep movsb to copy
##############################################
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx64/inffasx64.asm:1:; inffasx64.asm is a hand tuned assembler version of inffast.c - fast decoding
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx64/inffasx64.asm-2-; version for AMD64 on Windows using Microsoft C compiler
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx64/inffasx64.asm-3-;
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx64/inffasx64.asm:4:; inffasx64.asm is automatically convert from AMD64 portion of inffas86.c
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx64/inffasx64.asm:5:; inffasx64.asm is called by inffas8664.c, which contain more info.
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx64/inffasx64.asm-6-
##############################################
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx64/inffasx64.asm-8-; to compile this file, I use option
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx64/inffasx64.asm:9:;   ml64.exe /Flinffasx64 /c /Zi inffasx64.asm
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx64/inffasx64.asm-10-;   with Microsoft Macro Assembler (x64) for AMD64
##############################################
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx64/readme.txt-2--------
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx64/readme.txt:3:This directory contains ASM implementations of the functions
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx64/readme.txt-4-longest_match() and inflate_fast(), for 64 bits x86 (both AMD64 and Intel EM64t),
##############################################
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx64/readme.txt-6-
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx64/readme.txt:7:gvmat64.asm is written by Gilles Vollant (2005), by using Brian Raiter 686/32 bits
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx64/readme.txt-8-   assembly optimized version from Jean-loup Gailly original longest_match function
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx64/readme.txt-9-
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx64/readme.txt:10:inffasx64.asm and inffas8664.c were written by Chris Anderson, by optimizing
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx64/readme.txt-11-   original function from Mark Adler
##############################################
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx86/bld_ml32.bat:1:ml /coff /Zi /c /Flgvmat32.lst  gvmat32.asm 
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx86/bld_ml32.bat:2:ml /coff /Zi /c /Flinffas32.lst inffas32.asm 
##############################################
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx86/gvmat32.asm:1:; gvmat32.asm -- Asm portion of the optimized longest_match for 32 bits x86
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx86/gvmat32.asm-2-; Copyright (C) 1995-1996 Jean-loup Gailly and Gilles Vollant.
##############################################
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx86/gvmat32.asm-21-;  for using an seembly version of longest_match, you need define ASMV in project
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx86/gvmat32.asm:22:;  There is two way in using gvmat32.asm
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx86/gvmat32.asm-23-;
##############################################
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx86/gvmat32.asm-25-;    if you want include both longest_match_7fff and longest_match_686
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx86/gvmat32.asm:26:;    compile the asm file running
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx86/gvmat32.asm:27:;           ml /coff /Zi /Flgvmat32.lst /c gvmat32.asm
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx86/gvmat32.asm-28-;    and include gvmat32c.c in your project
##############################################
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx86/gvmat32.asm-39-;
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx86/gvmat32.asm:40:;    compile the asm file running
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx86/gvmat32.asm:41:;           ml /coff /Zi /c /Flgvmat32.lst /DNOOLDPENTIUMCODE gvmat32.asm
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx86/gvmat32.asm-42-;    and do not include gvmat32c.c in your project (ou define also 
##############################################
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx86/gvmat32.asm-88-;  all the +zlib1222add offsets are due to the addition of fields
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx86/gvmat32.asm:89:;  in zlib in the deflate_state structure since the asm code was first written
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx86/gvmat32.asm-90-;  (if you compile with zlib 1.0.4 or older, use "zlib1222add equ (-4)").
##############################################
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx86/gvmat32.asm-655-
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx86/gvmat32.asm:656:;;; match.asm -- Pentium-Pro-optimized version of longest_match()
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx86/gvmat32.asm-657-;;; Written for zlib 1.1.2
##############################################
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx86/gvmat32c.c-4- *  from Jean-loup Gailly in deflate.c
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx86/gvmat32c.c:5: *  it prepare all parameters and call the assembly longest_match_gvasm
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx86/gvmat32c.c-6- *  longest_match execute standard C code is wmask != 0x7fff
##############################################
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx86/gvmat32c.c-8- *
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx86/gvmat32c.c:9: * Read comment at beginning of gvmat32.asm for more information
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx86/gvmat32c.c-10- */
##############################################
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx86/inffas32.asm:1:;/* inffas32.asm is a hand tuned assembler version of inffast.c -- fast decoding
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx86/inffas32.asm-2-; *
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx86/inffas32.asm:3:; * inffas32.asm is derivated from inffas86.c, with translation of assembly code
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx86/inffas32.asm-4-; *
##############################################
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx86/inffas32.asm-28-;   compile with command line option
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx86/inffas32.asm:29:;   ml  /coff /Zi /c /Flinffas32.lst inffas32.asm
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx86/inffas32.asm-30-
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx86/inffas32.asm-31-;   if you define NO_GZIP (see inflate.h), compile with
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx86/inffas32.asm:32:;   ml  /coff /Zi /c /Flinffas32.lst /DNO_GUNZIP inffas32.asm
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx86/inffas32.asm-33-
##############################################
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx86/mkasm.bat-1-cl /DASMV /I..\.. /O2 /c gvmat32c.c
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx86/mkasm.bat:2:ml /coff /Zi /c /Flgvmat32.lst gvmat32.asm
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx86/mkasm.bat:3:ml /coff /Zi /c /Flinffas32.lst inffas32.asm
##############################################
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx86/readme.txt-3--------
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx86/readme.txt:4:This directory contains ASM implementations of the functions
funtools-1.4.7/util/zlib-1.2.3/contrib/masmx86/readme.txt-5-longest_match() and inflate_fast().
##############################################
funtools-1.4.7/util/zlib-1.2.3/contrib/testzlib/testzlib.c-41-    DWORD dwEdx,dwEax;
funtools-1.4.7/util/zlib-1.2.3/contrib/testzlib/testzlib.c:42:    _asm
funtools-1.4.7/util/zlib-1.2.3/contrib/testzlib/testzlib.c-43-    {
##############################################
funtools-1.4.7/util/zlib-1.2.3/contrib/vstudio/vc7/zlibvc.sln-16-		ConfigName.2 = ReleaseAxp
funtools-1.4.7/util/zlib-1.2.3/contrib/vstudio/vc7/zlibvc.sln:17:		ConfigName.3 = ReleaseWithoutAsm
funtools-1.4.7/util/zlib-1.2.3/contrib/vstudio/vc7/zlibvc.sln-18-		ConfigName.4 = ReleaseWithoutCrtdll
##############################################
funtools-1.4.7/util/zlib-1.2.3/crc32.c-202-/* =========================================================================
funtools-1.4.7/util/zlib-1.2.3/crc32.c:203: * This function can be used by asm versions of crc32()
funtools-1.4.7/util/zlib-1.2.3/crc32.c-204- */
##############################################
funtools-1.4.7/util/zlib-1.2.3/deflate.c-87-#ifdef ASMV
funtools-1.4.7/util/zlib-1.2.3/deflate.c:88:      void match_init OF((void)); /* asm code initialization */
funtools-1.4.7/util/zlib-1.2.3/deflate.c-89-      uInt longest_match  OF((deflate_state *s, IPos cur_match));
##############################################
funtools-1.4.7/util/zlib-1.2.3/deflate.c-1007-#ifdef ASMV
funtools-1.4.7/util/zlib-1.2.3/deflate.c:1008:    match_init(); /* initialize the asm code */
funtools-1.4.7/util/zlib-1.2.3/deflate.c-1009-#endif
##############################################
funtools-1.4.7/util/zlib-1.2.3/deflate.c-1023-#ifndef ASMV
funtools-1.4.7/util/zlib-1.2.3/deflate.c:1024:/* For 80x86 and 680x0, an optimized version will be provided in match.asm or
funtools-1.4.7/util/zlib-1.2.3/deflate.c-1025- * match.S. The code will be functionally equivalent.
##############################################
funtools-1.4.7/util/zlib-1.2.3/msdos/Makefile.dj2-57-OBJA =
funtools-1.4.7/util/zlib-1.2.3/msdos/Makefile.dj2:58:# to use the asm code: make OBJA=match.o
funtools-1.4.7/util/zlib-1.2.3/msdos/Makefile.dj2-59-
##############################################
funtools-1.4.7/util/zlib-1.2.3/old/os2/Makefile.os2-52-  nt/Makefile.nt nt/zlib.dnt  contrib/README.contrib contrib/*.txt \
funtools-1.4.7/util/zlib-1.2.3/old/os2/Makefile.os2:53:  contrib/asm386/*.asm contrib/asm386/*.c \
funtools-1.4.7/util/zlib-1.2.3/old/os2/Makefile.os2-54-  contrib/asm386/*.bat contrib/asm386/zlibvc.d?? contrib/iostream/*.cpp \
##############################################
funtools-1.4.7/util/zlib-1.2.3/projects/README.projects-24-  3rd-party (unofficially-supported) software, present in the contrib
funtools-1.4.7/util/zlib-1.2.3/projects/README.projects:25:  directory.  For example, it is possible to provide an "ASM build",
funtools-1.4.7/util/zlib-1.2.3/projects/README.projects:26:  besides the officially-supported build, and have ASM source files
funtools-1.4.7/util/zlib-1.2.3/projects/README.projects-27-  among its dependencies.
##############################################
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/README.txt-11-* Win32_DLL_Debug\zlib1d.dll        DLL build (debug version)
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/README.txt:12:* Win32_DLL_ASM_Release\zlib1.dll   DLL build using ASM code
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/README.txt:13:* Win32_DLL_ASM_Debug\zlib1d.dll    DLL build using ASM code (debug version)
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/README.txt-14-* Win32_LIB_Release\zlib.lib        static build
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/README.txt-15-* Win32_LIB_Debug\zlibd.lib         static build (debug version)
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/README.txt:16:* Win32_LIB_ASM_Release\zlib.lib    static build using ASM code
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/README.txt:17:* Win32_LIB_ASM_Debug\zlibd.lib     static build using ASM code (debug version)
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/README.txt-18-
##############################################
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/example.dsp-21-!MESSAGE "example - Win32 DLL Debug" (based on "Win32 (x86) Console Application")
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/example.dsp:22:!MESSAGE "example - Win32 DLL ASM Release" (based on "Win32 (x86) Console Application")
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/example.dsp:23:!MESSAGE "example - Win32 DLL ASM Debug" (based on "Win32 (x86) Console Application")
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/example.dsp-24-!MESSAGE "example - Win32 LIB Release" (based on "Win32 (x86) Console Application")
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/example.dsp-25-!MESSAGE "example - Win32 LIB Debug" (based on "Win32 (x86) Console Application")
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/example.dsp:26:!MESSAGE "example - Win32 LIB ASM Release" (based on "Win32 (x86) Console Application")
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/example.dsp:27:!MESSAGE "example - Win32 LIB ASM Debug" (based on "Win32 (x86) Console Application")
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/example.dsp-28-!MESSAGE 
##############################################
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/example.dsp-88-
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/example.dsp:89:!ELSEIF  "$(CFG)" == "example - Win32 DLL ASM Release"
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/example.dsp-90-
##############################################
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/example.dsp-114-
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/example.dsp:115:!ELSEIF  "$(CFG)" == "example - Win32 DLL ASM Debug"
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/example.dsp-116-
##############################################
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/example.dsp-192-
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/example.dsp:193:!ELSEIF  "$(CFG)" == "example - Win32 LIB ASM Release"
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/example.dsp-194-
##############################################
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/example.dsp-218-
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/example.dsp:219:!ELSEIF  "$(CFG)" == "example - Win32 LIB ASM Debug"
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/example.dsp-220-
##############################################
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/example.dsp-250-# Name "example - Win32 DLL Debug"
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/example.dsp:251:# Name "example - Win32 DLL ASM Release"
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/example.dsp:252:# Name "example - Win32 DLL ASM Debug"
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/example.dsp-253-# Name "example - Win32 LIB Release"
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/example.dsp-254-# Name "example - Win32 LIB Debug"
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/example.dsp:255:# Name "example - Win32 LIB ASM Release"
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/example.dsp:256:# Name "example - Win32 LIB ASM Debug"
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/example.dsp-257-# Begin Group "Source Files"
##############################################
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/minigzip.dsp-21-!MESSAGE "minigzip - Win32 DLL Debug" (based on "Win32 (x86) Console Application")
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/minigzip.dsp:22:!MESSAGE "minigzip - Win32 DLL ASM Release" (based on "Win32 (x86) Console Application")
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/minigzip.dsp:23:!MESSAGE "minigzip - Win32 DLL ASM Debug" (based on "Win32 (x86) Console Application")
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/minigzip.dsp-24-!MESSAGE "minigzip - Win32 LIB Release" (based on "Win32 (x86) Console Application")
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/minigzip.dsp-25-!MESSAGE "minigzip - Win32 LIB Debug" (based on "Win32 (x86) Console Application")
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/minigzip.dsp:26:!MESSAGE "minigzip - Win32 LIB ASM Release" (based on "Win32 (x86) Console Application")
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/minigzip.dsp:27:!MESSAGE "minigzip - Win32 LIB ASM Debug" (based on "Win32 (x86) Console Application")
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/minigzip.dsp-28-!MESSAGE 
##############################################
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/minigzip.dsp-88-
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/minigzip.dsp:89:!ELSEIF  "$(CFG)" == "minigzip - Win32 DLL ASM Release"
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/minigzip.dsp-90-
##############################################
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/minigzip.dsp-114-
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/minigzip.dsp:115:!ELSEIF  "$(CFG)" == "minigzip - Win32 DLL ASM Debug"
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/minigzip.dsp-116-
##############################################
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/minigzip.dsp-192-
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/minigzip.dsp:193:!ELSEIF  "$(CFG)" == "minigzip - Win32 LIB ASM Release"
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/minigzip.dsp-194-
##############################################
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/minigzip.dsp-218-
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/minigzip.dsp:219:!ELSEIF  "$(CFG)" == "minigzip - Win32 LIB ASM Debug"
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/minigzip.dsp-220-
##############################################
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/minigzip.dsp-250-# Name "minigzip - Win32 DLL Debug"
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/minigzip.dsp:251:# Name "minigzip - Win32 DLL ASM Release"
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/minigzip.dsp:252:# Name "minigzip - Win32 DLL ASM Debug"
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/minigzip.dsp-253-# Name "minigzip - Win32 LIB Release"
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/minigzip.dsp-254-# Name "minigzip - Win32 LIB Debug"
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/minigzip.dsp:255:# Name "minigzip - Win32 LIB ASM Release"
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/minigzip.dsp:256:# Name "minigzip - Win32 LIB ASM Debug"
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/minigzip.dsp-257-# Begin Group "Source Files"
##############################################
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp-22-!MESSAGE "zlib - Win32 DLL Debug" (based on "Win32 (x86) Dynamic-Link Library")
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp:23:!MESSAGE "zlib - Win32 DLL ASM Release" (based on "Win32 (x86) Dynamic-Link Library")
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp:24:!MESSAGE "zlib - Win32 DLL ASM Debug" (based on "Win32 (x86) Dynamic-Link Library")
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp-25-!MESSAGE "zlib - Win32 LIB Release" (based on "Win32 (x86) Static Library")
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp-26-!MESSAGE "zlib - Win32 LIB Debug" (based on "Win32 (x86) Static Library")
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp:27:!MESSAGE "zlib - Win32 LIB ASM Release" (based on "Win32 (x86) Static Library")
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp:28:!MESSAGE "zlib - Win32 LIB ASM Debug" (based on "Win32 (x86) Static Library")
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp-29-!MESSAGE 
##############################################
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp-97-
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp:98:!ELSEIF  "$(CFG)" == "zlib - Win32 DLL ASM Release"
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp-99-
##############################################
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp-128-
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp:129:!ELSEIF  "$(CFG)" == "zlib - Win32 DLL ASM Debug"
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp-130-
##############################################
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp-213-
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp:214:!ELSEIF  "$(CFG)" == "zlib - Win32 LIB ASM Release"
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp-215-
##############################################
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp-240-
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp:241:!ELSEIF  "$(CFG)" == "zlib - Win32 LIB ASM Debug"
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp-242-
##############################################
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp-273-# Name "zlib - Win32 DLL Debug"
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp:274:# Name "zlib - Win32 DLL ASM Release"
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp:275:# Name "zlib - Win32 DLL ASM Debug"
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp-276-# Name "zlib - Win32 LIB Release"
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp-277-# Name "zlib - Win32 LIB Debug"
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp:278:# Name "zlib - Win32 LIB ASM Release"
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp:279:# Name "zlib - Win32 LIB ASM Debug"
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp-280-# Begin Group "Source Files"
##############################################
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp-334-
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp:335:!ELSEIF  "$(CFG)" == "zlib - Win32 DLL ASM Release"
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp-336-
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp:337:!ELSEIF  "$(CFG)" == "zlib - Win32 DLL ASM Debug"
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp-338-
##############################################
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp-346-
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp:347:!ELSEIF  "$(CFG)" == "zlib - Win32 LIB ASM Release"
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp-348-
##############################################
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp-350-
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp:351:!ELSEIF  "$(CFG)" == "zlib - Win32 LIB ASM Debug"
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp-352-
##############################################
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp-419-
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp:420:SOURCE=..\..\contrib\masmx86\gvmat32.asm
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp-421-
##############################################
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp-429-
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp:430:!ELSEIF  "$(CFG)" == "zlib - Win32 DLL ASM Release"
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp-431-
##############################################
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp-433-IntDir=.\Win32_DLL_ASM_Release
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp:434:InputPath=..\..\contrib\masmx86\gvmat32.asm
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp-435-InputName=gvmat32
##############################################
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp-441-
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp:442:!ELSEIF  "$(CFG)" == "zlib - Win32 DLL ASM Debug"
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp-443-
##############################################
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp-445-IntDir=.\Win32_DLL_ASM_Debug
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp:446:InputPath=..\..\contrib\masmx86\gvmat32.asm
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp-447-InputName=gvmat32
##############################################
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp-461-
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp:462:!ELSEIF  "$(CFG)" == "zlib - Win32 LIB ASM Release"
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp-463-
##############################################
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp-465-IntDir=.\Win32_LIB_ASM_Release
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp:466:InputPath=..\..\contrib\masmx86\gvmat32.asm
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp-467-InputName=gvmat32
##############################################
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp-473-
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp:474:!ELSEIF  "$(CFG)" == "zlib - Win32 LIB ASM Debug"
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp-475-
##############################################
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp-477-IntDir=.\Win32_LIB_ASM_Debug
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp:478:InputPath=..\..\contrib\masmx86\gvmat32.asm
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp-479-InputName=gvmat32
##############################################
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp-502-
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp:503:!ELSEIF  "$(CFG)" == "zlib - Win32 DLL ASM Release"
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp-504-
##############################################
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp-506-
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp:507:!ELSEIF  "$(CFG)" == "zlib - Win32 DLL ASM Debug"
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp-508-
##############################################
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp-520-
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp:521:!ELSEIF  "$(CFG)" == "zlib - Win32 LIB ASM Release"
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp-522-
##############################################
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp-524-
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp:525:!ELSEIF  "$(CFG)" == "zlib - Win32 LIB ASM Debug"
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp-526-
##############################################
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp-533-
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp:534:SOURCE=..\..\contrib\masmx86\inffas32.asm
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp-535-
##############################################
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp-543-
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp:544:!ELSEIF  "$(CFG)" == "zlib - Win32 DLL ASM Release"
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp-545-
##############################################
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp-547-IntDir=.\Win32_DLL_ASM_Release
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp:548:InputPath=..\..\contrib\masmx86\inffas32.asm
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp-549-InputName=inffas32
##############################################
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp-555-
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp:556:!ELSEIF  "$(CFG)" == "zlib - Win32 DLL ASM Debug"
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp-557-
##############################################
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp-559-IntDir=.\Win32_DLL_ASM_Debug
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp:560:InputPath=..\..\contrib\masmx86\inffas32.asm
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp-561-InputName=inffas32
##############################################
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp-575-
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp:576:!ELSEIF  "$(CFG)" == "zlib - Win32 LIB ASM Release"
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp-577-
##############################################
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp-579-IntDir=.\Win32_LIB_ASM_Release
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp:580:InputPath=..\..\contrib\masmx86\inffas32.asm
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp-581-InputName=inffas32
##############################################
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp-587-
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp:588:!ELSEIF  "$(CFG)" == "zlib - Win32 LIB ASM Debug"
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp-589-
##############################################
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp-591-IntDir=.\Win32_LIB_ASM_Debug
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp:592:InputPath=..\..\contrib\masmx86\inffas32.asm
funtools-1.4.7/util/zlib-1.2.3/projects/visualc6/zlib.dsp-593-InputName=inffas32
##############################################
funtools-1.4.7/util/zlib-1.2.3/win32/Makefile.gcc-13-#
funtools-1.4.7/util/zlib-1.2.3/win32/Makefile.gcc:14:# To use the asm code, type:
funtools-1.4.7/util/zlib-1.2.3/win32/Makefile.gcc-15-#   cp contrib/asm?86/match.S ./match.S
##############################################
funtools-1.4.7/util/zlib-1.2.3/win32/Makefile.msc-12-#   nmake -f win32/Makefile.msc LOC=-DFOO  (nonstandard build)
funtools-1.4.7/util/zlib-1.2.3/win32/Makefile.msc:13:#   nmake -f win32/Makefile.msc LOC=-DASMV OBJA=match.obj  (use ASM code)
funtools-1.4.7/util/zlib-1.2.3/win32/Makefile.msc-14-
##############################################
funtools-1.4.7/util/zlib-1.2.3/zlib.h-967-     8: DEBUG
funtools-1.4.7/util/zlib-1.2.3/zlib.h:968:     9: ASMV or ASMINF -- use ASM code
funtools-1.4.7/util/zlib-1.2.3/zlib.h-969-     10: ZLIB_WINAPI -- exported functions use the WINAPI calling convention
##############################################
funtools-1.4.7/util/configure.ac-95-AC_MSG_CHECKING([for dynamic loading (with gcc) ])
funtools-1.4.7/util/configure.ac:96:if test "$CC" = "gcc" -o `$CC -v 2>&1 | grep -c gcc` != "0" ; then
funtools-1.4.7/util/configure.ac-97-  using_dl="yes"
##############################################
funtools-1.4.7/util/configure.ac-102-    EXTRA_LIBS="$EXTRA_LIBS -ldl"  
funtools-1.4.7/util/configure.ac:103:    if test `$CC -v -rdynamic 2>&1 | grep -c unrecognized` = "0" ; then
funtools-1.4.7/util/configure.ac-104-      LDFLAGS="$LDFLAGS -rdynamic"
##############################################
funtools-1.4.7/util/configure.ac-110-      fpic="yes"
funtools-1.4.7/util/configure.ac:111:      if test `$CC -v -rdynamic 2>&1 | grep -c unrecognized` = "0" ; then
funtools-1.4.7/util/configure.ac-112-        LDFLAGS="$LDFLAGS -rdynamic"
##############################################
funtools-1.4.7/util/configure.ac-164-	LDFLAGS="$LDFLAGS $CFLAGS"
funtools-1.4.7/util/configure.ac:165:        G=`$CC -v 2>&1 | grep version | awk '{print $3}' | awk -F. '{print $1$2}'`
funtools-1.4.7/util/configure.ac-166-        if test x"$G" != x -a "$G" -lt 42; then
##############################################
funtools-1.4.7/util/configure.ac-178-        if test x"$fpic" = x"yes" ; then
funtools-1.4.7/util/configure.ac:179:          if test "$CC" = "gcc" -o `$CC -v 2>&1 | grep -c gcc` != "0" ; then
funtools-1.4.7/util/configure.ac-180-	    CFLAGS="$CFLAGS -fPIC"
##############################################
funtools-1.4.7/wcs/Makefile.in-146-	@if [ "$(LIB)" = "$(DEFLIB)" ] ; then \
funtools-1.4.7/wcs/Makefile.in:147:	    XLIB=`basename $(LIB)`; \
funtools-1.4.7/wcs/Makefile.in-148-	    echo "Installing $$XLIB"; \
##############################################
funtools-1.4.7/wcs/config.guess-34-
funtools-1.4.7/wcs/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
funtools-1.4.7/wcs/config.guess-36-
##############################################
funtools-1.4.7/wcs/config.guess-102-: ${TMPDIR=/tmp} ;
funtools-1.4.7/wcs/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
funtools-1.4.7/wcs/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
funtools-1.4.7/wcs/config.guess-151-	EOF
funtools-1.4.7/wcs/config.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
funtools-1.4.7/wcs/config.guess-153-	;;
##############################################
funtools-1.4.7/wcs/config.guess-181-	    earmv*)
funtools-1.4.7/wcs/config.guess:182:		arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
funtools-1.4.7/wcs/config.guess:183:		endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'`
funtools-1.4.7/wcs/config.guess-184-		machine=${arch}${endian}-unknown
##############################################
funtools-1.4.7/wcs/config.guess-210-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
funtools-1.4.7/wcs/config.guess:211:		abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"`
funtools-1.4.7/wcs/config.guess-212-		;;
##############################################
funtools-1.4.7/wcs/config.guess-223-	    *)
funtools-1.4.7/wcs/config.guess:224:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
funtools-1.4.7/wcs/config.guess-225-		;;
##############################################
funtools-1.4.7/wcs/config.guess-254-	*4.0)
funtools-1.4.7/wcs/config.guess:255:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
funtools-1.4.7/wcs/config.guess-256-		;;
funtools-1.4.7/wcs/config.guess-257-	*5.*)
funtools-1.4.7/wcs/config.guess:258:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
funtools-1.4.7/wcs/config.guess-259-		;;
##############################################
funtools-1.4.7/wcs/config.guess-264-	# types through head -n 1, so we only detect the type of CPU 0.
funtools-1.4.7/wcs/config.guess:265:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
funtools-1.4.7/wcs/config.guess-266-	case "$ALPHA_CPU_TYPE" in
##############################################
funtools-1.4.7/wcs/config.guess-302-	# 1.2 uses "1.2" for uname -r.
funtools-1.4.7/wcs/config.guess:303:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
funtools-1.4.7/wcs/config.guess-304-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
funtools-1.4.7/wcs/config.guess-362-    s390x:SunOS:*:*)
funtools-1.4.7/wcs/config.guess:363:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
funtools-1.4.7/wcs/config.guess-364-	exit ;;
funtools-1.4.7/wcs/config.guess-365-    sun4H:SunOS:5.*:*)
funtools-1.4.7/wcs/config.guess:366:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
funtools-1.4.7/wcs/config.guess-367-	exit ;;
funtools-1.4.7/wcs/config.guess-368-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
funtools-1.4.7/wcs/config.guess:369:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
funtools-1.4.7/wcs/config.guess-370-	exit ;;
##############################################
funtools-1.4.7/wcs/config.guess-387-	fi
funtools-1.4.7/wcs/config.guess:388:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
funtools-1.4.7/wcs/config.guess-389-	exit ;;
##############################################
funtools-1.4.7/wcs/config.guess-393-	# it's likely to be more like Solaris than SunOS4.
funtools-1.4.7/wcs/config.guess:394:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
funtools-1.4.7/wcs/config.guess-395-	exit ;;
##############################################
funtools-1.4.7/wcs/config.guess-402-	# Japanese Language versions have a version number like `4.1.3-JL'.
funtools-1.4.7/wcs/config.guess:403:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
funtools-1.4.7/wcs/config.guess-404-	exit ;;
##############################################
funtools-1.4.7/wcs/config.guess-408-    sun*:*:4.2BSD:*)
funtools-1.4.7/wcs/config.guess:409:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
funtools-1.4.7/wcs/config.guess-410-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
funtools-1.4.7/wcs/config.guess-490-	$CC_FOR_BUILD -o $dummy $dummy.c &&
funtools-1.4.7/wcs/config.guess:491:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
funtools-1.4.7/wcs/config.guess:492:	  SYSTEM_NAME=`$dummy $dummyarg` &&
funtools-1.4.7/wcs/config.guess-493-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
funtools-1.4.7/wcs/config.guess-546-    *:IRIX*:*:*)
funtools-1.4.7/wcs/config.guess:547:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
funtools-1.4.7/wcs/config.guess-548-	exit ;;
##############################################
funtools-1.4.7/wcs/config.guess-576-EOF
funtools-1.4.7/wcs/config.guess:577:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
funtools-1.4.7/wcs/config.guess-578-		then
##############################################
funtools-1.4.7/wcs/config.guess-589-    *:AIX:*:[4567])
funtools-1.4.7/wcs/config.guess:590:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
funtools-1.4.7/wcs/config.guess-591-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
funtools-1.4.7/wcs/config.guess-625-    9000/[34678]??:HP-UX:*:*)
funtools-1.4.7/wcs/config.guess:626:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
funtools-1.4.7/wcs/config.guess-627-	case "${UNAME_MACHINE}" in
##############################################
funtools-1.4.7/wcs/config.guess-679-EOF
funtools-1.4.7/wcs/config.guess:680:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
funtools-1.4.7/wcs/config.guess-681-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
funtools-1.4.7/wcs/config.guess-707-    ia64:HP-UX:*:*)
funtools-1.4.7/wcs/config.guess:708:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
funtools-1.4.7/wcs/config.guess-709-	echo ia64-hp-hpux${HPUX_REV}
##############################################
funtools-1.4.7/wcs/config.guess-737-EOF
funtools-1.4.7/wcs/config.guess:738:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
funtools-1.4.7/wcs/config.guess-739-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
funtools-1.4.7/wcs/config.guess-808-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
funtools-1.4.7/wcs/config.guess:809:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
funtools-1.4.7/wcs/config.guess-810-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
funtools-1.4.7/wcs/config.guess-813-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
funtools-1.4.7/wcs/config.guess:814:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
funtools-1.4.7/wcs/config.guess-815-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
funtools-1.4.7/wcs/config.guess-829-	    amd64)
funtools-1.4.7/wcs/config.guess:830:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
funtools-1.4.7/wcs/config.guess-831-	    *)
funtools-1.4.7/wcs/config.guess:832:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
funtools-1.4.7/wcs/config.guess-833-	esac
##############################################
funtools-1.4.7/wcs/config.guess-887-    prep*:SunOS:5.*:*)
funtools-1.4.7/wcs/config.guess:888:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
funtools-1.4.7/wcs/config.guess-889-	exit ;;
##############################################
funtools-1.4.7/wcs/config.guess-891-	# the GNU system
funtools-1.4.7/wcs/config.guess:892:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
funtools-1.4.7/wcs/config.guess-893-	exit ;;
##############################################
funtools-1.4.7/wcs/config.guess-895-	# other systems with GNU libc and userland
funtools-1.4.7/wcs/config.guess:896:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
funtools-1.4.7/wcs/config.guess-897-	exit ;;
##############################################
funtools-1.4.7/wcs/config.guess-983-EOF
funtools-1.4.7/wcs/config.guess:984:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
funtools-1.4.7/wcs/config.guess-985-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
##############################################
funtools-1.4.7/wcs/config.guess-1077-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
funtools-1.4.7/wcs/config.guess:1078:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
funtools-1.4.7/wcs/config.guess-1079-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
funtools-1.4.7/wcs/config.guess-1277-	fi
funtools-1.4.7/wcs/config.guess:1278:	if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
funtools-1.4.7/wcs/config.guess-1279-	    if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
##############################################
funtools-1.4.7/wcs/config.guess-1362-    *:DragonFly:*:*)
funtools-1.4.7/wcs/config.guess:1363:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
funtools-1.4.7/wcs/config.guess-1364-	exit ;;
##############################################
funtools-1.4.7/wcs/config.guess-1375-    i*86:skyos:*:*)
funtools-1.4.7/wcs/config.guess:1376:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
funtools-1.4.7/wcs/config.guess-1377-	exit ;;
##############################################
funtools-1.4.7/wcs/config.sub-52-
funtools-1.4.7/wcs/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
funtools-1.4.7/wcs/config.sub-54-
##############################################
funtools-1.4.7/wcs/config.sub-115-# Here we must recognize all the valid KERNEL-OS combinations.
funtools-1.4.7/wcs/config.sub:116:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
funtools-1.4.7/wcs/config.sub-117-case $maybe_os in
##############################################
funtools-1.4.7/wcs/config.sub-123-    os=-$maybe_os
funtools-1.4.7/wcs/config.sub:124:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
funtools-1.4.7/wcs/config.sub-125-    ;;
##############################################
funtools-1.4.7/wcs/config.sub-127-    os=-linux-android
funtools-1.4.7/wcs/config.sub:128:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
funtools-1.4.7/wcs/config.sub-129-    ;;
funtools-1.4.7/wcs/config.sub-130-  *)
funtools-1.4.7/wcs/config.sub:131:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
funtools-1.4.7/wcs/config.sub-132-    if [ $basic_machine != $1 ]
funtools-1.4.7/wcs/config.sub:133:    then os=`echo $1 | sed 's/.*-/-/'`
funtools-1.4.7/wcs/config.sub-134-    else os=; fi
##############################################
funtools-1.4.7/wcs/config.sub-181-		os=-sco5v6
funtools-1.4.7/wcs/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
funtools-1.4.7/wcs/config.sub-183-		;;
##############################################
funtools-1.4.7/wcs/config.sub-185-		os=-sco3.2v5
funtools-1.4.7/wcs/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
funtools-1.4.7/wcs/config.sub-187-		;;
##############################################
funtools-1.4.7/wcs/config.sub-189-		os=-sco3.2v4
funtools-1.4.7/wcs/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
funtools-1.4.7/wcs/config.sub-191-		;;
funtools-1.4.7/wcs/config.sub-192-	-sco3.2.[4-9]*)
funtools-1.4.7/wcs/config.sub:193:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
funtools-1.4.7/wcs/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
funtools-1.4.7/wcs/config.sub-195-		;;
##############################################
funtools-1.4.7/wcs/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
funtools-1.4.7/wcs/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
funtools-1.4.7/wcs/config.sub-199-		;;
##############################################
funtools-1.4.7/wcs/config.sub-201-		# Don't forget version if it is 3.2v4 or newer.
funtools-1.4.7/wcs/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
funtools-1.4.7/wcs/config.sub-203-		;;
##############################################
funtools-1.4.7/wcs/config.sub-205-		os=-sco3.2v2
funtools-1.4.7/wcs/config.sub:206:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
funtools-1.4.7/wcs/config.sub-207-		;;
funtools-1.4.7/wcs/config.sub-208-	-udk*)
funtools-1.4.7/wcs/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
funtools-1.4.7/wcs/config.sub-210-		;;
##############################################
funtools-1.4.7/wcs/config.sub-212-		os=-isc2.2
funtools-1.4.7/wcs/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
funtools-1.4.7/wcs/config.sub-214-		;;
##############################################
funtools-1.4.7/wcs/config.sub-218-	-isc*)
funtools-1.4.7/wcs/config.sub:219:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
funtools-1.4.7/wcs/config.sub-220-		;;
##############################################
funtools-1.4.7/wcs/config.sub-230-	-ptx*)
funtools-1.4.7/wcs/config.sub:231:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
funtools-1.4.7/wcs/config.sub-232-		;;
funtools-1.4.7/wcs/config.sub-233-	-windowsnt*)
funtools-1.4.7/wcs/config.sub:234:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
funtools-1.4.7/wcs/config.sub-235-		;;
##############################################
funtools-1.4.7/wcs/config.sub-366-	*-*-*)
funtools-1.4.7/wcs/config.sub:367:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
funtools-1.4.7/wcs/config.sub-368-		exit 1
##############################################
funtools-1.4.7/wcs/config.sub-491-	amd64-*)
funtools-1.4.7/wcs/config.sub:492:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/wcs/config.sub-493-		;;
##############################################
funtools-1.4.7/wcs/config.sub-533-	blackfin-*)
funtools-1.4.7/wcs/config.sub:534:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/wcs/config.sub-535-		os=-linux
##############################################
funtools-1.4.7/wcs/config.sub-541-	c54x-*)
funtools-1.4.7/wcs/config.sub:542:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/wcs/config.sub-543-		;;
funtools-1.4.7/wcs/config.sub-544-	c55x-*)
funtools-1.4.7/wcs/config.sub:545:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/wcs/config.sub-546-		;;
funtools-1.4.7/wcs/config.sub-547-	c6x-*)
funtools-1.4.7/wcs/config.sub:548:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/wcs/config.sub-549-		;;
##############################################
funtools-1.4.7/wcs/config.sub-744-	i*86v32)
funtools-1.4.7/wcs/config.sub:745:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
funtools-1.4.7/wcs/config.sub-746-		os=-sysv32
##############################################
funtools-1.4.7/wcs/config.sub-748-	i*86v4*)
funtools-1.4.7/wcs/config.sub:749:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
funtools-1.4.7/wcs/config.sub-750-		os=-sysv4
##############################################
funtools-1.4.7/wcs/config.sub-752-	i*86v)
funtools-1.4.7/wcs/config.sub:753:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
funtools-1.4.7/wcs/config.sub-754-		os=-sysv
##############################################
funtools-1.4.7/wcs/config.sub-756-	i*86sol2)
funtools-1.4.7/wcs/config.sub:757:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
funtools-1.4.7/wcs/config.sub-758-		os=-solaris2
##############################################
funtools-1.4.7/wcs/config.sub-782-	leon-*|leon[3-9]-*)
funtools-1.4.7/wcs/config.sub:783:		basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'`
funtools-1.4.7/wcs/config.sub-784-		;;
##############################################
funtools-1.4.7/wcs/config.sub-789-	m68knommu-*)
funtools-1.4.7/wcs/config.sub:790:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/wcs/config.sub-791-		os=-linux
##############################################
funtools-1.4.7/wcs/config.sub-826-	mips3*-*)
funtools-1.4.7/wcs/config.sub:827:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
funtools-1.4.7/wcs/config.sub-828-		;;
funtools-1.4.7/wcs/config.sub-829-	mips3*)
funtools-1.4.7/wcs/config.sub:830:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
funtools-1.4.7/wcs/config.sub-831-		;;
##############################################
funtools-1.4.7/wcs/config.sub-848-	ms1-*)
funtools-1.4.7/wcs/config.sub:849:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
funtools-1.4.7/wcs/config.sub-850-		;;
##############################################
funtools-1.4.7/wcs/config.sub-967-	parisc-*)
funtools-1.4.7/wcs/config.sub:968:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/wcs/config.sub-969-		os=-linux
##############################################
funtools-1.4.7/wcs/config.sub-983-	pc98-*)
funtools-1.4.7/wcs/config.sub:984:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/wcs/config.sub-985-		;;
##############################################
funtools-1.4.7/wcs/config.sub-998-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
funtools-1.4.7/wcs/config.sub:999:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/wcs/config.sub-1000-		;;
funtools-1.4.7/wcs/config.sub-1001-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
funtools-1.4.7/wcs/config.sub:1002:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/wcs/config.sub-1003-		;;
funtools-1.4.7/wcs/config.sub-1004-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
funtools-1.4.7/wcs/config.sub:1005:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/wcs/config.sub-1006-		;;
funtools-1.4.7/wcs/config.sub-1007-	pentium4-*)
funtools-1.4.7/wcs/config.sub:1008:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/wcs/config.sub-1009-		;;
##############################################
funtools-1.4.7/wcs/config.sub-1017-	ppc-* | ppcbe-*)
funtools-1.4.7/wcs/config.sub:1018:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/wcs/config.sub-1019-		;;
##############################################
funtools-1.4.7/wcs/config.sub-1023-	ppcle-* | powerpclittle-*)
funtools-1.4.7/wcs/config.sub:1024:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/wcs/config.sub-1025-		;;
##############################################
funtools-1.4.7/wcs/config.sub-1027-		;;
funtools-1.4.7/wcs/config.sub:1028:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/wcs/config.sub-1029-		;;
##############################################
funtools-1.4.7/wcs/config.sub-1033-	ppc64le-* | powerpc64little-*)
funtools-1.4.7/wcs/config.sub:1034:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/wcs/config.sub-1035-		;;
##############################################
funtools-1.4.7/wcs/config.sub-1116-	strongarm-* | thumb-*)
funtools-1.4.7/wcs/config.sub:1117:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
funtools-1.4.7/wcs/config.sub-1118-		;;
##############################################
funtools-1.4.7/wcs/config.sub-1246-	xscale-* | xscalee[bl]-*)
funtools-1.4.7/wcs/config.sub:1247:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
funtools-1.4.7/wcs/config.sub-1248-		;;
##############################################
funtools-1.4.7/wcs/config.sub-1323-	*)
funtools-1.4.7/wcs/config.sub:1324:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
funtools-1.4.7/wcs/config.sub-1325-		exit 1
##############################################
funtools-1.4.7/wcs/config.sub-1331-	*-digital*)
funtools-1.4.7/wcs/config.sub:1332:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
funtools-1.4.7/wcs/config.sub-1333-		;;
funtools-1.4.7/wcs/config.sub-1334-	*-commodore*)
funtools-1.4.7/wcs/config.sub:1335:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
funtools-1.4.7/wcs/config.sub-1336-		;;
##############################################
funtools-1.4.7/wcs/config.sub-1352-	-solaris1 | -solaris1.*)
funtools-1.4.7/wcs/config.sub:1353:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
funtools-1.4.7/wcs/config.sub-1354-		;;
##############################################
funtools-1.4.7/wcs/config.sub-1364-	-gnu/linux*)
funtools-1.4.7/wcs/config.sub:1365:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
funtools-1.4.7/wcs/config.sub-1366-		;;
##############################################
funtools-1.4.7/wcs/config.sub-1410-	-nto*)
funtools-1.4.7/wcs/config.sub:1411:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
funtools-1.4.7/wcs/config.sub-1412-		;;
##############################################
funtools-1.4.7/wcs/config.sub-1417-	-mac*)
funtools-1.4.7/wcs/config.sub:1418:		os=`echo $os | sed -e 's|mac|macos|'`
funtools-1.4.7/wcs/config.sub-1419-		;;
##############################################
funtools-1.4.7/wcs/config.sub-1423-	-linux*)
funtools-1.4.7/wcs/config.sub:1424:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
funtools-1.4.7/wcs/config.sub-1425-		;;
funtools-1.4.7/wcs/config.sub-1426-	-sunos5*)
funtools-1.4.7/wcs/config.sub:1427:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
funtools-1.4.7/wcs/config.sub-1428-		;;
funtools-1.4.7/wcs/config.sub-1429-	-sunos6*)
funtools-1.4.7/wcs/config.sub:1430:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
funtools-1.4.7/wcs/config.sub-1431-		;;
##############################################
funtools-1.4.7/wcs/config.sub-1478-	-sinix5.*)
funtools-1.4.7/wcs/config.sub:1479:		os=`echo $os | sed -e 's|sinix|sysv|'`
funtools-1.4.7/wcs/config.sub-1480-		;;
##############################################
funtools-1.4.7/wcs/config.sub-1531-		# Get rid of the `-' at the beginning of $os.
funtools-1.4.7/wcs/config.sub:1532:		os=`echo $os | sed 's/[^-]*-//'`
funtools-1.4.7/wcs/config.sub:1533:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
funtools-1.4.7/wcs/config.sub-1534-		exit 1
##############################################
funtools-1.4.7/wcs/config.sub-1794-		esac
funtools-1.4.7/wcs/config.sub:1795:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
funtools-1.4.7/wcs/config.sub-1796-		;;
##############################################
funtools-1.4.7/wcs/configure-failsafe-45-do
funtools-1.4.7/wcs/configure-failsafe:46:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
funtools-1.4.7/wcs/configure-failsafe-47-    eval $as_var=C; export $as_var
##############################################
funtools-1.4.7/wcs/configure-failsafe-103-  as_lineno_2=$LINENO
funtools-1.4.7/wcs/configure-failsafe:104:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
funtools-1.4.7/wcs/configure-failsafe-105-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
funtools-1.4.7/wcs/configure-failsafe-142-  as_lineno_2=$LINENO
funtools-1.4.7/wcs/configure-failsafe:143:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
funtools-1.4.7/wcs/configure-failsafe-144-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
funtools-1.4.7/wcs/configure-failsafe-364-
funtools-1.4.7/wcs/configure-failsafe:365:  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
funtools-1.4.7/wcs/configure-failsafe-366-
##############################################
funtools-1.4.7/wcs/configure-failsafe-397-  -disable-* | --disable-*)
funtools-1.4.7/wcs/configure-failsafe:398:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
funtools-1.4.7/wcs/configure-failsafe-399-    # Reject names that are not valid shell variable names.
##############################################
funtools-1.4.7/wcs/configure-failsafe-402-   { (exit 1); exit 1; }; }
funtools-1.4.7/wcs/configure-failsafe:403:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
funtools-1.4.7/wcs/configure-failsafe-404-    eval "enable_$ac_feature=no" ;;
##############################################
funtools-1.4.7/wcs/configure-failsafe-406-  -enable-* | --enable-*)
funtools-1.4.7/wcs/configure-failsafe:407:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
funtools-1.4.7/wcs/configure-failsafe-408-    # Reject names that are not valid shell variable names.
##############################################
funtools-1.4.7/wcs/configure-failsafe-411-   { (exit 1); exit 1; }; }
funtools-1.4.7/wcs/configure-failsafe:412:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
funtools-1.4.7/wcs/configure-failsafe-413-    case $ac_option in
funtools-1.4.7/wcs/configure-failsafe:414:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
funtools-1.4.7/wcs/configure-failsafe-415-      *) ac_optarg=yes ;;
##############################################
funtools-1.4.7/wcs/configure-failsafe-588-  -with-* | --with-*)
funtools-1.4.7/wcs/configure-failsafe:589:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
funtools-1.4.7/wcs/configure-failsafe-590-    # Reject names that are not valid shell variable names.
##############################################
funtools-1.4.7/wcs/configure-failsafe-593-   { (exit 1); exit 1; }; }
funtools-1.4.7/wcs/configure-failsafe:594:    ac_package=`echo $ac_package| sed 's/-/_/g'`
funtools-1.4.7/wcs/configure-failsafe-595-    case $ac_option in
funtools-1.4.7/wcs/configure-failsafe:596:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
funtools-1.4.7/wcs/configure-failsafe-597-      *) ac_optarg=yes ;;
##############################################
funtools-1.4.7/wcs/configure-failsafe-601-  -without-* | --without-*)
funtools-1.4.7/wcs/configure-failsafe:602:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
funtools-1.4.7/wcs/configure-failsafe-603-    # Reject names that are not valid shell variable names.
##############################################
funtools-1.4.7/wcs/configure-failsafe-606-   { (exit 1); exit 1; }; }
funtools-1.4.7/wcs/configure-failsafe:607:    ac_package=`echo $ac_package | sed 's/-/_/g'`
funtools-1.4.7/wcs/configure-failsafe-608-    eval "with_$ac_package=no" ;;
##############################################
funtools-1.4.7/wcs/configure-failsafe-633-  *=*)
funtools-1.4.7/wcs/configure-failsafe:634:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
funtools-1.4.7/wcs/configure-failsafe-635-    # Reject names that are not valid shell variable names.
##############################################
funtools-1.4.7/wcs/configure-failsafe-638-   { (exit 1); exit 1; }; }
funtools-1.4.7/wcs/configure-failsafe:639:    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
funtools-1.4.7/wcs/configure-failsafe-640-    eval "$ac_envvar='$ac_optarg'"
##############################################
funtools-1.4.7/wcs/configure-failsafe-654-if test -n "$ac_prev"; then
funtools-1.4.7/wcs/configure-failsafe:655:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
funtools-1.4.7/wcs/configure-failsafe-656-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
funtools-1.4.7/wcs/configure-failsafe-662-do
funtools-1.4.7/wcs/configure-failsafe:663:  eval ac_val=$`echo $ac_var`
funtools-1.4.7/wcs/configure-failsafe-664-  case $ac_val in
##############################################
funtools-1.4.7/wcs/configure-failsafe-674-do
funtools-1.4.7/wcs/configure-failsafe:675:  eval ac_val=$`echo $ac_var`
funtools-1.4.7/wcs/configure-failsafe-676-  case $ac_val in
##############################################
funtools-1.4.7/wcs/configure-failsafe-741-   { (exit 1); exit 1; }; }
funtools-1.4.7/wcs/configure-failsafe:742:srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
funtools-1.4.7/wcs/configure-failsafe-743-ac_env_build_alias_set=${build_alias+set}
##############################################
funtools-1.4.7/wcs/configure-failsafe-812-By default, \`make install' will install all the files in
funtools-1.4.7/wcs/configure-failsafe:813:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
funtools-1.4.7/wcs/configure-failsafe:814:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
funtools-1.4.7/wcs/configure-failsafe-815-for instance \`--prefix=\$HOME'.
##############################################
funtools-1.4.7/wcs/configure-failsafe-883-if test "$ac_dir" != .; then
funtools-1.4.7/wcs/configure-failsafe:884:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
funtools-1.4.7/wcs/configure-failsafe-885-  # A "../" for each directory in $ac_dir_suffix.
funtools-1.4.7/wcs/configure-failsafe:886:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
funtools-1.4.7/wcs/configure-failsafe-887-else
##############################################
funtools-1.4.7/wcs/configure-failsafe-896-    else
funtools-1.4.7/wcs/configure-failsafe:897:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
funtools-1.4.7/wcs/configure-failsafe-898-    fi ;;
##############################################
funtools-1.4.7/wcs/configure-failsafe-1052-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
funtools-1.4.7/wcs/configure-failsafe:1053:      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
funtools-1.4.7/wcs/configure-failsafe-1054-    esac
##############################################
funtools-1.4.7/wcs/configure-failsafe-1124-    do
funtools-1.4.7/wcs/configure-failsafe:1125:      eval ac_val=$`echo $ac_var`
funtools-1.4.7/wcs/configure-failsafe-1126-      echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
funtools-1.4.7/wcs/configure-failsafe-1138-      do
funtools-1.4.7/wcs/configure-failsafe:1139:	eval ac_val=$`echo $ac_var`
funtools-1.4.7/wcs/configure-failsafe-1140-	echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
funtools-1.4.7/wcs/configure-failsafe-1245-    set,)
funtools-1.4.7/wcs/configure-failsafe:1246:      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
funtools-1.4.7/wcs/configure-failsafe:1247:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
funtools-1.4.7/wcs/configure-failsafe-1248-      ac_cache_corrupted=: ;;
##############################################
funtools-1.4.7/wcs/configure-failsafe-1268-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
funtools-1.4.7/wcs/configure-failsafe:1269:      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
funtools-1.4.7/wcs/configure-failsafe-1270-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
funtools-1.4.7/wcs/configure-failsafe-1359-test -z "$ac_cv_build_alias" &&
funtools-1.4.7/wcs/configure-failsafe:1360:  ac_cv_build_alias=`$ac_config_guess`
funtools-1.4.7/wcs/configure-failsafe-1361-test -z "$ac_cv_build_alias" &&
##############################################
funtools-1.4.7/wcs/configure-failsafe-1364-   { (exit 1); exit 1; }; }
funtools-1.4.7/wcs/configure-failsafe:1365:ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
funtools-1.4.7/wcs/configure-failsafe-1366-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
##############################################
funtools-1.4.7/wcs/configure-failsafe-1373-build=$ac_cv_build
funtools-1.4.7/wcs/configure-failsafe:1374:build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
funtools-1.4.7/wcs/configure-failsafe:1375:build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
funtools-1.4.7/wcs/configure-failsafe:1376:build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
funtools-1.4.7/wcs/configure-failsafe-1377-
##############################################
funtools-1.4.7/wcs/configure-failsafe-1386-  ac_cv_host_alias=$ac_cv_build_alias
funtools-1.4.7/wcs/configure-failsafe:1387:ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
funtools-1.4.7/wcs/configure-failsafe-1388-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
##############################################
funtools-1.4.7/wcs/configure-failsafe-1395-host=$ac_cv_host
funtools-1.4.7/wcs/configure-failsafe:1396:host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
funtools-1.4.7/wcs/configure-failsafe:1397:host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
funtools-1.4.7/wcs/configure-failsafe:1398:host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
funtools-1.4.7/wcs/configure-failsafe-1399-
##############################################
funtools-1.4.7/wcs/configure-failsafe-1722-     "checking for C compiler version" >&5
funtools-1.4.7/wcs/configure-failsafe:1723:ac_compiler=`set X $ac_compile; echo $2`
funtools-1.4.7/wcs/configure-failsafe-1724-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
funtools-1.4.7/wcs/configure-failsafe-1761-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
funtools-1.4.7/wcs/configure-failsafe:1762:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
funtools-1.4.7/wcs/configure-failsafe-1763-if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
##############################################
funtools-1.4.7/wcs/configure-failsafe-1789-    *.* )
funtools-1.4.7/wcs/configure-failsafe:1790:	ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
funtools-1.4.7/wcs/configure-failsafe-1791-	# FIXME: I believe we export ac_cv_exeext for Libtool,
##############################################
funtools-1.4.7/wcs/configure-failsafe-1869-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
funtools-1.4.7/wcs/configure-failsafe:1870:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
funtools-1.4.7/wcs/configure-failsafe-1871-	  export ac_cv_exeext
##############################################
funtools-1.4.7/wcs/configure-failsafe-1919-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
funtools-1.4.7/wcs/configure-failsafe:1920:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
funtools-1.4.7/wcs/configure-failsafe-1921-       break;;
##############################################
funtools-1.4.7/wcs/configure-failsafe-1998-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
funtools-1.4.7/wcs/configure-failsafe:1999:GCC=`test $ac_compiler_gnu = yes && echo yes`
funtools-1.4.7/wcs/configure-failsafe-2000-ac_test_CFLAGS=${CFLAGS+set}
##############################################
funtools-1.4.7/wcs/configure-failsafe-2851-do
funtools-1.4.7/wcs/configure-failsafe:2852:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
funtools-1.4.7/wcs/configure-failsafe-2853-echo "$as_me:$LINENO: checking for $ac_header" >&5
##############################################
funtools-1.4.7/wcs/configure-failsafe-2898-fi
funtools-1.4.7/wcs/configure-failsafe:2899:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/wcs/configure-failsafe:2900:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/wcs/configure-failsafe:2901:if test `eval echo '${'$as_ac_Header'}'` = yes; then
funtools-1.4.7/wcs/configure-failsafe-2902-  cat >>confdefs.h <<_ACEOF
funtools-1.4.7/wcs/configure-failsafe:2903:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
funtools-1.4.7/wcs/configure-failsafe-2904-_ACEOF
##############################################
funtools-1.4.7/wcs/configure-failsafe-2913-do
funtools-1.4.7/wcs/configure-failsafe:2914:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
funtools-1.4.7/wcs/configure-failsafe-2915-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
funtools-1.4.7/wcs/configure-failsafe-2920-fi
funtools-1.4.7/wcs/configure-failsafe:2921:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/wcs/configure-failsafe:2922:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/wcs/configure-failsafe-2923-else
##############################################
funtools-1.4.7/wcs/configure-failsafe-3047-fi
funtools-1.4.7/wcs/configure-failsafe:3048:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/wcs/configure-failsafe:3049:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/wcs/configure-failsafe-3050-
funtools-1.4.7/wcs/configure-failsafe-3051-fi
funtools-1.4.7/wcs/configure-failsafe:3052:if test `eval echo '${'$as_ac_Header'}'` = yes; then
funtools-1.4.7/wcs/configure-failsafe-3053-  cat >>confdefs.h <<_ACEOF
funtools-1.4.7/wcs/configure-failsafe:3054:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
funtools-1.4.7/wcs/configure-failsafe-3055-_ACEOF
##############################################
funtools-1.4.7/wcs/configure-failsafe-3063-do
funtools-1.4.7/wcs/configure-failsafe:3064:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
funtools-1.4.7/wcs/configure-failsafe-3065-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
funtools-1.4.7/wcs/configure-failsafe-3070-fi
funtools-1.4.7/wcs/configure-failsafe:3071:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/wcs/configure-failsafe:3072:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/wcs/configure-failsafe-3073-else
##############################################
funtools-1.4.7/wcs/configure-failsafe-3197-fi
funtools-1.4.7/wcs/configure-failsafe:3198:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/wcs/configure-failsafe:3199:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/wcs/configure-failsafe-3200-
funtools-1.4.7/wcs/configure-failsafe-3201-fi
funtools-1.4.7/wcs/configure-failsafe:3202:if test `eval echo '${'$as_ac_Header'}'` = yes; then
funtools-1.4.7/wcs/configure-failsafe-3203-  cat >>confdefs.h <<_ACEOF
funtools-1.4.7/wcs/configure-failsafe:3204:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
funtools-1.4.7/wcs/configure-failsafe-3205-_ACEOF
##############################################
funtools-1.4.7/wcs/configure-failsafe-3213-do
funtools-1.4.7/wcs/configure-failsafe:3214:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
funtools-1.4.7/wcs/configure-failsafe-3215-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
funtools-1.4.7/wcs/configure-failsafe-3220-fi
funtools-1.4.7/wcs/configure-failsafe:3221:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/wcs/configure-failsafe:3222:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/wcs/configure-failsafe-3223-else
##############################################
funtools-1.4.7/wcs/configure-failsafe-3347-fi
funtools-1.4.7/wcs/configure-failsafe:3348:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/wcs/configure-failsafe:3349:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/wcs/configure-failsafe-3350-
funtools-1.4.7/wcs/configure-failsafe-3351-fi
funtools-1.4.7/wcs/configure-failsafe:3352:if test `eval echo '${'$as_ac_Header'}'` = yes; then
funtools-1.4.7/wcs/configure-failsafe-3353-  cat >>confdefs.h <<_ACEOF
funtools-1.4.7/wcs/configure-failsafe:3354:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
funtools-1.4.7/wcs/configure-failsafe-3355-_ACEOF
##############################################
funtools-1.4.7/wcs/configure-failsafe-3363-do
funtools-1.4.7/wcs/configure-failsafe:3364:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
funtools-1.4.7/wcs/configure-failsafe-3365-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
funtools-1.4.7/wcs/configure-failsafe-3370-fi
funtools-1.4.7/wcs/configure-failsafe:3371:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/wcs/configure-failsafe:3372:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/wcs/configure-failsafe-3373-else
##############################################
funtools-1.4.7/wcs/configure-failsafe-3497-fi
funtools-1.4.7/wcs/configure-failsafe:3498:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/wcs/configure-failsafe:3499:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/wcs/configure-failsafe-3500-
funtools-1.4.7/wcs/configure-failsafe-3501-fi
funtools-1.4.7/wcs/configure-failsafe:3502:if test `eval echo '${'$as_ac_Header'}'` = yes; then
funtools-1.4.7/wcs/configure-failsafe-3503-  cat >>confdefs.h <<_ACEOF
funtools-1.4.7/wcs/configure-failsafe:3504:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
funtools-1.4.7/wcs/configure-failsafe-3505-_ACEOF
##############################################
funtools-1.4.7/wcs/configure-failsafe-3513-do
funtools-1.4.7/wcs/configure-failsafe:3514:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
funtools-1.4.7/wcs/configure-failsafe-3515-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
funtools-1.4.7/wcs/configure-failsafe-3520-fi
funtools-1.4.7/wcs/configure-failsafe:3521:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/wcs/configure-failsafe:3522:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/wcs/configure-failsafe-3523-else
##############################################
funtools-1.4.7/wcs/configure-failsafe-3647-fi
funtools-1.4.7/wcs/configure-failsafe:3648:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/wcs/configure-failsafe:3649:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/wcs/configure-failsafe-3650-
funtools-1.4.7/wcs/configure-failsafe-3651-fi
funtools-1.4.7/wcs/configure-failsafe:3652:if test `eval echo '${'$as_ac_Header'}'` = yes; then
funtools-1.4.7/wcs/configure-failsafe-3653-  cat >>confdefs.h <<_ACEOF
funtools-1.4.7/wcs/configure-failsafe:3654:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
funtools-1.4.7/wcs/configure-failsafe-3655-_ACEOF
##############################################
funtools-1.4.7/wcs/configure-failsafe-3663-do
funtools-1.4.7/wcs/configure-failsafe:3664:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
funtools-1.4.7/wcs/configure-failsafe-3665-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
funtools-1.4.7/wcs/configure-failsafe-3670-fi
funtools-1.4.7/wcs/configure-failsafe:3671:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/wcs/configure-failsafe:3672:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/wcs/configure-failsafe-3673-else
##############################################
funtools-1.4.7/wcs/configure-failsafe-3797-fi
funtools-1.4.7/wcs/configure-failsafe:3798:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/wcs/configure-failsafe:3799:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/wcs/configure-failsafe-3800-
funtools-1.4.7/wcs/configure-failsafe-3801-fi
funtools-1.4.7/wcs/configure-failsafe:3802:if test `eval echo '${'$as_ac_Header'}'` = yes; then
funtools-1.4.7/wcs/configure-failsafe-3803-  cat >>confdefs.h <<_ACEOF
funtools-1.4.7/wcs/configure-failsafe:3804:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
funtools-1.4.7/wcs/configure-failsafe-3805-_ACEOF
##############################################
funtools-1.4.7/wcs/configure-failsafe-3813-do
funtools-1.4.7/wcs/configure-failsafe:3814:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
funtools-1.4.7/wcs/configure-failsafe-3815-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
funtools-1.4.7/wcs/configure-failsafe-3820-fi
funtools-1.4.7/wcs/configure-failsafe:3821:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/wcs/configure-failsafe:3822:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/wcs/configure-failsafe-3823-else
##############################################
funtools-1.4.7/wcs/configure-failsafe-3947-fi
funtools-1.4.7/wcs/configure-failsafe:3948:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/wcs/configure-failsafe:3949:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/wcs/configure-failsafe-3950-
funtools-1.4.7/wcs/configure-failsafe-3951-fi
funtools-1.4.7/wcs/configure-failsafe:3952:if test `eval echo '${'$as_ac_Header'}'` = yes; then
funtools-1.4.7/wcs/configure-failsafe-3953-  cat >>confdefs.h <<_ACEOF
funtools-1.4.7/wcs/configure-failsafe:3954:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
funtools-1.4.7/wcs/configure-failsafe-3955-_ACEOF
##############################################
funtools-1.4.7/wcs/configure-failsafe-3967-do
funtools-1.4.7/wcs/configure-failsafe:3968:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
funtools-1.4.7/wcs/configure-failsafe-3969-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
funtools-1.4.7/wcs/configure-failsafe-3974-fi
funtools-1.4.7/wcs/configure-failsafe:3975:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/wcs/configure-failsafe:3976:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/wcs/configure-failsafe-3977-else
##############################################
funtools-1.4.7/wcs/configure-failsafe-4101-fi
funtools-1.4.7/wcs/configure-failsafe:4102:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
funtools-1.4.7/wcs/configure-failsafe:4103:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
funtools-1.4.7/wcs/configure-failsafe-4104-
funtools-1.4.7/wcs/configure-failsafe-4105-fi
funtools-1.4.7/wcs/configure-failsafe:4106:if test `eval echo '${'$as_ac_Header'}'` = yes; then
funtools-1.4.7/wcs/configure-failsafe-4107-  cat >>confdefs.h <<_ACEOF
funtools-1.4.7/wcs/configure-failsafe:4108:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
funtools-1.4.7/wcs/configure-failsafe-4109-_ACEOF
##############################################
funtools-1.4.7/wcs/configure-failsafe-4297-do
funtools-1.4.7/wcs/configure-failsafe:4298:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
funtools-1.4.7/wcs/configure-failsafe-4299-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
funtools-1.4.7/wcs/configure-failsafe-4386-fi
funtools-1.4.7/wcs/configure-failsafe:4387:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
funtools-1.4.7/wcs/configure-failsafe:4388:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
funtools-1.4.7/wcs/configure-failsafe:4389:if test `eval echo '${'$as_ac_var'}'` = yes; then
funtools-1.4.7/wcs/configure-failsafe-4390-  cat >>confdefs.h <<_ACEOF
funtools-1.4.7/wcs/configure-failsafe:4391:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
funtools-1.4.7/wcs/configure-failsafe-4392-_ACEOF
##############################################
funtools-1.4.7/wcs/configure-failsafe-4791-echo $ECHO_N "checking for dynamic loading (with gcc) ... $ECHO_C" >&6
funtools-1.4.7/wcs/configure-failsafe:4792:if test "$CC" = "gcc" -o `$CC -v 2>&1 | grep -c gcc` != "0" ; then
funtools-1.4.7/wcs/configure-failsafe-4793-  using_dl="yes"
##############################################
funtools-1.4.7/wcs/configure-failsafe-4867-    EXTRA_LIBS="$EXTRA_LIBS -ldl"
funtools-1.4.7/wcs/configure-failsafe:4868:    if test `$CC -v -rdynamic 2>&1 | grep -c unrecognized` = "0" ; then
funtools-1.4.7/wcs/configure-failsafe-4869-      LDFLAGS="$LDFLAGS -rdynamic"
##############################################
funtools-1.4.7/wcs/configure-failsafe-4944-      fpic="yes"
funtools-1.4.7/wcs/configure-failsafe:4945:      if test `$CC -v -rdynamic 2>&1 | grep -c unrecognized` = "0" ; then
funtools-1.4.7/wcs/configure-failsafe-4946-        LDFLAGS="$LDFLAGS -rdynamic"
##############################################
funtools-1.4.7/wcs/configure-failsafe-5057-	LDFLAGS="$LDFLAGS $CFLAGS"
funtools-1.4.7/wcs/configure-failsafe:5058:        G=`$CC -v 2>&1 | grep version | awk '{print $3}' | awk -F. '{print $1$2}'`
funtools-1.4.7/wcs/configure-failsafe-5059-        if test x"$G" != x -a "$G" -lt 42; then
##############################################
funtools-1.4.7/wcs/configure-failsafe-5073-        if test x"$fpic" = x"yes" ; then
funtools-1.4.7/wcs/configure-failsafe:5074:          if test "$CC" = "gcc" -o `$CC -v 2>&1 | grep -c gcc` != "0" ; then
funtools-1.4.7/wcs/configure-failsafe-5075-	    CFLAGS="$CFLAGS -fPIC"
##############################################
funtools-1.4.7/wcs/configure-failsafe-5243-do
funtools-1.4.7/wcs/configure-failsafe:5244:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
funtools-1.4.7/wcs/configure-failsafe-5245-    eval $as_var=C; export $as_var
##############################################
funtools-1.4.7/wcs/configure-failsafe-5301-  as_lineno_2=$LINENO
funtools-1.4.7/wcs/configure-failsafe:5302:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
funtools-1.4.7/wcs/configure-failsafe-5303-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
funtools-1.4.7/wcs/configure-failsafe-5341-  as_lineno_2=$LINENO
funtools-1.4.7/wcs/configure-failsafe:5342:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
funtools-1.4.7/wcs/configure-failsafe-5343-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
funtools-1.4.7/wcs/configure-failsafe-5520-configured by $0, generated by GNU Autoconf 2.59,
funtools-1.4.7/wcs/configure-failsafe:5521:  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
funtools-1.4.7/wcs/configure-failsafe-5522-
##############################################
funtools-1.4.7/wcs/configure-failsafe-5536-  --*=*)
funtools-1.4.7/wcs/configure-failsafe:5537:    ac_option=`expr "x$1" : 'x\([^=]*\)='`
funtools-1.4.7/wcs/configure-failsafe:5538:    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
funtools-1.4.7/wcs/configure-failsafe-5539-    ac_shift=:
##############################################
funtools-1.4.7/wcs/configure-failsafe-5769-      fi
funtools-1.4.7/wcs/configure-failsafe:5770:      ac_sed_frag=`expr $ac_sed_frag + 1`
funtools-1.4.7/wcs/configure-failsafe-5771-      ac_beg=$ac_end
funtools-1.4.7/wcs/configure-failsafe:5772:      ac_end=`expr $ac_end + $ac_max_sed_lines`
funtools-1.4.7/wcs/configure-failsafe-5773-    fi
##############################################
funtools-1.4.7/wcs/configure-failsafe-5786-	cat >$tmp/stdin
funtools-1.4.7/wcs/configure-failsafe:5787:	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
funtools-1.4.7/wcs/configure-failsafe:5788:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
funtools-1.4.7/wcs/configure-failsafe:5789:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
funtools-1.4.7/wcs/configure-failsafe:5790:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
funtools-1.4.7/wcs/configure-failsafe-5791-  * )   ac_file_in=$ac_file.in ;;
##############################################
funtools-1.4.7/wcs/configure-failsafe-5834-if test "$ac_dir" != .; then
funtools-1.4.7/wcs/configure-failsafe:5835:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
funtools-1.4.7/wcs/configure-failsafe-5836-  # A "../" for each directory in $ac_dir_suffix.
funtools-1.4.7/wcs/configure-failsafe:5837:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
funtools-1.4.7/wcs/configure-failsafe-5838-else
##############################################
funtools-1.4.7/wcs/configure-failsafe-5847-    else
funtools-1.4.7/wcs/configure-failsafe:5848:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
funtools-1.4.7/wcs/configure-failsafe-5849-    fi ;;
##############################################
funtools-1.4.7/wcs/configure-failsafe-5994-	cat >$tmp/stdin
funtools-1.4.7/wcs/configure-failsafe:5995:	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
funtools-1.4.7/wcs/configure-failsafe:5996:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
funtools-1.4.7/wcs/configure-failsafe:5997:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
funtools-1.4.7/wcs/configure-failsafe:5998:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
funtools-1.4.7/wcs/configure-failsafe-5999-  * )   ac_file_in=$ac_file.in ;;
##############################################
funtools-1.4.7/wcs/install-sh-85-
funtools-1.4.7/wcs/install-sh:86:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
funtools-1.4.7/wcs/install-sh-87-	    shift
##############################################
funtools-1.4.7/wcs/install-sh-89-
funtools-1.4.7/wcs/install-sh:90:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
funtools-1.4.7/wcs/install-sh-91-	    shift
##############################################
funtools-1.4.7/wcs/install-sh-151-	then
funtools-1.4.7/wcs/install-sh:152:		dst=$dst/`basename "$src"`
funtools-1.4.7/wcs/install-sh-153-	else
##############################################
funtools-1.4.7/wcs/install-sh-158-## this sed command emulates the dirname command
funtools-1.4.7/wcs/install-sh:159:dstdir=`echo "$dst" | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
funtools-1.4.7/wcs/install-sh-160-
##############################################
funtools-1.4.7/wcs/install-sh-172-IFS='%'
funtools-1.4.7/wcs/install-sh:173:set - `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'`
funtools-1.4.7/wcs/install-sh-174-IFS=$oIFS
##############################################
funtools-1.4.7/wcs/install-sh-206-	then
funtools-1.4.7/wcs/install-sh:207:		dstfile=`basename "$dst"`
funtools-1.4.7/wcs/install-sh-208-	else
##############################################
funtools-1.4.7/wcs/install-sh-216-	then
funtools-1.4.7/wcs/install-sh:217:		dstfile=`basename "$dst"`
funtools-1.4.7/wcs/install-sh-218-	else
##############################################
funtools-1.4.7/wcs/configure.ac-94-AC_MSG_CHECKING([for dynamic loading (with gcc) ])
funtools-1.4.7/wcs/configure.ac:95:if test "$CC" = "gcc" -o `$CC -v 2>&1 | grep -c gcc` != "0" ; then
funtools-1.4.7/wcs/configure.ac-96-  using_dl="yes"
##############################################
funtools-1.4.7/wcs/configure.ac-101-    EXTRA_LIBS="$EXTRA_LIBS -ldl"  
funtools-1.4.7/wcs/configure.ac:102:    if test `$CC -v -rdynamic 2>&1 | grep -c unrecognized` = "0" ; then
funtools-1.4.7/wcs/configure.ac-103-      LDFLAGS="$LDFLAGS -rdynamic"
##############################################
funtools-1.4.7/wcs/configure.ac-109-      fpic="yes"
funtools-1.4.7/wcs/configure.ac:110:      if test `$CC -v -rdynamic 2>&1 | grep -c unrecognized` = "0" ; then
funtools-1.4.7/wcs/configure.ac-111-        LDFLAGS="$LDFLAGS -rdynamic"
##############################################
funtools-1.4.7/wcs/configure.ac-143-	LDFLAGS="$LDFLAGS $CFLAGS"
funtools-1.4.7/wcs/configure.ac:144:        G=`$CC -v 2>&1 | grep version | awk '{print $3}' | awk -F. '{print $1$2}'`
funtools-1.4.7/wcs/configure.ac-145-        if test x"$G" != x -a "$G" -lt 42; then
##############################################
funtools-1.4.7/wcs/configure.ac-157-        if test x"$fpic" = x"yes" ; then
funtools-1.4.7/wcs/configure.ac:158:          if test "$CC" = "gcc" -o `$CC -v 2>&1 | grep -c gcc` != "0" ; then
funtools-1.4.7/wcs/configure.ac-159-	    CFLAGS="$CFLAGS -fPIC"
##############################################
funtools-1.4.7/debian/patches/Correct-mklib-calls-to-fix-FTCFBFS.patch-26--		CC='$(CC)' CXX=$(CXX) \
funtools-1.4.7/debian/patches/Correct-mklib-calls-to-fix-FTCFBFS.patch:27:-		./mklib -o $(PACKAGE) -ldl $(WCS_LIBS) -lm -lz `LC_ALL=C ls $(PACKAGE)tmp/*.o`
funtools-1.4.7/debian/patches/Correct-mklib-calls-to-fix-FTCFBFS.patch:28:+		./mklib -linker $(CC) -o $(PACKAGE) -ldl $(WCS_LIBS) -lm -lz `LC_ALL=C ls $(PACKAGE)tmp/*.o`
funtools-1.4.7/debian/patches/Correct-mklib-calls-to-fix-FTCFBFS.patch-29- 		rm -rf $(PACKAGE)tmp
##############################################
funtools-1.4.7/debian/patches/Correct-mklib-calls-to-fix-FTCFBFS.patch-36--		CC='$(CC)' CXX='$(CXX)' \
funtools-1.4.7/debian/patches/Correct-mklib-calls-to-fix-FTCFBFS.patch:37:-		./mklib -o $(PACKAGE)MainLib -L. -lfuntools `LC_ALL=C ls $(PACKAGE)tmp/*.o`
funtools-1.4.7/debian/patches/Correct-mklib-calls-to-fix-FTCFBFS.patch:38:+		./mklib -linker $(CC) -o $(PACKAGE)MainLib -L. -lfuntools `LC_ALL=C ls $(PACKAGE)tmp/*.o`
funtools-1.4.7/debian/patches/Correct-mklib-calls-to-fix-FTCFBFS.patch-39- 		rm -rf $(PACKAGE)tmp
##############################################
funtools-1.4.7/debian/patches/Correct-mklib-calls-to-fix-FTCFBFS.patch-46--		CC='$(CC)' CXX='$(CXX)' \
funtools-1.4.7/debian/patches/Correct-mklib-calls-to-fix-FTCFBFS.patch:47:-		./mklib -o tclfun -L. -lfuntools `LC_ALL=C ls $(PACKAGE)tmp/*.o` $(TCL_LIBS)
funtools-1.4.7/debian/patches/Correct-mklib-calls-to-fix-FTCFBFS.patch:48:+		./mklib -linker $(CC) -o tclfun -L. -lfuntools `LC_ALL=C ls $(PACKAGE)tmp/*.o` $(TCL_LIBS)
funtools-1.4.7/debian/patches/Correct-mklib-calls-to-fix-FTCFBFS.patch-49- 		rm -rf $(PACKAGE)tmp
##############################################
funtools-1.4.7/debian/patches/Let-failing-mklibs-fail-the-build.patch-23- 		CC='$(CC)' CXX=$(CXX) \
funtools-1.4.7/debian/patches/Let-failing-mklibs-fail-the-build.patch:24:-		./mklib -o $(PACKAGE) -ldl $(WCS_LIBS) -lm -lz `LC_ALL=C ls $(PACKAGE)tmp/*.o`; \
funtools-1.4.7/debian/patches/Let-failing-mklibs-fail-the-build.patch-25--		rm -rf $(PACKAGE)tmp;)
funtools-1.4.7/debian/patches/Let-failing-mklibs-fail-the-build.patch:26:+		./mklib -o $(PACKAGE) -ldl $(WCS_LIBS) -lm -lz `LC_ALL=C ls $(PACKAGE)tmp/*.o`
funtools-1.4.7/debian/patches/Let-failing-mklibs-fail-the-build.patch-27-+		rm -rf $(PACKAGE)tmp
##############################################
funtools-1.4.7/debian/patches/Let-failing-mklibs-fail-the-build.patch-39- 		CC='$(CC)' CXX='$(CXX)' \
funtools-1.4.7/debian/patches/Let-failing-mklibs-fail-the-build.patch:40:-		./mklib -o $(PACKAGE)MainLib -L. -lfuntools `LC_ALL=C ls $(PACKAGE)tmp/*.o`;\
funtools-1.4.7/debian/patches/Let-failing-mklibs-fail-the-build.patch-41--		rm -rf $(PACKAGE)tmp;)
funtools-1.4.7/debian/patches/Let-failing-mklibs-fail-the-build.patch:42:+		./mklib -o $(PACKAGE)MainLib -L. -lfuntools `LC_ALL=C ls $(PACKAGE)tmp/*.o`
funtools-1.4.7/debian/patches/Let-failing-mklibs-fail-the-build.patch-43-+		rm -rf $(PACKAGE)tmp
##############################################
funtools-1.4.7/debian/patches/Let-failing-mklibs-fail-the-build.patch-54- 		CC='$(CC)' CXX='$(CXX)' \
funtools-1.4.7/debian/patches/Let-failing-mklibs-fail-the-build.patch:55:-		./mklib -o tclfun -L. -lfuntools `LC_ALL=C ls $(PACKAGE)tmp/*.o` $(TCL_LIBS); \
funtools-1.4.7/debian/patches/Let-failing-mklibs-fail-the-build.patch-56--		rm -rf $(PACKAGE)tmp; \
funtools-1.4.7/debian/patches/Let-failing-mklibs-fail-the-build.patch-57--		test -r pkgIndex.tcl && mv pkgIndex.tcl pkgIndex.tcl-old; \
funtools-1.4.7/debian/patches/Let-failing-mklibs-fail-the-build.patch:58:+		./mklib -o tclfun -L. -lfuntools `LC_ALL=C ls $(PACKAGE)tmp/*.o` $(TCL_LIBS)
funtools-1.4.7/debian/patches/Let-failing-mklibs-fail-the-build.patch-59-+		rm -rf $(PACKAGE)tmp
##############################################
funtools-1.4.7/debian/patches/Link-the-executables-against-libfuntools.so.patch-60--      EXTRA_LIBS="$EXTRA_LIBS -ldl"  
funtools-1.4.7/debian/patches/Link-the-executables-against-libfuntools.so.patch:61:       if test `$CC -v -rdynamic 2>&1 | grep -c unrecognized` = "0" ; then
funtools-1.4.7/debian/patches/Link-the-executables-against-libfuntools.so.patch-62-         LDFLAGS="$LDFLAGS -rdynamic"
funtools-1.4.7/debian/patches/Link-the-executables-against-libfuntools.so.patch-63-       fi
funtools-1.4.7/debian/patches/Link-the-executables-against-libfuntools.so.patch:64:@@ -136,7 +135,6 @@ if test "$CC" = "gcc" -o `$CC -v 2>&1 | grep -c gcc` != "0" ; then
funtools-1.4.7/debian/patches/Link-the-executables-against-libfuntools.so.patch-65-     if test "$have_dl" = yes; then
##############################################
funtools-1.4.7/debian/patches/Link-the-executables-against-libfuntools.so.patch-68--      EXTRA_LIBS="$EXTRA_LIBS -ldl"  
funtools-1.4.7/debian/patches/Link-the-executables-against-libfuntools.so.patch:69:       if test `$CC -v -rdynamic 2>&1 | grep -c unrecognized` = "0" ; then
funtools-1.4.7/debian/patches/Link-the-executables-against-libfuntools.so.patch-70-         LDFLAGS="$LDFLAGS -rdynamic"
##############################################
funtools-1.4.7/debian/patches/Sort-object-files.patch-18--		./mklib -o $(PACKAGE) -ldl $(WCS_LIBS) -lm -lz $(PACKAGE)tmp/*.o; \
funtools-1.4.7/debian/patches/Sort-object-files.patch:19:+		./mklib -o $(PACKAGE) -ldl $(WCS_LIBS) -lm -lz `LC_ALL=C ls $(PACKAGE)tmp/*.o`; \
funtools-1.4.7/debian/patches/Sort-object-files.patch-20- 		rm -rf $(PACKAGE)tmp;)
##############################################
funtools-1.4.7/debian/patches/Sort-object-files.patch-27--		./mklib -o $(PACKAGE)MainLib -L. -lfuntools $(PACKAGE)tmp/*.o;\
funtools-1.4.7/debian/patches/Sort-object-files.patch:28:+		./mklib -o $(PACKAGE)MainLib -L. -lfuntools `LC_ALL=C ls $(PACKAGE)tmp/*.o`;\
funtools-1.4.7/debian/patches/Sort-object-files.patch-29- 		rm -rf $(PACKAGE)tmp;)
##############################################
funtools-1.4.7/debian/patches/Sort-object-files.patch-36--		./mklib -o tclfun -L. -lfuntools $(PACKAGE)tmp/*.o $(TCL_LIBS); \
funtools-1.4.7/debian/patches/Sort-object-files.patch:37:+		./mklib -o tclfun -L. -lfuntools `LC_ALL=C ls $(PACKAGE)tmp/*.o` $(TCL_LIBS); \
funtools-1.4.7/debian/patches/Sort-object-files.patch-38- 		rm -rf $(PACKAGE)tmp; \
##############################################
funtools-1.4.7/debian/patches/mklib-clean-up-abi-flags-for-x86-targets.patch-53--	    set ${OBJECTS}
funtools-1.4.7/debian/patches/mklib-clean-up-abi-flags-for-x86-targets.patch:54:-	    ABI32=`file $1 | grep 32-bit`
funtools-1.4.7/debian/patches/mklib-clean-up-abi-flags-for-x86-targets.patch-55--	    if [ "${ABI32}" -a `uname -m` = "x86_64" ] ; then
##############################################
funtools-1.4.7/debian/patches/mklib-clean-up-abi-flags-for-x86-targets.patch-69--	    set ${OBJECTS}
funtools-1.4.7/debian/patches/mklib-clean-up-abi-flags-for-x86-targets.patch:70:-	    ABI32=`file $1 | grep 32-bit`
funtools-1.4.7/debian/patches/mklib-clean-up-abi-flags-for-x86-targets.patch-71--	    if [ "${ABI32}" -a `uname -m` = "x86_64" ] ; then
##############################################
funtools-1.4.7/debian/patches/mklib-clean-up-abi-flags-for-x86-targets.patch-86--		set ${OBJECTS}
funtools-1.4.7/debian/patches/mklib-clean-up-abi-flags-for-x86-targets.patch:87:-		ABI32=`file $1 | grep 32-bit`
funtools-1.4.7/debian/patches/mklib-clean-up-abi-flags-for-x86-targets.patch-88--		if [ "${ABI32}" ] ; then
##############################################
funtools-1.4.7/.pc/Link-the-executables-against-libfuntools.so.patch/Makefile.in-430-	@if [ "$(LIB)" ] ; then \
funtools-1.4.7/.pc/Link-the-executables-against-libfuntools.so.patch/Makefile.in:431:	    XLIB=`basename $(LIB)`; \
funtools-1.4.7/.pc/Link-the-executables-against-libfuntools.so.patch/Makefile.in-432-	    echo "Installing $$XLIB"; \
##############################################
funtools-1.4.7/.pc/Link-the-executables-against-libfuntools.so.patch/Makefile.in-470-	    do \
funtools-1.4.7/.pc/Link-the-executables-against-libfuntools.so.patch/Makefile.in:471:		B=`basename $$i`; \
funtools-1.4.7/.pc/Link-the-executables-against-libfuntools.so.patch/Makefile.in:472:		E=`echo $$i | awk -F. '{print $$NF}'`; \
funtools-1.4.7/.pc/Link-the-executables-against-libfuntools.so.patch/Makefile.in-473-		M="$(MAN_INSTALL_DIR)/man$$E"; \
##############################################
funtools-1.4.7/.pc/Link-the-executables-against-libfuntools.so.patch/Makefile.in-492-	    do \
funtools-1.4.7/.pc/Link-the-executables-against-libfuntools.so.patch/Makefile.in:493:		B=`basename $$i`; \
funtools-1.4.7/.pc/Link-the-executables-against-libfuntools.so.patch/Makefile.in-494-		echo "Installing $$B" ; \
##############################################
funtools-1.4.7/.pc/Link-the-executables-against-libfuntools.so.patch/Makefile.in-595-		@($(RM) -r ofuntools.h; \
funtools-1.4.7/.pc/Link-the-executables-against-libfuntools.so.patch/Makefile.in:596:		MAJOR=`echo "${VERSION}" | awk -F. '{print $$1}'`; \
funtools-1.4.7/.pc/Link-the-executables-against-libfuntools.so.patch/Makefile.in:597:		MINOR=`echo "${VERSION}" | awk -F. '{print $$2}'`; \
funtools-1.4.7/.pc/Link-the-executables-against-libfuntools.so.patch/Makefile.in:598:		PATCH=`echo "${VERSION}" | awk -F. '{print $$3}'`; \
funtools-1.4.7/.pc/Link-the-executables-against-libfuntools.so.patch/Makefile.in-599-		sed "s/^#define FUN_VERSION.*/#define FUN_VERSION \"$(VERSION)\"/;s/^#define FUN_MAJOR_VERSION.*/#define FUN_MAJOR_VERSION $${MAJOR}/;s/^#define FUN_MINOR_VERSION.*/#define FUN_MINOR_VERSION $${MINOR}/;s/^#define FUN_PATCH_LEVEL.*/#define FUN_PATCH_LEVEL $${PATCH}/;" < funtools.h > nfuntools.h; \
##############################################
funtools-1.4.7/.pc/Link-the-executables-against-libfuntools.so.patch/configure.ac-102-      EXTRA_LIBS="$EXTRA_LIBS -ldl"  
funtools-1.4.7/.pc/Link-the-executables-against-libfuntools.so.patch/configure.ac:103:      if test `$CC -v -rdynamic 2>&1 | grep -c unrecognized` = "0" ; then
funtools-1.4.7/.pc/Link-the-executables-against-libfuntools.so.patch/configure.ac-104-        LDFLAGS="$LDFLAGS -rdynamic"
##############################################
funtools-1.4.7/.pc/Link-the-executables-against-libfuntools.so.patch/configure.ac-110-        fpic="yes"
funtools-1.4.7/.pc/Link-the-executables-against-libfuntools.so.patch/configure.ac:111:        if test `$CC -v -rdynamic 2>&1 | grep -c unrecognized` = "0" ; then
funtools-1.4.7/.pc/Link-the-executables-against-libfuntools.so.patch/configure.ac-112-          LDFLAGS="$LDFLAGS -rdynamic"
##############################################
funtools-1.4.7/.pc/Link-the-executables-against-libfuntools.so.patch/configure.ac-131-if test "$fun_ok" = "yes"; then
funtools-1.4.7/.pc/Link-the-executables-against-libfuntools.so.patch/configure.ac:132:if test "$CC" = "gcc" -o `$CC -v 2>&1 | grep -c gcc` != "0" ; then
funtools-1.4.7/.pc/Link-the-executables-against-libfuntools.so.patch/configure.ac-133-  using_dl="yes"
##############################################
funtools-1.4.7/.pc/Link-the-executables-against-libfuntools.so.patch/configure.ac-139-      EXTRA_LIBS="$EXTRA_LIBS -ldl"  
funtools-1.4.7/.pc/Link-the-executables-against-libfuntools.so.patch/configure.ac:140:      if test `$CC -v -rdynamic 2>&1 | grep -c unrecognized` = "0" ; then
funtools-1.4.7/.pc/Link-the-executables-against-libfuntools.so.patch/configure.ac-141-        LDFLAGS="$LDFLAGS -rdynamic"
##############################################
funtools-1.4.7/.pc/Link-the-executables-against-libfuntools.so.patch/configure.ac-147-        fpic="yes"
funtools-1.4.7/.pc/Link-the-executables-against-libfuntools.so.patch/configure.ac:148:        if test `$CC -v -rdynamic 2>&1 | grep -c unrecognized` = "0" ; then
funtools-1.4.7/.pc/Link-the-executables-against-libfuntools.so.patch/configure.ac-149-          LDFLAGS="$LDFLAGS -rdynamic"
##############################################
funtools-1.4.7/.pc/Link-the-executables-against-libfuntools.so.patch/configure.ac-168-AC_MSG_CHECKING([for setting fpu in double rounding mode (with gcc) ])
funtools-1.4.7/.pc/Link-the-executables-against-libfuntools.so.patch/configure.ac:169:if test "$CC" = "gcc" -o `$CC -v 2>&1 | grep -c gcc` != "0" ; then
funtools-1.4.7/.pc/Link-the-executables-against-libfuntools.so.patch/configure.ac-170-  using_fpu_double="yes"
##############################################
funtools-1.4.7/.pc/Link-the-executables-against-libfuntools.so.patch/configure.ac-236-	LDFLAGS="$LDFLAGS $CFLAGS"
funtools-1.4.7/.pc/Link-the-executables-against-libfuntools.so.patch/configure.ac:237:        G=`$CC -v 2>&1 | grep version | awk '{print $3}' | awk -F. '{print $1$2}'`
funtools-1.4.7/.pc/Link-the-executables-against-libfuntools.so.patch/configure.ac-238-        if test x"$G" != x -a "$G" -lt 42; then
##############################################
funtools-1.4.7/.pc/Link-the-executables-against-libfuntools.so.patch/configure.ac-249-        if test x"$fpic" = x"yes" ; then
funtools-1.4.7/.pc/Link-the-executables-against-libfuntools.so.patch/configure.ac:250:          if test "$CC" = "gcc" -o `$CC -v 2>&1 | grep -c gcc` != "0" ; then
funtools-1.4.7/.pc/Link-the-executables-against-libfuntools.so.patch/configure.ac-251-	    CFLAGS="$CFLAGS -fPIC"
##############################################
funtools-1.4.7/.pc/Link-the-executables-against-libfuntools.so.patch/mklib-233-	    set ${OBJECTS}
funtools-1.4.7/.pc/Link-the-executables-against-libfuntools.so.patch/mklib:234:	    ABI32=`file $1 | grep 32-bit`
funtools-1.4.7/.pc/Link-the-executables-against-libfuntools.so.patch/mklib-235-	    if [ "${ABI32}" -a `uname -m` = "x86_64" ] ; then
##############################################
funtools-1.4.7/.pc/Link-the-executables-against-libfuntools.so.patch/mklib-286-	    set ${OBJECTS}
funtools-1.4.7/.pc/Link-the-executables-against-libfuntools.so.patch/mklib:287:	    ABI32=`file $1 | grep 32-bit`
funtools-1.4.7/.pc/Link-the-executables-against-libfuntools.so.patch/mklib-288-	    if [ "${ABI32}" -a `uname -m` = "x86_64" ] ; then
##############################################
funtools-1.4.7/.pc/Link-the-executables-against-libfuntools.so.patch/mklib-360-		set ${OBJECTS}
funtools-1.4.7/.pc/Link-the-executables-against-libfuntools.so.patch/mklib:361:		ABI32=`file $1 | grep 32-bit`
funtools-1.4.7/.pc/Link-the-executables-against-libfuntools.so.patch/mklib-362-		if [ "${ABI32}" ] ; then
##############################################
funtools-1.4.7/.pc/Link-the-executables-against-libfuntools.so.patch/mklib-371-	    set ${OBJECTS}
funtools-1.4.7/.pc/Link-the-executables-against-libfuntools.so.patch/mklib:372:	    SPARCV9=`file $1 | grep SPARCV9`
funtools-1.4.7/.pc/Link-the-executables-against-libfuntools.so.patch/mklib-373-	    if [ "${SPARCV9}" ] ; then
##############################################
funtools-1.4.7/.pc/Link-the-executables-against-libfuntools.so.patch/mklib-463-    	    set ${OBJECTS}
funtools-1.4.7/.pc/Link-the-executables-against-libfuntools.so.patch/mklib:464:	    ABI_O32=`file $1 | grep 'ELF 32-bit'`
funtools-1.4.7/.pc/Link-the-executables-against-libfuntools.so.patch/mklib:465:	    ABI_N32=`file $1 | grep 'ELF N32'`
funtools-1.4.7/.pc/Link-the-executables-against-libfuntools.so.patch/mklib:466:	    ABI_N64=`file $1 | grep 'ELF 64-bit'`
funtools-1.4.7/.pc/Link-the-executables-against-libfuntools.so.patch/mklib-467-	    if [ "${ABI_O32}" ] ; then
##############################################
funtools-1.4.7/.pc/Link-the-executables-against-libfuntools.so.patch/mklib-528-    	set ${OBJECTS}
funtools-1.4.7/.pc/Link-the-executables-against-libfuntools.so.patch/mklib:529:	ABI_64=`file $1 | grep '64-bit'`
funtools-1.4.7/.pc/Link-the-executables-against-libfuntools.so.patch/mklib-530-	if [ "${ABI_64}" ] ; then
##############################################
funtools-1.4.7/.pc/Link-the-executables-against-libfuntools.so.patch/mklib-644-    	    set ${OBJECTS}
funtools-1.4.7/.pc/Link-the-executables-against-libfuntools.so.patch/mklib:645:            ABI_PPC=`file $1 | grep ' ppc'`
funtools-1.4.7/.pc/Link-the-executables-against-libfuntools.so.patch/mklib:646:            ABI_I386=`file $1 | grep ' i386'`
funtools-1.4.7/.pc/Link-the-executables-against-libfuntools.so.patch/mklib:647:            ABI_PPC64=`file $1 | grep ' ppc64'`
funtools-1.4.7/.pc/Link-the-executables-against-libfuntools.so.patch/mklib:648:            ABI_X86_64=`file $1 | grep ' x86_64'`
funtools-1.4.7/.pc/Link-the-executables-against-libfuntools.so.patch/mklib-649-            if [ "${ABI_PPC}" ] ; then
##############################################
funtools-1.4.7/.pc/Use-the-shared-libwcstools-package-instead-of-the-convien.patch/Makefile.in-430-	@if [ "$(LIB)" ] ; then \
funtools-1.4.7/.pc/Use-the-shared-libwcstools-package-instead-of-the-convien.patch/Makefile.in:431:	    XLIB=`basename $(LIB)`; \
funtools-1.4.7/.pc/Use-the-shared-libwcstools-package-instead-of-the-convien.patch/Makefile.in-432-	    echo "Installing $$XLIB"; \
##############################################
funtools-1.4.7/.pc/Use-the-shared-libwcstools-package-instead-of-the-convien.patch/Makefile.in-470-	    do \
funtools-1.4.7/.pc/Use-the-shared-libwcstools-package-instead-of-the-convien.patch/Makefile.in:471:		B=`basename $$i`; \
funtools-1.4.7/.pc/Use-the-shared-libwcstools-package-instead-of-the-convien.patch/Makefile.in:472:		E=`echo $$i | awk -F. '{print $$NF}'`; \
funtools-1.4.7/.pc/Use-the-shared-libwcstools-package-instead-of-the-convien.patch/Makefile.in-473-		M="$(MAN_INSTALL_DIR)/man$$E"; \
##############################################
funtools-1.4.7/.pc/Use-the-shared-libwcstools-package-instead-of-the-convien.patch/Makefile.in-492-	    do \
funtools-1.4.7/.pc/Use-the-shared-libwcstools-package-instead-of-the-convien.patch/Makefile.in:493:		B=`basename $$i`; \
funtools-1.4.7/.pc/Use-the-shared-libwcstools-package-instead-of-the-convien.patch/Makefile.in-494-		echo "Installing $$B" ; \
##############################################
funtools-1.4.7/.pc/Use-the-shared-libwcstools-package-instead-of-the-convien.patch/Makefile.in-595-		@($(RM) -r ofuntools.h; \
funtools-1.4.7/.pc/Use-the-shared-libwcstools-package-instead-of-the-convien.patch/Makefile.in:596:		MAJOR=`echo "${VERSION}" | awk -F. '{print $$1}'`; \
funtools-1.4.7/.pc/Use-the-shared-libwcstools-package-instead-of-the-convien.patch/Makefile.in:597:		MINOR=`echo "${VERSION}" | awk -F. '{print $$2}'`; \
funtools-1.4.7/.pc/Use-the-shared-libwcstools-package-instead-of-the-convien.patch/Makefile.in:598:		PATCH=`echo "${VERSION}" | awk -F. '{print $$3}'`; \
funtools-1.4.7/.pc/Use-the-shared-libwcstools-package-instead-of-the-convien.patch/Makefile.in-599-		sed "s/^#define FUN_VERSION.*/#define FUN_VERSION \"$(VERSION)\"/;s/^#define FUN_MAJOR_VERSION.*/#define FUN_MAJOR_VERSION $${MAJOR}/;s/^#define FUN_MINOR_VERSION.*/#define FUN_MINOR_VERSION $${MINOR}/;s/^#define FUN_PATCH_LEVEL.*/#define FUN_PATCH_LEVEL $${PATCH}/;" < funtools.h > nfuntools.h; \
##############################################
funtools-1.4.7/.pc/Build-the-Tcl-extension-as-a-shared-library.patch/Makefile.in-430-	@if [ "$(LIB)" ] ; then \
funtools-1.4.7/.pc/Build-the-Tcl-extension-as-a-shared-library.patch/Makefile.in:431:	    XLIB=`basename $(LIB)`; \
funtools-1.4.7/.pc/Build-the-Tcl-extension-as-a-shared-library.patch/Makefile.in-432-	    echo "Installing $$XLIB"; \
##############################################
funtools-1.4.7/.pc/Build-the-Tcl-extension-as-a-shared-library.patch/Makefile.in-470-	    do \
funtools-1.4.7/.pc/Build-the-Tcl-extension-as-a-shared-library.patch/Makefile.in:471:		B=`basename $$i`; \
funtools-1.4.7/.pc/Build-the-Tcl-extension-as-a-shared-library.patch/Makefile.in:472:		E=`echo $$i | awk -F. '{print $$NF}'`; \
funtools-1.4.7/.pc/Build-the-Tcl-extension-as-a-shared-library.patch/Makefile.in-473-		M="$(MAN_INSTALL_DIR)/man$$E"; \
##############################################
funtools-1.4.7/.pc/Build-the-Tcl-extension-as-a-shared-library.patch/Makefile.in-492-	    do \
funtools-1.4.7/.pc/Build-the-Tcl-extension-as-a-shared-library.patch/Makefile.in:493:		B=`basename $$i`; \
funtools-1.4.7/.pc/Build-the-Tcl-extension-as-a-shared-library.patch/Makefile.in-494-		echo "Installing $$B" ; \
##############################################
funtools-1.4.7/.pc/Build-the-Tcl-extension-as-a-shared-library.patch/Makefile.in-595-		@($(RM) -r ofuntools.h; \
funtools-1.4.7/.pc/Build-the-Tcl-extension-as-a-shared-library.patch/Makefile.in:596:		MAJOR=`echo "${VERSION}" | awk -F. '{print $$1}'`; \
funtools-1.4.7/.pc/Build-the-Tcl-extension-as-a-shared-library.patch/Makefile.in:597:		MINOR=`echo "${VERSION}" | awk -F. '{print $$2}'`; \
funtools-1.4.7/.pc/Build-the-Tcl-extension-as-a-shared-library.patch/Makefile.in:598:		PATCH=`echo "${VERSION}" | awk -F. '{print $$3}'`; \
funtools-1.4.7/.pc/Build-the-Tcl-extension-as-a-shared-library.patch/Makefile.in-599-		sed "s/^#define FUN_VERSION.*/#define FUN_VERSION \"$(VERSION)\"/;s/^#define FUN_MAJOR_VERSION.*/#define FUN_MAJOR_VERSION $${MAJOR}/;s/^#define FUN_MINOR_VERSION.*/#define FUN_MINOR_VERSION $${MINOR}/;s/^#define FUN_PATCH_LEVEL.*/#define FUN_PATCH_LEVEL $${PATCH}/;" < funtools.h > nfuntools.h; \
##############################################
funtools-1.4.7/.pc/Build-the-Tcl-extension-as-a-shared-library.patch/configure.ac-101-      fpic="yes"
funtools-1.4.7/.pc/Build-the-Tcl-extension-as-a-shared-library.patch/configure.ac:102:      if test `$CC -v -rdynamic 2>&1 | grep -c unrecognized` = "0" ; then
funtools-1.4.7/.pc/Build-the-Tcl-extension-as-a-shared-library.patch/configure.ac-103-        LDFLAGS="$LDFLAGS -rdynamic"
##############################################
funtools-1.4.7/.pc/Build-the-Tcl-extension-as-a-shared-library.patch/configure.ac-109-        fpic="yes"
funtools-1.4.7/.pc/Build-the-Tcl-extension-as-a-shared-library.patch/configure.ac:110:        if test `$CC -v -rdynamic 2>&1 | grep -c unrecognized` = "0" ; then
funtools-1.4.7/.pc/Build-the-Tcl-extension-as-a-shared-library.patch/configure.ac-111-          LDFLAGS="$LDFLAGS -rdynamic"
##############################################
funtools-1.4.7/.pc/Build-the-Tcl-extension-as-a-shared-library.patch/configure.ac-130-if test "$fun_ok" = "yes"; then
funtools-1.4.7/.pc/Build-the-Tcl-extension-as-a-shared-library.patch/configure.ac:131:if test "$CC" = "gcc" -o `$CC -v 2>&1 | grep -c gcc` != "0" ; then
funtools-1.4.7/.pc/Build-the-Tcl-extension-as-a-shared-library.patch/configure.ac-132-  using_dl="yes"
##############################################
funtools-1.4.7/.pc/Build-the-Tcl-extension-as-a-shared-library.patch/configure.ac-137-      fpic="yes"
funtools-1.4.7/.pc/Build-the-Tcl-extension-as-a-shared-library.patch/configure.ac:138:      if test `$CC -v -rdynamic 2>&1 | grep -c unrecognized` = "0" ; then
funtools-1.4.7/.pc/Build-the-Tcl-extension-as-a-shared-library.patch/configure.ac-139-        LDFLAGS="$LDFLAGS -rdynamic"
##############################################
funtools-1.4.7/.pc/Build-the-Tcl-extension-as-a-shared-library.patch/configure.ac-145-        fpic="yes"
funtools-1.4.7/.pc/Build-the-Tcl-extension-as-a-shared-library.patch/configure.ac:146:        if test `$CC -v -rdynamic 2>&1 | grep -c unrecognized` = "0" ; then
funtools-1.4.7/.pc/Build-the-Tcl-extension-as-a-shared-library.patch/configure.ac-147-          LDFLAGS="$LDFLAGS -rdynamic"
##############################################
funtools-1.4.7/.pc/Build-the-Tcl-extension-as-a-shared-library.patch/configure.ac-166-AC_MSG_CHECKING([for setting fpu in double rounding mode (with gcc) ])
funtools-1.4.7/.pc/Build-the-Tcl-extension-as-a-shared-library.patch/configure.ac:167:if test "$CC" = "gcc" -o `$CC -v 2>&1 | grep -c gcc` != "0" ; then
funtools-1.4.7/.pc/Build-the-Tcl-extension-as-a-shared-library.patch/configure.ac-168-  using_fpu_double="yes"
##############################################
funtools-1.4.7/.pc/Build-the-Tcl-extension-as-a-shared-library.patch/configure.ac-234-	LDFLAGS="$LDFLAGS $CFLAGS"
funtools-1.4.7/.pc/Build-the-Tcl-extension-as-a-shared-library.patch/configure.ac:235:        G=`$CC -v 2>&1 | grep version | awk '{print $3}' | awk -F. '{print $1$2}'`
funtools-1.4.7/.pc/Build-the-Tcl-extension-as-a-shared-library.patch/configure.ac-236-        if test x"$G" != x -a "$G" -lt 42; then
##############################################
funtools-1.4.7/.pc/Build-the-Tcl-extension-as-a-shared-library.patch/configure.ac-247-        if test x"$fpic" = x"yes" ; then
funtools-1.4.7/.pc/Build-the-Tcl-extension-as-a-shared-library.patch/configure.ac:248:          if test "$CC" = "gcc" -o `$CC -v 2>&1 | grep -c gcc` != "0" ; then
funtools-1.4.7/.pc/Build-the-Tcl-extension-as-a-shared-library.patch/configure.ac-249-	    CFLAGS="$CFLAGS -fPIC"
##############################################
funtools-1.4.7/.pc/Copy-files-to-the-correct-destinations-according-to-multi.patch/Makefile.in-442-	@if [ "$(LIB)" ] ; then \
funtools-1.4.7/.pc/Copy-files-to-the-correct-destinations-according-to-multi.patch/Makefile.in:443:	    XLIB=`basename $(LIB)`; \
funtools-1.4.7/.pc/Copy-files-to-the-correct-destinations-according-to-multi.patch/Makefile.in-444-	    echo "Installing $$XLIB"; \
##############################################
funtools-1.4.7/.pc/Copy-files-to-the-correct-destinations-according-to-multi.patch/Makefile.in-482-	    do \
funtools-1.4.7/.pc/Copy-files-to-the-correct-destinations-according-to-multi.patch/Makefile.in:483:		B=`basename $$i`; \
funtools-1.4.7/.pc/Copy-files-to-the-correct-destinations-according-to-multi.patch/Makefile.in:484:		E=`echo $$i | awk -F. '{print $$NF}'`; \
funtools-1.4.7/.pc/Copy-files-to-the-correct-destinations-according-to-multi.patch/Makefile.in-485-		M="$(MAN_INSTALL_DIR)/man$$E"; \
##############################################
funtools-1.4.7/.pc/Copy-files-to-the-correct-destinations-according-to-multi.patch/Makefile.in-504-	    do \
funtools-1.4.7/.pc/Copy-files-to-the-correct-destinations-according-to-multi.patch/Makefile.in:505:		B=`basename $$i`; \
funtools-1.4.7/.pc/Copy-files-to-the-correct-destinations-according-to-multi.patch/Makefile.in-506-		echo "Installing $$B" ; \
##############################################
funtools-1.4.7/.pc/Copy-files-to-the-correct-destinations-according-to-multi.patch/Makefile.in-607-		@($(RM) -r ofuntools.h; \
funtools-1.4.7/.pc/Copy-files-to-the-correct-destinations-according-to-multi.patch/Makefile.in:608:		MAJOR=`echo "${VERSION}" | awk -F. '{print $$1}'`; \
funtools-1.4.7/.pc/Copy-files-to-the-correct-destinations-according-to-multi.patch/Makefile.in:609:		MINOR=`echo "${VERSION}" | awk -F. '{print $$2}'`; \
funtools-1.4.7/.pc/Copy-files-to-the-correct-destinations-according-to-multi.patch/Makefile.in:610:		PATCH=`echo "${VERSION}" | awk -F. '{print $$3}'`; \
funtools-1.4.7/.pc/Copy-files-to-the-correct-destinations-according-to-multi.patch/Makefile.in-611-		sed "s/^#define FUN_VERSION.*/#define FUN_VERSION \"$(VERSION)\"/;s/^#define FUN_MAJOR_VERSION.*/#define FUN_MAJOR_VERSION $${MAJOR}/;s/^#define FUN_MINOR_VERSION.*/#define FUN_MINOR_VERSION $${MINOR}/;s/^#define FUN_PATCH_LEVEL.*/#define FUN_PATCH_LEVEL $${PATCH}/;" < funtools.h > nfuntools.h; \
##############################################
funtools-1.4.7/.pc/Sort-object-files.patch/Makefile.in-442-	@if [ "$(LIB)" ] ; then \
funtools-1.4.7/.pc/Sort-object-files.patch/Makefile.in:443:	    XLIB=`basename $(LIB)`; \
funtools-1.4.7/.pc/Sort-object-files.patch/Makefile.in-444-	    echo "Installing $$XLIB"; \
##############################################
funtools-1.4.7/.pc/Sort-object-files.patch/Makefile.in-482-	    do \
funtools-1.4.7/.pc/Sort-object-files.patch/Makefile.in:483:		B=`basename $$i`; \
funtools-1.4.7/.pc/Sort-object-files.patch/Makefile.in:484:		E=`echo $$i | awk -F. '{print $$NF}'`; \
funtools-1.4.7/.pc/Sort-object-files.patch/Makefile.in-485-		M="$(MAN_INSTALL_DIR)/man$$E"; \
##############################################
funtools-1.4.7/.pc/Sort-object-files.patch/Makefile.in-504-	    do \
funtools-1.4.7/.pc/Sort-object-files.patch/Makefile.in:505:		B=`basename $$i`; \
funtools-1.4.7/.pc/Sort-object-files.patch/Makefile.in-506-		echo "Installing $$B" ; \
##############################################
funtools-1.4.7/.pc/Sort-object-files.patch/Makefile.in-607-		@($(RM) -r ofuntools.h; \
funtools-1.4.7/.pc/Sort-object-files.patch/Makefile.in:608:		MAJOR=`echo "${VERSION}" | awk -F. '{print $$1}'`; \
funtools-1.4.7/.pc/Sort-object-files.patch/Makefile.in:609:		MINOR=`echo "${VERSION}" | awk -F. '{print $$2}'`; \
funtools-1.4.7/.pc/Sort-object-files.patch/Makefile.in:610:		PATCH=`echo "${VERSION}" | awk -F. '{print $$3}'`; \
funtools-1.4.7/.pc/Sort-object-files.patch/Makefile.in-611-		sed "s/^#define FUN_VERSION.*/#define FUN_VERSION \"$(VERSION)\"/;s/^#define FUN_MAJOR_VERSION.*/#define FUN_MAJOR_VERSION $${MAJOR}/;s/^#define FUN_MINOR_VERSION.*/#define FUN_MINOR_VERSION $${MINOR}/;s/^#define FUN_PATCH_LEVEL.*/#define FUN_PATCH_LEVEL $${PATCH}/;" < funtools.h > nfuntools.h; \
##############################################
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/configure.ac-101-      fpic="yes"
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/configure.ac:102:      if test `$CC -v -rdynamic 2>&1 | grep -c unrecognized` = "0" ; then
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/configure.ac-103-        LDFLAGS="$LDFLAGS -rdynamic"
##############################################
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/configure.ac-109-        fpic="yes"
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/configure.ac:110:        if test `$CC -v -rdynamic 2>&1 | grep -c unrecognized` = "0" ; then
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/configure.ac-111-          LDFLAGS="$LDFLAGS -rdynamic"
##############################################
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/configure.ac-130-if test "$fun_ok" = "yes"; then
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/configure.ac:131:if test "$CC" = "gcc" -o `$CC -v 2>&1 | grep -c gcc` != "0" ; then
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/configure.ac-132-  using_dl="yes"
##############################################
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/configure.ac-137-      fpic="yes"
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/configure.ac:138:      if test `$CC -v -rdynamic 2>&1 | grep -c unrecognized` = "0" ; then
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/configure.ac-139-        LDFLAGS="$LDFLAGS -rdynamic"
##############################################
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/configure.ac-145-        fpic="yes"
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/configure.ac:146:        if test `$CC -v -rdynamic 2>&1 | grep -c unrecognized` = "0" ; then
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/configure.ac-147-          LDFLAGS="$LDFLAGS -rdynamic"
##############################################
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/configure.ac-166-AC_MSG_CHECKING([for setting fpu in double rounding mode (with gcc) ])
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/configure.ac:167:if test "$CC" = "gcc" -o `$CC -v 2>&1 | grep -c gcc` != "0" ; then
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/configure.ac-168-  using_fpu_double="yes"
##############################################
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/configure.ac-237-	LDFLAGS="$LDFLAGS $CFLAGS"
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/configure.ac:238:        G=`$CC -v 2>&1 | grep version | awk '{print $3}' | awk -F. '{print $1$2}'`
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/configure.ac-239-        if test x"$G" != x -a "$G" -lt 42; then
##############################################
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/configure.ac-250-        if test x"$fpic" = x"yes" ; then
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/configure.ac:251:          if test "$CC" = "gcc" -o `$CC -v 2>&1 | grep -c gcc` != "0" ; then
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/configure.ac-252-	    CFLAGS="$CFLAGS -fPIC"
##############################################
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/filter/configure.ac-102-AC_MSG_CHECKING([for dynamic loading (with gcc) ])
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/filter/configure.ac:103:if test "$CC" = "gcc" -o `$CC -v 2>&1 | grep -c gcc` != "0" ; then
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/filter/configure.ac-104-  using_dl="yes"
##############################################
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/filter/configure.ac-109-    EXTRA_LIBS="$EXTRA_LIBS -ldl"  
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/filter/configure.ac:110:    if test `$CC -v -rdynamic 2>&1 | grep -c unrecognized` = "0" ; then
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/filter/configure.ac-111-      LDFLAGS="$LDFLAGS -rdynamic"
##############################################
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/filter/configure.ac-117-      fpic="yes"
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/filter/configure.ac:118:      if test `$CC -v -rdynamic 2>&1 | grep -c unrecognized` = "0" ; then
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/filter/configure.ac-119-        LDFLAGS="$LDFLAGS -rdynamic"
##############################################
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/filter/configure.ac-134-AC_MSG_CHECKING([for setting fpu in double rounding mode (with gcc) ])
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/filter/configure.ac:135:if test "$CC" = "gcc" -o `$CC -v 2>&1 | grep -c gcc` != "0" ; then
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/filter/configure.ac-136-  using_fpu_double="yes"
##############################################
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/filter/configure.ac-168-	LDFLAGS="$LDFLAGS $CFLAGS"
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/filter/configure.ac:169:        G=`$CC -v 2>&1 | grep version | awk '{print $3}' | awk -F. '{print $1$2}'`
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/filter/configure.ac-170-        if test x"$G" != x -a "$G" -lt 42; then
##############################################
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/filter/configure.ac-182-        if test x"$fpic" = x"yes" ; then
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/filter/configure.ac:183:          if test "$CC" = "gcc" -o `$CC -v 2>&1 | grep -c gcc` != "0" ; then
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/filter/configure.ac-184-	    CFLAGS="$CFLAGS -fPIC"
##############################################
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/fitsy/configure.ac-89-AC_MSG_CHECKING([for dynamic loading (with gcc) ])
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/fitsy/configure.ac:90:if test "$CC" = "gcc" -o `$CC -v 2>&1 | grep -c gcc` != "0" ; then
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/fitsy/configure.ac-91-  using_dl="yes"
##############################################
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/fitsy/configure.ac-96-    EXTRA_LIBS="$EXTRA_LIBS -ldl"  
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/fitsy/configure.ac:97:    if test `$CC -v -rdynamic 2>&1 | grep -c unrecognized` = "0" ; then
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/fitsy/configure.ac-98-      LDFLAGS="$LDFLAGS -rdynamic"
##############################################
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/fitsy/configure.ac-104-      fpic="yes"
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/fitsy/configure.ac:105:      if test `$CC -v -rdynamic 2>&1 | grep -c unrecognized` = "0" ; then
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/fitsy/configure.ac-106-        LDFLAGS="$LDFLAGS -rdynamic"
##############################################
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/fitsy/configure.ac-136-	LDFLAGS="$LDFLAGS $CFLAGS"
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/fitsy/configure.ac:137:        G=`$CC -v 2>&1 | grep version | awk '{print $3}' | awk -F. '{print $1$2}'`
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/fitsy/configure.ac-138-        if test x"$G" != x -a "$G" -lt 42; then
##############################################
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/fitsy/configure.ac-150-        if test x"$fpic" = x"yes" ; then
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/fitsy/configure.ac:151:          if test "$CC" = "gcc" -o `$CC -v 2>&1 | grep -c gcc` != "0" ; then
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/fitsy/configure.ac-152-	    CFLAGS="$CFLAGS -fPIC"
##############################################
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/util/configure.ac-95-AC_MSG_CHECKING([for dynamic loading (with gcc) ])
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/util/configure.ac:96:if test "$CC" = "gcc" -o `$CC -v 2>&1 | grep -c gcc` != "0" ; then
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/util/configure.ac-97-  using_dl="yes"
##############################################
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/util/configure.ac-102-    EXTRA_LIBS="$EXTRA_LIBS -ldl"  
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/util/configure.ac:103:    if test `$CC -v -rdynamic 2>&1 | grep -c unrecognized` = "0" ; then
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/util/configure.ac-104-      LDFLAGS="$LDFLAGS -rdynamic"
##############################################
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/util/configure.ac-110-      fpic="yes"
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/util/configure.ac:111:      if test `$CC -v -rdynamic 2>&1 | grep -c unrecognized` = "0" ; then
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/util/configure.ac-112-        LDFLAGS="$LDFLAGS -rdynamic"
##############################################
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/util/configure.ac-164-	LDFLAGS="$LDFLAGS $CFLAGS"
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/util/configure.ac:165:        G=`$CC -v 2>&1 | grep version | awk '{print $3}' | awk -F. '{print $1$2}'`
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/util/configure.ac-166-        if test x"$G" != x -a "$G" -lt 42; then
##############################################
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/util/configure.ac-178-        if test x"$fpic" = x"yes" ; then
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/util/configure.ac:179:          if test "$CC" = "gcc" -o `$CC -v 2>&1 | grep -c gcc` != "0" ; then
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/util/configure.ac-180-	    CFLAGS="$CFLAGS -fPIC"
##############################################
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/wcs/configure.ac-94-AC_MSG_CHECKING([for dynamic loading (with gcc) ])
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/wcs/configure.ac:95:if test "$CC" = "gcc" -o `$CC -v 2>&1 | grep -c gcc` != "0" ; then
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/wcs/configure.ac-96-  using_dl="yes"
##############################################
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/wcs/configure.ac-101-    EXTRA_LIBS="$EXTRA_LIBS -ldl"  
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/wcs/configure.ac:102:    if test `$CC -v -rdynamic 2>&1 | grep -c unrecognized` = "0" ; then
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/wcs/configure.ac-103-      LDFLAGS="$LDFLAGS -rdynamic"
##############################################
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/wcs/configure.ac-109-      fpic="yes"
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/wcs/configure.ac:110:      if test `$CC -v -rdynamic 2>&1 | grep -c unrecognized` = "0" ; then
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/wcs/configure.ac-111-        LDFLAGS="$LDFLAGS -rdynamic"
##############################################
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/wcs/configure.ac-143-	LDFLAGS="$LDFLAGS $CFLAGS"
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/wcs/configure.ac:144:        G=`$CC -v 2>&1 | grep version | awk '{print $3}' | awk -F. '{print $1$2}'`
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/wcs/configure.ac-145-        if test x"$G" != x -a "$G" -lt 42; then
##############################################
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/wcs/configure.ac-157-        if test x"$fpic" = x"yes" ; then
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/wcs/configure.ac:158:          if test "$CC" = "gcc" -o `$CC -v 2>&1 | grep -c gcc` != "0" ; then
funtools-1.4.7/.pc/Fix-missing-template-in-AC_DEFINE.patch/wcs/configure.ac-159-	    CFLAGS="$CFLAGS -fPIC"
##############################################
funtools-1.4.7/.pc/Let-failing-mklibs-fail-the-build.patch/Makefile.in-235-		CC='$(CC)' CXX=$(CXX) \
funtools-1.4.7/.pc/Let-failing-mklibs-fail-the-build.patch/Makefile.in:236:		./mklib -o $(PACKAGE) -ldl $(WCS_LIBS) -lm -lz `LC_ALL=C ls $(PACKAGE)tmp/*.o`; \
funtools-1.4.7/.pc/Let-failing-mklibs-fail-the-build.patch/Makefile.in-237-		rm -rf $(PACKAGE)tmp;)
##############################################
funtools-1.4.7/.pc/Let-failing-mklibs-fail-the-build.patch/Makefile.in-247-		CC='$(CC)' CXX='$(CXX)' \
funtools-1.4.7/.pc/Let-failing-mklibs-fail-the-build.patch/Makefile.in:248:		./mklib -o $(PACKAGE)MainLib -L. -lfuntools `LC_ALL=C ls $(PACKAGE)tmp/*.o`;\
funtools-1.4.7/.pc/Let-failing-mklibs-fail-the-build.patch/Makefile.in-249-		rm -rf $(PACKAGE)tmp;)
##############################################
funtools-1.4.7/.pc/Let-failing-mklibs-fail-the-build.patch/Makefile.in-258-		CC='$(CC)' CXX='$(CXX)' \
funtools-1.4.7/.pc/Let-failing-mklibs-fail-the-build.patch/Makefile.in:259:		./mklib -o tclfun -L. -lfuntools `LC_ALL=C ls $(PACKAGE)tmp/*.o` $(TCL_LIBS); \
funtools-1.4.7/.pc/Let-failing-mklibs-fail-the-build.patch/Makefile.in-260-		rm -rf $(PACKAGE)tmp; \
##############################################
funtools-1.4.7/.pc/Let-failing-mklibs-fail-the-build.patch/Makefile.in-442-	@if [ "$(LIB)" ] ; then \
funtools-1.4.7/.pc/Let-failing-mklibs-fail-the-build.patch/Makefile.in:443:	    XLIB=`basename $(LIB)`; \
funtools-1.4.7/.pc/Let-failing-mklibs-fail-the-build.patch/Makefile.in-444-	    echo "Installing $$XLIB"; \
##############################################
funtools-1.4.7/.pc/Let-failing-mklibs-fail-the-build.patch/Makefile.in-482-	    do \
funtools-1.4.7/.pc/Let-failing-mklibs-fail-the-build.patch/Makefile.in:483:		B=`basename $$i`; \
funtools-1.4.7/.pc/Let-failing-mklibs-fail-the-build.patch/Makefile.in:484:		E=`echo $$i | awk -F. '{print $$NF}'`; \
funtools-1.4.7/.pc/Let-failing-mklibs-fail-the-build.patch/Makefile.in-485-		M="$(MAN_INSTALL_DIR)/man$$E"; \
##############################################
funtools-1.4.7/.pc/Let-failing-mklibs-fail-the-build.patch/Makefile.in-504-	    do \
funtools-1.4.7/.pc/Let-failing-mklibs-fail-the-build.patch/Makefile.in:505:		B=`basename $$i`; \
funtools-1.4.7/.pc/Let-failing-mklibs-fail-the-build.patch/Makefile.in-506-		echo "Installing $$B" ; \
##############################################
funtools-1.4.7/.pc/Let-failing-mklibs-fail-the-build.patch/Makefile.in-607-		@($(RM) -r ofuntools.h; \
funtools-1.4.7/.pc/Let-failing-mklibs-fail-the-build.patch/Makefile.in:608:		MAJOR=`echo "${VERSION}" | awk -F. '{print $$1}'`; \
funtools-1.4.7/.pc/Let-failing-mklibs-fail-the-build.patch/Makefile.in:609:		MINOR=`echo "${VERSION}" | awk -F. '{print $$2}'`; \
funtools-1.4.7/.pc/Let-failing-mklibs-fail-the-build.patch/Makefile.in:610:		PATCH=`echo "${VERSION}" | awk -F. '{print $$3}'`; \
funtools-1.4.7/.pc/Let-failing-mklibs-fail-the-build.patch/Makefile.in-611-		sed "s/^#define FUN_VERSION.*/#define FUN_VERSION \"$(VERSION)\"/;s/^#define FUN_MAJOR_VERSION.*/#define FUN_MAJOR_VERSION $${MAJOR}/;s/^#define FUN_MINOR_VERSION.*/#define FUN_MINOR_VERSION $${MINOR}/;s/^#define FUN_PATCH_LEVEL.*/#define FUN_PATCH_LEVEL $${PATCH}/;" < funtools.h > nfuntools.h; \
##############################################
funtools-1.4.7/.pc/Let-failing-mklibs-fail-the-build.patch/mklib-232-	    set ${OBJECTS}
funtools-1.4.7/.pc/Let-failing-mklibs-fail-the-build.patch/mklib:233:	    ABI32=`file $1 | grep 32-bit`
funtools-1.4.7/.pc/Let-failing-mklibs-fail-the-build.patch/mklib-234-	    if [ "${ABI32}" -a `uname -m` = "x86_64" ] ; then
##############################################
funtools-1.4.7/.pc/Let-failing-mklibs-fail-the-build.patch/mklib-285-	    set ${OBJECTS}
funtools-1.4.7/.pc/Let-failing-mklibs-fail-the-build.patch/mklib:286:	    ABI32=`file $1 | grep 32-bit`
funtools-1.4.7/.pc/Let-failing-mklibs-fail-the-build.patch/mklib-287-	    if [ "${ABI32}" -a `uname -m` = "x86_64" ] ; then
##############################################
funtools-1.4.7/.pc/Let-failing-mklibs-fail-the-build.patch/mklib-359-		set ${OBJECTS}
funtools-1.4.7/.pc/Let-failing-mklibs-fail-the-build.patch/mklib:360:		ABI32=`file $1 | grep 32-bit`
funtools-1.4.7/.pc/Let-failing-mklibs-fail-the-build.patch/mklib-361-		if [ "${ABI32}" ] ; then
##############################################
funtools-1.4.7/.pc/Let-failing-mklibs-fail-the-build.patch/mklib-370-	    set ${OBJECTS}
funtools-1.4.7/.pc/Let-failing-mklibs-fail-the-build.patch/mklib:371:	    SPARCV9=`file $1 | grep SPARCV9`
funtools-1.4.7/.pc/Let-failing-mklibs-fail-the-build.patch/mklib-372-	    if [ "${SPARCV9}" ] ; then
##############################################
funtools-1.4.7/.pc/Let-failing-mklibs-fail-the-build.patch/mklib-462-    	    set ${OBJECTS}
funtools-1.4.7/.pc/Let-failing-mklibs-fail-the-build.patch/mklib:463:	    ABI_O32=`file $1 | grep 'ELF 32-bit'`
funtools-1.4.7/.pc/Let-failing-mklibs-fail-the-build.patch/mklib:464:	    ABI_N32=`file $1 | grep 'ELF N32'`
funtools-1.4.7/.pc/Let-failing-mklibs-fail-the-build.patch/mklib:465:	    ABI_N64=`file $1 | grep 'ELF 64-bit'`
funtools-1.4.7/.pc/Let-failing-mklibs-fail-the-build.patch/mklib-466-	    if [ "${ABI_O32}" ] ; then
##############################################
funtools-1.4.7/.pc/Let-failing-mklibs-fail-the-build.patch/mklib-527-    	set ${OBJECTS}
funtools-1.4.7/.pc/Let-failing-mklibs-fail-the-build.patch/mklib:528:	ABI_64=`file $1 | grep '64-bit'`
funtools-1.4.7/.pc/Let-failing-mklibs-fail-the-build.patch/mklib-529-	if [ "${ABI_64}" ] ; then
##############################################
funtools-1.4.7/.pc/Let-failing-mklibs-fail-the-build.patch/mklib-643-    	    set ${OBJECTS}
funtools-1.4.7/.pc/Let-failing-mklibs-fail-the-build.patch/mklib:644:            ABI_PPC=`file $1 | grep ' ppc'`
funtools-1.4.7/.pc/Let-failing-mklibs-fail-the-build.patch/mklib:645:            ABI_I386=`file $1 | grep ' i386'`
funtools-1.4.7/.pc/Let-failing-mklibs-fail-the-build.patch/mklib:646:            ABI_PPC64=`file $1 | grep ' ppc64'`
funtools-1.4.7/.pc/Let-failing-mklibs-fail-the-build.patch/mklib:647:            ABI_X86_64=`file $1 | grep ' x86_64'`
funtools-1.4.7/.pc/Let-failing-mklibs-fail-the-build.patch/mklib-648-            if [ "${ABI_PPC}" ] ; then
##############################################
funtools-1.4.7/.pc/mklib-clean-up-abi-flags-for-x86-targets.patch/mklib-233-	    set ${OBJECTS}
funtools-1.4.7/.pc/mklib-clean-up-abi-flags-for-x86-targets.patch/mklib:234:	    ABI32=`file $1 | grep 32-bit`
funtools-1.4.7/.pc/mklib-clean-up-abi-flags-for-x86-targets.patch/mklib-235-	    if [ "${ABI32}" -a `uname -m` = "x86_64" ] ; then
##############################################
funtools-1.4.7/.pc/mklib-clean-up-abi-flags-for-x86-targets.patch/mklib-286-	    set ${OBJECTS}
funtools-1.4.7/.pc/mklib-clean-up-abi-flags-for-x86-targets.patch/mklib:287:	    ABI32=`file $1 | grep 32-bit`
funtools-1.4.7/.pc/mklib-clean-up-abi-flags-for-x86-targets.patch/mklib-288-	    if [ "${ABI32}" -a `uname -m` = "x86_64" ] ; then
##############################################
funtools-1.4.7/.pc/mklib-clean-up-abi-flags-for-x86-targets.patch/mklib-360-		set ${OBJECTS}
funtools-1.4.7/.pc/mklib-clean-up-abi-flags-for-x86-targets.patch/mklib:361:		ABI32=`file $1 | grep 32-bit`
funtools-1.4.7/.pc/mklib-clean-up-abi-flags-for-x86-targets.patch/mklib-362-		if [ "${ABI32}" ] ; then
##############################################
funtools-1.4.7/.pc/mklib-clean-up-abi-flags-for-x86-targets.patch/mklib-371-	    set ${OBJECTS}
funtools-1.4.7/.pc/mklib-clean-up-abi-flags-for-x86-targets.patch/mklib:372:	    SPARCV9=`file $1 | grep SPARCV9`
funtools-1.4.7/.pc/mklib-clean-up-abi-flags-for-x86-targets.patch/mklib-373-	    if [ "${SPARCV9}" ] ; then
##############################################
funtools-1.4.7/.pc/mklib-clean-up-abi-flags-for-x86-targets.patch/mklib-463-    	    set ${OBJECTS}
funtools-1.4.7/.pc/mklib-clean-up-abi-flags-for-x86-targets.patch/mklib:464:	    ABI_O32=`file $1 | grep 'ELF 32-bit'`
funtools-1.4.7/.pc/mklib-clean-up-abi-flags-for-x86-targets.patch/mklib:465:	    ABI_N32=`file $1 | grep 'ELF N32'`
funtools-1.4.7/.pc/mklib-clean-up-abi-flags-for-x86-targets.patch/mklib:466:	    ABI_N64=`file $1 | grep 'ELF 64-bit'`
funtools-1.4.7/.pc/mklib-clean-up-abi-flags-for-x86-targets.patch/mklib-467-	    if [ "${ABI_O32}" ] ; then
##############################################
funtools-1.4.7/.pc/mklib-clean-up-abi-flags-for-x86-targets.patch/mklib-528-    	set ${OBJECTS}
funtools-1.4.7/.pc/mklib-clean-up-abi-flags-for-x86-targets.patch/mklib:529:	ABI_64=`file $1 | grep '64-bit'`
funtools-1.4.7/.pc/mklib-clean-up-abi-flags-for-x86-targets.patch/mklib-530-	if [ "${ABI_64}" ] ; then
##############################################
funtools-1.4.7/.pc/mklib-clean-up-abi-flags-for-x86-targets.patch/mklib-644-    	    set ${OBJECTS}
funtools-1.4.7/.pc/mklib-clean-up-abi-flags-for-x86-targets.patch/mklib:645:            ABI_PPC=`file $1 | grep ' ppc'`
funtools-1.4.7/.pc/mklib-clean-up-abi-flags-for-x86-targets.patch/mklib:646:            ABI_I386=`file $1 | grep ' i386'`
funtools-1.4.7/.pc/mklib-clean-up-abi-flags-for-x86-targets.patch/mklib:647:            ABI_PPC64=`file $1 | grep ' ppc64'`
funtools-1.4.7/.pc/mklib-clean-up-abi-flags-for-x86-targets.patch/mklib:648:            ABI_X86_64=`file $1 | grep ' x86_64'`
funtools-1.4.7/.pc/mklib-clean-up-abi-flags-for-x86-targets.patch/mklib-649-            if [ "${ABI_PPC}" ] ; then
##############################################
funtools-1.4.7/.pc/Correct-mklib-calls-to-fix-FTCFBFS.patch/Makefile.in-235-		CC='$(CC)' CXX=$(CXX) \
funtools-1.4.7/.pc/Correct-mklib-calls-to-fix-FTCFBFS.patch/Makefile.in:236:		./mklib -o $(PACKAGE) -ldl $(WCS_LIBS) -lm -lz `LC_ALL=C ls $(PACKAGE)tmp/*.o`
funtools-1.4.7/.pc/Correct-mklib-calls-to-fix-FTCFBFS.patch/Makefile.in-237-		rm -rf $(PACKAGE)tmp
##############################################
funtools-1.4.7/.pc/Correct-mklib-calls-to-fix-FTCFBFS.patch/Makefile.in-247-		CC='$(CC)' CXX='$(CXX)' \
funtools-1.4.7/.pc/Correct-mklib-calls-to-fix-FTCFBFS.patch/Makefile.in:248:		./mklib -o $(PACKAGE)MainLib -L. -lfuntools `LC_ALL=C ls $(PACKAGE)tmp/*.o`
funtools-1.4.7/.pc/Correct-mklib-calls-to-fix-FTCFBFS.patch/Makefile.in-249-		rm -rf $(PACKAGE)tmp
##############################################
funtools-1.4.7/.pc/Correct-mklib-calls-to-fix-FTCFBFS.patch/Makefile.in-258-		CC='$(CC)' CXX='$(CXX)' \
funtools-1.4.7/.pc/Correct-mklib-calls-to-fix-FTCFBFS.patch/Makefile.in:259:		./mklib -o tclfun -L. -lfuntools `LC_ALL=C ls $(PACKAGE)tmp/*.o` $(TCL_LIBS)
funtools-1.4.7/.pc/Correct-mklib-calls-to-fix-FTCFBFS.patch/Makefile.in-260-		rm -rf $(PACKAGE)tmp
##############################################
funtools-1.4.7/.pc/Correct-mklib-calls-to-fix-FTCFBFS.patch/Makefile.in-442-	@if [ "$(LIB)" ] ; then \
funtools-1.4.7/.pc/Correct-mklib-calls-to-fix-FTCFBFS.patch/Makefile.in:443:	    XLIB=`basename $(LIB)`; \
funtools-1.4.7/.pc/Correct-mklib-calls-to-fix-FTCFBFS.patch/Makefile.in-444-	    echo "Installing $$XLIB"; \
##############################################
funtools-1.4.7/.pc/Correct-mklib-calls-to-fix-FTCFBFS.patch/Makefile.in-482-	    do \
funtools-1.4.7/.pc/Correct-mklib-calls-to-fix-FTCFBFS.patch/Makefile.in:483:		B=`basename $$i`; \
funtools-1.4.7/.pc/Correct-mklib-calls-to-fix-FTCFBFS.patch/Makefile.in:484:		E=`echo $$i | awk -F. '{print $$NF}'`; \
funtools-1.4.7/.pc/Correct-mklib-calls-to-fix-FTCFBFS.patch/Makefile.in-485-		M="$(MAN_INSTALL_DIR)/man$$E"; \
##############################################
funtools-1.4.7/.pc/Correct-mklib-calls-to-fix-FTCFBFS.patch/Makefile.in-504-	    do \
funtools-1.4.7/.pc/Correct-mklib-calls-to-fix-FTCFBFS.patch/Makefile.in:505:		B=`basename $$i`; \
funtools-1.4.7/.pc/Correct-mklib-calls-to-fix-FTCFBFS.patch/Makefile.in-506-		echo "Installing $$B" ; \
##############################################
funtools-1.4.7/.pc/Correct-mklib-calls-to-fix-FTCFBFS.patch/Makefile.in-607-		@($(RM) -r ofuntools.h; \
funtools-1.4.7/.pc/Correct-mklib-calls-to-fix-FTCFBFS.patch/Makefile.in:608:		MAJOR=`echo "${VERSION}" | awk -F. '{print $$1}'`; \
funtools-1.4.7/.pc/Correct-mklib-calls-to-fix-FTCFBFS.patch/Makefile.in:609:		MINOR=`echo "${VERSION}" | awk -F. '{print $$2}'`; \
funtools-1.4.7/.pc/Correct-mklib-calls-to-fix-FTCFBFS.patch/Makefile.in:610:		PATCH=`echo "${VERSION}" | awk -F. '{print $$3}'`; \
funtools-1.4.7/.pc/Correct-mklib-calls-to-fix-FTCFBFS.patch/Makefile.in-611-		sed "s/^#define FUN_VERSION.*/#define FUN_VERSION \"$(VERSION)\"/;s/^#define FUN_MAJOR_VERSION.*/#define FUN_MAJOR_VERSION $${MAJOR}/;s/^#define FUN_MINOR_VERSION.*/#define FUN_MINOR_VERSION $${MINOR}/;s/^#define FUN_PATCH_LEVEL.*/#define FUN_PATCH_LEVEL $${PATCH}/;" < funtools.h > nfuntools.h; \
##############################################
funtools-1.4.7/configure.ac-101-      fpic="yes"
funtools-1.4.7/configure.ac:102:      if test `$CC -v -rdynamic 2>&1 | grep -c unrecognized` = "0" ; then
funtools-1.4.7/configure.ac-103-        LDFLAGS="$LDFLAGS -rdynamic"
##############################################
funtools-1.4.7/configure.ac-109-        fpic="yes"
funtools-1.4.7/configure.ac:110:        if test `$CC -v -rdynamic 2>&1 | grep -c unrecognized` = "0" ; then
funtools-1.4.7/configure.ac-111-          LDFLAGS="$LDFLAGS -rdynamic"
##############################################
funtools-1.4.7/configure.ac-130-if test "$fun_ok" = "yes"; then
funtools-1.4.7/configure.ac:131:if test "$CC" = "gcc" -o `$CC -v 2>&1 | grep -c gcc` != "0" ; then
funtools-1.4.7/configure.ac-132-  using_dl="yes"
##############################################
funtools-1.4.7/configure.ac-137-      fpic="yes"
funtools-1.4.7/configure.ac:138:      if test `$CC -v -rdynamic 2>&1 | grep -c unrecognized` = "0" ; then
funtools-1.4.7/configure.ac-139-        LDFLAGS="$LDFLAGS -rdynamic"
##############################################
funtools-1.4.7/configure.ac-145-        fpic="yes"
funtools-1.4.7/configure.ac:146:        if test `$CC -v -rdynamic 2>&1 | grep -c unrecognized` = "0" ; then
funtools-1.4.7/configure.ac-147-          LDFLAGS="$LDFLAGS -rdynamic"
##############################################
funtools-1.4.7/configure.ac-166-AC_MSG_CHECKING([for setting fpu in double rounding mode (with gcc) ])
funtools-1.4.7/configure.ac:167:if test "$CC" = "gcc" -o `$CC -v 2>&1 | grep -c gcc` != "0" ; then
funtools-1.4.7/configure.ac-168-  using_fpu_double="yes"
##############################################
funtools-1.4.7/configure.ac-237-	LDFLAGS="$LDFLAGS $CFLAGS"
funtools-1.4.7/configure.ac:238:        G=`$CC -v 2>&1 | grep version | awk '{print $3}' | awk -F. '{print $1$2}'`
funtools-1.4.7/configure.ac-239-        if test x"$G" != x -a "$G" -lt 42; then
##############################################
funtools-1.4.7/configure.ac-250-        if test x"$fpic" = x"yes" ; then
funtools-1.4.7/configure.ac:251:          if test "$CC" = "gcc" -o `$CC -v 2>&1 | grep -c gcc` != "0" ; then
funtools-1.4.7/configure.ac-252-	    CFLAGS="$CFLAGS -fPIC"
##############################################
funtools-1.4.7/mklib-374-	    set ${OBJECTS}
funtools-1.4.7/mklib:375:	    SPARCV9=`file $1 | grep SPARCV9`
funtools-1.4.7/mklib-376-	    if [ "${SPARCV9}" ] ; then
##############################################
funtools-1.4.7/mklib-466-    	    set ${OBJECTS}
funtools-1.4.7/mklib:467:	    ABI_O32=`file $1 | grep 'ELF 32-bit'`
funtools-1.4.7/mklib:468:	    ABI_N32=`file $1 | grep 'ELF N32'`
funtools-1.4.7/mklib:469:	    ABI_N64=`file $1 | grep 'ELF 64-bit'`
funtools-1.4.7/mklib-470-	    if [ "${ABI_O32}" ] ; then
##############################################
funtools-1.4.7/mklib-531-    	set ${OBJECTS}
funtools-1.4.7/mklib:532:	ABI_64=`file $1 | grep '64-bit'`
funtools-1.4.7/mklib-533-	if [ "${ABI_64}" ] ; then
##############################################
funtools-1.4.7/mklib-647-    	    set ${OBJECTS}
funtools-1.4.7/mklib:648:            ABI_PPC=`file $1 | grep ' ppc'`
funtools-1.4.7/mklib:649:            ABI_I386=`file $1 | grep ' i386'`
funtools-1.4.7/mklib:650:            ABI_PPC64=`file $1 | grep ' ppc64'`
funtools-1.4.7/mklib:651:            ABI_X86_64=`file $1 | grep ' x86_64'`
funtools-1.4.7/mklib-652-            if [ "${ABI_PPC}" ] ; then
##############################################
funtools-1.4.7/Makefile.in-234-		(cd $(PACKAGE)tmp && ar x ../$(LIB))
funtools-1.4.7/Makefile.in:235:		./mklib -linker $(CC) -o $(PACKAGE) -ldl $(WCS_LIBS) -lm -lz `LC_ALL=C ls $(PACKAGE)tmp/*.o`
funtools-1.4.7/Makefile.in-236-		rm -rf $(PACKAGE)tmp
##############################################
funtools-1.4.7/Makefile.in-245-		(cd $(PACKAGE)tmp && ar x ../lib$(PACKAGE)MainLib.a)
funtools-1.4.7/Makefile.in:246:		./mklib -linker $(CC) -o $(PACKAGE)MainLib -L. -lfuntools `LC_ALL=C ls $(PACKAGE)tmp/*.o`
funtools-1.4.7/Makefile.in-247-		rm -rf $(PACKAGE)tmp
##############################################
funtools-1.4.7/Makefile.in-255-		(cd $(PACKAGE)tmp && ar x ../libtclfun.a)
funtools-1.4.7/Makefile.in:256:		./mklib -linker $(CC) -o tclfun -L. -lfuntools `LC_ALL=C ls $(PACKAGE)tmp/*.o` $(TCL_LIBS)
funtools-1.4.7/Makefile.in-257-		rm -rf $(PACKAGE)tmp
##############################################
funtools-1.4.7/Makefile.in-439-	@if [ "$(LIB)" ] ; then \
funtools-1.4.7/Makefile.in:440:	    XLIB=`basename $(LIB)`; \
funtools-1.4.7/Makefile.in-441-	    echo "Installing $$XLIB"; \
##############################################
funtools-1.4.7/Makefile.in-479-	    do \
funtools-1.4.7/Makefile.in:480:		B=`basename $$i`; \
funtools-1.4.7/Makefile.in:481:		E=`echo $$i | awk -F. '{print $$NF}'`; \
funtools-1.4.7/Makefile.in-482-		M="$(MAN_INSTALL_DIR)/man$$E"; \
##############################################
funtools-1.4.7/Makefile.in-501-	    do \
funtools-1.4.7/Makefile.in:502:		B=`basename $$i`; \
funtools-1.4.7/Makefile.in-503-		echo "Installing $$B" ; \
##############################################
funtools-1.4.7/Makefile.in-604-		@($(RM) -r ofuntools.h; \
funtools-1.4.7/Makefile.in:605:		MAJOR=`echo "${VERSION}" | awk -F. '{print $$1}'`; \
funtools-1.4.7/Makefile.in:606:		MINOR=`echo "${VERSION}" | awk -F. '{print $$2}'`; \
funtools-1.4.7/Makefile.in:607:		PATCH=`echo "${VERSION}" | awk -F. '{print $$3}'`; \
funtools-1.4.7/Makefile.in-608-		sed "s/^#define FUN_VERSION.*/#define FUN_VERSION \"$(VERSION)\"/;s/^#define FUN_MAJOR_VERSION.*/#define FUN_MAJOR_VERSION $${MAJOR}/;s/^#define FUN_MINOR_VERSION.*/#define FUN_MINOR_VERSION $${MINOR}/;s/^#define FUN_PATCH_LEVEL.*/#define FUN_PATCH_LEVEL $${PATCH}/;" < funtools.h > nfuntools.h; \