===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
caftools-2.0.3/build-aux/ac_cond_with.m4-67-AC_SUBST(AC_VAR_WITHDEF)
caftools-2.0.3/build-aux/ac_cond_with.m4:68:if test -z "$WITH_VAR" ; then WITH_VAR=`echo ifelse([$2], , no, [$2])` ; fi
caftools-2.0.3/build-aux/ac_cond_with.m4-69-if test "$WITH_VAR" != "no"; then
##############################################
caftools-2.0.3/build-aux/ac_cond_with.m4-107-AC_SUBST(AC_VAR_WITHDEF)
caftools-2.0.3/build-aux/ac_cond_with.m4:108:if test -z "$WITH_VAR" ; then WITH_VAR=`echo ifelse([$2], , no, [$2])` ; fi
caftools-2.0.3/build-aux/ac_cond_with.m4-109-if test "$WITH_VAR" != "no"; then
##############################################
caftools-2.0.3/build-aux/config.guess-37-
caftools-2.0.3/build-aux/config.guess:38:me=`echo "$0" | sed -e 's,.*/,,'`
caftools-2.0.3/build-aux/config.guess-39-
##############################################
caftools-2.0.3/build-aux/config.guess-106-: ${TMPDIR=/tmp} ;
caftools-2.0.3/build-aux/config.guess:107: { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
caftools-2.0.3/build-aux/config.guess-108- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
caftools-2.0.3/build-aux/config.guess-191-	    *)
caftools-2.0.3/build-aux/config.guess:192:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
caftools-2.0.3/build-aux/config.guess-193-		;;
##############################################
caftools-2.0.3/build-aux/config.guess-250-	*4.0)
caftools-2.0.3/build-aux/config.guess:251:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
caftools-2.0.3/build-aux/config.guess-252-		;;
caftools-2.0.3/build-aux/config.guess-253-	*5.*)
caftools-2.0.3/build-aux/config.guess:254:	        UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
caftools-2.0.3/build-aux/config.guess-255-		;;
##############################################
caftools-2.0.3/build-aux/config.guess-260-	# types through head -n 1, so we only detect the type of CPU 0.
caftools-2.0.3/build-aux/config.guess:261:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
caftools-2.0.3/build-aux/config.guess-262-	case "$ALPHA_CPU_TYPE" in
##############################################
caftools-2.0.3/build-aux/config.guess-298-	# 1.2 uses "1.2" for uname -r.
caftools-2.0.3/build-aux/config.guess:299:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
caftools-2.0.3/build-aux/config.guess-300-	exit 0 ;;
##############################################
caftools-2.0.3/build-aux/config.guess-352-    sun4H:SunOS:5.*:*)
caftools-2.0.3/build-aux/config.guess:353:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
caftools-2.0.3/build-aux/config.guess-354-	exit 0 ;;
caftools-2.0.3/build-aux/config.guess-355-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
caftools-2.0.3/build-aux/config.guess:356:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
caftools-2.0.3/build-aux/config.guess-357-	exit 0 ;;
caftools-2.0.3/build-aux/config.guess-358-    i86pc:SunOS:5.*:*)
caftools-2.0.3/build-aux/config.guess:359:	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
caftools-2.0.3/build-aux/config.guess-360-	exit 0 ;;
##############################################
caftools-2.0.3/build-aux/config.guess-364-	# it's likely to be more like Solaris than SunOS4.
caftools-2.0.3/build-aux/config.guess:365:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
caftools-2.0.3/build-aux/config.guess-366-	exit 0 ;;
##############################################
caftools-2.0.3/build-aux/config.guess-373-	# Japanese Language versions have a version number like `4.1.3-JL'.
caftools-2.0.3/build-aux/config.guess:374:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
caftools-2.0.3/build-aux/config.guess-375-	exit 0 ;;
##############################################
caftools-2.0.3/build-aux/config.guess-379-    sun*:*:4.2BSD:*)
caftools-2.0.3/build-aux/config.guess:380:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
caftools-2.0.3/build-aux/config.guess-381-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
caftools-2.0.3/build-aux/config.guess-461-	$CC_FOR_BUILD -o $dummy $dummy.c \
caftools-2.0.3/build-aux/config.guess:462:	  && $dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \
caftools-2.0.3/build-aux/config.guess-463-	  && exit 0
##############################################
caftools-2.0.3/build-aux/config.guess-516-    *:IRIX*:*:*)
caftools-2.0.3/build-aux/config.guess:517:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
caftools-2.0.3/build-aux/config.guess-518-	exit 0 ;;
##############################################
caftools-2.0.3/build-aux/config.guess-555-    *:AIX:*:[45])
caftools-2.0.3/build-aux/config.guess:556:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
caftools-2.0.3/build-aux/config.guess-557-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
caftools-2.0.3/build-aux/config.guess-590-    9000/[34678]??:HP-UX:*:*)
caftools-2.0.3/build-aux/config.guess:591:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
caftools-2.0.3/build-aux/config.guess-592-	case "${UNAME_MACHINE}" in
##############################################
caftools-2.0.3/build-aux/config.guess-644-EOF
caftools-2.0.3/build-aux/config.guess:645:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
caftools-2.0.3/build-aux/config.guess-646-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
caftools-2.0.3/build-aux/config.guess-662-    ia64:HP-UX:*:*)
caftools-2.0.3/build-aux/config.guess:663:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
caftools-2.0.3/build-aux/config.guess-664-	echo ia64-hp-hpux${HPUX_REV}
##############################################
caftools-2.0.3/build-aux/config.guess-762-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
caftools-2.0.3/build-aux/config.guess:763:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
caftools-2.0.3/build-aux/config.guess-764-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
caftools-2.0.3/build-aux/config.guess-767-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
caftools-2.0.3/build-aux/config.guess:768:        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
caftools-2.0.3/build-aux/config.guess-769-        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
caftools-2.0.3/build-aux/config.guess-780-    *:FreeBSD:*:*)
caftools-2.0.3/build-aux/config.guess:781:	echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
caftools-2.0.3/build-aux/config.guess-782-	exit 0 ;;
##############################################
caftools-2.0.3/build-aux/config.guess-813-    prep*:SunOS:5.*:*)
caftools-2.0.3/build-aux/config.guess:814:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
caftools-2.0.3/build-aux/config.guess-815-	exit 0 ;;
##############################################
caftools-2.0.3/build-aux/config.guess-817-	# the GNU system
caftools-2.0.3/build-aux/config.guess:818:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
caftools-2.0.3/build-aux/config.guess-819-	exit 0 ;;
##############################################
caftools-2.0.3/build-aux/config.guess-821-	# other systems with GNU libc and userland
caftools-2.0.3/build-aux/config.guess:822:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
caftools-2.0.3/build-aux/config.guess-823-	exit 0 ;;
##############################################
caftools-2.0.3/build-aux/config.guess-863-EOF
caftools-2.0.3/build-aux/config.guess:864:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
caftools-2.0.3/build-aux/config.guess-865-	test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
##############################################
caftools-2.0.3/build-aux/config.guess-882-EOF
caftools-2.0.3/build-aux/config.guess:883:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
caftools-2.0.3/build-aux/config.guess-884-	test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
##############################################
caftools-2.0.3/build-aux/config.guess-983-EOF
caftools-2.0.3/build-aux/config.guess:984:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
caftools-2.0.3/build-aux/config.guess-985-	test x"${LIBC}" != x && echo "${UNAME_MACHINE}-pc-linux-${LIBC}" && exit 0
##############################################
caftools-2.0.3/build-aux/config.guess-1022-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
caftools-2.0.3/build-aux/config.guess:1023:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
caftools-2.0.3/build-aux/config.guess-1024-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
caftools-2.0.3/build-aux/config.guess-1254-    *:DragonFly:*:*)
caftools-2.0.3/build-aux/config.guess:1255:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
caftools-2.0.3/build-aux/config.guess-1256-	exit 0 ;;
##############################################
caftools-2.0.3/build-aux/config.sub-54-
caftools-2.0.3/build-aux/config.sub:55:me=`echo "$0" | sed -e 's,.*/,,'`
caftools-2.0.3/build-aux/config.sub-56-
##############################################
caftools-2.0.3/build-aux/config.sub-118-# Here we must recognize all the valid KERNEL-OS combinations.
caftools-2.0.3/build-aux/config.sub:119:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
caftools-2.0.3/build-aux/config.sub-120-case $maybe_os in
##############################################
caftools-2.0.3/build-aux/config.sub-123-    os=-$maybe_os
caftools-2.0.3/build-aux/config.sub:124:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
caftools-2.0.3/build-aux/config.sub-125-    ;;
caftools-2.0.3/build-aux/config.sub-126-  *)
caftools-2.0.3/build-aux/config.sub:127:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
caftools-2.0.3/build-aux/config.sub-128-    if [ $basic_machine != $1 ]
caftools-2.0.3/build-aux/config.sub:129:    then os=`echo $1 | sed 's/.*-/-/'`
caftools-2.0.3/build-aux/config.sub-130-    else os=; fi
##############################################
caftools-2.0.3/build-aux/config.sub-174-		os=-sco3.2v5
caftools-2.0.3/build-aux/config.sub:175:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
caftools-2.0.3/build-aux/config.sub-176-		;;
##############################################
caftools-2.0.3/build-aux/config.sub-178-		os=-sco3.2v4
caftools-2.0.3/build-aux/config.sub:179:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
caftools-2.0.3/build-aux/config.sub-180-		;;
caftools-2.0.3/build-aux/config.sub-181-	-sco3.2.[4-9]*)
caftools-2.0.3/build-aux/config.sub:182:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
caftools-2.0.3/build-aux/config.sub:183:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
caftools-2.0.3/build-aux/config.sub-184-		;;
##############################################
caftools-2.0.3/build-aux/config.sub-186-		# Don't forget version if it is 3.2v4 or newer.
caftools-2.0.3/build-aux/config.sub:187:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
caftools-2.0.3/build-aux/config.sub-188-		;;
##############################################
caftools-2.0.3/build-aux/config.sub-190-		os=-sco3.2v2
caftools-2.0.3/build-aux/config.sub:191:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
caftools-2.0.3/build-aux/config.sub-192-		;;
caftools-2.0.3/build-aux/config.sub-193-	-udk*)
caftools-2.0.3/build-aux/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
caftools-2.0.3/build-aux/config.sub-195-		;;
##############################################
caftools-2.0.3/build-aux/config.sub-197-		os=-isc2.2
caftools-2.0.3/build-aux/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
caftools-2.0.3/build-aux/config.sub-199-		;;
##############################################
caftools-2.0.3/build-aux/config.sub-203-	-isc*)
caftools-2.0.3/build-aux/config.sub:204:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
caftools-2.0.3/build-aux/config.sub-205-		;;
##############################################
caftools-2.0.3/build-aux/config.sub-209-	-ptx*)
caftools-2.0.3/build-aux/config.sub:210:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
caftools-2.0.3/build-aux/config.sub-211-		;;
caftools-2.0.3/build-aux/config.sub-212-	-windowsnt*)
caftools-2.0.3/build-aux/config.sub:213:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
caftools-2.0.3/build-aux/config.sub-214-		;;
##############################################
caftools-2.0.3/build-aux/config.sub-291-	*-*-*)
caftools-2.0.3/build-aux/config.sub:292:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
caftools-2.0.3/build-aux/config.sub-293-		exit 1
##############################################
caftools-2.0.3/build-aux/config.sub-390-	amd64-*)
caftools-2.0.3/build-aux/config.sub:391:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
caftools-2.0.3/build-aux/config.sub-392-		;;
##############################################
caftools-2.0.3/build-aux/config.sub-611-	i*86v32)
caftools-2.0.3/build-aux/config.sub:612:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
caftools-2.0.3/build-aux/config.sub-613-		os=-sysv32
##############################################
caftools-2.0.3/build-aux/config.sub-615-	i*86v4*)
caftools-2.0.3/build-aux/config.sub:616:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
caftools-2.0.3/build-aux/config.sub-617-		os=-sysv4
##############################################
caftools-2.0.3/build-aux/config.sub-619-	i*86v)
caftools-2.0.3/build-aux/config.sub:620:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
caftools-2.0.3/build-aux/config.sub-621-		os=-sysv
##############################################
caftools-2.0.3/build-aux/config.sub-623-	i*86sol2)
caftools-2.0.3/build-aux/config.sub:624:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
caftools-2.0.3/build-aux/config.sub-625-		os=-solaris2
##############################################
caftools-2.0.3/build-aux/config.sub-671-	mips3*-*)
caftools-2.0.3/build-aux/config.sub:672:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
caftools-2.0.3/build-aux/config.sub-673-		;;
caftools-2.0.3/build-aux/config.sub-674-	mips3*)
caftools-2.0.3/build-aux/config.sub:675:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
caftools-2.0.3/build-aux/config.sub-676-		;;
##############################################
caftools-2.0.3/build-aux/config.sub-809-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
caftools-2.0.3/build-aux/config.sub:810:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
caftools-2.0.3/build-aux/config.sub-811-		;;
caftools-2.0.3/build-aux/config.sub-812-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
caftools-2.0.3/build-aux/config.sub:813:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
caftools-2.0.3/build-aux/config.sub-814-		;;
caftools-2.0.3/build-aux/config.sub-815-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
caftools-2.0.3/build-aux/config.sub:816:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
caftools-2.0.3/build-aux/config.sub-817-		;;
caftools-2.0.3/build-aux/config.sub-818-	pentium4-*)
caftools-2.0.3/build-aux/config.sub:819:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
caftools-2.0.3/build-aux/config.sub-820-		;;
##############################################
caftools-2.0.3/build-aux/config.sub-827-		;;
caftools-2.0.3/build-aux/config.sub:828:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
caftools-2.0.3/build-aux/config.sub-829-		;;
##############################################
caftools-2.0.3/build-aux/config.sub-833-	ppcle-* | powerpclittle-*)
caftools-2.0.3/build-aux/config.sub:834:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
caftools-2.0.3/build-aux/config.sub-835-		;;
##############################################
caftools-2.0.3/build-aux/config.sub-837-		;;
caftools-2.0.3/build-aux/config.sub:838:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
caftools-2.0.3/build-aux/config.sub-839-		;;
##############################################
caftools-2.0.3/build-aux/config.sub-843-	ppc64le-* | powerpc64little-*)
caftools-2.0.3/build-aux/config.sub:844:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
caftools-2.0.3/build-aux/config.sub-845-		;;
##############################################
caftools-2.0.3/build-aux/config.sub-1119-	*)
caftools-2.0.3/build-aux/config.sub:1120:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
caftools-2.0.3/build-aux/config.sub-1121-		exit 1
##############################################
caftools-2.0.3/build-aux/config.sub-1127-	*-digital*)
caftools-2.0.3/build-aux/config.sub:1128:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
caftools-2.0.3/build-aux/config.sub-1129-		;;
caftools-2.0.3/build-aux/config.sub-1130-	*-commodore*)
caftools-2.0.3/build-aux/config.sub:1131:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
caftools-2.0.3/build-aux/config.sub-1132-		;;
##############################################
caftools-2.0.3/build-aux/config.sub-1145-	-solaris1 | -solaris1.*)
caftools-2.0.3/build-aux/config.sub:1146:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
caftools-2.0.3/build-aux/config.sub-1147-		;;
##############################################
caftools-2.0.3/build-aux/config.sub-1157-	-gnu/linux*)
caftools-2.0.3/build-aux/config.sub:1158:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
caftools-2.0.3/build-aux/config.sub-1159-		;;
##############################################
caftools-2.0.3/build-aux/config.sub-1198-	-nto*)
caftools-2.0.3/build-aux/config.sub:1199:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
caftools-2.0.3/build-aux/config.sub-1200-		;;
##############################################
caftools-2.0.3/build-aux/config.sub-1205-	-mac*)
caftools-2.0.3/build-aux/config.sub:1206:		os=`echo $os | sed -e 's|mac|macos|'`
caftools-2.0.3/build-aux/config.sub-1207-		;;
##############################################
caftools-2.0.3/build-aux/config.sub-1211-	-linux*)
caftools-2.0.3/build-aux/config.sub:1212:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
caftools-2.0.3/build-aux/config.sub-1213-		;;
caftools-2.0.3/build-aux/config.sub-1214-	-sunos5*)
caftools-2.0.3/build-aux/config.sub:1215:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
caftools-2.0.3/build-aux/config.sub-1216-		;;
caftools-2.0.3/build-aux/config.sub-1217-	-sunos6*)
caftools-2.0.3/build-aux/config.sub:1218:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
caftools-2.0.3/build-aux/config.sub-1219-		;;
##############################################
caftools-2.0.3/build-aux/config.sub-1266-	-sinix5.*)
caftools-2.0.3/build-aux/config.sub:1267:		os=`echo $os | sed -e 's|sinix|sysv|'`
caftools-2.0.3/build-aux/config.sub-1268-		;;
##############################################
caftools-2.0.3/build-aux/config.sub-1317-		# Get rid of the `-' at the beginning of $os.
caftools-2.0.3/build-aux/config.sub:1318:		os=`echo $os | sed 's/[^-]*-//'`
caftools-2.0.3/build-aux/config.sub:1319:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
caftools-2.0.3/build-aux/config.sub-1320-		exit 1
##############################################
caftools-2.0.3/build-aux/config.sub-1556-		esac
caftools-2.0.3/build-aux/config.sub:1557:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
caftools-2.0.3/build-aux/config.sub-1558-		;;
##############################################
caftools-2.0.3/build-aux/depcomp-67-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
caftools-2.0.3/build-aux/depcomp:68:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
caftools-2.0.3/build-aux/depcomp-69-
##############################################
caftools-2.0.3/build-aux/depcomp-234-  # Version 6 uses the directory in both cases.
caftools-2.0.3/build-aux/depcomp:235:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
caftools-2.0.3/build-aux/depcomp-236-  test "x$dir" = "x$object" && dir=
caftools-2.0.3/build-aux/depcomp:237:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
caftools-2.0.3/build-aux/depcomp-238-  if test "$libtool" = yes; then
##############################################
caftools-2.0.3/build-aux/depcomp-263-    # Do two passes, one to just change these to
caftools-2.0.3/build-aux/depcomp:264:    # `$object: dependent.h' and one to simply `dependent.h:'.
caftools-2.0.3/build-aux/depcomp-265-    sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
##############################################
caftools-2.0.3/build-aux/depcomp-305-  # Do two passes, one to just change these to
caftools-2.0.3/build-aux/depcomp:306:  # `$object: dependent.h' and one to simply `dependent.h:'.
caftools-2.0.3/build-aux/depcomp-307-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
caftools-2.0.3/build-aux/depcomp-321-  # Much of this is similar to the tru64 case; see comments there.
caftools-2.0.3/build-aux/depcomp:322:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
caftools-2.0.3/build-aux/depcomp-323-  test "x$dir" = "x$object" && dir=
caftools-2.0.3/build-aux/depcomp:324:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
caftools-2.0.3/build-aux/depcomp-325-  if test "$libtool" = yes; then
##############################################
caftools-2.0.3/build-aux/depcomp-365-   # Subdirectories are respected.
caftools-2.0.3/build-aux/depcomp:366:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
caftools-2.0.3/build-aux/depcomp-367-   test "x$dir" = "x$object" && dir=
caftools-2.0.3/build-aux/depcomp:368:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
caftools-2.0.3/build-aux/depcomp-369-
##############################################
caftools-2.0.3/build-aux/depcomp-557-  done
caftools-2.0.3/build-aux/depcomp:558:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
caftools-2.0.3/build-aux/depcomp-559-  touch "$tmpdepfile"
##############################################
caftools-2.0.3/build-aux/install-sh-229-      fi
caftools-2.0.3/build-aux/install-sh:230:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
caftools-2.0.3/build-aux/install-sh-231-    *)
##############################################
caftools-2.0.3/build-aux/install-sh-276-      dstdir=$dst
caftools-2.0.3/build-aux/install-sh:277:      dst=$dstdir/`basename "$src"`
caftools-2.0.3/build-aux/install-sh-278-      dstdir_status=0
##############################################
caftools-2.0.3/build-aux/install-sh-358-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
caftools-2.0.3/build-aux/install-sh:359:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
caftools-2.0.3/build-aux/install-sh-360-		   case $ls_ld_tmpdir in
##############################################
caftools-2.0.3/build-aux/install-sh-365-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
caftools-2.0.3/build-aux/install-sh:366:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
caftools-2.0.3/build-aux/install-sh-367-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
caftools-2.0.3/build-aux/install-sh-425-	    case $prefix in
caftools-2.0.3/build-aux/install-sh:426:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
caftools-2.0.3/build-aux/install-sh-427-	      *) qprefix=$prefix;;
##############################################
caftools-2.0.3/build-aux/install-sh-474-    if $copy_on_change &&
caftools-2.0.3/build-aux/install-sh:475:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
caftools-2.0.3/build-aux/install-sh:476:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
caftools-2.0.3/build-aux/install-sh-477-
##############################################
caftools-2.0.3/build-aux/missing-129-       # Could not run --version or --help.  This is probably someone
caftools-2.0.3/build-aux/missing:130:       # running `$TOOL --version' or `$TOOL --help' to check whether
caftools-2.0.3/build-aux/missing-131-       # $TOOL exists and not knowing $TOOL uses missing.
##############################################
caftools-2.0.3/build-aux/missing-163-         from any GNU archive site."
caftools-2.0.3/build-aux/missing:164:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
caftools-2.0.3/build-aux/missing-165-    test -z "$files" && files="config.h"
##############################################
caftools-2.0.3/build-aux/missing-192-         proper tools for further handling them.
caftools-2.0.3/build-aux/missing:193:         You can get \`$1' as part of \`Autoconf' from any GNU
caftools-2.0.3/build-aux/missing-194-         archive site."
caftools-2.0.3/build-aux/missing-195-
caftools-2.0.3/build-aux/missing:196:    file=`echo "$*" | sed -n "$sed_output"`
caftools-2.0.3/build-aux/missing:197:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
caftools-2.0.3/build-aux/missing-198-    if test -f "$file"; then
##############################################
caftools-2.0.3/build-aux/missing-221-	*.y)
caftools-2.0.3/build-aux/missing:222:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
caftools-2.0.3/build-aux/missing-223-	    if test -f "$SRCFILE"; then
##############################################
caftools-2.0.3/build-aux/missing-225-	    fi
caftools-2.0.3/build-aux/missing:226:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
caftools-2.0.3/build-aux/missing-227-	    if test -f "$SRCFILE"; then
##############################################
caftools-2.0.3/build-aux/missing-251-	*.l)
caftools-2.0.3/build-aux/missing:252:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
caftools-2.0.3/build-aux/missing-253-	    if test -f "$SRCFILE"; then
##############################################
caftools-2.0.3/build-aux/missing-270-
caftools-2.0.3/build-aux/missing:271:    file=`echo "$*" | sed -n "$sed_output"`
caftools-2.0.3/build-aux/missing:272:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
caftools-2.0.3/build-aux/missing-273-    if test -f "$file"; then
##############################################
caftools-2.0.3/build-aux/missing-290-    # The file to touch is that specified with -o ...
caftools-2.0.3/build-aux/missing:291:    file=`echo "$*" | sed -n "$sed_output"`
caftools-2.0.3/build-aux/missing:292:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
caftools-2.0.3/build-aux/missing-293-    if test -z "$file"; then
caftools-2.0.3/build-aux/missing-294-      # ... or it is the one specified with @setfilename ...
caftools-2.0.3/build-aux/missing:295:      infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
caftools-2.0.3/build-aux/missing-296-      file=`sed -n '
##############################################
caftools-2.0.3/build-aux/missing-302-      # ... or it is derived from the source name (dir/f.texi becomes f.info)
caftools-2.0.3/build-aux/missing:303:      test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
caftools-2.0.3/build-aux/missing-304-    fi
##############################################
caftools-2.0.3/aclocal.m4-73-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
caftools-2.0.3/aclocal.m4:74:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
caftools-2.0.3/aclocal.m4-75-#
##############################################
caftools-2.0.3/aclocal.m4-97-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
caftools-2.0.3/aclocal.m4:98:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
caftools-2.0.3/aclocal.m4-99-# and then we would define $MISSING as
##############################################
caftools-2.0.3/aclocal.m4-113-# expand $ac_aux_dir to an absolute path
caftools-2.0.3/aclocal.m4:114:am_aux_dir=`cd $ac_aux_dir && pwd`
caftools-2.0.3/aclocal.m4-115-])
##############################################
caftools-2.0.3/aclocal.m4-215-  if test "$am_compiler_list" = ""; then
caftools-2.0.3/aclocal.m4:216:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
caftools-2.0.3/aclocal.m4-217-  fi
##############################################
caftools-2.0.3/aclocal.m4-364-    # Strip MF so we end up with the name of the file.
caftools-2.0.3/aclocal.m4:365:    mf=`echo "$mf" | sed -e 's/:.*$//'`
caftools-2.0.3/aclocal.m4-366-    # Check whether this is an Automake generated Makefile or not.
##############################################
caftools-2.0.3/aclocal.m4-373-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
caftools-2.0.3/aclocal.m4:374:      dirpart=`AS_DIRNAME("$mf")`
caftools-2.0.3/aclocal.m4-375-    else
##############################################
caftools-2.0.3/aclocal.m4-379-    # from the Makefile without running `make'.
caftools-2.0.3/aclocal.m4:380:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
caftools-2.0.3/aclocal.m4-381-    test -z "$DEPDIR" && continue
caftools-2.0.3/aclocal.m4:382:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
caftools-2.0.3/aclocal.m4-383-    test -z "am__include" && continue
caftools-2.0.3/aclocal.m4:384:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
caftools-2.0.3/aclocal.m4-385-    # When using ansi2knr, U may be empty or an underscore; expand it
caftools-2.0.3/aclocal.m4:386:    U=`sed -n 's/^U = //p' < "$mf"`
caftools-2.0.3/aclocal.m4-387-    # Find all dependency output files, they are included files with
##############################################
caftools-2.0.3/aclocal.m4-395-      test -f "$dirpart/$file" && continue
caftools-2.0.3/aclocal.m4:396:      fdir=`AS_DIRNAME(["$file"])`
caftools-2.0.3/aclocal.m4-397-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
caftools-2.0.3/aclocal.m4-462-AC_REQUIRE([AC_PROG_INSTALL])dnl
caftools-2.0.3/aclocal.m4:463:if test "`cd $srcdir && pwd`" != "`pwd`"; then
caftools-2.0.3/aclocal.m4-464-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
caftools-2.0.3/aclocal.m4-564-    * )
caftools-2.0.3/aclocal.m4:565:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
caftools-2.0.3/aclocal.m4-566-  esac
caftools-2.0.3/aclocal.m4-567-done
caftools-2.0.3/aclocal.m4:568:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
caftools-2.0.3/aclocal.m4-569-
##############################################
caftools-2.0.3/aclocal.m4-682-# Ignore all kinds of additional output from `make'.
caftools-2.0.3/aclocal.m4:683:case `$am_make -s -f confmf 2> /dev/null` in #(
caftools-2.0.3/aclocal.m4-684-*the\ am__doit\ target*)
##############################################
caftools-2.0.3/aclocal.m4-692-   echo '.include "confinc"' > confmf
caftools-2.0.3/aclocal.m4:693:   case `$am_make -s -f confmf 2> /dev/null` in #(
caftools-2.0.3/aclocal.m4-694-   *the\ am__doit\ target*)
##############################################
caftools-2.0.3/aclocal.m4-849-if (
caftools-2.0.3/aclocal.m4:850:   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
caftools-2.0.3/aclocal.m4-851-   if test "$[*]" = "X"; then
caftools-2.0.3/aclocal.m4-852-      # -L didn't work.
caftools-2.0.3/aclocal.m4:853:      set X `ls -t "$srcdir/configure" conftest.file`
caftools-2.0.3/aclocal.m4-854-   fi
##############################################
caftools-2.0.3/Makefile.in-83-  while test -n "$$dir1"; do \
caftools-2.0.3/Makefile.in:84:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
caftools-2.0.3/Makefile.in-85-    if test "$$first" != "."; then \
caftools-2.0.3/Makefile.in-86-      if test "$$first" = ".."; then \
caftools-2.0.3/Makefile.in:87:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
caftools-2.0.3/Makefile.in:88:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
caftools-2.0.3/Makefile.in-89-      else \
caftools-2.0.3/Makefile.in:90:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
caftools-2.0.3/Makefile.in-91-        if test "$$first2" = "$$first"; then \
caftools-2.0.3/Makefile.in:92:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
caftools-2.0.3/Makefile.in-93-        else \
##############################################
caftools-2.0.3/Makefile.in-98-    fi; \
caftools-2.0.3/Makefile.in:99:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
caftools-2.0.3/Makefile.in-100-  done; \
##############################################
caftools-2.0.3/Makefile.in-256-	dot_seen=no; \
caftools-2.0.3/Makefile.in:257:	target=`echo $@ | sed s/-recursive//`; \
caftools-2.0.3/Makefile.in-258-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
caftools-2.0.3/Makefile.in-291-	rev="$$rev ."; \
caftools-2.0.3/Makefile.in:292:	target=`echo $@ | sed s/-recursive//`; \
caftools-2.0.3/Makefile.in-293-	for subdir in $$rev; do \
##############################################
caftools-2.0.3/Makefile.in-369-GTAGS:
caftools-2.0.3/Makefile.in:370:	here=`$(am__cd) $(top_builddir) && pwd` \
caftools-2.0.3/Makefile.in-371-	  && $(am__cd) $(top_srcdir) \
##############################################
caftools-2.0.3/Makefile.in-379-	test -d "$(distdir)" || mkdir "$(distdir)"
caftools-2.0.3/Makefile.in:380:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
caftools-2.0.3/Makefile.in:381:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
caftools-2.0.3/Makefile.in-382-	list='$(DISTFILES)'; \
##############################################
caftools-2.0.3/Makefile.in-393-	  if test -d $$d/$$file; then \
caftools-2.0.3/Makefile.in:394:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
caftools-2.0.3/Makefile.in-395-	    if test -d "$(distdir)/$$file"; then \
##############################################
caftools-2.0.3/Makefile.in-510-	test -d $(distdir)/_build || exit 0; \
caftools-2.0.3/Makefile.in:511:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
caftools-2.0.3/Makefile.in-512-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
caftools-2.0.3/Makefile.in-553-	}; \
caftools-2.0.3/Makefile.in:554:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
caftools-2.0.3/Makefile.in-555-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
caftools-2.0.3/Makefile.in-565-	fi
caftools-2.0.3/Makefile.in:566:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
caftools-2.0.3/Makefile.in-567-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
caftools-2.0.3/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
caftools-2.0.3/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
caftools-2.0.3/configure-47-  as_echo='print -r --'
caftools-2.0.3/configure-48-  as_echo_n='print -rn --'
caftools-2.0.3/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
caftools-2.0.3/configure-50-  as_echo='printf %s\n'
##############################################
caftools-2.0.3/configure-52-else
caftools-2.0.3/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
caftools-2.0.3/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
caftools-2.0.3/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
caftools-2.0.3/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
caftools-2.0.3/configure-64-      esac;
##############################################
caftools-2.0.3/configure-173-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
caftools-2.0.3/configure:174:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
caftools-2.0.3/configure-175-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
caftools-2.0.3/configure-296-      case $as_dir in #(
caftools-2.0.3/configure:297:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
caftools-2.0.3/configure-298-      *) as_qdir=$as_dir;;
##############################################
caftools-2.0.3/configure-361-  {
caftools-2.0.3/configure:362:    as_val=`expr "$@" || test $? -eq 1`
caftools-2.0.3/configure-363-  }
##############################################
caftools-2.0.3/configure-368-# ----------------------------------------
caftools-2.0.3/configure:369:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
caftools-2.0.3/configure-370-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
caftools-2.0.3/configure-431-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
caftools-2.0.3/configure:432:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
caftools-2.0.3/configure-433-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
caftools-2.0.3/configure-522-	esac;
caftools-2.0.3/configure:523:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
caftools-2.0.3/configure-524-	???[sx]*):;;*)false;;esac;fi
##############################################
caftools-2.0.3/configure-776-  case $ac_option in
caftools-2.0.3/configure:777:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
caftools-2.0.3/configure-778-  *=)   ac_optarg= ;;
##############################################
caftools-2.0.3/configure-820-  -disable-* | --disable-*)
caftools-2.0.3/configure:821:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
caftools-2.0.3/configure-822-    # Reject names that are not valid shell variable names.
##############################################
caftools-2.0.3/configure-825-    ac_useropt_orig=$ac_useropt
caftools-2.0.3/configure:826:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
caftools-2.0.3/configure-827-    case $ac_user_opts in
##############################################
caftools-2.0.3/configure-846-  -enable-* | --enable-*)
caftools-2.0.3/configure:847:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
caftools-2.0.3/configure-848-    # Reject names that are not valid shell variable names.
##############################################
caftools-2.0.3/configure-851-    ac_useropt_orig=$ac_useropt
caftools-2.0.3/configure:852:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
caftools-2.0.3/configure-853-    case $ac_user_opts in
##############################################
caftools-2.0.3/configure-1050-  -with-* | --with-*)
caftools-2.0.3/configure:1051:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
caftools-2.0.3/configure-1052-    # Reject names that are not valid shell variable names.
##############################################
caftools-2.0.3/configure-1055-    ac_useropt_orig=$ac_useropt
caftools-2.0.3/configure:1056:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
caftools-2.0.3/configure-1057-    case $ac_user_opts in
##############################################
caftools-2.0.3/configure-1066-  -without-* | --without-*)
caftools-2.0.3/configure:1067:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
caftools-2.0.3/configure-1068-    # Reject names that are not valid shell variable names.
##############################################
caftools-2.0.3/configure-1071-    ac_useropt_orig=$ac_useropt
caftools-2.0.3/configure:1072:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
caftools-2.0.3/configure-1073-    case $ac_user_opts in
##############################################
caftools-2.0.3/configure-1104-  *=*)
caftools-2.0.3/configure:1105:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
caftools-2.0.3/configure-1106-    # Reject names that are not valid shell variable names.
##############################################
caftools-2.0.3/configure-1125-if test -n "$ac_prev"; then
caftools-2.0.3/configure:1126:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
caftools-2.0.3/configure-1127-  as_fn_error $? "missing argument to $ac_option"
##############################################
caftools-2.0.3/configure-1147-    */ )
caftools-2.0.3/configure:1148:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
caftools-2.0.3/configure-1149-      eval $ac_var=\$ac_val;;
##############################################
caftools-2.0.3/configure-1184-ac_ls_di=`ls -di .` &&
caftools-2.0.3/configure:1185:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
caftools-2.0.3/configure-1186-  as_fn_error $? "working directory cannot be determined"
##############################################
caftools-2.0.3/configure-1240-case $srcdir in
caftools-2.0.3/configure:1241:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
caftools-2.0.3/configure-1242-esac
##############################################
caftools-2.0.3/configure-1283-By default, \`make install' will install all the files in
caftools-2.0.3/configure:1284:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
caftools-2.0.3/configure:1285:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
caftools-2.0.3/configure-1286-for instance \`--prefix=\$HOME'.
##############################################
caftools-2.0.3/configure-1369-*)
caftools-2.0.3/configure:1370:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
caftools-2.0.3/configure-1371-  # A ".." for each directory in $ac_dir_suffix.
caftools-2.0.3/configure:1372:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
caftools-2.0.3/configure-1373-  case $ac_top_builddir_sub in
##############################################
caftools-2.0.3/configure-2085-    *\'*)
caftools-2.0.3/configure:2086:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
caftools-2.0.3/configure-2087-    esac
##############################################
caftools-2.0.3/configure-2168-      case $ac_val in
caftools-2.0.3/configure:2169:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
caftools-2.0.3/configure-2170-      esac
##############################################
caftools-2.0.3/configure-2183-	case $ac_val in
caftools-2.0.3/configure:2184:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
caftools-2.0.3/configure-2185-	esac
##############################################
caftools-2.0.3/configure-2303-    set,)
caftools-2.0.3/configure:2304:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
caftools-2.0.3/configure:2305:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
caftools-2.0.3/configure-2306-      ac_cache_corrupted=: ;;
##############################################
caftools-2.0.3/configure-2314-	# differences in whitespace do not lead to failure.
caftools-2.0.3/configure:2315:	ac_old_val_w=`echo x $ac_old_val`
caftools-2.0.3/configure:2316:	ac_new_val_w=`echo x $ac_new_val`
caftools-2.0.3/configure-2317-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
caftools-2.0.3/configure-2334-    case $ac_new_val in
caftools-2.0.3/configure:2335:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
caftools-2.0.3/configure-2336-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
caftools-2.0.3/configure-2509-if (
caftools-2.0.3/configure:2510:   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
caftools-2.0.3/configure-2511-   if test "$*" = "X"; then
caftools-2.0.3/configure-2512-      # -L didn't work.
caftools-2.0.3/configure:2513:      set X `ls -t "$srcdir/configure" conftest.file`
caftools-2.0.3/configure-2514-   fi
##############################################
caftools-2.0.3/configure-2545-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
caftools-2.0.3/configure:2546:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
caftools-2.0.3/configure-2547-
caftools-2.0.3/configure-2548-# expand $ac_aux_dir to an absolute path
caftools-2.0.3/configure:2549:am_aux_dir=`cd $ac_aux_dir && pwd`
caftools-2.0.3/configure-2550-
##############################################
caftools-2.0.3/configure-2690-	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
caftools-2.0.3/configure:2691:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
caftools-2.0.3/configure-2692-	     'mkdir (GNU coreutils) '* | \
##############################################
caftools-2.0.3/configure-2769-set x ${MAKE-make}
caftools-2.0.3/configure:2770:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
caftools-2.0.3/configure-2771-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
caftools-2.0.3/configure-2779-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
caftools-2.0.3/configure:2780:case `${MAKE-make} -f conftest.make 2>/dev/null` in
caftools-2.0.3/configure-2781-  *@@@%%%=?*=@@@%%%*)
##############################################
caftools-2.0.3/configure-2806-
caftools-2.0.3/configure:2807:if test "`cd $srcdir && pwd`" != "`pwd`"; then
caftools-2.0.3/configure-2808-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
caftools-2.0.3/configure-2921-if test "$WITHVAL_IO_LIB" ; then
caftools-2.0.3/configure:2922:   IO_LIB_INCLUDE=`${WITHVAL_IO_LIB}/bin/io_lib-config --cflags`
caftools-2.0.3/configure:2923:   IO_LIB_LDADD=`${WITHVAL_IO_LIB}/bin/io_lib-config --libs`
caftools-2.0.3/configure-2924-else
##############################################
caftools-2.0.3/configure-3274-$as_echo_n "checking whether the C compiler works... " >&6; }
caftools-2.0.3/configure:3275:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
caftools-2.0.3/configure-3276-
##############################################
caftools-2.0.3/configure-3318-	then :; else
caftools-2.0.3/configure:3319:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
caftools-2.0.3/configure-3320-	fi
##############################################
caftools-2.0.3/configure-3378-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
caftools-2.0.3/configure:3379:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
caftools-2.0.3/configure-3380-	  break;;
##############################################
caftools-2.0.3/configure-3487-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
caftools-2.0.3/configure:3488:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
caftools-2.0.3/configure-3489-       break;;
##############################################
caftools-2.0.3/configure-3737-# Ignore all kinds of additional output from `make'.
caftools-2.0.3/configure:3738:case `$am_make -s -f confmf 2> /dev/null` in #(
caftools-2.0.3/configure-3739-*the\ am__doit\ target*)
##############################################
caftools-2.0.3/configure-3747-   echo '.include "confinc"' > confmf
caftools-2.0.3/configure:3748:   case `$am_make -s -f confmf 2> /dev/null` in #(
caftools-2.0.3/configure-3749-   *the\ am__doit\ target*)
##############################################
caftools-2.0.3/configure-3810-  if test "$am_compiler_list" = ""; then
caftools-2.0.3/configure:3811:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
caftools-2.0.3/configure-3812-  fi
##############################################
caftools-2.0.3/configure-3994-set x ${MAKE-make}
caftools-2.0.3/configure:3995:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
caftools-2.0.3/configure-3996-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
caftools-2.0.3/configure-4004-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
caftools-2.0.3/configure:4005:case `${MAKE-make} -f conftest.make 2>/dev/null` in
caftools-2.0.3/configure-4006-  *@@@%%%=?*=@@@%%%*)
##############################################
caftools-2.0.3/configure-4229-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
caftools-2.0.3/configure:4230:  as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
caftools-2.0.3/configure-4231-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
##############################################
caftools-2.0.3/configure-4261-  cat >>confdefs.h <<_ACEOF
caftools-2.0.3/configure:4262:#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
caftools-2.0.3/configure-4263-_ACEOF
##############################################
caftools-2.0.3/configure-4542-  # Check for GNU $ac_path_GREP
caftools-2.0.3/configure:4543:case `"$ac_path_GREP" --version 2>&1` in
caftools-2.0.3/configure-4544-*GNU*)
##############################################
caftools-2.0.3/configure-4608-  # Check for GNU $ac_path_EGREP
caftools-2.0.3/configure:4609:case `"$ac_path_EGREP" --version 2>&1` in
caftools-2.0.3/configure-4610-*GNU*)
##############################################
caftools-2.0.3/configure-4845-do :
caftools-2.0.3/configure:4846:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
caftools-2.0.3/configure-4847-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
caftools-2.0.3/configure-4850-  cat >>confdefs.h <<_ACEOF
caftools-2.0.3/configure:4851:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
caftools-2.0.3/configure-4852-_ACEOF
##############################################
caftools-2.0.3/configure-4860-do :
caftools-2.0.3/configure:4861:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
caftools-2.0.3/configure-4862-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
caftools-2.0.3/configure-4864-  cat >>confdefs.h <<_ACEOF
caftools-2.0.3/configure:4865:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
caftools-2.0.3/configure-4866-_ACEOF
##############################################
caftools-2.0.3/configure-5622-do :
caftools-2.0.3/configure:5623:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
caftools-2.0.3/configure-5624-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
caftools-2.0.3/configure-5626-  cat >>confdefs.h <<_ACEOF
caftools-2.0.3/configure:5627:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
caftools-2.0.3/configure-5628-_ACEOF
##############################################
caftools-2.0.3/configure-5733-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
caftools-2.0.3/configure:5734:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
caftools-2.0.3/configure-5735-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
caftools-2.0.3/configure-5825-if test -z "$BASH_VERSION$ZSH_VERSION" \
caftools-2.0.3/configure:5826:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
caftools-2.0.3/configure-5827-  as_echo='print -r --'
caftools-2.0.3/configure-5828-  as_echo_n='print -rn --'
caftools-2.0.3/configure:5829:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
caftools-2.0.3/configure-5830-  as_echo='printf %s\n'
##############################################
caftools-2.0.3/configure-5832-else
caftools-2.0.3/configure:5833:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
caftools-2.0.3/configure-5834-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
caftools-2.0.3/configure-5842-	expr "X$arg" : "X\\(.*\\)$as_nl";
caftools-2.0.3/configure:5843:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
caftools-2.0.3/configure-5844-      esac;
##############################################
caftools-2.0.3/configure-5919-# ----------------------------------------
caftools-2.0.3/configure:5920:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
caftools-2.0.3/configure-5921-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
caftools-2.0.3/configure-5991-  {
caftools-2.0.3/configure:5992:    as_val=`expr "$@" || test $? -eq 1`
caftools-2.0.3/configure-5993-  }
##############################################
caftools-2.0.3/configure-6095-      case $as_dir in #(
caftools-2.0.3/configure:6096:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
caftools-2.0.3/configure-6097-      *) as_qdir=$as_dir;;
##############################################
caftools-2.0.3/configure-6152-	esac;
caftools-2.0.3/configure:6153:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
caftools-2.0.3/configure-6154-	???[sx]*):;;*)false;;esac;fi
##############################################
caftools-2.0.3/configure-6242-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
caftools-2.0.3/configure:6243:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
caftools-2.0.3/configure-6244-ac_cs_version="\\
##############################################
caftools-2.0.3/configure-6267-  --*=?*)
caftools-2.0.3/configure:6268:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
caftools-2.0.3/configure:6269:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
caftools-2.0.3/configure-6270-    ac_shift=:
##############################################
caftools-2.0.3/configure-6272-  --*=)
caftools-2.0.3/configure:6273:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
caftools-2.0.3/configure-6274-    ac_optarg=
##############################################
caftools-2.0.3/configure-6296-    case $ac_optarg in
caftools-2.0.3/configure:6297:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
caftools-2.0.3/configure-6298-    '') as_fn_error $? "missing file argument" ;;
##############################################
caftools-2.0.3/configure-6304-    case $ac_optarg in
caftools-2.0.3/configure:6305:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
caftools-2.0.3/configure-6306-    esac
##############################################
caftools-2.0.3/configure-6437-fi
caftools-2.0.3/configure:6438:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
caftools-2.0.3/configure-6439-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
caftools-2.0.3/configure-6454-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
caftools-2.0.3/configure:6455:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
caftools-2.0.3/configure-6456-ac_delim='%!_!# '
##############################################
caftools-2.0.3/configure-6460-
caftools-2.0.3/configure:6461:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
caftools-2.0.3/configure-6462-  if test $ac_delim_n = $ac_delim_num; then
##############################################
caftools-2.0.3/configure-6598-for ac_last_try in false false :; do
caftools-2.0.3/configure:6599:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
caftools-2.0.3/configure-6600-  if test -z "$ac_tt"; then
##############################################
caftools-2.0.3/configure-6730-      esac
caftools-2.0.3/configure:6731:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
caftools-2.0.3/configure-6732-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
caftools-2.0.3/configure-6789-*)
caftools-2.0.3/configure:6790:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
caftools-2.0.3/configure-6791-  # A ".." for each directory in $ac_dir_suffix.
caftools-2.0.3/configure:6792:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
caftools-2.0.3/configure-6793-  case $ac_top_builddir_sub in
##############################################
caftools-2.0.3/configure-6850-/@mandir@/p'
caftools-2.0.3/configure:6851:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
caftools-2.0.3/configure-6852-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
caftools-2.0.3/configure-6867-
caftools-2.0.3/configure:6868:# Neutralize VPATH when `$srcdir' = `.'.
caftools-2.0.3/configure-6869-# Shell code in configure.ac might set extrasub.
##############################################
caftools-2.0.3/configure-6895-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
caftools-2.0.3/configure:6896:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
caftools-2.0.3/configure-6897-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
caftools-2.0.3/configure-6941-    * )
caftools-2.0.3/configure:6942:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
caftools-2.0.3/configure-6943-  esac
##############################################
caftools-2.0.3/configure-6988-    # Strip MF so we end up with the name of the file.
caftools-2.0.3/configure:6989:    mf=`echo "$mf" | sed -e 's/:.*$//'`
caftools-2.0.3/configure-6990-    # Check whether this is an Automake generated Makefile or not.
##############################################
caftools-2.0.3/configure-7025-    # from the Makefile without running `make'.
caftools-2.0.3/configure:7026:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
caftools-2.0.3/configure-7027-    test -z "$DEPDIR" && continue
caftools-2.0.3/configure:7028:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
caftools-2.0.3/configure-7029-    test -z "am__include" && continue
caftools-2.0.3/configure:7030:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
caftools-2.0.3/configure-7031-    # When using ansi2knr, U may be empty or an underscore; expand it
caftools-2.0.3/configure:7032:    U=`sed -n 's/^U = //p' < "$mf"`
caftools-2.0.3/configure-7033-    # Find all dependency output files, they are included files with
##############################################
caftools-2.0.3/src/Makefile.in-183-  while test -n "$$dir1"; do \
caftools-2.0.3/src/Makefile.in:184:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
caftools-2.0.3/src/Makefile.in-185-    if test "$$first" != "."; then \
caftools-2.0.3/src/Makefile.in-186-      if test "$$first" = ".."; then \
caftools-2.0.3/src/Makefile.in:187:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
caftools-2.0.3/src/Makefile.in:188:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
caftools-2.0.3/src/Makefile.in-189-      else \
caftools-2.0.3/src/Makefile.in:190:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
caftools-2.0.3/src/Makefile.in-191-        if test "$$first2" = "$$first"; then \
caftools-2.0.3/src/Makefile.in:192:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
caftools-2.0.3/src/Makefile.in-193-        else \
##############################################
caftools-2.0.3/src/Makefile.in-198-    fi; \
caftools-2.0.3/src/Makefile.in:199:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
caftools-2.0.3/src/Makefile.in-200-  done; \
##############################################
caftools-2.0.3/src/Makefile.in-572-.c.obj:
caftools-2.0.3/src/Makefile.in:573:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
caftools-2.0.3/src/Makefile.in-574-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
caftools-2.0.3/src/Makefile.in-576-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
caftools-2.0.3/src/Makefile.in:577:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
caftools-2.0.3/src/Makefile.in-578-
##############################################
caftools-2.0.3/src/Makefile.in-593-	dot_seen=no; \
caftools-2.0.3/src/Makefile.in:594:	target=`echo $@ | sed s/-recursive//`; \
caftools-2.0.3/src/Makefile.in-595-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
caftools-2.0.3/src/Makefile.in-628-	rev="$$rev ."; \
caftools-2.0.3/src/Makefile.in:629:	target=`echo $@ | sed s/-recursive//`; \
caftools-2.0.3/src/Makefile.in-630-	for subdir in $$rev; do \
##############################################
caftools-2.0.3/src/Makefile.in-706-GTAGS:
caftools-2.0.3/src/Makefile.in:707:	here=`$(am__cd) $(top_builddir) && pwd` \
caftools-2.0.3/src/Makefile.in-708-	  && $(am__cd) $(top_srcdir) \
##############################################
caftools-2.0.3/src/Makefile.in-714-distdir: $(DISTFILES)
caftools-2.0.3/src/Makefile.in:715:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
caftools-2.0.3/src/Makefile.in:716:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
caftools-2.0.3/src/Makefile.in-717-	list='$(DISTFILES)'; \
##############################################
caftools-2.0.3/src/Makefile.in-728-	  if test -d $$d/$$file; then \
caftools-2.0.3/src/Makefile.in:729:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
caftools-2.0.3/src/Makefile.in-730-	    if test -d "$(distdir)/$$file"; then \
##############################################
caftools-2.0.3/src/acedb/Makefile.in-238-.c.obj:
caftools-2.0.3/src/acedb/Makefile.in:239:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
caftools-2.0.3/src/acedb/Makefile.in-240-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
caftools-2.0.3/src/acedb/Makefile.in-242-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
caftools-2.0.3/src/acedb/Makefile.in:243:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
caftools-2.0.3/src/acedb/Makefile.in-244-
##############################################
caftools-2.0.3/src/acedb/Makefile.in-289-GTAGS:
caftools-2.0.3/src/acedb/Makefile.in:290:	here=`$(am__cd) $(top_builddir) && pwd` \
caftools-2.0.3/src/acedb/Makefile.in-291-	  && $(am__cd) $(top_srcdir) \
##############################################
caftools-2.0.3/src/acedb/Makefile.in-297-distdir: $(DISTFILES)
caftools-2.0.3/src/acedb/Makefile.in:298:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
caftools-2.0.3/src/acedb/Makefile.in:299:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
caftools-2.0.3/src/acedb/Makefile.in-300-	list='$(DISTFILES)'; \
##############################################
caftools-2.0.3/src/acedb/Makefile.in-311-	  if test -d $$d/$$file; then \
caftools-2.0.3/src/acedb/Makefile.in:312:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
caftools-2.0.3/src/acedb/Makefile.in-313-	    if test -d "$(distdir)/$$file"; then \
##############################################
caftools-2.0.3/src/libsrc/Makefile.in-326-.c.obj:
caftools-2.0.3/src/libsrc/Makefile.in:327:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
caftools-2.0.3/src/libsrc/Makefile.in-328-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
caftools-2.0.3/src/libsrc/Makefile.in-330-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
caftools-2.0.3/src/libsrc/Makefile.in:331:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
caftools-2.0.3/src/libsrc/Makefile.in-332-
##############################################
caftools-2.0.3/src/libsrc/Makefile.in-377-GTAGS:
caftools-2.0.3/src/libsrc/Makefile.in:378:	here=`$(am__cd) $(top_builddir) && pwd` \
caftools-2.0.3/src/libsrc/Makefile.in-379-	  && $(am__cd) $(top_srcdir) \
##############################################
caftools-2.0.3/src/libsrc/Makefile.in-385-distdir: $(DISTFILES)
caftools-2.0.3/src/libsrc/Makefile.in:386:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
caftools-2.0.3/src/libsrc/Makefile.in:387:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
caftools-2.0.3/src/libsrc/Makefile.in-388-	list='$(DISTFILES)'; \
##############################################
caftools-2.0.3/src/libsrc/Makefile.in-399-	  if test -d $$d/$$file; then \
caftools-2.0.3/src/libsrc/Makefile.in:400:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
caftools-2.0.3/src/libsrc/Makefile.in-401-	    if test -d "$(distdir)/$$file"; then \
##############################################
caftools-2.0.3/tests/test_data/TestTools.pm-265-
caftools-2.0.3/tests/test_data/TestTools.pm:266:    if(system("$self->{installed_dir}/$self->{program} $args")) {
caftools-2.0.3/tests/test_data/TestTools.pm-267-        print "Error: Failure in system call. ($self->{installed_dir}/$self->{program} $args).$!\n";
##############################################
caftools-2.0.3/tests/test_data/TestTools.pm-279-    
caftools-2.0.3/tests/test_data/TestTools.pm:280:    if(system("$self->{test_src_dir}/$self->{program} $args")) {        
caftools-2.0.3/tests/test_data/TestTools.pm-281-        print "Error: Failure in system call. ($self->{test_src_dir}/$self->{program} $args).$!\n";
##############################################
caftools-2.0.3/tests/Makefile.in-206-distdir: $(DISTFILES)
caftools-2.0.3/tests/Makefile.in:207:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
caftools-2.0.3/tests/Makefile.in:208:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
caftools-2.0.3/tests/Makefile.in-209-	list='$(DISTFILES)'; \
##############################################
caftools-2.0.3/tests/Makefile.in-220-	  if test -d $$d/$$file; then \
caftools-2.0.3/tests/Makefile.in:221:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
caftools-2.0.3/tests/Makefile.in-222-	    if test -d "$(distdir)/$$file"; then \
##############################################
caftools-2.0.3/man/Makefile.in-48-DIST_SOURCES =
caftools-2.0.3/man/Makefile.in:49:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
caftools-2.0.3/man/Makefile.in-50-am__vpath_adj = case $$p in \
caftools-2.0.3/man/Makefile.in:51:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
caftools-2.0.3/man/Makefile.in-52-    *) f=$$p;; \
caftools-2.0.3/man/Makefile.in-53-  esac;
caftools-2.0.3/man/Makefile.in:54:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
caftools-2.0.3/man/Makefile.in-55-am__install_max = 40
caftools-2.0.3/man/Makefile.in-56-am__nobase_strip_setup = \
caftools-2.0.3/man/Makefile.in:57:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
caftools-2.0.3/man/Makefile.in-58-am__nobase_strip = \
##############################################
caftools-2.0.3/man/Makefile.in-306-	else :; fi
caftools-2.0.3/man/Makefile.in:307:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
caftools-2.0.3/man/Makefile.in:308:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
caftools-2.0.3/man/Makefile.in-309-	list='$(DISTFILES)'; \
##############################################
caftools-2.0.3/man/Makefile.in-320-	  if test -d $$d/$$file; then \
caftools-2.0.3/man/Makefile.in:321:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
caftools-2.0.3/man/Makefile.in-322-	    if test -d "$(distdir)/$$file"; then \
##############################################
caftools-2.0.3/debian/patches/autoconf.patch-20-+AC_SUBST(VAR_WITHDEF)
caftools-2.0.3/debian/patches/autoconf.patch:21:+if test -z "$WITH_VAR" ; then WITH_VAR=`echo ifelse([$2], , no, [$2])` ; fi
caftools-2.0.3/debian/patches/autoconf.patch-22-+if test "$WITH_VAR" != "no"; then
##############################################
caftools-2.0.3/debian/patches/autoconf.patch-159-+AC_SUBST(VAR_WITHDEF)
caftools-2.0.3/debian/patches/autoconf.patch:160:+if test -z "$WITH_VAR" ; then WITH_VAR=`echo ifelse([$2], , no, [$2])` ; fi
caftools-2.0.3/debian/patches/autoconf.patch-161-+if test "$WITH_VAR" != "no"; then
##############################################
caftools-2.0.3/.pc/autoconf.patch/configure.in-12-if test "$WITHVAL_IO_LIB" ; then
caftools-2.0.3/.pc/autoconf.patch/configure.in:13:   IO_LIB_INCLUDE=`${WITHVAL_IO_LIB}/bin/io_lib-config --cflags`
caftools-2.0.3/.pc/autoconf.patch/configure.in:14:   IO_LIB_LDADD=`${WITHVAL_IO_LIB}/bin/io_lib-config --libs`
caftools-2.0.3/.pc/autoconf.patch/configure.in-15-else
##############################################
caftools-2.0.3/configure.in-18-AC_SUBST(VAR_WITHDEF)
caftools-2.0.3/configure.in:19:if test -z "$WITH_VAR" ; then WITH_VAR=`echo ifelse([$2], , no, [$2])` ; fi
caftools-2.0.3/configure.in-20-if test "$WITH_VAR" != "no"; then
##############################################
caftools-2.0.3/configure.in-157-AC_SUBST(VAR_WITHDEF)
caftools-2.0.3/configure.in:158:if test -z "$WITH_VAR" ; then WITH_VAR=`echo ifelse([$2], , no, [$2])` ; fi
caftools-2.0.3/configure.in-159-if test "$WITH_VAR" != "no"; then
##############################################
caftools-2.0.3/configure.in-192-if test "$WITHVAL_IO_LIB" ; then
caftools-2.0.3/configure.in:193:   IO_LIB_INCLUDE=`${WITHVAL_IO_LIB}/bin/io_lib-config --cflags`
caftools-2.0.3/configure.in:194:   IO_LIB_LDADD=`${WITHVAL_IO_LIB}/bin/io_lib-config --libs`
caftools-2.0.3/configure.in-195-else