===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
xcftools-1.0.7/config.guess-40-
xcftools-1.0.7/config.guess:41:me=`echo "$0" | sed -e 's,.*/,,'`
xcftools-1.0.7/config.guess-42-
##############################################
xcftools-1.0.7/config.guess-109-: ${TMPDIR=/tmp} ;
xcftools-1.0.7/config.guess:110: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
xcftools-1.0.7/config.guess-111- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
xcftools-1.0.7/config.guess-195-	    *)
xcftools-1.0.7/config.guess:196:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
xcftools-1.0.7/config.guess-197-		;;
##############################################
xcftools-1.0.7/config.guess-222-	*4.0)
xcftools-1.0.7/config.guess:223:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
xcftools-1.0.7/config.guess-224-		;;
xcftools-1.0.7/config.guess-225-	*5.*)
xcftools-1.0.7/config.guess:226:	        UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
xcftools-1.0.7/config.guess-227-		;;
##############################################
xcftools-1.0.7/config.guess-232-	# types through head -n 1, so we only detect the type of CPU 0.
xcftools-1.0.7/config.guess:233:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
xcftools-1.0.7/config.guess-234-	case "$ALPHA_CPU_TYPE" in
##############################################
xcftools-1.0.7/config.guess-270-	# 1.2 uses "1.2" for uname -r.
xcftools-1.0.7/config.guess:271:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
xcftools-1.0.7/config.guess-272-	exit ;;
##############################################
xcftools-1.0.7/config.guess-327-    s390x:SunOS:*:*)
xcftools-1.0.7/config.guess:328:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
xcftools-1.0.7/config.guess-329-	exit ;;
xcftools-1.0.7/config.guess-330-    sun4H:SunOS:5.*:*)
xcftools-1.0.7/config.guess:331:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
xcftools-1.0.7/config.guess-332-	exit ;;
xcftools-1.0.7/config.guess-333-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
xcftools-1.0.7/config.guess:334:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
xcftools-1.0.7/config.guess-335-	exit ;;
##############################################
xcftools-1.0.7/config.guess-349-	fi
xcftools-1.0.7/config.guess:350:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
xcftools-1.0.7/config.guess-351-	exit ;;
##############################################
xcftools-1.0.7/config.guess-355-	# it's likely to be more like Solaris than SunOS4.
xcftools-1.0.7/config.guess:356:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
xcftools-1.0.7/config.guess-357-	exit ;;
##############################################
xcftools-1.0.7/config.guess-364-	# Japanese Language versions have a version number like `4.1.3-JL'.
xcftools-1.0.7/config.guess:365:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
xcftools-1.0.7/config.guess-366-	exit ;;
##############################################
xcftools-1.0.7/config.guess-370-    sun*:*:4.2BSD:*)
xcftools-1.0.7/config.guess:371:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
xcftools-1.0.7/config.guess-372-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
xcftools-1.0.7/config.guess-452-	$CC_FOR_BUILD -o $dummy $dummy.c &&
xcftools-1.0.7/config.guess:453:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
xcftools-1.0.7/config.guess:454:	  SYSTEM_NAME=`$dummy $dummyarg` &&
xcftools-1.0.7/config.guess-455-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
xcftools-1.0.7/config.guess-508-    *:IRIX*:*:*)
xcftools-1.0.7/config.guess:509:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
xcftools-1.0.7/config.guess-510-	exit ;;
##############################################
xcftools-1.0.7/config.guess-538-EOF
xcftools-1.0.7/config.guess:539:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
xcftools-1.0.7/config.guess-540-		then
##############################################
xcftools-1.0.7/config.guess-551-    *:AIX:*:[456])
xcftools-1.0.7/config.guess:552:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
xcftools-1.0.7/config.guess-553-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
xcftools-1.0.7/config.guess-586-    9000/[34678]??:HP-UX:*:*)
xcftools-1.0.7/config.guess:587:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
xcftools-1.0.7/config.guess-588-	case "${UNAME_MACHINE}" in
##############################################
xcftools-1.0.7/config.guess-640-EOF
xcftools-1.0.7/config.guess:641:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
xcftools-1.0.7/config.guess-642-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
xcftools-1.0.7/config.guess-668-    ia64:HP-UX:*:*)
xcftools-1.0.7/config.guess:669:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
xcftools-1.0.7/config.guess-670-	echo ia64-hp-hpux${HPUX_REV}
##############################################
xcftools-1.0.7/config.guess-698-EOF
xcftools-1.0.7/config.guess:699:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
xcftools-1.0.7/config.guess-700-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
xcftools-1.0.7/config.guess-769-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
xcftools-1.0.7/config.guess:770:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
xcftools-1.0.7/config.guess-771-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
xcftools-1.0.7/config.guess-774-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
xcftools-1.0.7/config.guess:775:        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
xcftools-1.0.7/config.guess-776-        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
xcftools-1.0.7/config.guess-789-	    pc98)
xcftools-1.0.7/config.guess:790:		echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
xcftools-1.0.7/config.guess-791-	    amd64)
xcftools-1.0.7/config.guess:792:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
xcftools-1.0.7/config.guess-793-	    *)
xcftools-1.0.7/config.guess:794:		echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
xcftools-1.0.7/config.guess-795-	esac
##############################################
xcftools-1.0.7/config.guess-840-    prep*:SunOS:5.*:*)
xcftools-1.0.7/config.guess:841:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
xcftools-1.0.7/config.guess-842-	exit ;;
##############################################
xcftools-1.0.7/config.guess-844-	# the GNU system
xcftools-1.0.7/config.guess:845:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
xcftools-1.0.7/config.guess-846-	exit ;;
##############################################
xcftools-1.0.7/config.guess-848-	# other systems with GNU libc and userland
xcftools-1.0.7/config.guess:849:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
xcftools-1.0.7/config.guess-850-	exit ;;
##############################################
xcftools-1.0.7/config.guess-1083-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
xcftools-1.0.7/config.guess:1084:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
xcftools-1.0.7/config.guess-1085-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
xcftools-1.0.7/config.guess-1340-    *:DragonFly:*:*)
xcftools-1.0.7/config.guess:1341:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
xcftools-1.0.7/config.guess-1342-	exit ;;
##############################################
xcftools-1.0.7/config.guess-1353-    i*86:skyos:*:*)
xcftools-1.0.7/config.guess:1354:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
xcftools-1.0.7/config.guess-1355-	exit ;;
##############################################
xcftools-1.0.7/config.guess-1481-
xcftools-1.0.7/config.guess:1482:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
xcftools-1.0.7/config.guess-1483-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
xcftools-1.0.7/config.rpath-33-host="$1"
xcftools-1.0.7/config.rpath:34:host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
xcftools-1.0.7/config.rpath:35:host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
xcftools-1.0.7/config.rpath:36:host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
xcftools-1.0.7/config.rpath-37-
xcftools-1.0.7/config.rpath:38:cc_basename=`echo "$CC" | sed -e 's%^.*/%%'`
xcftools-1.0.7/config.rpath-39-
##############################################
xcftools-1.0.7/config.rpath-233-        case $host_os in aix4.[012]|aix4.[012].*)
xcftools-1.0.7/config.rpath:234:          collect2name=`${CC} -print-prog-name=collect2`
xcftools-1.0.7/config.rpath-235-          if test -f "$collect2name" && \
##############################################
xcftools-1.0.7/config.rpath-369-      hardcode_direct=yes
xcftools-1.0.7/config.rpath:370:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
xcftools-1.0.7/config.rpath-371-        hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
##############################################
xcftools-1.0.7/config.rpath-540-sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
xcftools-1.0.7/config.rpath:541:escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"`
xcftools-1.0.7/config.rpath:542:shlibext=`echo "$shrext" | sed -e 's,^\.,,'`
xcftools-1.0.7/config.rpath:543:escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
xcftools-1.0.7/config.rpath-544-
##############################################
xcftools-1.0.7/config.sub-56-
xcftools-1.0.7/config.sub:57:me=`echo "$0" | sed -e 's,.*/,,'`
xcftools-1.0.7/config.sub-58-
##############################################
xcftools-1.0.7/config.sub-120-# Here we must recognize all the valid KERNEL-OS combinations.
xcftools-1.0.7/config.sub:121:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
xcftools-1.0.7/config.sub-122-case $maybe_os in
##############################################
xcftools-1.0.7/config.sub-127-    os=-$maybe_os
xcftools-1.0.7/config.sub:128:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
xcftools-1.0.7/config.sub-129-    ;;
xcftools-1.0.7/config.sub-130-  *)
xcftools-1.0.7/config.sub:131:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
xcftools-1.0.7/config.sub-132-    if [ $basic_machine != $1 ]
xcftools-1.0.7/config.sub:133:    then os=`echo $1 | sed 's/.*-/-/'`
xcftools-1.0.7/config.sub-134-    else os=; fi
##############################################
xcftools-1.0.7/config.sub-178-		os=-sco5v6
xcftools-1.0.7/config.sub:179:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
xcftools-1.0.7/config.sub-180-		;;
##############################################
xcftools-1.0.7/config.sub-182-		os=-sco3.2v5
xcftools-1.0.7/config.sub:183:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
xcftools-1.0.7/config.sub-184-		;;
##############################################
xcftools-1.0.7/config.sub-186-		os=-sco3.2v4
xcftools-1.0.7/config.sub:187:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
xcftools-1.0.7/config.sub-188-		;;
xcftools-1.0.7/config.sub-189-	-sco3.2.[4-9]*)
xcftools-1.0.7/config.sub:190:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
xcftools-1.0.7/config.sub:191:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
xcftools-1.0.7/config.sub-192-		;;
##############################################
xcftools-1.0.7/config.sub-194-		# Don't forget version if it is 3.2v4 or newer.
xcftools-1.0.7/config.sub:195:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
xcftools-1.0.7/config.sub-196-		;;
##############################################
xcftools-1.0.7/config.sub-198-		# Don't forget version if it is 3.2v4 or newer.
xcftools-1.0.7/config.sub:199:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
xcftools-1.0.7/config.sub-200-		;;
##############################################
xcftools-1.0.7/config.sub-202-		os=-sco3.2v2
xcftools-1.0.7/config.sub:203:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
xcftools-1.0.7/config.sub-204-		;;
xcftools-1.0.7/config.sub-205-	-udk*)
xcftools-1.0.7/config.sub:206:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
xcftools-1.0.7/config.sub-207-		;;
##############################################
xcftools-1.0.7/config.sub-209-		os=-isc2.2
xcftools-1.0.7/config.sub:210:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
xcftools-1.0.7/config.sub-211-		;;
##############################################
xcftools-1.0.7/config.sub-215-	-isc*)
xcftools-1.0.7/config.sub:216:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
xcftools-1.0.7/config.sub-217-		;;
##############################################
xcftools-1.0.7/config.sub-221-	-ptx*)
xcftools-1.0.7/config.sub:222:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
xcftools-1.0.7/config.sub-223-		;;
xcftools-1.0.7/config.sub-224-	-windowsnt*)
xcftools-1.0.7/config.sub:225:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
xcftools-1.0.7/config.sub-226-		;;
##############################################
xcftools-1.0.7/config.sub-315-	*-*-*)
xcftools-1.0.7/config.sub:316:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
xcftools-1.0.7/config.sub-317-		exit 1
##############################################
xcftools-1.0.7/config.sub-424-	amd64-*)
xcftools-1.0.7/config.sub:425:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
xcftools-1.0.7/config.sub-426-		;;
##############################################
xcftools-1.0.7/config.sub-466-	blackfin-*)
xcftools-1.0.7/config.sub:467:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
xcftools-1.0.7/config.sub-468-		os=-linux
##############################################
xcftools-1.0.7/config.sub-665-	i*86v32)
xcftools-1.0.7/config.sub:666:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
xcftools-1.0.7/config.sub-667-		os=-sysv32
##############################################
xcftools-1.0.7/config.sub-669-	i*86v4*)
xcftools-1.0.7/config.sub:670:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
xcftools-1.0.7/config.sub-671-		os=-sysv4
##############################################
xcftools-1.0.7/config.sub-673-	i*86v)
xcftools-1.0.7/config.sub:674:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
xcftools-1.0.7/config.sub-675-		os=-sysv
##############################################
xcftools-1.0.7/config.sub-677-	i*86sol2)
xcftools-1.0.7/config.sub:678:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
xcftools-1.0.7/config.sub-679-		os=-solaris2
##############################################
xcftools-1.0.7/config.sub-707-	m68knommu-*)
xcftools-1.0.7/config.sub:708:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
xcftools-1.0.7/config.sub-709-		os=-linux
##############################################
xcftools-1.0.7/config.sub-737-	mips3*-*)
xcftools-1.0.7/config.sub:738:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
xcftools-1.0.7/config.sub-739-		;;
xcftools-1.0.7/config.sub-740-	mips3*)
xcftools-1.0.7/config.sub:741:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
xcftools-1.0.7/config.sub-742-		;;
##############################################
xcftools-1.0.7/config.sub-755-	ms1-*)
xcftools-1.0.7/config.sub:756:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
xcftools-1.0.7/config.sub-757-		;;
##############################################
xcftools-1.0.7/config.sub-860-	parisc-*)
xcftools-1.0.7/config.sub:861:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
xcftools-1.0.7/config.sub-862-		os=-linux
##############################################
xcftools-1.0.7/config.sub-876-	pc98-*)
xcftools-1.0.7/config.sub:877:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
xcftools-1.0.7/config.sub-878-		;;
##############################################
xcftools-1.0.7/config.sub-891-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
xcftools-1.0.7/config.sub:892:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
xcftools-1.0.7/config.sub-893-		;;
xcftools-1.0.7/config.sub-894-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
xcftools-1.0.7/config.sub:895:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
xcftools-1.0.7/config.sub-896-		;;
xcftools-1.0.7/config.sub-897-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
xcftools-1.0.7/config.sub:898:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
xcftools-1.0.7/config.sub-899-		;;
xcftools-1.0.7/config.sub-900-	pentium4-*)
xcftools-1.0.7/config.sub:901:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
xcftools-1.0.7/config.sub-902-		;;
##############################################
xcftools-1.0.7/config.sub-909-		;;
xcftools-1.0.7/config.sub:910:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
xcftools-1.0.7/config.sub-911-		;;
##############################################
xcftools-1.0.7/config.sub-915-	ppcle-* | powerpclittle-*)
xcftools-1.0.7/config.sub:916:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
xcftools-1.0.7/config.sub-917-		;;
##############################################
xcftools-1.0.7/config.sub-919-		;;
xcftools-1.0.7/config.sub:920:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
xcftools-1.0.7/config.sub-921-		;;
##############################################
xcftools-1.0.7/config.sub-925-	ppc64le-* | powerpc64little-*)
xcftools-1.0.7/config.sub:926:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
xcftools-1.0.7/config.sub-927-		;;
##############################################
xcftools-1.0.7/config.sub-1217-	*)
xcftools-1.0.7/config.sub:1218:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
xcftools-1.0.7/config.sub-1219-		exit 1
##############################################
xcftools-1.0.7/config.sub-1225-	*-digital*)
xcftools-1.0.7/config.sub:1226:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
xcftools-1.0.7/config.sub-1227-		;;
xcftools-1.0.7/config.sub-1228-	*-commodore*)
xcftools-1.0.7/config.sub:1229:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
xcftools-1.0.7/config.sub-1230-		;;
##############################################
xcftools-1.0.7/config.sub-1243-	-solaris1 | -solaris1.*)
xcftools-1.0.7/config.sub:1244:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
xcftools-1.0.7/config.sub-1245-		;;
##############################################
xcftools-1.0.7/config.sub-1255-	-gnu/linux*)
xcftools-1.0.7/config.sub:1256:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
xcftools-1.0.7/config.sub-1257-		;;
##############################################
xcftools-1.0.7/config.sub-1300-	-nto*)
xcftools-1.0.7/config.sub:1301:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
xcftools-1.0.7/config.sub-1302-		;;
##############################################
xcftools-1.0.7/config.sub-1307-	-mac*)
xcftools-1.0.7/config.sub:1308:		os=`echo $os | sed -e 's|mac|macos|'`
xcftools-1.0.7/config.sub-1309-		;;
##############################################
xcftools-1.0.7/config.sub-1313-	-linux*)
xcftools-1.0.7/config.sub:1314:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
xcftools-1.0.7/config.sub-1315-		;;
xcftools-1.0.7/config.sub-1316-	-sunos5*)
xcftools-1.0.7/config.sub:1317:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
xcftools-1.0.7/config.sub-1318-		;;
xcftools-1.0.7/config.sub-1319-	-sunos6*)
xcftools-1.0.7/config.sub:1320:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
xcftools-1.0.7/config.sub-1321-		;;
##############################################
xcftools-1.0.7/config.sub-1368-	-sinix5.*)
xcftools-1.0.7/config.sub:1369:		os=`echo $os | sed -e 's|sinix|sysv|'`
xcftools-1.0.7/config.sub-1370-		;;
##############################################
xcftools-1.0.7/config.sub-1422-		# Get rid of the `-' at the beginning of $os.
xcftools-1.0.7/config.sub:1423:		os=`echo $os | sed 's/[^-]*-//'`
xcftools-1.0.7/config.sub:1424:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
xcftools-1.0.7/config.sub-1425-		exit 1
##############################################
xcftools-1.0.7/config.sub-1673-		esac
xcftools-1.0.7/config.sub:1674:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
xcftools-1.0.7/config.sub-1675-		;;
##############################################
xcftools-1.0.7/configure-48-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
xcftools-1.0.7/configure:49:if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
xcftools-1.0.7/configure-50-  as_echo='printf %s\n'
##############################################
xcftools-1.0.7/configure-52-else
xcftools-1.0.7/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
xcftools-1.0.7/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
xcftools-1.0.7/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
xcftools-1.0.7/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
xcftools-1.0.7/configure-64-      esac;
##############################################
xcftools-1.0.7/configure-236-  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
xcftools-1.0.7/configure:237:  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
xcftools-1.0.7/configure-238-") 2> /dev/null; then
##############################################
xcftools-1.0.7/configure-351-  test "x$as_lineno_1" != "x$as_lineno_2" &&
xcftools-1.0.7/configure:352:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
xcftools-1.0.7/configure-353-
##############################################
xcftools-1.0.7/configure-447-  test "x$as_lineno_1" != "x$as_lineno_2" &&
xcftools-1.0.7/configure:448:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
xcftools-1.0.7/configure-449-
##############################################
xcftools-1.0.7/configure-560-	esac;
xcftools-1.0.7/configure:561:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
xcftools-1.0.7/configure-562-	???[sx]*):;;*)false;;esac;fi
##############################################
xcftools-1.0.7/configure-802-  case $ac_option in
xcftools-1.0.7/configure:803:  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
xcftools-1.0.7/configure-804-  *)	ac_optarg=yes ;;
##############################################
xcftools-1.0.7/configure-845-  -disable-* | --disable-*)
xcftools-1.0.7/configure:846:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
xcftools-1.0.7/configure-847-    # Reject names that are not valid shell variable names.
##############################################
xcftools-1.0.7/configure-851-    ac_useropt_orig=$ac_useropt
xcftools-1.0.7/configure:852:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
xcftools-1.0.7/configure-853-    case $ac_user_opts in
##############################################
xcftools-1.0.7/configure-872-  -enable-* | --enable-*)
xcftools-1.0.7/configure:873:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
xcftools-1.0.7/configure-874-    # Reject names that are not valid shell variable names.
##############################################
xcftools-1.0.7/configure-878-    ac_useropt_orig=$ac_useropt
xcftools-1.0.7/configure:879:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
xcftools-1.0.7/configure-880-    case $ac_user_opts in
##############################################
xcftools-1.0.7/configure-1077-  -with-* | --with-*)
xcftools-1.0.7/configure:1078:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
xcftools-1.0.7/configure-1079-    # Reject names that are not valid shell variable names.
##############################################
xcftools-1.0.7/configure-1083-    ac_useropt_orig=$ac_useropt
xcftools-1.0.7/configure:1084:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
xcftools-1.0.7/configure-1085-    case $ac_user_opts in
##############################################
xcftools-1.0.7/configure-1094-  -without-* | --without-*)
xcftools-1.0.7/configure:1095:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
xcftools-1.0.7/configure-1096-    # Reject names that are not valid shell variable names.
##############################################
xcftools-1.0.7/configure-1100-    ac_useropt_orig=$ac_useropt
xcftools-1.0.7/configure:1101:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
xcftools-1.0.7/configure-1102-    case $ac_user_opts in
##############################################
xcftools-1.0.7/configure-1134-  *=*)
xcftools-1.0.7/configure:1135:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
xcftools-1.0.7/configure-1136-    # Reject names that are not valid shell variable names.
##############################################
xcftools-1.0.7/configure-1154-if test -n "$ac_prev"; then
xcftools-1.0.7/configure:1155:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
xcftools-1.0.7/configure-1156-  { $as_echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
xcftools-1.0.7/configure-1178-    */ )
xcftools-1.0.7/configure:1179:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
xcftools-1.0.7/configure-1180-      eval $ac_var=\$ac_val;;
##############################################
xcftools-1.0.7/configure-1216-ac_ls_di=`ls -di .` &&
xcftools-1.0.7/configure:1217:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
xcftools-1.0.7/configure-1218-  { $as_echo "$as_me: error: working directory cannot be determined" >&2
##############################################
xcftools-1.0.7/configure-1276-case $srcdir in
xcftools-1.0.7/configure:1277:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
xcftools-1.0.7/configure-1278-esac
##############################################
xcftools-1.0.7/configure-1319-By default, \`make install' will install all the files in
xcftools-1.0.7/configure:1320:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
xcftools-1.0.7/configure:1321:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
xcftools-1.0.7/configure-1322-for instance \`--prefix=\$HOME'.
##############################################
xcftools-1.0.7/configure-1414-*)
xcftools-1.0.7/configure:1415:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
xcftools-1.0.7/configure-1416-  # A ".." for each directory in $ac_dir_suffix.
xcftools-1.0.7/configure:1417:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
xcftools-1.0.7/configure-1418-  case $ac_top_builddir_sub in
##############################################
xcftools-1.0.7/configure-1547-    *\'*)
xcftools-1.0.7/configure:1548:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
xcftools-1.0.7/configure-1549-    esac
##############################################
xcftools-1.0.7/configure-1634-      case $ac_val in
xcftools-1.0.7/configure:1635:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
xcftools-1.0.7/configure-1636-      esac
##############################################
xcftools-1.0.7/configure-1651-	case $ac_val in
xcftools-1.0.7/configure:1652:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
xcftools-1.0.7/configure-1653-	esac
##############################################
xcftools-1.0.7/configure-1763-    set,)
xcftools-1.0.7/configure:1764:      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
xcftools-1.0.7/configure:1765:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
xcftools-1.0.7/configure-1766-      ac_cache_corrupted=: ;;
##############################################
xcftools-1.0.7/configure-1774-	# differences in whitespace do not lead to failure.
xcftools-1.0.7/configure:1775:	ac_old_val_w=`echo x $ac_old_val`
xcftools-1.0.7/configure:1776:	ac_new_val_w=`echo x $ac_new_val`
xcftools-1.0.7/configure-1777-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
xcftools-1.0.7/configure-1794-    case $ac_new_val in
xcftools-1.0.7/configure:1795:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
xcftools-1.0.7/configure-1796-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
xcftools-1.0.7/configure-1978-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
xcftools-1.0.7/configure:1979:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
xcftools-1.0.7/configure-1980-
##############################################
xcftools-1.0.7/configure-2357-$as_echo_n "checking for C compiler default output file name... " >&6; }
xcftools-1.0.7/configure:2358:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
xcftools-1.0.7/configure-2359-
##############################################
xcftools-1.0.7/configure-2401-	then :; else
xcftools-1.0.7/configure:2402:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
xcftools-1.0.7/configure-2403-	fi
##############################################
xcftools-1.0.7/configure-2504-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
xcftools-1.0.7/configure:2505:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
xcftools-1.0.7/configure-2506-	  break;;
##############################################
xcftools-1.0.7/configure-2562-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
xcftools-1.0.7/configure:2563:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
xcftools-1.0.7/configure-2564-       break;;
##############################################
xcftools-1.0.7/configure-3258-  # Check for GNU $ac_path_GREP
xcftools-1.0.7/configure:3259:case `"$ac_path_GREP" --version 2>&1` in
xcftools-1.0.7/configure-3260-*GNU*)
##############################################
xcftools-1.0.7/configure-3272-    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
xcftools-1.0.7/configure:3273:    ac_count=`expr $ac_count + 1`
xcftools-1.0.7/configure-3274-    if test $ac_count -gt ${ac_path_GREP_max-0}; then
##############################################
xcftools-1.0.7/configure-3326-  # Check for GNU $ac_path_EGREP
xcftools-1.0.7/configure:3327:case `"$ac_path_EGREP" --version 2>&1` in
xcftools-1.0.7/configure-3328-*GNU*)
##############################################
xcftools-1.0.7/configure-3340-    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
xcftools-1.0.7/configure:3341:    ac_count=`expr $ac_count + 1`
xcftools-1.0.7/configure-3342-    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
##############################################
xcftools-1.0.7/configure-3564-do
xcftools-1.0.7/configure:3565:as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
xcftools-1.0.7/configure-3566-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
##############################################
xcftools-1.0.7/configure-3616-  cat >>confdefs.h <<_ACEOF
xcftools-1.0.7/configure:3617:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
xcftools-1.0.7/configure-3618-_ACEOF
##############################################
xcftools-1.0.7/configure-4043-test "x$ac_build_alias" = x &&
xcftools-1.0.7/configure:4044:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
xcftools-1.0.7/configure-4045-test "x$ac_build_alias" = x &&
##############################################
xcftools-1.0.7/configure-4048-   { (exit 1); exit 1; }; }
xcftools-1.0.7/configure:4049:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
xcftools-1.0.7/configure-4050-  { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
##############################################
xcftools-1.0.7/configure-4073-IFS=$ac_save_IFS
xcftools-1.0.7/configure:4074:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
xcftools-1.0.7/configure-4075-
##############################################
xcftools-1.0.7/configure-4084-else
xcftools-1.0.7/configure:4085:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
xcftools-1.0.7/configure-4086-    { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
##############################################
xcftools-1.0.7/configure-4110-IFS=$ac_save_IFS
xcftools-1.0.7/configure:4111:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
xcftools-1.0.7/configure-4112-
##############################################
xcftools-1.0.7/configure-4126-do
xcftools-1.0.7/configure:4127:as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
xcftools-1.0.7/configure-4128-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
xcftools-1.0.7/configure-4267-  cat >>confdefs.h <<_ACEOF
xcftools-1.0.7/configure:4268:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
xcftools-1.0.7/configure-4269-_ACEOF
##############################################
xcftools-1.0.7/configure-4279-do
xcftools-1.0.7/configure:4280:as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
xcftools-1.0.7/configure-4281-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
xcftools-1.0.7/configure-4371-  cat >>confdefs.h <<_ACEOF
xcftools-1.0.7/configure:4372:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
xcftools-1.0.7/configure-4373-_ACEOF
##############################################
xcftools-1.0.7/configure-4381-do
xcftools-1.0.7/configure:4382:as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
xcftools-1.0.7/configure-4383-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
xcftools-1.0.7/configure-4522-  cat >>confdefs.h <<_ACEOF
xcftools-1.0.7/configure:4523:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
xcftools-1.0.7/configure-4524-_ACEOF
##############################################
xcftools-1.0.7/configure-4532-do
xcftools-1.0.7/configure:4533:as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
xcftools-1.0.7/configure-4534-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
xcftools-1.0.7/configure-4624-  cat >>confdefs.h <<_ACEOF
xcftools-1.0.7/configure:4625:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
xcftools-1.0.7/configure-4626-_ACEOF
##############################################
xcftools-1.0.7/configure-4822-set x ${MAKE-make}
xcftools-1.0.7/configure:4823:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
xcftools-1.0.7/configure-4824-if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
xcftools-1.0.7/configure-4832-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
xcftools-1.0.7/configure:4833:case `${MAKE-make} -f conftest.make 2>/dev/null` in
xcftools-1.0.7/configure-4834-  *@@@%%%=?*=@@@%%%*)
##############################################
xcftools-1.0.7/configure-4864-	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
xcftools-1.0.7/configure:4865:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
xcftools-1.0.7/configure-4866-	     'mkdir (GNU coreutils) '* | \
##############################################
xcftools-1.0.7/configure-5030-
xcftools-1.0.7/configure:5031:    case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
xcftools-1.0.7/configure-5032-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
##############################################
xcftools-1.0.7/configure-5035-
xcftools-1.0.7/configure:5036:  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
xcftools-1.0.7/configure-5037-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
##############################################
xcftools-1.0.7/configure-5113-
xcftools-1.0.7/configure:5114:    case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
xcftools-1.0.7/configure-5115-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
##############################################
xcftools-1.0.7/configure-5243-    # gcc leaves a trailing carriage return which upsets mingw
xcftools-1.0.7/configure:5244:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
xcftools-1.0.7/configure-5245-  *)
xcftools-1.0.7/configure:5246:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
xcftools-1.0.7/configure-5247-  esac
##############################################
xcftools-1.0.7/configure-5252-      # Canonicalize the path of ld
xcftools-1.0.7/configure:5253:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
xcftools-1.0.7/configure-5254-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
xcftools-1.0.7/configure:5255:	ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
xcftools-1.0.7/configure-5256-      done
##############################################
xcftools-1.0.7/configure-5286-      # Break only if it was the GNU/non-GNU ld that we prefer.
xcftools-1.0.7/configure:5287:      case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in
xcftools-1.0.7/configure-5288-      *GNU* | *'with BFD'*)
##############################################
xcftools-1.0.7/configure-5317-  # I'd rather use --version here, but apparently some GNU ld's only accept -v.
xcftools-1.0.7/configure:5318:case `$LD -v 2>&1 </dev/null` in
xcftools-1.0.7/configure-5319-*GNU* | *'with BFD'*)
##############################################
xcftools-1.0.7/configure-5365-                  acl_libdirstem=lib
xcftools-1.0.7/configure:5366:  searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
xcftools-1.0.7/configure-5367-  if test -n "$searchpath"; then
##############################################
xcftools-1.0.7/configure-5372-          */lib64/ | */lib64 ) acl_libdirstem=lib64 ;;
xcftools-1.0.7/configure:5373:          *) searchdir=`cd "$searchdir" && pwd`
xcftools-1.0.7/configure-5374-             case "$searchdir" in
##############################################
xcftools-1.0.7/configure-5452-        names_already_handled="$names_already_handled $name"
xcftools-1.0.7/configure:5453:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
xcftools-1.0.7/configure-5454-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
xcftools-1.0.7/configure-5528-                -L*)
xcftools-1.0.7/configure:5529:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
xcftools-1.0.7/configure-5530-                                    if test -n "$acl_shlibext"; then
##############################################
xcftools-1.0.7/configure-5643-              */$acl_libdirstem | */$acl_libdirstem/)
xcftools-1.0.7/configure:5644:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
xcftools-1.0.7/configure-5645-                LIBICONV_PREFIX="$basedir"
##############################################
xcftools-1.0.7/configure-5692-                  -L*)
xcftools-1.0.7/configure:5693:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
xcftools-1.0.7/configure-5694-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then
##############################################
xcftools-1.0.7/configure-5749-                  -R*)
xcftools-1.0.7/configure:5750:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
xcftools-1.0.7/configure-5751-                    if test "$enable_rpath" != no; then
##############################################
xcftools-1.0.7/configure-5774-                  -l*)
xcftools-1.0.7/configure:5775:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
xcftools-1.0.7/configure-5776-                    ;;
xcftools-1.0.7/configure-5777-                  *.la)
xcftools-1.0.7/configure:5778:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
xcftools-1.0.7/configure-5779-                    ;;
##############################################
xcftools-1.0.7/configure-6444-        names_already_handled="$names_already_handled $name"
xcftools-1.0.7/configure:6445:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
xcftools-1.0.7/configure-6446-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
xcftools-1.0.7/configure-6520-                -L*)
xcftools-1.0.7/configure:6521:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
xcftools-1.0.7/configure-6522-                                    if test -n "$acl_shlibext"; then
##############################################
xcftools-1.0.7/configure-6635-              */$acl_libdirstem | */$acl_libdirstem/)
xcftools-1.0.7/configure:6636:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
xcftools-1.0.7/configure-6637-                LIBINTL_PREFIX="$basedir"
##############################################
xcftools-1.0.7/configure-6684-                  -L*)
xcftools-1.0.7/configure:6685:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
xcftools-1.0.7/configure-6686-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then
##############################################
xcftools-1.0.7/configure-6741-                  -R*)
xcftools-1.0.7/configure:6742:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
xcftools-1.0.7/configure-6743-                    if test "$enable_rpath" != no; then
##############################################
xcftools-1.0.7/configure-6766-                  -l*)
xcftools-1.0.7/configure:6767:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
xcftools-1.0.7/configure-6768-                    ;;
xcftools-1.0.7/configure-6769-                  *.la)
xcftools-1.0.7/configure:6770:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
xcftools-1.0.7/configure-6771-                    ;;
##############################################
xcftools-1.0.7/configure-7418-
xcftools-1.0.7/configure:7419:    am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
xcftools-1.0.7/configure-7420-    { $as_echo "$as_me:$LINENO: result: ${ac_t:-
##############################################
xcftools-1.0.7/configure-7563-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
xcftools-1.0.7/configure:7564:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
xcftools-1.0.7/configure-7565-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
xcftools-1.0.7/configure-7634-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
xcftools-1.0.7/configure:7635:if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
xcftools-1.0.7/configure-7636-  as_echo='printf %s\n'
##############################################
xcftools-1.0.7/configure-7638-else
xcftools-1.0.7/configure:7639:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
xcftools-1.0.7/configure-7640-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
xcftools-1.0.7/configure-7648-	expr "X$arg" : "X\\(.*\\)$as_nl";
xcftools-1.0.7/configure:7649:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
xcftools-1.0.7/configure-7650-      esac;
##############################################
xcftools-1.0.7/configure-7764-  test "x$as_lineno_1" != "x$as_lineno_2" &&
xcftools-1.0.7/configure:7765:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
xcftools-1.0.7/configure-7766-
##############################################
xcftools-1.0.7/configure-7877-	esac;
xcftools-1.0.7/configure:7878:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
xcftools-1.0.7/configure-7879-	???[sx]*):;;*)false;;esac;fi
##############################################
xcftools-1.0.7/configure-7962-configured by $0, generated by GNU Autoconf 2.63,
xcftools-1.0.7/configure:7963:  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
xcftools-1.0.7/configure-7964-
##############################################
xcftools-1.0.7/configure-7982-  --*=*)
xcftools-1.0.7/configure:7983:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
xcftools-1.0.7/configure:7984:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
xcftools-1.0.7/configure-7985-    ac_shift=:
##############################################
xcftools-1.0.7/configure-8004-    case $ac_optarg in
xcftools-1.0.7/configure:8005:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
xcftools-1.0.7/configure-8006-    esac
##############################################
xcftools-1.0.7/configure-8011-    case $ac_optarg in
xcftools-1.0.7/configure:8012:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
xcftools-1.0.7/configure-8013-    esac
##############################################
xcftools-1.0.7/configure-8145-ac_cr=''
xcftools-1.0.7/configure:8146:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
xcftools-1.0.7/configure-8147-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
xcftools-1.0.7/configure-8164-   { (exit 1); exit 1; }; }
xcftools-1.0.7/configure:8165:ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
xcftools-1.0.7/configure-8166-ac_delim='%!_!# '
##############################################
xcftools-1.0.7/configure-8172-
xcftools-1.0.7/configure:8173:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
xcftools-1.0.7/configure-8174-  if test $ac_delim_n = $ac_delim_num; then
##############################################
xcftools-1.0.7/configure-8306-for ac_last_try in false false :; do
xcftools-1.0.7/configure:8307:  ac_t=`sed -n "/$ac_delim/p" confdefs.h`
xcftools-1.0.7/configure-8308-  if test -z "$ac_t"; then
##############################################
xcftools-1.0.7/configure-8446-      esac
xcftools-1.0.7/configure:8447:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
xcftools-1.0.7/configure-8448-      ac_file_inputs="$ac_file_inputs '$ac_f'"
##############################################
xcftools-1.0.7/configure-8509-      case $as_dir in #(
xcftools-1.0.7/configure:8510:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
xcftools-1.0.7/configure-8511-      *) as_qdir=$as_dir;;
##############################################
xcftools-1.0.7/configure-8547-*)
xcftools-1.0.7/configure:8548:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
xcftools-1.0.7/configure-8549-  # A ".." for each directory in $ac_dir_suffix.
xcftools-1.0.7/configure:8550:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
xcftools-1.0.7/configure-8551-  case $ac_top_builddir_sub in
##############################################
xcftools-1.0.7/configure-8610-'
xcftools-1.0.7/configure:8611:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
xcftools-1.0.7/configure-8612-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
xcftools-1.0.7/configure-8627-
xcftools-1.0.7/configure:8628:# Neutralize VPATH when `$srcdir' = `.'.
xcftools-1.0.7/configure-8629-# Shell code in configure.ac might set extrasub.
##############################################
xcftools-1.0.7/configure-8657-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
xcftools-1.0.7/configure:8658:  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
xcftools-1.0.7/configure:8659:  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
xcftools-1.0.7/configure-8660-  { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
##############################################
xcftools-1.0.7/configure-8715-      case "$ac_file" in
xcftools-1.0.7/configure:8716:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
xcftools-1.0.7/configure-8717-      esac
##############################################
xcftools-1.0.7/configure-8720-        # Adjust a relative srcdir.
xcftools-1.0.7/configure:8721:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
xcftools-1.0.7/configure:8722:        ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
xcftools-1.0.7/configure:8723:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
xcftools-1.0.7/configure-8724-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
xcftools-1.0.7/configure-8727-        case "$ac_given_srcdir" in
xcftools-1.0.7/configure:8728:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
xcftools-1.0.7/configure-8729-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
xcftools-1.0.7/configure-8747-            fi
xcftools-1.0.7/configure:8748:            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
xcftools-1.0.7/configure-8749-            # Hide the ALL_LINGUAS assigment from automake < 1.5.
##############################################
xcftools-1.0.7/install-sh-103-
xcftools-1.0.7/install-sh:104:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
xcftools-1.0.7/install-sh-105-	    shift
##############################################
xcftools-1.0.7/install-sh-107-
xcftools-1.0.7/install-sh:108:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
xcftools-1.0.7/install-sh-109-	    shift
##############################################
xcftools-1.0.7/install-sh-169-	then
xcftools-1.0.7/install-sh:170:		dst="$dst"/`basename $src`
xcftools-1.0.7/install-sh-171-	else
##############################################
xcftools-1.0.7/install-sh-176-## this sed command emulates the dirname command
xcftools-1.0.7/install-sh:177:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
xcftools-1.0.7/install-sh-178-
##############################################
xcftools-1.0.7/install-sh-190-IFS='%'
xcftools-1.0.7/install-sh:191:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
xcftools-1.0.7/install-sh-192-IFS="${oIFS}"
##############################################
xcftools-1.0.7/install-sh-224-	then
xcftools-1.0.7/install-sh:225:		dstfile=`basename $dst`
xcftools-1.0.7/install-sh-226-	else
##############################################
xcftools-1.0.7/install-sh-234-	then
xcftools-1.0.7/install-sh:235:		dstfile=`basename $dst`
xcftools-1.0.7/install-sh-236-	else
##############################################
xcftools-1.0.7/test/dotest-104-    do
xcftools-1.0.7/test/dotest:105:      arg="`echo $1 | cut -c 3-`"
xcftools-1.0.7/test/dotest-106-      case $arg in
##############################################
xcftools-1.0.7/test/dotest-141-    do
xcftools-1.0.7/test/dotest:142:      arg="`echo $1 | cut -c 3-`"
xcftools-1.0.7/test/dotest-143-      case $arg in
##############################################
xcftools-1.0.7/debian/patches/use_xdg_for_mime_type_handling-78- 
xcftools-1.0.7/debian/patches/use_xdg_for_mime_type_handling:79:-	$tmpfile = `$cmd`;
xcftools-1.0.7/debian/patches/use_xdg_for_mime_type_handling-80--	chomp($tmpfile);
##############################################
xcftools-1.0.7/debian/patches/use_xdg_for_mime_type_handling-191--    finishcomm() ;
xcftools-1.0.7/debian/patches/use_xdg_for_mime_type_handling:192:-    exec( join(@converter," ",@ARGV) . " | " . $usecomm )
xcftools-1.0.7/debian/patches/use_xdg_for_mime_type_handling-193--        or print STDERR "Couldn't exec pipeline: $!\n" ;
##############################################
xcftools-1.0.7/debian/patches/remove_strip_from_Makefile-13-+	  $(INSTALL_PROGRAM) $$p \
xcftools-1.0.7/debian/patches/remove_strip_from_Makefile:14: 	    $(DESTDIR)$(bindir)/`echo $$p | $(SED) $(program_transform_name)` \
xcftools-1.0.7/debian/patches/remove_strip_from_Makefile-15- 	    || exit 1 ;\
##############################################
xcftools-1.0.7/.pc/use_xdg_for_mime_type_handling/xcfview.in-68-
xcftools-1.0.7/.pc/use_xdg_for_mime_type_handling/xcfview.in:69:	$tmpfile = `$cmd`;
xcftools-1.0.7/.pc/use_xdg_for_mime_type_handling/xcfview.in-70-	chomp($tmpfile);
##############################################
xcftools-1.0.7/.pc/use_xdg_for_mime_type_handling/xcfview.in-159-    finishcomm() ;
xcftools-1.0.7/.pc/use_xdg_for_mime_type_handling/xcfview.in:160:    exec( join(@converter," ",@ARGV) . " | " . $usecomm )
xcftools-1.0.7/.pc/use_xdg_for_mime_type_handling/xcfview.in-161-        or print STDERR "Couldn't exec pipeline: $!\n" ;
##############################################
xcftools-1.0.7/.pc/remove_strip_from_Makefile/Makefile.in-93-	  $(INSTALL_PROGRAM) $$strip $$p \
xcftools-1.0.7/.pc/remove_strip_from_Makefile/Makefile.in:94:	    $(DESTDIR)$(bindir)/`echo $$p | $(SED) $(program_transform_name)` \
xcftools-1.0.7/.pc/remove_strip_from_Makefile/Makefile.in-95-	    || exit 1 ;\
##############################################
xcftools-1.0.7/.pc/remove_strip_from_Makefile/Makefile.in-98-	  $(INSTALL_DATA) $$m \
xcftools-1.0.7/.pc/remove_strip_from_Makefile/Makefile.in:99:	    $(DESTDIR)$(mandir)/man1/`echo $$m | $(SED) $(program_transform_name)` \
xcftools-1.0.7/.pc/remove_strip_from_Makefile/Makefile.in-100-	    || exit 1 ; \
##############################################
xcftools-1.0.7/.pc/fix-as-needed-linking/Makefile.in-92-	  $(INSTALL_PROGRAM) $$p \
xcftools-1.0.7/.pc/fix-as-needed-linking/Makefile.in:93:	    $(DESTDIR)$(bindir)/`echo $$p | $(SED) $(program_transform_name)` \
xcftools-1.0.7/.pc/fix-as-needed-linking/Makefile.in-94-	    || exit 1 ;\
##############################################
xcftools-1.0.7/.pc/fix-as-needed-linking/Makefile.in-97-	  $(INSTALL_DATA) $$m \
xcftools-1.0.7/.pc/fix-as-needed-linking/Makefile.in:98:	    $(DESTDIR)$(mandir)/man1/`echo $$m | $(SED) $(program_transform_name)` \
xcftools-1.0.7/.pc/fix-as-needed-linking/Makefile.in-99-	    || exit 1 ; \
##############################################
xcftools-1.0.7/.pc/fix-test-UTF8.patch/test/dotest-103-    do
xcftools-1.0.7/.pc/fix-test-UTF8.patch/test/dotest:104:      arg="`echo $1 | cut -c 3-`"
xcftools-1.0.7/.pc/fix-test-UTF8.patch/test/dotest-105-      case $arg in
##############################################
xcftools-1.0.7/.pc/fix-test-UTF8.patch/test/dotest-140-    do
xcftools-1.0.7/.pc/fix-test-UTF8.patch/test/dotest:141:      arg="`echo $1 | cut -c 3-`"
xcftools-1.0.7/.pc/fix-test-UTF8.patch/test/dotest-142-      case $arg in
##############################################
xcftools-1.0.7/Makefile.in-92-	  $(INSTALL_PROGRAM) $$p \
xcftools-1.0.7/Makefile.in:93:	    $(DESTDIR)$(bindir)/`echo $$p | $(SED) $(program_transform_name)` \
xcftools-1.0.7/Makefile.in-94-	    || exit 1 ;\
##############################################
xcftools-1.0.7/Makefile.in-97-	  $(INSTALL_DATA) $$m \
xcftools-1.0.7/Makefile.in:98:	    $(DESTDIR)$(mandir)/man1/`echo $$m | $(SED) $(program_transform_name)` \
xcftools-1.0.7/Makefile.in-99-	    || exit 1 ; \