===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
zzuf-0.15/.auto/config.sub-52-
zzuf-0.15/.auto/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
zzuf-0.15/.auto/config.sub-54-
##############################################
zzuf-0.15/.auto/config.sub-115-# Here we must recognize all the valid KERNEL-OS combinations.
zzuf-0.15/.auto/config.sub:116:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
zzuf-0.15/.auto/config.sub-117-case $maybe_os in
##############################################
zzuf-0.15/.auto/config.sub-123-    os=-$maybe_os
zzuf-0.15/.auto/config.sub:124:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
zzuf-0.15/.auto/config.sub-125-    ;;
##############################################
zzuf-0.15/.auto/config.sub-127-    os=-linux-android
zzuf-0.15/.auto/config.sub:128:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
zzuf-0.15/.auto/config.sub-129-    ;;
zzuf-0.15/.auto/config.sub-130-  *)
zzuf-0.15/.auto/config.sub:131:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
zzuf-0.15/.auto/config.sub-132-    if [ $basic_machine != $1 ]
zzuf-0.15/.auto/config.sub:133:    then os=`echo $1 | sed 's/.*-/-/'`
zzuf-0.15/.auto/config.sub-134-    else os=; fi
##############################################
zzuf-0.15/.auto/config.sub-181-		os=-sco5v6
zzuf-0.15/.auto/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
zzuf-0.15/.auto/config.sub-183-		;;
##############################################
zzuf-0.15/.auto/config.sub-185-		os=-sco3.2v5
zzuf-0.15/.auto/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
zzuf-0.15/.auto/config.sub-187-		;;
##############################################
zzuf-0.15/.auto/config.sub-189-		os=-sco3.2v4
zzuf-0.15/.auto/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
zzuf-0.15/.auto/config.sub-191-		;;
zzuf-0.15/.auto/config.sub-192-	-sco3.2.[4-9]*)
zzuf-0.15/.auto/config.sub:193:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
zzuf-0.15/.auto/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
zzuf-0.15/.auto/config.sub-195-		;;
##############################################
zzuf-0.15/.auto/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
zzuf-0.15/.auto/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
zzuf-0.15/.auto/config.sub-199-		;;
##############################################
zzuf-0.15/.auto/config.sub-201-		# Don't forget version if it is 3.2v4 or newer.
zzuf-0.15/.auto/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
zzuf-0.15/.auto/config.sub-203-		;;
##############################################
zzuf-0.15/.auto/config.sub-205-		os=-sco3.2v2
zzuf-0.15/.auto/config.sub:206:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
zzuf-0.15/.auto/config.sub-207-		;;
zzuf-0.15/.auto/config.sub-208-	-udk*)
zzuf-0.15/.auto/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
zzuf-0.15/.auto/config.sub-210-		;;
##############################################
zzuf-0.15/.auto/config.sub-212-		os=-isc2.2
zzuf-0.15/.auto/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
zzuf-0.15/.auto/config.sub-214-		;;
##############################################
zzuf-0.15/.auto/config.sub-218-	-isc*)
zzuf-0.15/.auto/config.sub:219:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
zzuf-0.15/.auto/config.sub-220-		;;
##############################################
zzuf-0.15/.auto/config.sub-230-	-ptx*)
zzuf-0.15/.auto/config.sub:231:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
zzuf-0.15/.auto/config.sub-232-		;;
zzuf-0.15/.auto/config.sub-233-	-windowsnt*)
zzuf-0.15/.auto/config.sub:234:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
zzuf-0.15/.auto/config.sub-235-		;;
##############################################
zzuf-0.15/.auto/config.sub-367-	*-*-*)
zzuf-0.15/.auto/config.sub:368:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
zzuf-0.15/.auto/config.sub-369-		exit 1
##############################################
zzuf-0.15/.auto/config.sub-494-	amd64-*)
zzuf-0.15/.auto/config.sub:495:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
zzuf-0.15/.auto/config.sub-496-		;;
##############################################
zzuf-0.15/.auto/config.sub-539-	blackfin-*)
zzuf-0.15/.auto/config.sub:540:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
zzuf-0.15/.auto/config.sub-541-		os=-linux
##############################################
zzuf-0.15/.auto/config.sub-547-	c54x-*)
zzuf-0.15/.auto/config.sub:548:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
zzuf-0.15/.auto/config.sub-549-		;;
zzuf-0.15/.auto/config.sub-550-	c55x-*)
zzuf-0.15/.auto/config.sub:551:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
zzuf-0.15/.auto/config.sub-552-		;;
zzuf-0.15/.auto/config.sub-553-	c6x-*)
zzuf-0.15/.auto/config.sub:554:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
zzuf-0.15/.auto/config.sub-555-		;;
##############################################
zzuf-0.15/.auto/config.sub-750-	i*86v32)
zzuf-0.15/.auto/config.sub:751:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
zzuf-0.15/.auto/config.sub-752-		os=-sysv32
##############################################
zzuf-0.15/.auto/config.sub-754-	i*86v4*)
zzuf-0.15/.auto/config.sub:755:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
zzuf-0.15/.auto/config.sub-756-		os=-sysv4
##############################################
zzuf-0.15/.auto/config.sub-758-	i*86v)
zzuf-0.15/.auto/config.sub:759:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
zzuf-0.15/.auto/config.sub-760-		os=-sysv
##############################################
zzuf-0.15/.auto/config.sub-762-	i*86sol2)
zzuf-0.15/.auto/config.sub:763:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
zzuf-0.15/.auto/config.sub-764-		os=-solaris2
##############################################
zzuf-0.15/.auto/config.sub-788-	leon-*|leon[3-9]-*)
zzuf-0.15/.auto/config.sub:789:		basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'`
zzuf-0.15/.auto/config.sub-790-		;;
##############################################
zzuf-0.15/.auto/config.sub-795-	m68knommu-*)
zzuf-0.15/.auto/config.sub:796:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
zzuf-0.15/.auto/config.sub-797-		os=-linux
##############################################
zzuf-0.15/.auto/config.sub-832-	mips3*-*)
zzuf-0.15/.auto/config.sub:833:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
zzuf-0.15/.auto/config.sub-834-		;;
zzuf-0.15/.auto/config.sub-835-	mips3*)
zzuf-0.15/.auto/config.sub:836:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
zzuf-0.15/.auto/config.sub-837-		;;
##############################################
zzuf-0.15/.auto/config.sub-854-	ms1-*)
zzuf-0.15/.auto/config.sub:855:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
zzuf-0.15/.auto/config.sub-856-		;;
##############################################
zzuf-0.15/.auto/config.sub-973-	parisc-*)
zzuf-0.15/.auto/config.sub:974:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
zzuf-0.15/.auto/config.sub-975-		os=-linux
##############################################
zzuf-0.15/.auto/config.sub-989-	pc98-*)
zzuf-0.15/.auto/config.sub:990:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
zzuf-0.15/.auto/config.sub-991-		;;
##############################################
zzuf-0.15/.auto/config.sub-1004-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
zzuf-0.15/.auto/config.sub:1005:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
zzuf-0.15/.auto/config.sub-1006-		;;
zzuf-0.15/.auto/config.sub-1007-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
zzuf-0.15/.auto/config.sub:1008:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
zzuf-0.15/.auto/config.sub-1009-		;;
zzuf-0.15/.auto/config.sub-1010-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
zzuf-0.15/.auto/config.sub:1011:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
zzuf-0.15/.auto/config.sub-1012-		;;
zzuf-0.15/.auto/config.sub-1013-	pentium4-*)
zzuf-0.15/.auto/config.sub:1014:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
zzuf-0.15/.auto/config.sub-1015-		;;
##############################################
zzuf-0.15/.auto/config.sub-1023-	ppc-* | ppcbe-*)
zzuf-0.15/.auto/config.sub:1024:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
zzuf-0.15/.auto/config.sub-1025-		;;
##############################################
zzuf-0.15/.auto/config.sub-1029-	ppcle-* | powerpclittle-*)
zzuf-0.15/.auto/config.sub:1030:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
zzuf-0.15/.auto/config.sub-1031-		;;
##############################################
zzuf-0.15/.auto/config.sub-1033-		;;
zzuf-0.15/.auto/config.sub:1034:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
zzuf-0.15/.auto/config.sub-1035-		;;
##############################################
zzuf-0.15/.auto/config.sub-1039-	ppc64le-* | powerpc64little-*)
zzuf-0.15/.auto/config.sub:1040:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
zzuf-0.15/.auto/config.sub-1041-		;;
##############################################
zzuf-0.15/.auto/config.sub-1122-	strongarm-* | thumb-*)
zzuf-0.15/.auto/config.sub:1123:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
zzuf-0.15/.auto/config.sub-1124-		;;
##############################################
zzuf-0.15/.auto/config.sub-1252-	xscale-* | xscalee[bl]-*)
zzuf-0.15/.auto/config.sub:1253:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
zzuf-0.15/.auto/config.sub-1254-		;;
##############################################
zzuf-0.15/.auto/config.sub-1329-	*)
zzuf-0.15/.auto/config.sub:1330:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
zzuf-0.15/.auto/config.sub-1331-		exit 1
##############################################
zzuf-0.15/.auto/config.sub-1337-	*-digital*)
zzuf-0.15/.auto/config.sub:1338:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
zzuf-0.15/.auto/config.sub-1339-		;;
zzuf-0.15/.auto/config.sub-1340-	*-commodore*)
zzuf-0.15/.auto/config.sub:1341:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
zzuf-0.15/.auto/config.sub-1342-		;;
##############################################
zzuf-0.15/.auto/config.sub-1358-	-solaris1 | -solaris1.*)
zzuf-0.15/.auto/config.sub:1359:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
zzuf-0.15/.auto/config.sub-1360-		;;
##############################################
zzuf-0.15/.auto/config.sub-1370-	-gnu/linux*)
zzuf-0.15/.auto/config.sub:1371:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
zzuf-0.15/.auto/config.sub-1372-		;;
##############################################
zzuf-0.15/.auto/config.sub-1416-	-nto*)
zzuf-0.15/.auto/config.sub:1417:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
zzuf-0.15/.auto/config.sub-1418-		;;
##############################################
zzuf-0.15/.auto/config.sub-1423-	-mac*)
zzuf-0.15/.auto/config.sub:1424:		os=`echo $os | sed -e 's|mac|macos|'`
zzuf-0.15/.auto/config.sub-1425-		;;
##############################################
zzuf-0.15/.auto/config.sub-1429-	-linux*)
zzuf-0.15/.auto/config.sub:1430:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
zzuf-0.15/.auto/config.sub-1431-		;;
zzuf-0.15/.auto/config.sub-1432-	-sunos5*)
zzuf-0.15/.auto/config.sub:1433:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
zzuf-0.15/.auto/config.sub-1434-		;;
zzuf-0.15/.auto/config.sub-1435-	-sunos6*)
zzuf-0.15/.auto/config.sub:1436:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
zzuf-0.15/.auto/config.sub-1437-		;;
##############################################
zzuf-0.15/.auto/config.sub-1484-	-sinix5.*)
zzuf-0.15/.auto/config.sub:1485:		os=`echo $os | sed -e 's|sinix|sysv|'`
zzuf-0.15/.auto/config.sub-1486-		;;
##############################################
zzuf-0.15/.auto/config.sub-1537-		# Get rid of the `-' at the beginning of $os.
zzuf-0.15/.auto/config.sub:1538:		os=`echo $os | sed 's/[^-]*-//'`
zzuf-0.15/.auto/config.sub:1539:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
zzuf-0.15/.auto/config.sub-1540-		exit 1
##############################################
zzuf-0.15/.auto/config.sub-1800-		esac
zzuf-0.15/.auto/config.sub:1801:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
zzuf-0.15/.auto/config.sub-1802-		;;
##############################################
zzuf-0.15/.auto/config.guess-34-
zzuf-0.15/.auto/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
zzuf-0.15/.auto/config.guess-36-
##############################################
zzuf-0.15/.auto/config.guess-102-: ${TMPDIR=/tmp} ;
zzuf-0.15/.auto/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
zzuf-0.15/.auto/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
zzuf-0.15/.auto/config.guess-151-	EOF
zzuf-0.15/.auto/config.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
zzuf-0.15/.auto/config.guess-153-	;;
##############################################
zzuf-0.15/.auto/config.guess-181-	    earmv*)
zzuf-0.15/.auto/config.guess:182:		arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
zzuf-0.15/.auto/config.guess:183:		endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'`
zzuf-0.15/.auto/config.guess-184-		machine=${arch}${endian}-unknown
##############################################
zzuf-0.15/.auto/config.guess-210-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
zzuf-0.15/.auto/config.guess:211:		abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"`
zzuf-0.15/.auto/config.guess-212-		;;
##############################################
zzuf-0.15/.auto/config.guess-223-	    *)
zzuf-0.15/.auto/config.guess:224:		release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2`
zzuf-0.15/.auto/config.guess-225-		;;
##############################################
zzuf-0.15/.auto/config.guess-257-	*4.0)
zzuf-0.15/.auto/config.guess:258:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
zzuf-0.15/.auto/config.guess-259-		;;
zzuf-0.15/.auto/config.guess-260-	*5.*)
zzuf-0.15/.auto/config.guess:261:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
zzuf-0.15/.auto/config.guess-262-		;;
##############################################
zzuf-0.15/.auto/config.guess-267-	# types through head -n 1, so we only detect the type of CPU 0.
zzuf-0.15/.auto/config.guess:268:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
zzuf-0.15/.auto/config.guess-269-	case "$ALPHA_CPU_TYPE" in
##############################################
zzuf-0.15/.auto/config.guess-305-	# 1.2 uses "1.2" for uname -r.
zzuf-0.15/.auto/config.guess:306:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
zzuf-0.15/.auto/config.guess-307-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
zzuf-0.15/.auto/config.guess-365-    s390x:SunOS:*:*)
zzuf-0.15/.auto/config.guess:366:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
zzuf-0.15/.auto/config.guess-367-	exit ;;
zzuf-0.15/.auto/config.guess-368-    sun4H:SunOS:5.*:*)
zzuf-0.15/.auto/config.guess:369:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
zzuf-0.15/.auto/config.guess-370-	exit ;;
zzuf-0.15/.auto/config.guess-371-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
zzuf-0.15/.auto/config.guess:372:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
zzuf-0.15/.auto/config.guess-373-	exit ;;
##############################################
zzuf-0.15/.auto/config.guess-390-	fi
zzuf-0.15/.auto/config.guess:391:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
zzuf-0.15/.auto/config.guess-392-	exit ;;
##############################################
zzuf-0.15/.auto/config.guess-396-	# it's likely to be more like Solaris than SunOS4.
zzuf-0.15/.auto/config.guess:397:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
zzuf-0.15/.auto/config.guess-398-	exit ;;
##############################################
zzuf-0.15/.auto/config.guess-405-	# Japanese Language versions have a version number like `4.1.3-JL'.
zzuf-0.15/.auto/config.guess:406:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
zzuf-0.15/.auto/config.guess-407-	exit ;;
##############################################
zzuf-0.15/.auto/config.guess-411-    sun*:*:4.2BSD:*)
zzuf-0.15/.auto/config.guess:412:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
zzuf-0.15/.auto/config.guess-413-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
zzuf-0.15/.auto/config.guess-493-	$CC_FOR_BUILD -o $dummy $dummy.c &&
zzuf-0.15/.auto/config.guess:494:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
zzuf-0.15/.auto/config.guess:495:	  SYSTEM_NAME=`$dummy $dummyarg` &&
zzuf-0.15/.auto/config.guess-496-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
zzuf-0.15/.auto/config.guess-549-    *:IRIX*:*:*)
zzuf-0.15/.auto/config.guess:550:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
zzuf-0.15/.auto/config.guess-551-	exit ;;
##############################################
zzuf-0.15/.auto/config.guess-579-EOF
zzuf-0.15/.auto/config.guess:580:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
zzuf-0.15/.auto/config.guess-581-		then
##############################################
zzuf-0.15/.auto/config.guess-592-    *:AIX:*:[4567])
zzuf-0.15/.auto/config.guess:593:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
zzuf-0.15/.auto/config.guess-594-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
zzuf-0.15/.auto/config.guess-628-    9000/[34678]??:HP-UX:*:*)
zzuf-0.15/.auto/config.guess:629:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
zzuf-0.15/.auto/config.guess-630-	case "${UNAME_MACHINE}" in
##############################################
zzuf-0.15/.auto/config.guess-682-EOF
zzuf-0.15/.auto/config.guess:683:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
zzuf-0.15/.auto/config.guess-684-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
zzuf-0.15/.auto/config.guess-710-    ia64:HP-UX:*:*)
zzuf-0.15/.auto/config.guess:711:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
zzuf-0.15/.auto/config.guess-712-	echo ia64-hp-hpux${HPUX_REV}
##############################################
zzuf-0.15/.auto/config.guess-740-EOF
zzuf-0.15/.auto/config.guess:741:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
zzuf-0.15/.auto/config.guess-742-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
zzuf-0.15/.auto/config.guess-811-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
zzuf-0.15/.auto/config.guess:812:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
zzuf-0.15/.auto/config.guess-813-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
zzuf-0.15/.auto/config.guess-816-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
zzuf-0.15/.auto/config.guess:817:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
zzuf-0.15/.auto/config.guess-818-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
zzuf-0.15/.auto/config.guess-832-	    amd64)
zzuf-0.15/.auto/config.guess:833:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
zzuf-0.15/.auto/config.guess-834-	    *)
zzuf-0.15/.auto/config.guess:835:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
zzuf-0.15/.auto/config.guess-836-	esac
##############################################
zzuf-0.15/.auto/config.guess-890-    prep*:SunOS:5.*:*)
zzuf-0.15/.auto/config.guess:891:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
zzuf-0.15/.auto/config.guess-892-	exit ;;
##############################################
zzuf-0.15/.auto/config.guess-894-	# the GNU system
zzuf-0.15/.auto/config.guess:895:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
zzuf-0.15/.auto/config.guess-896-	exit ;;
##############################################
zzuf-0.15/.auto/config.guess-898-	# other systems with GNU libc and userland
zzuf-0.15/.auto/config.guess:899:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
zzuf-0.15/.auto/config.guess-900-	exit ;;
##############################################
zzuf-0.15/.auto/config.guess-989-EOF
zzuf-0.15/.auto/config.guess:990:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
zzuf-0.15/.auto/config.guess-991-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
##############################################
zzuf-0.15/.auto/config.guess-1083-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
zzuf-0.15/.auto/config.guess:1084:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
zzuf-0.15/.auto/config.guess-1085-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
zzuf-0.15/.auto/config.guess-1283-	fi
zzuf-0.15/.auto/config.guess:1284:	if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
zzuf-0.15/.auto/config.guess-1285-	    if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
##############################################
zzuf-0.15/.auto/config.guess-1368-    *:DragonFly:*:*)
zzuf-0.15/.auto/config.guess:1369:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
zzuf-0.15/.auto/config.guess-1370-	exit ;;
##############################################
zzuf-0.15/.auto/config.guess-1381-    i*86:skyos:*:*)
zzuf-0.15/.auto/config.guess:1382:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
zzuf-0.15/.auto/config.guess-1383-	exit ;;
##############################################
zzuf-0.15/.auto/compile-67-	mingw/*)
zzuf-0.15/.auto/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
zzuf-0.15/.auto/compile-69-	  ;;
zzuf-0.15/.auto/compile-70-	cygwin/*)
zzuf-0.15/.auto/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
zzuf-0.15/.auto/compile-72-	  ;;
zzuf-0.15/.auto/compile-73-	wine/*)
zzuf-0.15/.auto/compile:74:	  file=`winepath -w "$file" || echo "$file"`
zzuf-0.15/.auto/compile-75-	  ;;
##############################################
zzuf-0.15/.auto/compile-309-# Name of file we expect compiler to create.
zzuf-0.15/.auto/compile:310:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
zzuf-0.15/.auto/compile-311-
##############################################
zzuf-0.15/.auto/compile-315-# object file name, since that is what matters with a parallel build.
zzuf-0.15/.auto/compile:316:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
zzuf-0.15/.auto/compile-317-while true; do
##############################################
zzuf-0.15/.auto/install-sh-234-      fi
zzuf-0.15/.auto/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
zzuf-0.15/.auto/install-sh-236-    *)
##############################################
zzuf-0.15/.auto/install-sh-281-      dstdir=$dst
zzuf-0.15/.auto/install-sh:282:      dst=$dstdir/`basename "$src"`
zzuf-0.15/.auto/install-sh-283-      dstdir_status=0
zzuf-0.15/.auto/install-sh-284-    else
zzuf-0.15/.auto/install-sh:285:      dstdir=`dirname "$dst"`
zzuf-0.15/.auto/install-sh-286-      test -d "$dstdir"
##############################################
zzuf-0.15/.auto/install-sh-344-                   test_tmpdir="$tmpdir/a"
zzuf-0.15/.auto/install-sh:345:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
zzuf-0.15/.auto/install-sh-346-                   case $ls_ld_tmpdir in
##############################################
zzuf-0.15/.auto/install-sh-351-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
zzuf-0.15/.auto/install-sh:352:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
zzuf-0.15/.auto/install-sh-353-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
zzuf-0.15/.auto/install-sh-409-            case $prefix in
zzuf-0.15/.auto/install-sh:410:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
zzuf-0.15/.auto/install-sh-411-              *) qprefix=$prefix;;
##############################################
zzuf-0.15/.auto/install-sh-458-    if $copy_on_change &&
zzuf-0.15/.auto/install-sh:459:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
zzuf-0.15/.auto/install-sh:460:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
zzuf-0.15/.auto/install-sh-461-       set -f &&
##############################################
zzuf-0.15/.auto/depcomp-64-  case $1 in
zzuf-0.15/.auto/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
zzuf-0.15/.auto/depcomp-66-      *) dir=;;
##############################################
zzuf-0.15/.auto/depcomp-73-{
zzuf-0.15/.auto/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
zzuf-0.15/.auto/depcomp-75-}
##############################################
zzuf-0.15/.auto/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
zzuf-0.15/.auto/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
zzuf-0.15/.auto/depcomp-128-
##############################################
zzuf-0.15/.auto/depcomp-405-        sleep 1
zzuf-0.15/.auto/depcomp:406:        i=`expr $i - 1`
zzuf-0.15/.auto/depcomp-407-      done
zzuf-0.15/.auto/depcomp-408-    fi
zzuf-0.15/.auto/depcomp:409:    i=`expr $i - 1`
zzuf-0.15/.auto/depcomp-410-  done
##############################################
zzuf-0.15/.auto/depcomp-425-  # Do two passes, one to just change these to
zzuf-0.15/.auto/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
zzuf-0.15/.auto/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
zzuf-0.15/.auto/depcomp-659-  done
zzuf-0.15/.auto/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
zzuf-0.15/.auto/depcomp-661-  touch "$tmpdepfile"
##############################################
zzuf-0.15/.auto/ltmain.sh-103-#
zzuf-0.15/.auto/ltmain.sh:104:#   . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh
zzuf-0.15/.auto/ltmain.sh-105-#
##############################################
zzuf-0.15/.auto/ltmain.sh-202-          func_executable_p "$_G_path_prog" || continue
zzuf-0.15/.auto/ltmain.sh:203:          case `"$_G_path_prog" --version 2>&1` in
zzuf-0.15/.auto/ltmain.sh-204-            *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;;
##############################################
zzuf-0.15/.auto/ltmain.sh-249-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
zzuf-0.15/.auto/ltmain.sh:250:      _G_count=`expr $_G_count + 1`
zzuf-0.15/.auto/ltmain.sh-251-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
zzuf-0.15/.auto/ltmain.sh-285-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
zzuf-0.15/.auto/ltmain.sh:286:      _G_count=`expr $_G_count + 1`
zzuf-0.15/.auto/ltmain.sh-287-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
zzuf-0.15/.auto/ltmain.sh-410-# The name of this program.
zzuf-0.15/.auto/ltmain.sh:411:progname=`$ECHO "$progpath" |$SED "$sed_basename"`
zzuf-0.15/.auto/ltmain.sh-412-
##############################################
zzuf-0.15/.auto/ltmain.sh-416-  *[\\/]*)
zzuf-0.15/.auto/ltmain.sh:417:     progdir=`$ECHO "$progpath" |$SED "$sed_dirname"`
zzuf-0.15/.auto/ltmain.sh:418:     progdir=`cd "$progdir" && pwd`
zzuf-0.15/.auto/ltmain.sh-419-     progpath=$progdir/$progname
##############################################
zzuf-0.15/.auto/ltmain.sh-610-
zzuf-0.15/.auto/ltmain.sh:611:    eval _G_current_value='`$ECHO $'$1'`'
zzuf-0.15/.auto/ltmain.sh:612:    _G_delim=`expr "$2" : '\(.\)'`
zzuf-0.15/.auto/ltmain.sh-613-
##############################################
zzuf-0.15/.auto/ltmain.sh-639-
zzuf-0.15/.auto/ltmain.sh:640:    func_arith_result=`expr "$@"`
zzuf-0.15/.auto/ltmain.sh-641-  }
##############################################
zzuf-0.15/.auto/ltmain.sh-660-  # ...otherwise fall back to using sed.
zzuf-0.15/.auto/ltmain.sh:661:  _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`'
zzuf-0.15/.auto/ltmain.sh:662:  _d='func_dirname_result=`$ECHO "$1"  |$SED "$sed_dirname"`
zzuf-0.15/.auto/ltmain.sh-663-      if test "X$func_dirname_result" = "X$1"; then
##############################################
zzuf-0.15/.auto/ltmain.sh-757-      test -n "$_G_tc" && {
zzuf-0.15/.auto/ltmain.sh:758:        _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"`
zzuf-0.15/.auto/ltmain.sh:759:        _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"`
zzuf-0.15/.auto/ltmain.sh-760-      }
zzuf-0.15/.auto/ltmain.sh-761-    done
zzuf-0.15/.auto/ltmain.sh:762:    _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`"  " ## exclude from sc_prohibit_nested_quotes
zzuf-0.15/.auto/ltmain.sh-763-
##############################################
zzuf-0.15/.auto/ltmain.sh-831-
zzuf-0.15/.auto/ltmain.sh:832:    func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
zzuf-0.15/.auto/ltmain.sh-833-  }
##############################################
zzuf-0.15/.auto/ltmain.sh-863-        # ...otherwise throw away the child directory and loop
zzuf-0.15/.auto/ltmain.sh:864:        _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"`
zzuf-0.15/.auto/ltmain.sh-865-      done
zzuf-0.15/.auto/ltmain.sh:866:      _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'`
zzuf-0.15/.auto/ltmain.sh-867-
##############################################
zzuf-0.15/.auto/ltmain.sh-901-      # If mktemp works, use that first and foremost
zzuf-0.15/.auto/ltmain.sh:902:      _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null`
zzuf-0.15/.auto/ltmain.sh-903-
##############################################
zzuf-0.15/.auto/ltmain.sh-1111-        *[\\\`\"\$]*)
zzuf-0.15/.auto/ltmain.sh:1112:	  _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;;
zzuf-0.15/.auto/ltmain.sh-1113-        *)
##############################################
zzuf-0.15/.auto/ltmain.sh-1198-    case $2 in
zzuf-0.15/.auto/ltmain.sh:1199:      .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;;
zzuf-0.15/.auto/ltmain.sh:1200:      *)  func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;;
zzuf-0.15/.auto/ltmain.sh-1201-    esac
##############################################
zzuf-0.15/.auto/ltmain.sh-1271-    [0-9]* | *[!a-zA-Z0-9_]*)
zzuf-0.15/.auto/ltmain.sh:1272:      func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'`
zzuf-0.15/.auto/ltmain.sh-1273-      ;;
##############################################
zzuf-0.15/.auto/ltmain.sh-1358-
zzuf-0.15/.auto/ltmain.sh:1359:    test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q`
zzuf-0.15/.auto/ltmain.sh-1360-}
##############################################
zzuf-0.15/.auto/ltmain.sh-1424-# The default options also support '--debug', which will turn on shell
zzuf-0.15/.auto/ltmain.sh:1425:# execution tracing (see the comment above debug_cmd below for another
zzuf-0.15/.auto/ltmain.sh-1426-# use), and '--verbose' and the func_verbose function to allow your script
##############################################
zzuf-0.15/.auto/ltmain.sh-1517-
zzuf-0.15/.auto/ltmain.sh:1518:    eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`'
zzuf-0.15/.auto/ltmain.sh-1519-}
##############################################
zzuf-0.15/.auto/ltmain.sh-1870-
zzuf-0.15/.auto/ltmain.sh:1871:      func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'`
zzuf-0.15/.auto/ltmain.sh-1872-      func_split_equals_rhs=
zzuf-0.15/.auto/ltmain.sh-1873-      test "x$func_split_equals_lhs" = "x$1" \
zzuf-0.15/.auto/ltmain.sh:1874:        || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'`
zzuf-0.15/.auto/ltmain.sh-1875-  }
##############################################
zzuf-0.15/.auto/ltmain.sh-1898-
zzuf-0.15/.auto/ltmain.sh:1899:      func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'`
zzuf-0.15/.auto/ltmain.sh:1900:      func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'`
zzuf-0.15/.auto/ltmain.sh-1901-  }
##############################################
zzuf-0.15/.auto/ltmain.sh-2071-       version:        $progname (GNU libtool) 2.4.6
zzuf-0.15/.auto/ltmain.sh:2072:       automake:       `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
zzuf-0.15/.auto/ltmain.sh:2073:       autoconf:       `($AUTOCONF --version) 2>/dev/null |$SED 1q`
zzuf-0.15/.auto/ltmain.sh-2074-
##############################################
zzuf-0.15/.auto/ltmain.sh-2110-  {
zzuf-0.15/.auto/ltmain.sh:2111:    func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"`
zzuf-0.15/.auto/ltmain.sh-2112-  }
##############################################
zzuf-0.15/.auto/ltmain.sh-2115-  {
zzuf-0.15/.auto/ltmain.sh:2116:    func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'`
zzuf-0.15/.auto/ltmain.sh-2117-  }
##############################################
zzuf-0.15/.auto/ltmain.sh-2206-	  # quotes we have to do it in 2 steps:
zzuf-0.15/.auto/ltmain.sh:2207:	  extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
zzuf-0.15/.auto/ltmain.sh-2208-	  eval "$extractedcf"
##############################################
zzuf-0.15/.auto/ltmain.sh-2659-      done
zzuf-0.15/.auto/ltmain.sh:2660:      CC_expanded=`func_echo_all $CC`
zzuf-0.15/.auto/ltmain.sh:2661:      CC_quoted_expanded=`func_echo_all $CC_quoted`
zzuf-0.15/.auto/ltmain.sh-2662-      case $@ in
##############################################
zzuf-0.15/.auto/ltmain.sh-2672-	    # Evaluate the configuration.
zzuf-0.15/.auto/ltmain.sh:2673:	    eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
zzuf-0.15/.auto/ltmain.sh-2674-	    CC_quoted=
##############################################
zzuf-0.15/.auto/ltmain.sh-2678-	    done
zzuf-0.15/.auto/ltmain.sh:2679:	    CC_expanded=`func_echo_all $CC`
zzuf-0.15/.auto/ltmain.sh:2680:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
zzuf-0.15/.auto/ltmain.sh-2681-	    case "$@ " in
##############################################
zzuf-0.15/.auto/ltmain.sh-2770-    # zero AND non-empty stdout, which explains the odd construction:
zzuf-0.15/.auto/ltmain.sh:2771:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
zzuf-0.15/.auto/ltmain.sh-2772-    if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then
##############################################
zzuf-0.15/.auto/ltmain.sh-2838-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
zzuf-0.15/.auto/ltmain.sh:2839:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
zzuf-0.15/.auto/ltmain.sh-2840-    if test "$?" -ne 0; then
##############################################
zzuf-0.15/.auto/ltmain.sh-3009-    # LT_CYGPATH in this case.
zzuf-0.15/.auto/ltmain.sh:3010:    func_to_host_file_result=`cygpath -m "$1"`
zzuf-0.15/.auto/ltmain.sh-3011-  fi
##############################################
zzuf-0.15/.auto/ltmain.sh-3166-    func_to_host_path_tmp1=$func_stripname_result
zzuf-0.15/.auto/ltmain.sh:3167:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
zzuf-0.15/.auto/ltmain.sh-3168-    func_convert_path_check : ";" \
##############################################
zzuf-0.15/.auto/ltmain.sh-3376-    *.[cCFSifmso] | \
zzuf-0.15/.auto/ltmain.sh:3377:    *.ada | *.adb | *.ads | *.asm | \
zzuf-0.15/.auto/ltmain.sh-3378-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
zzuf-0.15/.auto/ltmain.sh-3453-    if test no = "$compiler_c_o"; then
zzuf-0.15/.auto/ltmain.sh:3454:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
zzuf-0.15/.auto/ltmain.sh-3455-      lockfile=$output_obj.lock
##############################################
zzuf-0.15/.auto/ltmain.sh-3472-*** ERROR, $lockfile exists and contains:
zzuf-0.15/.auto/ltmain.sh:3473:`cat $lockfile 2>/dev/null`
zzuf-0.15/.auto/ltmain.sh-3474-
##############################################
zzuf-0.15/.auto/ltmain.sh-3520-      if test warn = "$need_locks" &&
zzuf-0.15/.auto/ltmain.sh:3521:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
zzuf-0.15/.auto/ltmain.sh-3522-	$ECHO "\
zzuf-0.15/.auto/ltmain.sh-3523-*** ERROR, $lockfile contains:
zzuf-0.15/.auto/ltmain.sh:3524:`cat $lockfile 2>/dev/null`
zzuf-0.15/.auto/ltmain.sh-3525-
##############################################
zzuf-0.15/.auto/ltmain.sh-3569-      if test warn = "$need_locks" &&
zzuf-0.15/.auto/ltmain.sh:3570:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
zzuf-0.15/.auto/ltmain.sh-3571-	$ECHO "\
zzuf-0.15/.auto/ltmain.sh-3572-*** ERROR, $lockfile contains:
zzuf-0.15/.auto/ltmain.sh:3573:`cat $lockfile 2>/dev/null`
zzuf-0.15/.auto/ltmain.sh-3574-
##############################################
zzuf-0.15/.auto/ltmain.sh-3895-      # Get the absolute pathname.
zzuf-0.15/.auto/ltmain.sh:3896:      absdir=`cd "$dir" && pwd`
zzuf-0.15/.auto/ltmain.sh-3897-      test -n "$absdir" && dir=$absdir
##############################################
zzuf-0.15/.auto/ltmain.sh-3994-      if test -n "$lt_sysroot"; then
zzuf-0.15/.auto/ltmain.sh:3995:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
zzuf-0.15/.auto/ltmain.sh-3996-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
zzuf-0.15/.auto/ltmain.sh-4278-	  # Determine the prefix the user has applied to our future dir.
zzuf-0.15/.auto/ltmain.sh:4279:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
zzuf-0.15/.auto/ltmain.sh-4280-
##############################################
zzuf-0.15/.auto/ltmain.sh-4291-	    # Stick the inst_prefix_dir data into the link command.
zzuf-0.15/.auto/ltmain.sh:4292:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
zzuf-0.15/.auto/ltmain.sh-4293-	  else
zzuf-0.15/.auto/ltmain.sh:4294:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
zzuf-0.15/.auto/ltmain.sh-4295-	  fi
##############################################
zzuf-0.15/.auto/ltmain.sh-4458-	    fi
zzuf-0.15/.auto/ltmain.sh:4459:	    libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
zzuf-0.15/.auto/ltmain.sh-4460-	    if test -n "$libdir" && test ! -f "$libfile"; then
##############################################
zzuf-0.15/.auto/ltmain.sh-4477-	        # Replace the output file specification.
zzuf-0.15/.auto/ltmain.sh:4478:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
zzuf-0.15/.auto/ltmain.sh-4479-
##############################################
zzuf-0.15/.auto/ltmain.sh-4496-	    # Install the binary that we compiled earlier.
zzuf-0.15/.auto/ltmain.sh:4497:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
zzuf-0.15/.auto/ltmain.sh-4498-	  fi
##############################################
zzuf-0.15/.auto/ltmain.sh-4570-    my_pic_p=${3-false}
zzuf-0.15/.auto/ltmain.sh:4571:    my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'`
zzuf-0.15/.auto/ltmain.sh-4572-    my_dlsyms=
##############################################
zzuf-0.15/.auto/ltmain.sh-4628-	  # Add our own program objects to the symbol list.
zzuf-0.15/.auto/ltmain.sh:4629:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
zzuf-0.15/.auto/ltmain.sh-4630-	  for progfile in $progfiles; do
##############################################
zzuf-0.15/.auto/ltmain.sh-4690-	          # Use subshell, to avoid clobbering current variable values
zzuf-0.15/.auto/ltmain.sh:4691:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
zzuf-0.15/.auto/ltmain.sh-4692-	          if test -n "$dlprefile_dlname"; then
##############################################
zzuf-0.15/.auto/ltmain.sh-4859-	  if test -f "$output_objdir/$my_outputname.def"; then
zzuf-0.15/.auto/ltmain.sh:4860:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
zzuf-0.15/.auto/ltmain.sh:4861:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
zzuf-0.15/.auto/ltmain.sh-4862-	  else
zzuf-0.15/.auto/ltmain.sh:4863:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
zzuf-0.15/.auto/ltmain.sh:4864:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
zzuf-0.15/.auto/ltmain.sh-4865-	  fi
##############################################
zzuf-0.15/.auto/ltmain.sh-4867-	*)
zzuf-0.15/.auto/ltmain.sh:4868:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
zzuf-0.15/.auto/ltmain.sh:4869:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
zzuf-0.15/.auto/ltmain.sh-4870-	  ;;
##############################################
zzuf-0.15/.auto/ltmain.sh-4882-      # Nullify the symbol file.
zzuf-0.15/.auto/ltmain.sh:4883:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
zzuf-0.15/.auto/ltmain.sh:4884:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
zzuf-0.15/.auto/ltmain.sh-4885-    fi
##############################################
zzuf-0.15/.auto/ltmain.sh-4896-  func_to_tool_file "$1" func_convert_file_msys_to_w32
zzuf-0.15/.auto/ltmain.sh:4897:  func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
zzuf-0.15/.auto/ltmain.sh-4898-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
zzuf-0.15/.auto/ltmain.sh-4909-  func_to_tool_file "$1" func_convert_file_msys_to_w32
zzuf-0.15/.auto/ltmain.sh:4910:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
zzuf-0.15/.auto/ltmain.sh-4911-  test -n "$func_cygming_ms_implib_tmp"
##############################################
zzuf-0.15/.auto/ltmain.sh-4925-  win32_libid_type=unknown
zzuf-0.15/.auto/ltmain.sh:4926:  win32_fileres=`file -L $1 2>/dev/null`
zzuf-0.15/.auto/ltmain.sh-4927-  case $win32_fileres in
##############################################
zzuf-0.15/.auto/ltmain.sh-4990-
zzuf-0.15/.auto/ltmain.sh:4991:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
zzuf-0.15/.auto/ltmain.sh-4992-}
##############################################
zzuf-0.15/.auto/ltmain.sh-5008-
zzuf-0.15/.auto/ltmain.sh:5009:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
zzuf-0.15/.auto/ltmain.sh-5010-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
zzuf-0.15/.auto/ltmain.sh-5072-    # binutils import library
zzuf-0.15/.auto/ltmain.sh:5073:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
zzuf-0.15/.auto/ltmain.sh-5074-  elif func_cygming_ms_implib_p "$1"; then
zzuf-0.15/.auto/ltmain.sh-5075-    # ms-generated import library
zzuf-0.15/.auto/ltmain.sh:5076:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
zzuf-0.15/.auto/ltmain.sh-5077-  else
##############################################
zzuf-0.15/.auto/ltmain.sh-5156-	  darwin_base_archive=$func_basename_result
zzuf-0.15/.auto/ltmain.sh:5157:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
zzuf-0.15/.auto/ltmain.sh-5158-	  if test -n "$darwin_arches"; then
zzuf-0.15/.auto/ltmain.sh:5159:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
zzuf-0.15/.auto/ltmain.sh-5160-	    darwin_arch=
##############################################
zzuf-0.15/.auto/ltmain.sh-5170-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
zzuf-0.15/.auto/ltmain.sh:5171:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u`
zzuf-0.15/.auto/ltmain.sh-5172-	    darwin_file=
##############################################
zzuf-0.15/.auto/ltmain.sh-5174-	    for darwin_file in $darwin_filelist; do
zzuf-0.15/.auto/ltmain.sh:5175:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
zzuf-0.15/.auto/ltmain.sh-5176-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
zzuf-0.15/.auto/ltmain.sh-5189-      esac
zzuf-0.15/.auto/ltmain.sh:5190:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
zzuf-0.15/.auto/ltmain.sh-5191-    done
##############################################
zzuf-0.15/.auto/ltmain.sh-5260-
zzuf-0.15/.auto/ltmain.sh:5261:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
zzuf-0.15/.auto/ltmain.sh-5262-    $ECHO "\
##############################################
zzuf-0.15/.auto/ltmain.sh-5295-    --lt-dump-script)
zzuf-0.15/.auto/ltmain.sh:5296:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
zzuf-0.15/.auto/ltmain.sh-5297-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
zzuf-0.15/.auto/ltmain.sh:5298:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
zzuf-0.15/.auto/ltmain.sh-5299-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
zzuf-0.15/.auto/ltmain.sh-5322-    \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\"
zzuf-0.15/.auto/ltmain.sh:5323:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
zzuf-0.15/.auto/ltmain.sh-5324-  done
##############################################
zzuf-0.15/.auto/ltmain.sh-5380-  # Find the directory that this script lives in.
zzuf-0.15/.auto/ltmain.sh:5381:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
zzuf-0.15/.auto/ltmain.sh-5382-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
zzuf-0.15/.auto/ltmain.sh-5384-  # Follow symbolic links until we get to the real thisdir.
zzuf-0.15/.auto/ltmain.sh:5385:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
zzuf-0.15/.auto/ltmain.sh-5386-  while test -n \"\$file\"; do
zzuf-0.15/.auto/ltmain.sh:5387:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
zzuf-0.15/.auto/ltmain.sh-5388-
##############################################
zzuf-0.15/.auto/ltmain.sh-5396-
zzuf-0.15/.auto/ltmain.sh:5397:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
zzuf-0.15/.auto/ltmain.sh:5398:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
zzuf-0.15/.auto/ltmain.sh-5399-  done
##############################################
zzuf-0.15/.auto/ltmain.sh-5410-    case \"\$thisdir\" in
zzuf-0.15/.auto/ltmain.sh:5411:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
zzuf-0.15/.auto/ltmain.sh-5412-    $objdir )   thisdir=. ;;
##############################################
zzuf-0.15/.auto/ltmain.sh-5416-  # Try to get the absolute directory name.
zzuf-0.15/.auto/ltmain.sh:5417:  absdir=\`cd \"\$thisdir\" && pwd\`
zzuf-0.15/.auto/ltmain.sh-5418-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
zzuf-0.15/.auto/ltmain.sh-5426-  if test ! -f \"\$progdir/\$program\" ||
zzuf-0.15/.auto/ltmain.sh:5427:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\
zzuf-0.15/.auto/ltmain.sh-5428-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
zzuf-0.15/.auto/ltmain.sh-5441-    if test -n \"\$relink_command\"; then
zzuf-0.15/.auto/ltmain.sh:5442:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
zzuf-0.15/.auto/ltmain.sh-5443-      else
##############################################
zzuf-0.15/.auto/ltmain.sh-5485-    # The second colon is a workaround for a bug in BeOS R4 sed
zzuf-0.15/.auto/ltmain.sh:5486:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
zzuf-0.15/.auto/ltmain.sh-5487-
##############################################
zzuf-0.15/.auto/ltmain.sh-6464-
zzuf-0.15/.auto/ltmain.sh:6465:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
zzuf-0.15/.auto/ltmain.sh-6466-    *import*) : ;;
##############################################
zzuf-0.15/.auto/ltmain.sh-6712-	    moreargs=
zzuf-0.15/.auto/ltmain.sh:6713:	    for fil in `cat "$save_arg"`
zzuf-0.15/.auto/ltmain.sh-6714-	    do
##############################################
zzuf-0.15/.auto/ltmain.sh-6973-	*)
zzuf-0.15/.auto/ltmain.sh:6974:	  absdir=`cd "$dir" && pwd`
zzuf-0.15/.auto/ltmain.sh-6975-	  test -z "$absdir" && \
##############################################
zzuf-0.15/.auto/ltmain.sh-6994-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
zzuf-0.15/.auto/ltmain.sh:6995:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
zzuf-0.15/.auto/ltmain.sh-6996-	  case :$dllsearchpath: in
##############################################
zzuf-0.15/.auto/ltmain.sh-7290-      -Z*)
zzuf-0.15/.auto/ltmain.sh:7291:        if test os2 = "`expr $host : '.*\(os2\)'`"; then
zzuf-0.15/.auto/ltmain.sh-7292-          # OS/2 uses -Zxxx to specify OS/2-specific options
##############################################
zzuf-0.15/.auto/ltmain.sh-7460-      # get the directories listed in $shlibpath_var
zzuf-0.15/.auto/ltmain.sh:7461:      eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\`
zzuf-0.15/.auto/ltmain.sh-7462-    else
##############################################
zzuf-0.15/.auto/ltmain.sh-7779-		  set dummy $deplibs_check_method; shift
zzuf-0.15/.auto/ltmain.sh:7780:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
zzuf-0.15/.auto/ltmain.sh-7781-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
zzuf-0.15/.auto/ltmain.sh-7869-	if test -n "$inherited_linker_flags"; then
zzuf-0.15/.auto/ltmain.sh:7870:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
zzuf-0.15/.auto/ltmain.sh-7871-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
zzuf-0.15/.auto/ltmain.sh-7877-	fi
zzuf-0.15/.auto/ltmain.sh:7878:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
zzuf-0.15/.auto/ltmain.sh-7879-	if test lib,link = "$linkmode,$pass" ||
##############################################
zzuf-0.15/.auto/ltmain.sh-7950-	*)
zzuf-0.15/.auto/ltmain.sh:7951:	  abs_ladir=`cd "$ladir" && pwd`
zzuf-0.15/.auto/ltmain.sh-7952-	  if test -z "$abs_ladir"; then
##############################################
zzuf-0.15/.auto/ltmain.sh-8203-	    shift
zzuf-0.15/.auto/ltmain.sh:8204:	    libname=`eval "\\$ECHO \"$libname_spec\""`
zzuf-0.15/.auto/ltmain.sh-8205-	    # use dlname if we got it. it's perfectly good, no?
##############################################
zzuf-0.15/.auto/ltmain.sh-8495-		*)
zzuf-0.15/.auto/ltmain.sh:8496:		  absdir=`cd "$dir" && pwd`
zzuf-0.15/.auto/ltmain.sh-8497-		  if test -z "$absdir"; then
##############################################
zzuf-0.15/.auto/ltmain.sh-8506-		  depdepl=
zzuf-0.15/.auto/ltmain.sh:8507:		  eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
zzuf-0.15/.auto/ltmain.sh-8508-		  if test -n "$deplibrary_names"; then
##############################################
zzuf-0.15/.auto/ltmain.sh-8513-		      depdepl=$absdir/$objdir/$depdepl
zzuf-0.15/.auto/ltmain.sh:8514:		      darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
zzuf-0.15/.auto/ltmain.sh-8515-                      if test -z "$darwin_install_name"; then
zzuf-0.15/.auto/ltmain.sh:8516:                          darwin_install_name=`$OTOOL64 -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
zzuf-0.15/.auto/ltmain.sh-8517-                      fi
##############################################
zzuf-0.15/.auto/ltmain.sh-8528-		else
zzuf-0.15/.auto/ltmain.sh:8529:		  eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
zzuf-0.15/.auto/ltmain.sh-8530-		  test -z "$libdir" && \
##############################################
zzuf-0.15/.auto/ltmain.sh-8551-	else
zzuf-0.15/.auto/ltmain.sh:8552:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
zzuf-0.15/.auto/ltmain.sh-8553-	fi
##############################################
zzuf-0.15/.auto/ltmain.sh-8640-        linux*)
zzuf-0.15/.auto/ltmain.sh:8641:          case `$CC -V 2>&1 | sed 5q` in
zzuf-0.15/.auto/ltmain.sh-8642-          *Sun\ C*) # Sun C++ 5.9
##############################################
zzuf-0.15/.auto/ltmain.sh-9048-	removelist=
zzuf-0.15/.auto/ltmain.sh:9049:	tempremovelist=`$ECHO "$output_objdir/*"`
zzuf-0.15/.auto/ltmain.sh-9050-	for p in $tempremovelist; do
##############################################
zzuf-0.15/.auto/ltmain.sh-9074-	# Transform .lo files to .o files.
zzuf-0.15/.auto/ltmain.sh:9075:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP`
zzuf-0.15/.auto/ltmain.sh-9076-      fi
##############################################
zzuf-0.15/.auto/ltmain.sh-9079-      #for path in $notinst_path; do
zzuf-0.15/.auto/ltmain.sh:9080:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
zzuf-0.15/.auto/ltmain.sh:9081:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
zzuf-0.15/.auto/ltmain.sh:9082:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
zzuf-0.15/.auto/ltmain.sh-9083-      #done
##############################################
zzuf-0.15/.auto/ltmain.sh-9200-		if test -n "$i"; then
zzuf-0.15/.auto/ltmain.sh:9201:		  libname=`eval "\\$ECHO \"$libname_spec\""`
zzuf-0.15/.auto/ltmain.sh:9202:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
zzuf-0.15/.auto/ltmain.sh-9203-		  set dummy $deplib_matches; shift
zzuf-0.15/.auto/ltmain.sh-9204-		  deplib_match=$1
zzuf-0.15/.auto/ltmain.sh:9205:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
zzuf-0.15/.auto/ltmain.sh-9206-		    func_append newdeplibs " $i"
##############################################
zzuf-0.15/.auto/ltmain.sh-9243-		  if test -n "$i"; then
zzuf-0.15/.auto/ltmain.sh:9244:		    libname=`eval "\\$ECHO \"$libname_spec\""`
zzuf-0.15/.auto/ltmain.sh:9245:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
zzuf-0.15/.auto/ltmain.sh-9246-		    set dummy $deplib_matches; shift
zzuf-0.15/.auto/ltmain.sh-9247-		    deplib_match=$1
zzuf-0.15/.auto/ltmain.sh:9248:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
zzuf-0.15/.auto/ltmain.sh-9249-		      func_append newdeplibs " $i"
##############################################
zzuf-0.15/.auto/ltmain.sh-9278-	  set dummy $deplibs_check_method; shift
zzuf-0.15/.auto/ltmain.sh:9279:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
zzuf-0.15/.auto/ltmain.sh-9280-	  for a_deplib in $deplibs; do
##############################################
zzuf-0.15/.auto/ltmain.sh-9293-	      if test -n "$a_deplib"; then
zzuf-0.15/.auto/ltmain.sh:9294:		libname=`eval "\\$ECHO \"$libname_spec\""`
zzuf-0.15/.auto/ltmain.sh-9295-		if test -n "$file_magic_glob"; then
zzuf-0.15/.auto/ltmain.sh:9296:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
zzuf-0.15/.auto/ltmain.sh-9297-		else
##############################################
zzuf-0.15/.auto/ltmain.sh-9303-		    shopt -s nocaseglob
zzuf-0.15/.auto/ltmain.sh:9304:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
zzuf-0.15/.auto/ltmain.sh-9305-		    $nocaseglob
zzuf-0.15/.auto/ltmain.sh-9306-		  else
zzuf-0.15/.auto/ltmain.sh:9307:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
zzuf-0.15/.auto/ltmain.sh-9308-		  fi
##############################################
zzuf-0.15/.auto/ltmain.sh-9321-		      while test -h "$potlib" 2>/dev/null; do
zzuf-0.15/.auto/ltmain.sh:9322:			potliblink=`ls -ld $potlib | $SED 's/.* -> //'`
zzuf-0.15/.auto/ltmain.sh-9323-			case $potliblink in
zzuf-0.15/.auto/ltmain.sh-9324-			[\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;;
zzuf-0.15/.auto/ltmain.sh:9325:			*) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";;
zzuf-0.15/.auto/ltmain.sh-9326-			esac
##############################################
zzuf-0.15/.auto/ltmain.sh-9362-	  set dummy $deplibs_check_method; shift
zzuf-0.15/.auto/ltmain.sh:9363:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
zzuf-0.15/.auto/ltmain.sh-9364-	  for a_deplib in $deplibs; do
##############################################
zzuf-0.15/.auto/ltmain.sh-9377-	      if test -n "$a_deplib"; then
zzuf-0.15/.auto/ltmain.sh:9378:		libname=`eval "\\$ECHO \"$libname_spec\""`
zzuf-0.15/.auto/ltmain.sh-9379-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
zzuf-0.15/.auto/ltmain.sh:9380:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
zzuf-0.15/.auto/ltmain.sh-9381-		  for potent_lib in $potential_libs; do
##############################################
zzuf-0.15/.auto/ltmain.sh-9416-	  newdeplibs=
zzuf-0.15/.auto/ltmain.sh:9417:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
zzuf-0.15/.auto/ltmain.sh-9418-	  if test yes = "$allow_libtool_libs_with_static_runtimes"; then
##############################################
zzuf-0.15/.auto/ltmain.sh-9420-	      # can't use Xsed below, because $i might contain '/'
zzuf-0.15/.auto/ltmain.sh:9421:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"`
zzuf-0.15/.auto/ltmain.sh-9422-	    done
##############################################
zzuf-0.15/.auto/ltmain.sh-9446-	  # On Rhapsody replace the C library with the System framework
zzuf-0.15/.auto/ltmain.sh:9447:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
zzuf-0.15/.auto/ltmain.sh-9448-	  ;;
##############################################
zzuf-0.15/.auto/ltmain.sh-9498-	*-*-darwin*)
zzuf-0.15/.auto/ltmain.sh:9499:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
zzuf-0.15/.auto/ltmain.sh:9500:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
zzuf-0.15/.auto/ltmain.sh:9501:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
zzuf-0.15/.auto/ltmain.sh-9502-	  ;;
##############################################
zzuf-0.15/.auto/ltmain.sh-9625-	# Use standard objects if they are pic
zzuf-0.15/.auto/ltmain.sh:9626:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
zzuf-0.15/.auto/ltmain.sh-9627-	test "X$libobjs" = "X " && libobjs=
##############################################
zzuf-0.15/.auto/ltmain.sh-10139-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
zzuf-0.15/.auto/ltmain.sh:10140:	  test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
zzuf-0.15/.auto/ltmain.sh-10141-	  reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags
##############################################
zzuf-0.15/.auto/ltmain.sh-10154-      # Create the old-style object.
zzuf-0.15/.auto/ltmain.sh:10155:      reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs
zzuf-0.15/.auto/ltmain.sh-10156-
##############################################
zzuf-0.15/.auto/ltmain.sh-10212-	# On Rhapsody replace the C library is the System framework
zzuf-0.15/.auto/ltmain.sh:10213:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
zzuf-0.15/.auto/ltmain.sh:10214:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
zzuf-0.15/.auto/ltmain.sh-10215-	;;
##############################################
zzuf-0.15/.auto/ltmain.sh-10230-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
zzuf-0.15/.auto/ltmain.sh:10231:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
zzuf-0.15/.auto/ltmain.sh:10232:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
zzuf-0.15/.auto/ltmain.sh-10233-	;;
##############################################
zzuf-0.15/.auto/ltmain.sh-10308-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
zzuf-0.15/.auto/ltmain.sh:10309:	  testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'`
zzuf-0.15/.auto/ltmain.sh-10310-	  case :$dllsearchpath: in
##############################################
zzuf-0.15/.auto/ltmain.sh-10368-	# Transform all the library objects into standard objects.
zzuf-0.15/.auto/ltmain.sh:10369:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
zzuf-0.15/.auto/ltmain.sh:10370:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
zzuf-0.15/.auto/ltmain.sh-10371-      fi
##############################################
zzuf-0.15/.auto/ltmain.sh-10396-	# Replace the output file specification.
zzuf-0.15/.auto/ltmain.sh:10397:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
zzuf-0.15/.auto/ltmain.sh-10398-	link_command=$compile_command$compile_rpath
##############################################
zzuf-0.15/.auto/ltmain.sh-10405-	  func_to_tool_file "$output"
zzuf-0.15/.auto/ltmain.sh:10406:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
zzuf-0.15/.auto/ltmain.sh-10407-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
zzuf-0.15/.auto/ltmain.sh-10449-	# Replace the output file specification.
zzuf-0.15/.auto/ltmain.sh:10450:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
zzuf-0.15/.auto/ltmain.sh-10451-	# Delete the old output file.
##############################################
zzuf-0.15/.auto/ltmain.sh-10457-	  func_to_tool_file "$output"
zzuf-0.15/.auto/ltmain.sh:10458:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
zzuf-0.15/.auto/ltmain.sh-10459-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
zzuf-0.15/.auto/ltmain.sh-10475-	  link_command=$finalize_var$compile_command$finalize_rpath
zzuf-0.15/.auto/ltmain.sh:10476:	  relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
zzuf-0.15/.auto/ltmain.sh-10477-          ;;
##############################################
zzuf-0.15/.auto/ltmain.sh-10488-      # Replace the output file specification.
zzuf-0.15/.auto/ltmain.sh:10489:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
zzuf-0.15/.auto/ltmain.sh-10490-
##############################################
zzuf-0.15/.auto/ltmain.sh-10497-	func_to_tool_file "$output_objdir/$outputname"
zzuf-0.15/.auto/ltmain.sh:10498:	postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
zzuf-0.15/.auto/ltmain.sh-10499-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
zzuf-0.15/.auto/ltmain.sh-10518-	relink_command="(cd `pwd`; $relink_command)"
zzuf-0.15/.auto/ltmain.sh:10519:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
zzuf-0.15/.auto/ltmain.sh-10520-      fi
##############################################
zzuf-0.15/.auto/ltmain.sh-10764-      relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
zzuf-0.15/.auto/ltmain.sh:10765:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
zzuf-0.15/.auto/ltmain.sh-10766-      if test yes = "$hardcode_automatic"; then
##############################################
zzuf-0.15/.auto/ltmain.sh-10785-		func_resolve_sysroot "$deplib"
zzuf-0.15/.auto/ltmain.sh:10786:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
zzuf-0.15/.auto/ltmain.sh-10787-		test -z "$libdir" && \
##############################################
zzuf-0.15/.auto/ltmain.sh-10811-		name=$func_basename_result
zzuf-0.15/.auto/ltmain.sh:10812:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
zzuf-0.15/.auto/ltmain.sh-10813-		test -z "$libdir" && \
##############################################
zzuf-0.15/.auto/ltmain.sh-10830-		name=$func_basename_result
zzuf-0.15/.auto/ltmain.sh:10831:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
zzuf-0.15/.auto/ltmain.sh-10832-		test -z "$libdir" && \
##############################################
zzuf-0.15/.auto/ltmain.sh-11149-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
zzuf-0.15/.auto/ltmain.sh:11150:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
zzuf-0.15/.auto/ltmain.sh-11151-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
zzuf-0.15/src/Makefile.in-51-  { \
zzuf-0.15/src/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
zzuf-0.15/src/Makefile.in-53-  }; \
##############################################
zzuf-0.15/src/Makefile.in-106-CONFIG_CLEAN_VPATH_FILES =
zzuf-0.15/src/Makefile.in:107:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
zzuf-0.15/src/Makefile.in-108-am__vpath_adj = case $$p in \
zzuf-0.15/src/Makefile.in:109:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
zzuf-0.15/src/Makefile.in-110-    *) f=$$p;; \
zzuf-0.15/src/Makefile.in-111-  esac;
zzuf-0.15/src/Makefile.in:112:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
zzuf-0.15/src/Makefile.in-113-am__install_max = 40
zzuf-0.15/src/Makefile.in-114-am__nobase_strip_setup = \
zzuf-0.15/src/Makefile.in:115:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
zzuf-0.15/src/Makefile.in-116-am__nobase_strip = \
##############################################
zzuf-0.15/src/Makefile.in-557-	test -n "$(EXEEXT)" || exit 0; \
zzuf-0.15/src/Makefile.in:558:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
zzuf-0.15/src/Makefile.in-559-	echo " rm -f" $$list; \
##############################################
zzuf-0.15/src/Makefile.in-630-.c.o:
zzuf-0.15/src/Makefile.in:631:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
zzuf-0.15/src/Makefile.in-632-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
zzuf-0.15/src/Makefile.in-638-.c.obj:
zzuf-0.15/src/Makefile.in:639:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
zzuf-0.15/src/Makefile.in:640:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
zzuf-0.15/src/Makefile.in-641-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
zzuf-0.15/src/Makefile.in-643-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
zzuf-0.15/src/Makefile.in:644:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
zzuf-0.15/src/Makefile.in-645-
zzuf-0.15/src/Makefile.in-646-.c.lo:
zzuf-0.15/src/Makefile.in:647:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
zzuf-0.15/src/Makefile.in-648-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
zzuf-0.15/src/Makefile.in-654-libzzuf/libzzuf_la-libzzuf.lo: libzzuf/libzzuf.c
zzuf-0.15/src/Makefile.in:655:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libzzuf_la_CFLAGS) $(CFLAGS) -MT libzzuf/libzzuf_la-libzzuf.lo -MD -MP -MF libzzuf/$(DEPDIR)/libzzuf_la-libzzuf.Tpo -c -o libzzuf/libzzuf_la-libzzuf.lo `test -f 'libzzuf/libzzuf.c' || echo '$(srcdir)/'`libzzuf/libzzuf.c
zzuf-0.15/src/Makefile.in-656-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libzzuf/$(DEPDIR)/libzzuf_la-libzzuf.Tpo libzzuf/$(DEPDIR)/libzzuf_la-libzzuf.Plo
##############################################
zzuf-0.15/src/Makefile.in-658-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
zzuf-0.15/src/Makefile.in:659:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libzzuf_la_CFLAGS) $(CFLAGS) -c -o libzzuf/libzzuf_la-libzzuf.lo `test -f 'libzzuf/libzzuf.c' || echo '$(srcdir)/'`libzzuf/libzzuf.c
zzuf-0.15/src/Makefile.in-660-
zzuf-0.15/src/Makefile.in-661-libzzuf/libzzuf_la-debug.lo: libzzuf/debug.c
zzuf-0.15/src/Makefile.in:662:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libzzuf_la_CFLAGS) $(CFLAGS) -MT libzzuf/libzzuf_la-debug.lo -MD -MP -MF libzzuf/$(DEPDIR)/libzzuf_la-debug.Tpo -c -o libzzuf/libzzuf_la-debug.lo `test -f 'libzzuf/debug.c' || echo '$(srcdir)/'`libzzuf/debug.c
zzuf-0.15/src/Makefile.in-663-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libzzuf/$(DEPDIR)/libzzuf_la-debug.Tpo libzzuf/$(DEPDIR)/libzzuf_la-debug.Plo
##############################################
zzuf-0.15/src/Makefile.in-665-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
zzuf-0.15/src/Makefile.in:666:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libzzuf_la_CFLAGS) $(CFLAGS) -c -o libzzuf/libzzuf_la-debug.lo `test -f 'libzzuf/debug.c' || echo '$(srcdir)/'`libzzuf/debug.c
zzuf-0.15/src/Makefile.in-667-
zzuf-0.15/src/Makefile.in-668-libzzuf/libzzuf_la-sys.lo: libzzuf/sys.c
zzuf-0.15/src/Makefile.in:669:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libzzuf_la_CFLAGS) $(CFLAGS) -MT libzzuf/libzzuf_la-sys.lo -MD -MP -MF libzzuf/$(DEPDIR)/libzzuf_la-sys.Tpo -c -o libzzuf/libzzuf_la-sys.lo `test -f 'libzzuf/sys.c' || echo '$(srcdir)/'`libzzuf/sys.c
zzuf-0.15/src/Makefile.in-670-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libzzuf/$(DEPDIR)/libzzuf_la-sys.Tpo libzzuf/$(DEPDIR)/libzzuf_la-sys.Plo
##############################################
zzuf-0.15/src/Makefile.in-672-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
zzuf-0.15/src/Makefile.in:673:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libzzuf_la_CFLAGS) $(CFLAGS) -c -o libzzuf/libzzuf_la-sys.lo `test -f 'libzzuf/sys.c' || echo '$(srcdir)/'`libzzuf/sys.c
zzuf-0.15/src/Makefile.in-674-
zzuf-0.15/src/Makefile.in-675-libzzuf/libzzuf_la-network.lo: libzzuf/network.c
zzuf-0.15/src/Makefile.in:676:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libzzuf_la_CFLAGS) $(CFLAGS) -MT libzzuf/libzzuf_la-network.lo -MD -MP -MF libzzuf/$(DEPDIR)/libzzuf_la-network.Tpo -c -o libzzuf/libzzuf_la-network.lo `test -f 'libzzuf/network.c' || echo '$(srcdir)/'`libzzuf/network.c
zzuf-0.15/src/Makefile.in-677-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libzzuf/$(DEPDIR)/libzzuf_la-network.Tpo libzzuf/$(DEPDIR)/libzzuf_la-network.Plo
##############################################
zzuf-0.15/src/Makefile.in-679-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
zzuf-0.15/src/Makefile.in:680:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libzzuf_la_CFLAGS) $(CFLAGS) -c -o libzzuf/libzzuf_la-network.lo `test -f 'libzzuf/network.c' || echo '$(srcdir)/'`libzzuf/network.c
zzuf-0.15/src/Makefile.in-681-
zzuf-0.15/src/Makefile.in-682-libzzuf/libzzuf_la-lib-fd.lo: libzzuf/lib-fd.c
zzuf-0.15/src/Makefile.in:683:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libzzuf_la_CFLAGS) $(CFLAGS) -MT libzzuf/libzzuf_la-lib-fd.lo -MD -MP -MF libzzuf/$(DEPDIR)/libzzuf_la-lib-fd.Tpo -c -o libzzuf/libzzuf_la-lib-fd.lo `test -f 'libzzuf/lib-fd.c' || echo '$(srcdir)/'`libzzuf/lib-fd.c
zzuf-0.15/src/Makefile.in-684-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libzzuf/$(DEPDIR)/libzzuf_la-lib-fd.Tpo libzzuf/$(DEPDIR)/libzzuf_la-lib-fd.Plo
##############################################
zzuf-0.15/src/Makefile.in-686-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
zzuf-0.15/src/Makefile.in:687:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libzzuf_la_CFLAGS) $(CFLAGS) -c -o libzzuf/libzzuf_la-lib-fd.lo `test -f 'libzzuf/lib-fd.c' || echo '$(srcdir)/'`libzzuf/lib-fd.c
zzuf-0.15/src/Makefile.in-688-
zzuf-0.15/src/Makefile.in-689-libzzuf/libzzuf_la-lib-mem.lo: libzzuf/lib-mem.c
zzuf-0.15/src/Makefile.in:690:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libzzuf_la_CFLAGS) $(CFLAGS) -MT libzzuf/libzzuf_la-lib-mem.lo -MD -MP -MF libzzuf/$(DEPDIR)/libzzuf_la-lib-mem.Tpo -c -o libzzuf/libzzuf_la-lib-mem.lo `test -f 'libzzuf/lib-mem.c' || echo '$(srcdir)/'`libzzuf/lib-mem.c
zzuf-0.15/src/Makefile.in-691-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libzzuf/$(DEPDIR)/libzzuf_la-lib-mem.Tpo libzzuf/$(DEPDIR)/libzzuf_la-lib-mem.Plo
##############################################
zzuf-0.15/src/Makefile.in-693-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
zzuf-0.15/src/Makefile.in:694:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libzzuf_la_CFLAGS) $(CFLAGS) -c -o libzzuf/libzzuf_la-lib-mem.lo `test -f 'libzzuf/lib-mem.c' || echo '$(srcdir)/'`libzzuf/lib-mem.c
zzuf-0.15/src/Makefile.in-695-
zzuf-0.15/src/Makefile.in-696-libzzuf/libzzuf_la-lib-signal.lo: libzzuf/lib-signal.c
zzuf-0.15/src/Makefile.in:697:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libzzuf_la_CFLAGS) $(CFLAGS) -MT libzzuf/libzzuf_la-lib-signal.lo -MD -MP -MF libzzuf/$(DEPDIR)/libzzuf_la-lib-signal.Tpo -c -o libzzuf/libzzuf_la-lib-signal.lo `test -f 'libzzuf/lib-signal.c' || echo '$(srcdir)/'`libzzuf/lib-signal.c
zzuf-0.15/src/Makefile.in-698-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libzzuf/$(DEPDIR)/libzzuf_la-lib-signal.Tpo libzzuf/$(DEPDIR)/libzzuf_la-lib-signal.Plo
##############################################
zzuf-0.15/src/Makefile.in-700-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
zzuf-0.15/src/Makefile.in:701:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libzzuf_la_CFLAGS) $(CFLAGS) -c -o libzzuf/libzzuf_la-lib-signal.lo `test -f 'libzzuf/lib-signal.c' || echo '$(srcdir)/'`libzzuf/lib-signal.c
zzuf-0.15/src/Makefile.in-702-
zzuf-0.15/src/Makefile.in-703-libzzuf/libzzuf_la-lib-stream.lo: libzzuf/lib-stream.c
zzuf-0.15/src/Makefile.in:704:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libzzuf_la_CFLAGS) $(CFLAGS) -MT libzzuf/libzzuf_la-lib-stream.lo -MD -MP -MF libzzuf/$(DEPDIR)/libzzuf_la-lib-stream.Tpo -c -o libzzuf/libzzuf_la-lib-stream.lo `test -f 'libzzuf/lib-stream.c' || echo '$(srcdir)/'`libzzuf/lib-stream.c
zzuf-0.15/src/Makefile.in-705-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libzzuf/$(DEPDIR)/libzzuf_la-lib-stream.Tpo libzzuf/$(DEPDIR)/libzzuf_la-lib-stream.Plo
##############################################
zzuf-0.15/src/Makefile.in-707-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
zzuf-0.15/src/Makefile.in:708:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libzzuf_la_CFLAGS) $(CFLAGS) -c -o libzzuf/libzzuf_la-lib-stream.lo `test -f 'libzzuf/lib-stream.c' || echo '$(srcdir)/'`libzzuf/lib-stream.c
zzuf-0.15/src/Makefile.in-709-
zzuf-0.15/src/Makefile.in-710-libzzuf/libzzuf_la-lib-win32.lo: libzzuf/lib-win32.c
zzuf-0.15/src/Makefile.in:711:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libzzuf_la_CFLAGS) $(CFLAGS) -MT libzzuf/libzzuf_la-lib-win32.lo -MD -MP -MF libzzuf/$(DEPDIR)/libzzuf_la-lib-win32.Tpo -c -o libzzuf/libzzuf_la-lib-win32.lo `test -f 'libzzuf/lib-win32.c' || echo '$(srcdir)/'`libzzuf/lib-win32.c
zzuf-0.15/src/Makefile.in-712-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) libzzuf/$(DEPDIR)/libzzuf_la-lib-win32.Tpo libzzuf/$(DEPDIR)/libzzuf_la-lib-win32.Plo
##############################################
zzuf-0.15/src/Makefile.in-714-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
zzuf-0.15/src/Makefile.in:715:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libzzuf_la_CFLAGS) $(CFLAGS) -c -o libzzuf/libzzuf_la-lib-win32.lo `test -f 'libzzuf/lib-win32.c' || echo '$(srcdir)/'`libzzuf/lib-win32.c
zzuf-0.15/src/Makefile.in-716-
zzuf-0.15/src/Makefile.in-717-common/libzzuf_la-random.lo: common/random.c
zzuf-0.15/src/Makefile.in:718:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libzzuf_la_CFLAGS) $(CFLAGS) -MT common/libzzuf_la-random.lo -MD -MP -MF common/$(DEPDIR)/libzzuf_la-random.Tpo -c -o common/libzzuf_la-random.lo `test -f 'common/random.c' || echo '$(srcdir)/'`common/random.c
zzuf-0.15/src/Makefile.in-719-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) common/$(DEPDIR)/libzzuf_la-random.Tpo common/$(DEPDIR)/libzzuf_la-random.Plo
##############################################
zzuf-0.15/src/Makefile.in-721-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
zzuf-0.15/src/Makefile.in:722:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libzzuf_la_CFLAGS) $(CFLAGS) -c -o common/libzzuf_la-random.lo `test -f 'common/random.c' || echo '$(srcdir)/'`common/random.c
zzuf-0.15/src/Makefile.in-723-
zzuf-0.15/src/Makefile.in-724-common/libzzuf_la-ranges.lo: common/ranges.c
zzuf-0.15/src/Makefile.in:725:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libzzuf_la_CFLAGS) $(CFLAGS) -MT common/libzzuf_la-ranges.lo -MD -MP -MF common/$(DEPDIR)/libzzuf_la-ranges.Tpo -c -o common/libzzuf_la-ranges.lo `test -f 'common/ranges.c' || echo '$(srcdir)/'`common/ranges.c
zzuf-0.15/src/Makefile.in-726-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) common/$(DEPDIR)/libzzuf_la-ranges.Tpo common/$(DEPDIR)/libzzuf_la-ranges.Plo
##############################################
zzuf-0.15/src/Makefile.in-728-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
zzuf-0.15/src/Makefile.in:729:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libzzuf_la_CFLAGS) $(CFLAGS) -c -o common/libzzuf_la-ranges.lo `test -f 'common/ranges.c' || echo '$(srcdir)/'`common/ranges.c
zzuf-0.15/src/Makefile.in-730-
zzuf-0.15/src/Makefile.in-731-common/libzzuf_la-fd.lo: common/fd.c
zzuf-0.15/src/Makefile.in:732:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libzzuf_la_CFLAGS) $(CFLAGS) -MT common/libzzuf_la-fd.lo -MD -MP -MF common/$(DEPDIR)/libzzuf_la-fd.Tpo -c -o common/libzzuf_la-fd.lo `test -f 'common/fd.c' || echo '$(srcdir)/'`common/fd.c
zzuf-0.15/src/Makefile.in-733-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) common/$(DEPDIR)/libzzuf_la-fd.Tpo common/$(DEPDIR)/libzzuf_la-fd.Plo
##############################################
zzuf-0.15/src/Makefile.in-735-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
zzuf-0.15/src/Makefile.in:736:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libzzuf_la_CFLAGS) $(CFLAGS) -c -o common/libzzuf_la-fd.lo `test -f 'common/fd.c' || echo '$(srcdir)/'`common/fd.c
zzuf-0.15/src/Makefile.in-737-
zzuf-0.15/src/Makefile.in-738-common/libzzuf_la-fuzz.lo: common/fuzz.c
zzuf-0.15/src/Makefile.in:739:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libzzuf_la_CFLAGS) $(CFLAGS) -MT common/libzzuf_la-fuzz.lo -MD -MP -MF common/$(DEPDIR)/libzzuf_la-fuzz.Tpo -c -o common/libzzuf_la-fuzz.lo `test -f 'common/fuzz.c' || echo '$(srcdir)/'`common/fuzz.c
zzuf-0.15/src/Makefile.in-740-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) common/$(DEPDIR)/libzzuf_la-fuzz.Tpo common/$(DEPDIR)/libzzuf_la-fuzz.Plo
##############################################
zzuf-0.15/src/Makefile.in-742-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
zzuf-0.15/src/Makefile.in:743:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libzzuf_la_CFLAGS) $(CFLAGS) -c -o common/libzzuf_la-fuzz.lo `test -f 'common/fuzz.c' || echo '$(srcdir)/'`common/fuzz.c
zzuf-0.15/src/Makefile.in-744-
zzuf-0.15/src/Makefile.in-745-zzuf-zzuf.o: zzuf.c
zzuf-0.15/src/Makefile.in:746:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(zzuf_CFLAGS) $(CFLAGS) -MT zzuf-zzuf.o -MD -MP -MF $(DEPDIR)/zzuf-zzuf.Tpo -c -o zzuf-zzuf.o `test -f 'zzuf.c' || echo '$(srcdir)/'`zzuf.c
zzuf-0.15/src/Makefile.in-747-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/zzuf-zzuf.Tpo $(DEPDIR)/zzuf-zzuf.Po
##############################################
zzuf-0.15/src/Makefile.in-749-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
zzuf-0.15/src/Makefile.in:750:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(zzuf_CFLAGS) $(CFLAGS) -c -o zzuf-zzuf.o `test -f 'zzuf.c' || echo '$(srcdir)/'`zzuf.c
zzuf-0.15/src/Makefile.in-751-
zzuf-0.15/src/Makefile.in-752-zzuf-zzuf.obj: zzuf.c
zzuf-0.15/src/Makefile.in:753:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(zzuf_CFLAGS) $(CFLAGS) -MT zzuf-zzuf.obj -MD -MP -MF $(DEPDIR)/zzuf-zzuf.Tpo -c -o zzuf-zzuf.obj `if test -f 'zzuf.c'; then $(CYGPATH_W) 'zzuf.c'; else $(CYGPATH_W) '$(srcdir)/zzuf.c'; fi`
zzuf-0.15/src/Makefile.in-754-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/zzuf-zzuf.Tpo $(DEPDIR)/zzuf-zzuf.Po
##############################################
zzuf-0.15/src/Makefile.in-756-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
zzuf-0.15/src/Makefile.in:757:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(zzuf_CFLAGS) $(CFLAGS) -c -o zzuf-zzuf.obj `if test -f 'zzuf.c'; then $(CYGPATH_W) 'zzuf.c'; else $(CYGPATH_W) '$(srcdir)/zzuf.c'; fi`
zzuf-0.15/src/Makefile.in-758-
zzuf-0.15/src/Makefile.in-759-zzuf-opts.o: opts.c
zzuf-0.15/src/Makefile.in:760:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(zzuf_CFLAGS) $(CFLAGS) -MT zzuf-opts.o -MD -MP -MF $(DEPDIR)/zzuf-opts.Tpo -c -o zzuf-opts.o `test -f 'opts.c' || echo '$(srcdir)/'`opts.c
zzuf-0.15/src/Makefile.in-761-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/zzuf-opts.Tpo $(DEPDIR)/zzuf-opts.Po
##############################################
zzuf-0.15/src/Makefile.in-763-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
zzuf-0.15/src/Makefile.in:764:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(zzuf_CFLAGS) $(CFLAGS) -c -o zzuf-opts.o `test -f 'opts.c' || echo '$(srcdir)/'`opts.c
zzuf-0.15/src/Makefile.in-765-
zzuf-0.15/src/Makefile.in-766-zzuf-opts.obj: opts.c
zzuf-0.15/src/Makefile.in:767:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(zzuf_CFLAGS) $(CFLAGS) -MT zzuf-opts.obj -MD -MP -MF $(DEPDIR)/zzuf-opts.Tpo -c -o zzuf-opts.obj `if test -f 'opts.c'; then $(CYGPATH_W) 'opts.c'; else $(CYGPATH_W) '$(srcdir)/opts.c'; fi`
zzuf-0.15/src/Makefile.in-768-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/zzuf-opts.Tpo $(DEPDIR)/zzuf-opts.Po
##############################################
zzuf-0.15/src/Makefile.in-770-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
zzuf-0.15/src/Makefile.in:771:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(zzuf_CFLAGS) $(CFLAGS) -c -o zzuf-opts.obj `if test -f 'opts.c'; then $(CYGPATH_W) 'opts.c'; else $(CYGPATH_W) '$(srcdir)/opts.c'; fi`
zzuf-0.15/src/Makefile.in-772-
zzuf-0.15/src/Makefile.in-773-zzuf-timer.o: timer.c
zzuf-0.15/src/Makefile.in:774:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(zzuf_CFLAGS) $(CFLAGS) -MT zzuf-timer.o -MD -MP -MF $(DEPDIR)/zzuf-timer.Tpo -c -o zzuf-timer.o `test -f 'timer.c' || echo '$(srcdir)/'`timer.c
zzuf-0.15/src/Makefile.in-775-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/zzuf-timer.Tpo $(DEPDIR)/zzuf-timer.Po
##############################################
zzuf-0.15/src/Makefile.in-777-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
zzuf-0.15/src/Makefile.in:778:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(zzuf_CFLAGS) $(CFLAGS) -c -o zzuf-timer.o `test -f 'timer.c' || echo '$(srcdir)/'`timer.c
zzuf-0.15/src/Makefile.in-779-
zzuf-0.15/src/Makefile.in-780-zzuf-timer.obj: timer.c
zzuf-0.15/src/Makefile.in:781:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(zzuf_CFLAGS) $(CFLAGS) -MT zzuf-timer.obj -MD -MP -MF $(DEPDIR)/zzuf-timer.Tpo -c -o zzuf-timer.obj `if test -f 'timer.c'; then $(CYGPATH_W) 'timer.c'; else $(CYGPATH_W) '$(srcdir)/timer.c'; fi`
zzuf-0.15/src/Makefile.in-782-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/zzuf-timer.Tpo $(DEPDIR)/zzuf-timer.Po
##############################################
zzuf-0.15/src/Makefile.in-784-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
zzuf-0.15/src/Makefile.in:785:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(zzuf_CFLAGS) $(CFLAGS) -c -o zzuf-timer.obj `if test -f 'timer.c'; then $(CYGPATH_W) 'timer.c'; else $(CYGPATH_W) '$(srcdir)/timer.c'; fi`
zzuf-0.15/src/Makefile.in-786-
zzuf-0.15/src/Makefile.in-787-zzuf-myfork.o: myfork.c
zzuf-0.15/src/Makefile.in:788:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(zzuf_CFLAGS) $(CFLAGS) -MT zzuf-myfork.o -MD -MP -MF $(DEPDIR)/zzuf-myfork.Tpo -c -o zzuf-myfork.o `test -f 'myfork.c' || echo '$(srcdir)/'`myfork.c
zzuf-0.15/src/Makefile.in-789-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/zzuf-myfork.Tpo $(DEPDIR)/zzuf-myfork.Po
##############################################
zzuf-0.15/src/Makefile.in-791-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
zzuf-0.15/src/Makefile.in:792:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(zzuf_CFLAGS) $(CFLAGS) -c -o zzuf-myfork.o `test -f 'myfork.c' || echo '$(srcdir)/'`myfork.c
zzuf-0.15/src/Makefile.in-793-
zzuf-0.15/src/Makefile.in-794-zzuf-myfork.obj: myfork.c
zzuf-0.15/src/Makefile.in:795:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(zzuf_CFLAGS) $(CFLAGS) -MT zzuf-myfork.obj -MD -MP -MF $(DEPDIR)/zzuf-myfork.Tpo -c -o zzuf-myfork.obj `if test -f 'myfork.c'; then $(CYGPATH_W) 'myfork.c'; else $(CYGPATH_W) '$(srcdir)/myfork.c'; fi`
zzuf-0.15/src/Makefile.in-796-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/zzuf-myfork.Tpo $(DEPDIR)/zzuf-myfork.Po
##############################################
zzuf-0.15/src/Makefile.in-798-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
zzuf-0.15/src/Makefile.in:799:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(zzuf_CFLAGS) $(CFLAGS) -c -o zzuf-myfork.obj `if test -f 'myfork.c'; then $(CYGPATH_W) 'myfork.c'; else $(CYGPATH_W) '$(srcdir)/myfork.c'; fi`
zzuf-0.15/src/Makefile.in-800-
zzuf-0.15/src/Makefile.in-801-util/zzuf-getopt.o: util/getopt.c
zzuf-0.15/src/Makefile.in:802:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(zzuf_CFLAGS) $(CFLAGS) -MT util/zzuf-getopt.o -MD -MP -MF util/$(DEPDIR)/zzuf-getopt.Tpo -c -o util/zzuf-getopt.o `test -f 'util/getopt.c' || echo '$(srcdir)/'`util/getopt.c
zzuf-0.15/src/Makefile.in-803-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) util/$(DEPDIR)/zzuf-getopt.Tpo util/$(DEPDIR)/zzuf-getopt.Po
##############################################
zzuf-0.15/src/Makefile.in-805-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
zzuf-0.15/src/Makefile.in:806:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(zzuf_CFLAGS) $(CFLAGS) -c -o util/zzuf-getopt.o `test -f 'util/getopt.c' || echo '$(srcdir)/'`util/getopt.c
zzuf-0.15/src/Makefile.in-807-
zzuf-0.15/src/Makefile.in-808-util/zzuf-getopt.obj: util/getopt.c
zzuf-0.15/src/Makefile.in:809:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(zzuf_CFLAGS) $(CFLAGS) -MT util/zzuf-getopt.obj -MD -MP -MF util/$(DEPDIR)/zzuf-getopt.Tpo -c -o util/zzuf-getopt.obj `if test -f 'util/getopt.c'; then $(CYGPATH_W) 'util/getopt.c'; else $(CYGPATH_W) '$(srcdir)/util/getopt.c'; fi`
zzuf-0.15/src/Makefile.in-810-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) util/$(DEPDIR)/zzuf-getopt.Tpo util/$(DEPDIR)/zzuf-getopt.Po
##############################################
zzuf-0.15/src/Makefile.in-812-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
zzuf-0.15/src/Makefile.in:813:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(zzuf_CFLAGS) $(CFLAGS) -c -o util/zzuf-getopt.obj `if test -f 'util/getopt.c'; then $(CYGPATH_W) 'util/getopt.c'; else $(CYGPATH_W) '$(srcdir)/util/getopt.c'; fi`
zzuf-0.15/src/Makefile.in-814-
zzuf-0.15/src/Makefile.in-815-util/zzuf-md5.o: util/md5.c
zzuf-0.15/src/Makefile.in:816:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(zzuf_CFLAGS) $(CFLAGS) -MT util/zzuf-md5.o -MD -MP -MF util/$(DEPDIR)/zzuf-md5.Tpo -c -o util/zzuf-md5.o `test -f 'util/md5.c' || echo '$(srcdir)/'`util/md5.c
zzuf-0.15/src/Makefile.in-817-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) util/$(DEPDIR)/zzuf-md5.Tpo util/$(DEPDIR)/zzuf-md5.Po
##############################################
zzuf-0.15/src/Makefile.in-819-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
zzuf-0.15/src/Makefile.in:820:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(zzuf_CFLAGS) $(CFLAGS) -c -o util/zzuf-md5.o `test -f 'util/md5.c' || echo '$(srcdir)/'`util/md5.c
zzuf-0.15/src/Makefile.in-821-
zzuf-0.15/src/Makefile.in-822-util/zzuf-md5.obj: util/md5.c
zzuf-0.15/src/Makefile.in:823:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(zzuf_CFLAGS) $(CFLAGS) -MT util/zzuf-md5.obj -MD -MP -MF util/$(DEPDIR)/zzuf-md5.Tpo -c -o util/zzuf-md5.obj `if test -f 'util/md5.c'; then $(CYGPATH_W) 'util/md5.c'; else $(CYGPATH_W) '$(srcdir)/util/md5.c'; fi`
zzuf-0.15/src/Makefile.in-824-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) util/$(DEPDIR)/zzuf-md5.Tpo util/$(DEPDIR)/zzuf-md5.Po
##############################################
zzuf-0.15/src/Makefile.in-826-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
zzuf-0.15/src/Makefile.in:827:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(zzuf_CFLAGS) $(CFLAGS) -c -o util/zzuf-md5.obj `if test -f 'util/md5.c'; then $(CYGPATH_W) 'util/md5.c'; else $(CYGPATH_W) '$(srcdir)/util/md5.c'; fi`
zzuf-0.15/src/Makefile.in-828-
zzuf-0.15/src/Makefile.in-829-util/zzuf-hex.o: util/hex.c
zzuf-0.15/src/Makefile.in:830:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(zzuf_CFLAGS) $(CFLAGS) -MT util/zzuf-hex.o -MD -MP -MF util/$(DEPDIR)/zzuf-hex.Tpo -c -o util/zzuf-hex.o `test -f 'util/hex.c' || echo '$(srcdir)/'`util/hex.c
zzuf-0.15/src/Makefile.in-831-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) util/$(DEPDIR)/zzuf-hex.Tpo util/$(DEPDIR)/zzuf-hex.Po
##############################################
zzuf-0.15/src/Makefile.in-833-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
zzuf-0.15/src/Makefile.in:834:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(zzuf_CFLAGS) $(CFLAGS) -c -o util/zzuf-hex.o `test -f 'util/hex.c' || echo '$(srcdir)/'`util/hex.c
zzuf-0.15/src/Makefile.in-835-
zzuf-0.15/src/Makefile.in-836-util/zzuf-hex.obj: util/hex.c
zzuf-0.15/src/Makefile.in:837:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(zzuf_CFLAGS) $(CFLAGS) -MT util/zzuf-hex.obj -MD -MP -MF util/$(DEPDIR)/zzuf-hex.Tpo -c -o util/zzuf-hex.obj `if test -f 'util/hex.c'; then $(CYGPATH_W) 'util/hex.c'; else $(CYGPATH_W) '$(srcdir)/util/hex.c'; fi`
zzuf-0.15/src/Makefile.in-838-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) util/$(DEPDIR)/zzuf-hex.Tpo util/$(DEPDIR)/zzuf-hex.Po
##############################################
zzuf-0.15/src/Makefile.in-840-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
zzuf-0.15/src/Makefile.in:841:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(zzuf_CFLAGS) $(CFLAGS) -c -o util/zzuf-hex.obj `if test -f 'util/hex.c'; then $(CYGPATH_W) 'util/hex.c'; else $(CYGPATH_W) '$(srcdir)/util/hex.c'; fi`
zzuf-0.15/src/Makefile.in-842-
zzuf-0.15/src/Makefile.in-843-common/zzuf-random.o: common/random.c
zzuf-0.15/src/Makefile.in:844:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(zzuf_CFLAGS) $(CFLAGS) -MT common/zzuf-random.o -MD -MP -MF common/$(DEPDIR)/zzuf-random.Tpo -c -o common/zzuf-random.o `test -f 'common/random.c' || echo '$(srcdir)/'`common/random.c
zzuf-0.15/src/Makefile.in-845-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) common/$(DEPDIR)/zzuf-random.Tpo common/$(DEPDIR)/zzuf-random.Po
##############################################
zzuf-0.15/src/Makefile.in-847-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
zzuf-0.15/src/Makefile.in:848:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(zzuf_CFLAGS) $(CFLAGS) -c -o common/zzuf-random.o `test -f 'common/random.c' || echo '$(srcdir)/'`common/random.c
zzuf-0.15/src/Makefile.in-849-
zzuf-0.15/src/Makefile.in-850-common/zzuf-random.obj: common/random.c
zzuf-0.15/src/Makefile.in:851:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(zzuf_CFLAGS) $(CFLAGS) -MT common/zzuf-random.obj -MD -MP -MF common/$(DEPDIR)/zzuf-random.Tpo -c -o common/zzuf-random.obj `if test -f 'common/random.c'; then $(CYGPATH_W) 'common/random.c'; else $(CYGPATH_W) '$(srcdir)/common/random.c'; fi`
zzuf-0.15/src/Makefile.in-852-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) common/$(DEPDIR)/zzuf-random.Tpo common/$(DEPDIR)/zzuf-random.Po
##############################################
zzuf-0.15/src/Makefile.in-854-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
zzuf-0.15/src/Makefile.in:855:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(zzuf_CFLAGS) $(CFLAGS) -c -o common/zzuf-random.obj `if test -f 'common/random.c'; then $(CYGPATH_W) 'common/random.c'; else $(CYGPATH_W) '$(srcdir)/common/random.c'; fi`
zzuf-0.15/src/Makefile.in-856-
zzuf-0.15/src/Makefile.in-857-common/zzuf-ranges.o: common/ranges.c
zzuf-0.15/src/Makefile.in:858:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(zzuf_CFLAGS) $(CFLAGS) -MT common/zzuf-ranges.o -MD -MP -MF common/$(DEPDIR)/zzuf-ranges.Tpo -c -o common/zzuf-ranges.o `test -f 'common/ranges.c' || echo '$(srcdir)/'`common/ranges.c
zzuf-0.15/src/Makefile.in-859-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) common/$(DEPDIR)/zzuf-ranges.Tpo common/$(DEPDIR)/zzuf-ranges.Po
##############################################
zzuf-0.15/src/Makefile.in-861-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
zzuf-0.15/src/Makefile.in:862:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(zzuf_CFLAGS) $(CFLAGS) -c -o common/zzuf-ranges.o `test -f 'common/ranges.c' || echo '$(srcdir)/'`common/ranges.c
zzuf-0.15/src/Makefile.in-863-
zzuf-0.15/src/Makefile.in-864-common/zzuf-ranges.obj: common/ranges.c
zzuf-0.15/src/Makefile.in:865:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(zzuf_CFLAGS) $(CFLAGS) -MT common/zzuf-ranges.obj -MD -MP -MF common/$(DEPDIR)/zzuf-ranges.Tpo -c -o common/zzuf-ranges.obj `if test -f 'common/ranges.c'; then $(CYGPATH_W) 'common/ranges.c'; else $(CYGPATH_W) '$(srcdir)/common/ranges.c'; fi`
zzuf-0.15/src/Makefile.in-866-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) common/$(DEPDIR)/zzuf-ranges.Tpo common/$(DEPDIR)/zzuf-ranges.Po
##############################################
zzuf-0.15/src/Makefile.in-868-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
zzuf-0.15/src/Makefile.in:869:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(zzuf_CFLAGS) $(CFLAGS) -c -o common/zzuf-ranges.obj `if test -f 'common/ranges.c'; then $(CYGPATH_W) 'common/ranges.c'; else $(CYGPATH_W) '$(srcdir)/common/ranges.c'; fi`
zzuf-0.15/src/Makefile.in-870-
zzuf-0.15/src/Makefile.in-871-common/zzuf-fd.o: common/fd.c
zzuf-0.15/src/Makefile.in:872:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(zzuf_CFLAGS) $(CFLAGS) -MT common/zzuf-fd.o -MD -MP -MF common/$(DEPDIR)/zzuf-fd.Tpo -c -o common/zzuf-fd.o `test -f 'common/fd.c' || echo '$(srcdir)/'`common/fd.c
zzuf-0.15/src/Makefile.in-873-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) common/$(DEPDIR)/zzuf-fd.Tpo common/$(DEPDIR)/zzuf-fd.Po
##############################################
zzuf-0.15/src/Makefile.in-875-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
zzuf-0.15/src/Makefile.in:876:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(zzuf_CFLAGS) $(CFLAGS) -c -o common/zzuf-fd.o `test -f 'common/fd.c' || echo '$(srcdir)/'`common/fd.c
zzuf-0.15/src/Makefile.in-877-
zzuf-0.15/src/Makefile.in-878-common/zzuf-fd.obj: common/fd.c
zzuf-0.15/src/Makefile.in:879:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(zzuf_CFLAGS) $(CFLAGS) -MT common/zzuf-fd.obj -MD -MP -MF common/$(DEPDIR)/zzuf-fd.Tpo -c -o common/zzuf-fd.obj `if test -f 'common/fd.c'; then $(CYGPATH_W) 'common/fd.c'; else $(CYGPATH_W) '$(srcdir)/common/fd.c'; fi`
zzuf-0.15/src/Makefile.in-880-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) common/$(DEPDIR)/zzuf-fd.Tpo common/$(DEPDIR)/zzuf-fd.Po
##############################################
zzuf-0.15/src/Makefile.in-882-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
zzuf-0.15/src/Makefile.in:883:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(zzuf_CFLAGS) $(CFLAGS) -c -o common/zzuf-fd.obj `if test -f 'common/fd.c'; then $(CYGPATH_W) 'common/fd.c'; else $(CYGPATH_W) '$(srcdir)/common/fd.c'; fi`
zzuf-0.15/src/Makefile.in-884-
zzuf-0.15/src/Makefile.in-885-common/zzuf-fuzz.o: common/fuzz.c
zzuf-0.15/src/Makefile.in:886:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(zzuf_CFLAGS) $(CFLAGS) -MT common/zzuf-fuzz.o -MD -MP -MF common/$(DEPDIR)/zzuf-fuzz.Tpo -c -o common/zzuf-fuzz.o `test -f 'common/fuzz.c' || echo '$(srcdir)/'`common/fuzz.c
zzuf-0.15/src/Makefile.in-887-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) common/$(DEPDIR)/zzuf-fuzz.Tpo common/$(DEPDIR)/zzuf-fuzz.Po
##############################################
zzuf-0.15/src/Makefile.in-889-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
zzuf-0.15/src/Makefile.in:890:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(zzuf_CFLAGS) $(CFLAGS) -c -o common/zzuf-fuzz.o `test -f 'common/fuzz.c' || echo '$(srcdir)/'`common/fuzz.c
zzuf-0.15/src/Makefile.in-891-
zzuf-0.15/src/Makefile.in-892-common/zzuf-fuzz.obj: common/fuzz.c
zzuf-0.15/src/Makefile.in:893:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(zzuf_CFLAGS) $(CFLAGS) -MT common/zzuf-fuzz.obj -MD -MP -MF common/$(DEPDIR)/zzuf-fuzz.Tpo -c -o common/zzuf-fuzz.obj `if test -f 'common/fuzz.c'; then $(CYGPATH_W) 'common/fuzz.c'; else $(CYGPATH_W) '$(srcdir)/common/fuzz.c'; fi`
zzuf-0.15/src/Makefile.in-894-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) common/$(DEPDIR)/zzuf-fuzz.Tpo common/$(DEPDIR)/zzuf-fuzz.Po
##############################################
zzuf-0.15/src/Makefile.in-896-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
zzuf-0.15/src/Makefile.in:897:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(zzuf_CFLAGS) $(CFLAGS) -c -o common/zzuf-fuzz.obj `if test -f 'common/fuzz.c'; then $(CYGPATH_W) 'common/fuzz.c'; else $(CYGPATH_W) '$(srcdir)/common/fuzz.c'; fi`
zzuf-0.15/src/Makefile.in-898-
##############################################
zzuf-0.15/src/Makefile.in-936-GTAGS:
zzuf-0.15/src/Makefile.in:937:	here=`$(am__cd) $(top_builddir) && pwd` \
zzuf-0.15/src/Makefile.in-938-	  && $(am__cd) $(top_srcdir) \
##############################################
zzuf-0.15/src/Makefile.in-959-distdir: $(DISTFILES)
zzuf-0.15/src/Makefile.in:960:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
zzuf-0.15/src/Makefile.in:961:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
zzuf-0.15/src/Makefile.in-962-	list='$(DISTFILES)'; \
##############################################
zzuf-0.15/src/Makefile.in-973-	  if test -d $$d/$$file; then \
zzuf-0.15/src/Makefile.in:974:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
zzuf-0.15/src/Makefile.in-975-	    if test -d "$(distdir)/$$file"; then \
##############################################
zzuf-0.15/src/libzzuf/sys.c-64-#elif HAVE_DLFCN_H && !__APPLE__
zzuf-0.15/src/libzzuf/sys.c:65:    /* If glibc is recent enough, we use dladdr() to get its address. This
zzuf-0.15/src/libzzuf/sys.c-66-     * way we are sure that the symbols we load are the most recent version,
##############################################
zzuf-0.15/src/libzzuf/sys.c-81-        Dl_info di;
zzuf-0.15/src/libzzuf/sys.c:82:        if (dladdr(&fprintf, &di) != 0)
zzuf-0.15/src/libzzuf/sys.c-83-        {
##############################################
zzuf-0.15/bootstrap-29-# Check for needed features
zzuf-0.15/bootstrap:30:auxdir="`sed -ne 's/^[ \t]*A._CONFIG_AUX_DIR *([[ ]*\([^] )]*\).*/\1/p' $conffile`"
zzuf-0.15/bootstrap:31:pkgconfig="`grep '^[ \t]*PKG_PROG_PKG_CONFIG' $conffile >/dev/null 2>&1 && echo yes || echo no`"
zzuf-0.15/bootstrap:32:libtool="`grep '^[ \t]*A._PROG_LIBTOOL' $conffile >/dev/null 2>&1 && echo yes || echo no`"
zzuf-0.15/bootstrap:33:header="`grep '^[ \t]*A._CONFIG_HEADER' $conffile >/dev/null 2>&1 && echo yes || echo no`"
zzuf-0.15/bootstrap-34-makefile="`[ -f Makefile.am ] && echo yes || echo no`"
##############################################
zzuf-0.15/test/Makefile.in-50-  { \
zzuf-0.15/test/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
zzuf-0.15/test/Makefile.in-52-  }; \
##############################################
zzuf-0.15/test/Makefile.in-217-}
zzuf-0.15/test/Makefile.in:218:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
zzuf-0.15/test/Makefile.in-219-am__vpath_adj = case $$p in \
zzuf-0.15/test/Makefile.in:220:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
zzuf-0.15/test/Makefile.in-221-    *) f=$$p;; \
zzuf-0.15/test/Makefile.in-222-  esac;
zzuf-0.15/test/Makefile.in:223:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
zzuf-0.15/test/Makefile.in-224-am__install_max = 40
zzuf-0.15/test/Makefile.in-225-am__nobase_strip_setup = \
zzuf-0.15/test/Makefile.in:226:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
zzuf-0.15/test/Makefile.in-227-am__nobase_strip = \
##############################################
zzuf-0.15/test/Makefile.in-345-case "$@" in						\
zzuf-0.15/test/Makefile.in:346:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
zzuf-0.15/test/Makefile.in-347-    *) am__odir=.;; 					\
##############################################
zzuf-0.15/test/Makefile.in-375-  bases='$(TEST_LOGS)'; \
zzuf-0.15/test/Makefile.in:376:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
zzuf-0.15/test/Makefile.in:377:  bases=`echo $$bases`
zzuf-0.15/test/Makefile.in-378-RECHECK_LOGS = $(TEST_LOGS)
##############################################
zzuf-0.15/test/Makefile.in-388-        */*) b='$*';; \
zzuf-0.15/test/Makefile.in:389:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
zzuf-0.15/test/Makefile.in-390-       esac;; \
##############################################
zzuf-0.15/test/Makefile.in-583-	test -n "$(EXEEXT)" || exit 0; \
zzuf-0.15/test/Makefile.in:584:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
zzuf-0.15/test/Makefile.in-585-	echo " rm -f" $$list; \
##############################################
zzuf-0.15/test/Makefile.in-630-.c.o:
zzuf-0.15/test/Makefile.in:631:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
zzuf-0.15/test/Makefile.in-632-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
zzuf-0.15/test/Makefile.in-638-.c.obj:
zzuf-0.15/test/Makefile.in:639:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
zzuf-0.15/test/Makefile.in:640:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
zzuf-0.15/test/Makefile.in-641-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
zzuf-0.15/test/Makefile.in-643-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
zzuf-0.15/test/Makefile.in:644:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
zzuf-0.15/test/Makefile.in-645-
zzuf-0.15/test/Makefile.in-646-.c.lo:
zzuf-0.15/test/Makefile.in:647:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
zzuf-0.15/test/Makefile.in-648-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
zzuf-0.15/test/Makefile.in-689-GTAGS:
zzuf-0.15/test/Makefile.in:690:	here=`$(am__cd) $(top_builddir) && pwd` \
zzuf-0.15/test/Makefile.in-691-	  && $(am__cd) $(top_srcdir) \
##############################################
zzuf-0.15/test/Makefile.in-732-	if test -n "$$redo_bases"; then \
zzuf-0.15/test/Makefile.in:733:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
zzuf-0.15/test/Makefile.in:734:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
zzuf-0.15/test/Makefile.in-735-	  if $(am__make_dryrun); then :; else \
##############################################
zzuf-0.15/test/Makefile.in-757-	ws='[ 	]'; \
zzuf-0.15/test/Makefile.in:758:	results=`for b in $$bases; do echo $$b.trs; done`; \
zzuf-0.15/test/Makefile.in-759-	test -n "$$results" || results=/dev/null; \
zzuf-0.15/test/Makefile.in:760:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
zzuf-0.15/test/Makefile.in:761:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
zzuf-0.15/test/Makefile.in:762:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
zzuf-0.15/test/Makefile.in:763:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
zzuf-0.15/test/Makefile.in:764:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
zzuf-0.15/test/Makefile.in:765:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
zzuf-0.15/test/Makefile.in:766:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
zzuf-0.15/test/Makefile.in:767:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
zzuf-0.15/test/Makefile.in-768-	  success=true; \
##############################################
zzuf-0.15/test/Makefile.in-836-	@set +e; $(am__set_TESTS_bases); \
zzuf-0.15/test/Makefile.in:837:	log_list=`for i in $$bases; do echo $$i.log; done`; \
zzuf-0.15/test/Makefile.in:838:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
zzuf-0.15/test/Makefile.in:839:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
zzuf-0.15/test/Makefile.in-840-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
zzuf-0.15/test/Makefile.in-846-	         | $(am__list_recheck_tests)` || exit 1; \
zzuf-0.15/test/Makefile.in:847:	log_list=`for i in $$bases; do echo $$i.log; done`; \
zzuf-0.15/test/Makefile.in:848:	log_list=`echo $$log_list`; \
zzuf-0.15/test/Makefile.in-849-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
zzuf-0.15/test/Makefile.in-945-distdir: $(DISTFILES)
zzuf-0.15/test/Makefile.in:946:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
zzuf-0.15/test/Makefile.in:947:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
zzuf-0.15/test/Makefile.in-948-	list='$(DISTFILES)'; \
##############################################
zzuf-0.15/test/Makefile.in-959-	  if test -d $$d/$$file; then \
zzuf-0.15/test/Makefile.in:960:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
zzuf-0.15/test/Makefile.in-961-	    if test -d "$(distdir)/$$file"; then \
##############################################
zzuf-0.15/test/check-zzuf-r-ratio-39-    for x in 0 1 2 3 4; do
zzuf-0.15/test/check-zzuf-r-ratio:40:        ret=`dd if=/dev/zero bs=1048576 count=$mib 2>/dev/null | $ZZUF -s $s2 -r $r | "$ZZERO"`
zzuf-0.15/test/check-zzuf-r-ratio-41-        if [ "$rmax" = -1 -o "$ret" -gt "$rmax" ]; then rmax=$ret; fi
zzuf-0.15/test/check-zzuf-r-ratio-42-        if [ "$rmin" = -1 -o "$ret" -lt "$rmin" ]; then rmin=$ret; fi
zzuf-0.15/test/check-zzuf-r-ratio:43:        rtot=`expr $rtot + $ret || true`
zzuf-0.15/test/check-zzuf-r-ratio-44-        printf " $ret"
zzuf-0.15/test/check-zzuf-r-ratio:45:        s2=`expr $s2 + 1`
zzuf-0.15/test/check-zzuf-r-ratio-46-    done
zzuf-0.15/test/check-zzuf-r-ratio-47-    echo ""
zzuf-0.15/test/check-zzuf-r-ratio:48:    rmean=`expr '(' $rtot + 2 ')' / 5 || true`
zzuf-0.15/test/check-zzuf-r-ratio:49:    delta=`expr $rmean - $expect || true`
zzuf-0.15/test/check-zzuf-r-ratio-50-    printf " min/avg/max $rmin/$rmean/$rmax .........."
##############################################
zzuf-0.15/test/check-source-22-        nfiles=$(($nfiles + 1));
zzuf-0.15/test/check-source:23:        nlines=$(($nlines + `grep -c . "../$dir/$x"`)) ;;
zzuf-0.15/test/check-source-24-      *)
##############################################
zzuf-0.15/Makefile.in-49-  { \
zzuf-0.15/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
zzuf-0.15/Makefile.in-51-  }; \
##############################################
zzuf-0.15/Makefile.in-186-  while test -n "$$dir1"; do \
zzuf-0.15/Makefile.in:187:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
zzuf-0.15/Makefile.in-188-    if test "$$first" != "."; then \
zzuf-0.15/Makefile.in-189-      if test "$$first" = ".."; then \
zzuf-0.15/Makefile.in:190:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
zzuf-0.15/Makefile.in:191:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
zzuf-0.15/Makefile.in-192-      else \
zzuf-0.15/Makefile.in:193:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
zzuf-0.15/Makefile.in-194-        if test "$$first2" = "$$first"; then \
zzuf-0.15/Makefile.in:195:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
zzuf-0.15/Makefile.in-196-        else \
##############################################
zzuf-0.15/Makefile.in-201-    fi; \
zzuf-0.15/Makefile.in:202:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
zzuf-0.15/Makefile.in-203-  done; \
##############################################
zzuf-0.15/Makefile.in-423-	dot_seen=no; \
zzuf-0.15/Makefile.in:424:	target=`echo $@ | sed s/-recursive//`; \
zzuf-0.15/Makefile.in-425-	case "$@" in \
##############################################
zzuf-0.15/Makefile.in-486-GTAGS:
zzuf-0.15/Makefile.in:487:	here=`$(am__cd) $(top_builddir) && pwd` \
zzuf-0.15/Makefile.in-488-	  && $(am__cd) $(top_srcdir) \
##############################################
zzuf-0.15/Makefile.in-518-	test -d "$(distdir)" || mkdir "$(distdir)"
zzuf-0.15/Makefile.in:519:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
zzuf-0.15/Makefile.in:520:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
zzuf-0.15/Makefile.in-521-	list='$(DISTFILES)'; \
##############################################
zzuf-0.15/Makefile.in-532-	  if test -d $$d/$$file; then \
zzuf-0.15/Makefile.in:533:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
zzuf-0.15/Makefile.in-534-	    if test -d "$(distdir)/$$file"; then \
##############################################
zzuf-0.15/Makefile.in-642-	test -d $(distdir)/_build || exit 0; \
zzuf-0.15/Makefile.in:643:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
zzuf-0.15/Makefile.in-644-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
zzuf-0.15/Makefile.in-686-	}; \
zzuf-0.15/Makefile.in:687:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
zzuf-0.15/Makefile.in-688-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
zzuf-0.15/Makefile.in-698-	fi
zzuf-0.15/Makefile.in:699:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
zzuf-0.15/Makefile.in-700-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
zzuf-0.15/aclocal.m4-131-    PKG_CHECK_EXISTS([$3],
zzuf-0.15/aclocal.m4:132:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
zzuf-0.15/aclocal.m4-133-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
zzuf-0.15/aclocal.m4-179-        if test $_pkg_short_errors_supported = yes; then
zzuf-0.15/aclocal.m4:180:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
zzuf-0.15/aclocal.m4-181-        else 
zzuf-0.15/aclocal.m4:182:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
zzuf-0.15/aclocal.m4-183-        fi
##############################################
zzuf-0.15/aclocal.m4-368-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
zzuf-0.15/aclocal.m4:369:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
zzuf-0.15/aclocal.m4-370-# and then we would define $MISSING as
##############################################
zzuf-0.15/aclocal.m4-383-# Expand $ac_aux_dir to an absolute path.
zzuf-0.15/aclocal.m4:384:am_aux_dir=`cd "$ac_aux_dir" && pwd`
zzuf-0.15/aclocal.m4-385-])
##############################################
zzuf-0.15/aclocal.m4-481-  if test "$am_compiler_list" = ""; then
zzuf-0.15/aclocal.m4:482:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
zzuf-0.15/aclocal.m4-483-  fi
##############################################
zzuf-0.15/aclocal.m4-632-    # Strip MF so we end up with the name of the file.
zzuf-0.15/aclocal.m4:633:    mf=`echo "$mf" | sed -e 's/:.*$//'`
zzuf-0.15/aclocal.m4-634-    # Check whether this is an Automake generated Makefile or not.
##############################################
zzuf-0.15/aclocal.m4-641-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
zzuf-0.15/aclocal.m4:642:      dirpart=`AS_DIRNAME("$mf")`
zzuf-0.15/aclocal.m4-643-    else
##############################################
zzuf-0.15/aclocal.m4-647-    # from the Makefile without running 'make'.
zzuf-0.15/aclocal.m4:648:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
zzuf-0.15/aclocal.m4-649-    test -z "$DEPDIR" && continue
zzuf-0.15/aclocal.m4:650:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
zzuf-0.15/aclocal.m4-651-    test -z "$am__include" && continue
zzuf-0.15/aclocal.m4:652:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
zzuf-0.15/aclocal.m4-653-    # Find all dependency output files, they are included files with
##############################################
zzuf-0.15/aclocal.m4-661-      test -f "$dirpart/$file" && continue
zzuf-0.15/aclocal.m4:662:      fdir=`AS_DIRNAME(["$file"])`
zzuf-0.15/aclocal.m4-663-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
zzuf-0.15/aclocal.m4-719-AC_REQUIRE([AC_PROG_INSTALL])dnl
zzuf-0.15/aclocal.m4:720:if test "`cd $srcdir && pwd`" != "`pwd`"; then
zzuf-0.15/aclocal.m4-721-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
zzuf-0.15/aclocal.m4-878-    * )
zzuf-0.15/aclocal.m4:879:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
zzuf-0.15/aclocal.m4-880-  esac
zzuf-0.15/aclocal.m4-881-done
zzuf-0.15/aclocal.m4:882:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
zzuf-0.15/aclocal.m4-883-
##############################################
zzuf-0.15/aclocal.m4-949-# Ignore all kinds of additional output from 'make'.
zzuf-0.15/aclocal.m4:950:case `$am_make -s -f confmf 2> /dev/null` in #(
zzuf-0.15/aclocal.m4-951-*the\ am__doit\ target*)
##############################################
zzuf-0.15/aclocal.m4-959-   echo '.include "confinc"' > confmf
zzuf-0.15/aclocal.m4:960:   case `$am_make -s -f confmf 2> /dev/null` in #(
zzuf-0.15/aclocal.m4-961-   *the\ am__doit\ target*)
##############################################
zzuf-0.15/aclocal.m4-1170-     echo "timestamp, slept: $am_has_slept" > conftest.file
zzuf-0.15/aclocal.m4:1171:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
zzuf-0.15/aclocal.m4-1172-     if test "$[*]" = "X"; then
zzuf-0.15/aclocal.m4-1173-	# -L didn't work.
zzuf-0.15/aclocal.m4:1174:	set X `ls -t "$srcdir/configure" conftest.file`
zzuf-0.15/aclocal.m4-1175-     fi
##############################################
zzuf-0.15/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
zzuf-0.15/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
zzuf-0.15/configure-45-  as_echo='print -r --'
zzuf-0.15/configure-46-  as_echo_n='print -rn --'
zzuf-0.15/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
zzuf-0.15/configure-48-  as_echo='printf %s\n'
##############################################
zzuf-0.15/configure-50-else
zzuf-0.15/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
zzuf-0.15/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
zzuf-0.15/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
zzuf-0.15/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
zzuf-0.15/configure-62-      esac;
##############################################
zzuf-0.15/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
zzuf-0.15/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
zzuf-0.15/configure-199-
##############################################
zzuf-0.15/configure-204-    PATH=/empty FPATH=/empty; export PATH FPATH
zzuf-0.15/configure:205:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
zzuf-0.15/configure:206:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
zzuf-0.15/configure-207-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
zzuf-0.15/configure-332-      case $as_dir in #(
zzuf-0.15/configure:333:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
zzuf-0.15/configure-334-      *) as_qdir=$as_dir;;
##############################################
zzuf-0.15/configure-405-  {
zzuf-0.15/configure:406:    as_val=`expr "$@" || test $? -eq 1`
zzuf-0.15/configure-407-  }
##############################################
zzuf-0.15/configure-412-# ----------------------------------------
zzuf-0.15/configure:413:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
zzuf-0.15/configure-414-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
zzuf-0.15/configure-475-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
zzuf-0.15/configure:476:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
zzuf-0.15/configure-477-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
zzuf-0.15/configure-845-  case $ac_option in
zzuf-0.15/configure:846:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
zzuf-0.15/configure-847-  *=)   ac_optarg= ;;
##############################################
zzuf-0.15/configure-889-  -disable-* | --disable-*)
zzuf-0.15/configure:890:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
zzuf-0.15/configure-891-    # Reject names that are not valid shell variable names.
##############################################
zzuf-0.15/configure-894-    ac_useropt_orig=$ac_useropt
zzuf-0.15/configure:895:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
zzuf-0.15/configure-896-    case $ac_user_opts in
##############################################
zzuf-0.15/configure-915-  -enable-* | --enable-*)
zzuf-0.15/configure:916:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
zzuf-0.15/configure-917-    # Reject names that are not valid shell variable names.
##############################################
zzuf-0.15/configure-920-    ac_useropt_orig=$ac_useropt
zzuf-0.15/configure:921:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
zzuf-0.15/configure-922-    case $ac_user_opts in
##############################################
zzuf-0.15/configure-1128-  -with-* | --with-*)
zzuf-0.15/configure:1129:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
zzuf-0.15/configure-1130-    # Reject names that are not valid shell variable names.
##############################################
zzuf-0.15/configure-1133-    ac_useropt_orig=$ac_useropt
zzuf-0.15/configure:1134:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
zzuf-0.15/configure-1135-    case $ac_user_opts in
##############################################
zzuf-0.15/configure-1144-  -without-* | --without-*)
zzuf-0.15/configure:1145:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
zzuf-0.15/configure-1146-    # Reject names that are not valid shell variable names.
##############################################
zzuf-0.15/configure-1149-    ac_useropt_orig=$ac_useropt
zzuf-0.15/configure:1150:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
zzuf-0.15/configure-1151-    case $ac_user_opts in
##############################################
zzuf-0.15/configure-1182-  *=*)
zzuf-0.15/configure:1183:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
zzuf-0.15/configure-1184-    # Reject names that are not valid shell variable names.
##############################################
zzuf-0.15/configure-1203-if test -n "$ac_prev"; then
zzuf-0.15/configure:1204:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
zzuf-0.15/configure-1205-  as_fn_error $? "missing argument to $ac_option"
##############################################
zzuf-0.15/configure-1225-    */ )
zzuf-0.15/configure:1226:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
zzuf-0.15/configure-1227-      eval $ac_var=\$ac_val;;
##############################################
zzuf-0.15/configure-1260-ac_ls_di=`ls -di .` &&
zzuf-0.15/configure:1261:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
zzuf-0.15/configure-1262-  as_fn_error $? "working directory cannot be determined"
##############################################
zzuf-0.15/configure-1316-case $srcdir in
zzuf-0.15/configure:1317:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
zzuf-0.15/configure-1318-esac
##############################################
zzuf-0.15/configure-1359-By default, \`make install' will install all the files in
zzuf-0.15/configure:1360:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
zzuf-0.15/configure:1361:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
zzuf-0.15/configure-1362-for instance \`--prefix=\$HOME'.
##############################################
zzuf-0.15/configure-1471-*)
zzuf-0.15/configure:1472:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
zzuf-0.15/configure-1473-  # A ".." for each directory in $ac_dir_suffix.
zzuf-0.15/configure:1474:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
zzuf-0.15/configure-1475-  case $ac_top_builddir_sub in
##############################################
zzuf-0.15/configure-2009-    *\'*)
zzuf-0.15/configure:2010:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
zzuf-0.15/configure-2011-    esac
##############################################
zzuf-0.15/configure-2092-      case $ac_val in
zzuf-0.15/configure:2093:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
zzuf-0.15/configure-2094-      esac
##############################################
zzuf-0.15/configure-2107-	case $ac_val in
zzuf-0.15/configure:2108:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
zzuf-0.15/configure-2109-	esac
##############################################
zzuf-0.15/configure-2227-    set,)
zzuf-0.15/configure:2228:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
zzuf-0.15/configure:2229:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
zzuf-0.15/configure-2230-      ac_cache_corrupted=: ;;
##############################################
zzuf-0.15/configure-2238-	# differences in whitespace do not lead to failure.
zzuf-0.15/configure:2239:	ac_old_val_w=`echo x $ac_old_val`
zzuf-0.15/configure:2240:	ac_new_val_w=`echo x $ac_new_val`
zzuf-0.15/configure-2241-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
zzuf-0.15/configure-2258-    case $ac_new_val in
zzuf-0.15/configure:2259:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
zzuf-0.15/configure-2260-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
zzuf-0.15/configure-2435-     echo "timestamp, slept: $am_has_slept" > conftest.file
zzuf-0.15/configure:2436:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
zzuf-0.15/configure-2437-     if test "$*" = "X"; then
zzuf-0.15/configure-2438-	# -L didn't work.
zzuf-0.15/configure:2439:	set X `ls -t "$srcdir/configure" conftest.file`
zzuf-0.15/configure-2440-     fi
##############################################
zzuf-0.15/configure-2486-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
zzuf-0.15/configure:2487:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
zzuf-0.15/configure-2488-
zzuf-0.15/configure-2489-# Expand $ac_aux_dir to an absolute path.
zzuf-0.15/configure:2490:am_aux_dir=`cd "$ac_aux_dir" && pwd`
zzuf-0.15/configure-2491-
##############################################
zzuf-0.15/configure-2631-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
zzuf-0.15/configure:2632:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
zzuf-0.15/configure-2633-	     'mkdir (GNU coreutils) '* | \
##############################################
zzuf-0.15/configure-2704-set x ${MAKE-make}
zzuf-0.15/configure:2705:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
zzuf-0.15/configure-2706-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
zzuf-0.15/configure-2714-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
zzuf-0.15/configure:2715:case `${MAKE-make} -f conftest.make 2>/dev/null` in
zzuf-0.15/configure-2716-  *@@@%%%=?*=@@@%%%*)
##############################################
zzuf-0.15/configure-2780-
zzuf-0.15/configure:2781:if test "`cd $srcdir && pwd`" != "`pwd`"; then
zzuf-0.15/configure-2782-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
zzuf-0.15/configure-3025-# Ignore all kinds of additional output from 'make'.
zzuf-0.15/configure:3026:case `$am_make -s -f confmf 2> /dev/null` in #(
zzuf-0.15/configure-3027-*the\ am__doit\ target*)
##############################################
zzuf-0.15/configure-3035-   echo '.include "confinc"' > confmf
zzuf-0.15/configure:3036:   case `$am_make -s -f confmf 2> /dev/null` in #(
zzuf-0.15/configure-3037-   *the\ am__doit\ target*)
##############################################
zzuf-0.15/configure-3414-$as_echo_n "checking whether the C compiler works... " >&6; }
zzuf-0.15/configure:3415:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
zzuf-0.15/configure-3416-
##############################################
zzuf-0.15/configure-3458-	then :; else
zzuf-0.15/configure:3459:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
zzuf-0.15/configure-3460-	fi
##############################################
zzuf-0.15/configure-3518-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
zzuf-0.15/configure:3519:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
zzuf-0.15/configure-3520-	  break;;
##############################################
zzuf-0.15/configure-3627-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
zzuf-0.15/configure:3628:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
zzuf-0.15/configure-3629-       break;;
##############################################
zzuf-0.15/configure-3945-  if test "$am_compiler_list" = ""; then
zzuf-0.15/configure:3946:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
zzuf-0.15/configure-3947-  fi
##############################################
zzuf-0.15/configure-4218-test "x$ac_build_alias" = x &&
zzuf-0.15/configure:4219:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
zzuf-0.15/configure-4220-test "x$ac_build_alias" = x &&
zzuf-0.15/configure-4221-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
zzuf-0.15/configure:4222:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
zzuf-0.15/configure-4223-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
zzuf-0.15/configure-4242-IFS=$ac_save_IFS
zzuf-0.15/configure:4243:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
zzuf-0.15/configure-4244-
##############################################
zzuf-0.15/configure-4253-else
zzuf-0.15/configure:4254:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
zzuf-0.15/configure-4255-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
zzuf-0.15/configure-4275-IFS=$ac_save_IFS
zzuf-0.15/configure:4276:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
zzuf-0.15/configure-4277-
##############################################
zzuf-0.15/configure-4303-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
zzuf-0.15/configure:4304:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
zzuf-0.15/configure-4305-  ECHO='print -r --'
zzuf-0.15/configure:4306:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
zzuf-0.15/configure-4307-  ECHO='printf %s\n'
##############################################
zzuf-0.15/configure-4372-  # Check for GNU $ac_path_SED
zzuf-0.15/configure:4373:case `"$ac_path_SED" --version 2>&1` in
zzuf-0.15/configure-4374-*GNU*)
##############################################
zzuf-0.15/configure-4448-  # Check for GNU $ac_path_GREP
zzuf-0.15/configure:4449:case `"$ac_path_GREP" --version 2>&1` in
zzuf-0.15/configure-4450-*GNU*)
##############################################
zzuf-0.15/configure-4514-  # Check for GNU $ac_path_EGREP
zzuf-0.15/configure:4515:case `"$ac_path_EGREP" --version 2>&1` in
zzuf-0.15/configure-4516-*GNU*)
##############################################
zzuf-0.15/configure-4581-  # Check for GNU $ac_path_FGREP
zzuf-0.15/configure:4582:case `"$ac_path_FGREP" --version 2>&1` in
zzuf-0.15/configure-4583-*GNU*)
##############################################
zzuf-0.15/configure-4661-    # gcc leaves a trailing carriage return, which upsets mingw
zzuf-0.15/configure:4662:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
zzuf-0.15/configure-4663-  *)
zzuf-0.15/configure:4664:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
zzuf-0.15/configure-4665-  esac
##############################################
zzuf-0.15/configure-4670-      # Canonicalize the pathname of ld
zzuf-0.15/configure:4671:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
zzuf-0.15/configure-4672-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
zzuf-0.15/configure:4673:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
zzuf-0.15/configure-4674-      done
##############################################
zzuf-0.15/configure-4705-      # Break only if it was the GNU/non-GNU ld that we prefer.
zzuf-0.15/configure:4706:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
zzuf-0.15/configure-4707-      *GNU* | *'with BFD'*)
##############################################
zzuf-0.15/configure-4736-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
zzuf-0.15/configure:4737:case `$LD -v 2>&1 </dev/null` in
zzuf-0.15/configure-4738-*GNU* | *'with BFD'*)
##############################################
zzuf-0.15/configure-4786-	esac
zzuf-0.15/configure:4787:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
zzuf-0.15/configure-4788-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
zzuf-0.15/configure-4792-	*)
zzuf-0.15/configure:4793:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
zzuf-0.15/configure-4794-	  */dev/null*)
##############################################
zzuf-0.15/configure-4920-
zzuf-0.15/configure:4921:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
zzuf-0.15/configure-4922-    *COFF*)
##############################################
zzuf-0.15/configure-5032-    # And add a safety zone
zzuf-0.15/configure:5033:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
zzuf-0.15/configure:5034:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
zzuf-0.15/configure-5035-    ;;
##############################################
zzuf-0.15/configure-5065-    if test -n "$kargmax"; then
zzuf-0.15/configure:5066:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
zzuf-0.15/configure-5067-    else
##############################################
zzuf-0.15/configure-5074-       test undefined != "$lt_cv_sys_max_cmd_len"; then
zzuf-0.15/configure:5075:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
zzuf-0.15/configure:5076:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
zzuf-0.15/configure-5077-    else
##############################################
zzuf-0.15/configure-5086-      # we can't tell.
zzuf-0.15/configure:5087:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
zzuf-0.15/configure-5088-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
zzuf-0.15/configure-5090-      do
zzuf-0.15/configure:5091:        i=`expr $i + 1`
zzuf-0.15/configure-5092-        teststring=$teststring$teststring
##############################################
zzuf-0.15/configure-5094-      # Only check the string length outside the loop.
zzuf-0.15/configure:5095:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
zzuf-0.15/configure-5096-      teststring=
##############################################
zzuf-0.15/configure-5099-      # linker.  It appears as though 1/2 is a usable value.
zzuf-0.15/configure:5100:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
zzuf-0.15/configure-5101-    fi
##############################################
zzuf-0.15/configure-5510-openbsd* | bitrig*)
zzuf-0.15/configure:5511:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
zzuf-0.15/configure-5512-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
zzuf-0.15/configure-5580-    else
zzuf-0.15/configure:5581:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
zzuf-0.15/configure-5582-    fi
##############################################
zzuf-0.15/configure-5725-  # decide which one to use based on capabilities of $DLLTOOL
zzuf-0.15/configure:5726:  case `$DLLTOOL --help 2>&1` in
zzuf-0.15/configure-5727-  *--identify-strict*)
##############################################
zzuf-0.15/configure-6247-# If we're using GNU nm, then use its standard symbol codes.
zzuf-0.15/configure:6248:case `$NM -V 2>&1` in
zzuf-0.15/configure-6249-*GNU* | *'with BFD'*)
##############################################
zzuf-0.15/configure-6295-mingw*)
zzuf-0.15/configure:6296:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
zzuf-0.15/configure-6297-  ;;
##############################################
zzuf-0.15/configure-6527-   if test yes = "$GCC"; then
zzuf-0.15/configure:6528:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
zzuf-0.15/configure-6529-   fi
##############################################
zzuf-0.15/configure-6531- /*)
zzuf-0.15/configure:6532:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
zzuf-0.15/configure-6533-   ;; #(
##############################################
zzuf-0.15/configure-6626-    done
zzuf-0.15/configure:6627:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
zzuf-0.15/configure-6628-}
##############################################
zzuf-0.15/configure-6648-  test $ac_status = 0; }; then
zzuf-0.15/configure:6649:    case `/usr/bin/file conftest.$ac_objext` in
zzuf-0.15/configure-6650-      *ELF-32*)
##############################################
zzuf-0.15/configure-6669-    if test yes = "$lt_cv_prog_gnu_ld"; then
zzuf-0.15/configure:6670:      case `/usr/bin/file conftest.$ac_objext` in
zzuf-0.15/configure-6671-	*32-bit*)
##############################################
zzuf-0.15/configure-6681-    else
zzuf-0.15/configure:6682:      case `/usr/bin/file conftest.$ac_objext` in
zzuf-0.15/configure-6683-	*32-bit*)
##############################################
zzuf-0.15/configure-6707-    emul=elf
zzuf-0.15/configure:6708:    case `/usr/bin/file conftest.$ac_objext` in
zzuf-0.15/configure-6709-      *32-bit*)
##############################################
zzuf-0.15/configure-6715-    esac
zzuf-0.15/configure:6716:    case `/usr/bin/file conftest.$ac_objext` in
zzuf-0.15/configure-6717-      *MSB*)
##############################################
zzuf-0.15/configure-6723-    esac
zzuf-0.15/configure:6724:    case `/usr/bin/file conftest.$ac_objext` in
zzuf-0.15/configure-6725-      *N32*)
##############################################
zzuf-0.15/configure-7656-    *:)
zzuf-0.15/configure:7657:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
zzuf-0.15/configure-7658-        ;;
zzuf-0.15/configure-7659-    x:*)
zzuf-0.15/configure:7660:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
zzuf-0.15/configure-7661-        ;;
zzuf-0.15/configure-7662-    *::*)
zzuf-0.15/configure:7663:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
zzuf-0.15/configure:7664:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
zzuf-0.15/configure-7665-        ;;
zzuf-0.15/configure-7666-    *)
zzuf-0.15/configure:7667:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
zzuf-0.15/configure-7668-        ;;
##############################################
zzuf-0.15/configure-7788-do :
zzuf-0.15/configure:7789:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
zzuf-0.15/configure-7790-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
zzuf-0.15/configure-7793-  cat >>confdefs.h <<_ACEOF
zzuf-0.15/configure:7794:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
zzuf-0.15/configure-7795-_ACEOF
##############################################
zzuf-0.15/configure-8151-	"file_magic "*)
zzuf-0.15/configure:8152:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
zzuf-0.15/configure-8153-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
zzuf-0.15/configure-8217-	"file_magic "*)
zzuf-0.15/configure:8218:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
zzuf-0.15/configure-8219-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
zzuf-0.15/configure-8615-      *)
zzuf-0.15/configure:8616:	case `$CC -V 2>&1 | sed 5q` in
zzuf-0.15/configure-8617-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
zzuf-0.15/configure-9064-	# shared libraries, regardless of the interface used.
zzuf-0.15/configure:9065:	case `$LD -v 2>&1` in
zzuf-0.15/configure-9066-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
zzuf-0.15/configure-9096-    supports_anon_versioning=no
zzuf-0.15/configure:9097:    case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in
zzuf-0.15/configure-9098-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
zzuf-0.15/configure-9165-	# is; otherwise, prepend EXPORTS...
zzuf-0.15/configure:9166:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
zzuf-0.15/configure-9167-          cp $export_symbols $output_objdir/$soname.def;
##############################################
zzuf-0.15/configure-9199-	prefix_cmds="$SED"~
zzuf-0.15/configure:9200:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
zzuf-0.15/configure-9201-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
zzuf-0.15/configure-9221-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
zzuf-0.15/configure:9222:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
zzuf-0.15/configure:9223:      archive_expsym_cmds='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
zzuf-0.15/configure-9224-      ;;
##############################################
zzuf-0.15/configure-9239-        pgcc*)				# Portland Group C compiler
zzuf-0.15/configure:9240:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
zzuf-0.15/configure-9241-	  tmp_addflag=' $pic_flag'
##############################################
zzuf-0.15/configure-9244-					# Portland Group f77 and f90 compilers
zzuf-0.15/configure:9245:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
zzuf-0.15/configure-9246-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
zzuf-0.15/configure-9261-	nvcc*)	# Cuda Compiler Driver 2.2
zzuf-0.15/configure:9262:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
zzuf-0.15/configure-9263-	  compiler_needs_object=yes
##############################################
zzuf-0.15/configure-9265-	esac
zzuf-0.15/configure:9266:	case `$CC -V 2>&1 | sed 5q` in
zzuf-0.15/configure-9267-	*Sun\ C*)			# Sun C 5.9
zzuf-0.15/configure:9268:	  whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
zzuf-0.15/configure-9269-	  compiler_needs_object=yes
##############################################
zzuf-0.15/configure-9336-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
zzuf-0.15/configure:9337:      case `$LD -v 2>&1` in
zzuf-0.15/configure-9338-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
zzuf-0.15/configure-9425-	else
zzuf-0.15/configure:9426:	  export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
zzuf-0.15/configure-9427-	fi
##############################################
zzuf-0.15/configure-9490-	# below for broken collect2 doesn't work under 4.3+
zzuf-0.15/configure:9491:	  collect2name=`$CC -print-prog-name=collect2`
zzuf-0.15/configure-9492-	  if test -f "$collect2name" &&
##############################################
zzuf-0.15/configure-9570-      }'
zzuf-0.15/configure:9571:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
zzuf-0.15/configure-9572-  # Check for a 64-bit object if we didn't find anything.
zzuf-0.15/configure-9573-  if test -z "$lt_cv_aix_libpath_"; then
zzuf-0.15/configure:9574:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
zzuf-0.15/configure-9575-  fi
##############################################
zzuf-0.15/configure-9588-        hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
zzuf-0.15/configure:9589:        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
zzuf-0.15/configure-9590-      else
##############################################
zzuf-0.15/configure-9623-      }'
zzuf-0.15/configure:9624:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
zzuf-0.15/configure-9625-  # Check for a 64-bit object if we didn't find anything.
zzuf-0.15/configure-9626-  if test -z "$lt_cv_aix_libpath_"; then
zzuf-0.15/configure:9627:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
zzuf-0.15/configure-9628-  fi
##############################################
zzuf-0.15/configure-9655-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
zzuf-0.15/configure:9656:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
zzuf-0.15/configure-9657-	  if test svr4 != "$with_aix_soname"; then
##############################################
zzuf-0.15/configure-9708-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
zzuf-0.15/configure:9709:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
zzuf-0.15/configure-9710-            cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
zzuf-0.15/configure-9746-	# FIXME: Setting linknames here is a bad hack.
zzuf-0.15/configure:9747:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
zzuf-0.15/configure-9748-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
zzuf-0.15/configure-9764-  if test yes = "$lt_cv_ld_force_load"; then
zzuf-0.15/configure:9765:    whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
zzuf-0.15/configure-9766-
##############################################
zzuf-0.15/configure-9944-      if test yes = "$GCC"; then
zzuf-0.15/configure:9945:	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
zzuf-0.15/configure-9946-	# Try to use the -exported_symbol ld option, if it does not
##############################################
zzuf-0.15/configure-9972-	if test yes = "$lt_cv_irix_exported_symbol"; then
zzuf-0.15/configure:9973:          archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
zzuf-0.15/configure-9974-	fi
##############################################
zzuf-0.15/configure-9976-      else
zzuf-0.15/configure:9977:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
zzuf-0.15/configure:9978:	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
zzuf-0.15/configure-9979-      fi
##############################################
zzuf-0.15/configure-10023-	hardcode_direct_absolute=yes
zzuf-0.15/configure:10024:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
zzuf-0.15/configure-10025-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
zzuf-0.15/configure-10054-	prefix_cmds="$SED"~
zzuf-0.15/configure:10055:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
zzuf-0.15/configure-10056-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
zzuf-0.15/configure-10068-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
zzuf-0.15/configure:10069:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
zzuf-0.15/configure-10070-      else
zzuf-0.15/configure-10071-	allow_undefined_flag=' -expect_unresolved \*'
zzuf-0.15/configure:10072:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
zzuf-0.15/configure-10073-      fi
##############################################
zzuf-0.15/configure-10081-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
zzuf-0.15/configure:10082:	archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
zzuf-0.15/configure-10083-	hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
##############################################
zzuf-0.15/configure-10085-	allow_undefined_flag=' -expect_unresolved \*'
zzuf-0.15/configure:10086:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
zzuf-0.15/configure:10087:	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
zzuf-0.15/configure:10088:          $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
zzuf-0.15/configure-10089-
##############################################
zzuf-0.15/configure-10104-      else
zzuf-0.15/configure:10105:	case `$CC -V 2>&1` in
zzuf-0.15/configure-10106-	*"Compilers 5.0"*)
##############################################
zzuf-0.15/configure-10503-  esac
zzuf-0.15/configure:10504:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
zzuf-0.15/configure-10505-  case $lt_search_path_spec in
##############################################
zzuf-0.15/configure-10510-    # okay in the real world where ";" in dirpaths is itself problematic.
zzuf-0.15/configure:10511:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
zzuf-0.15/configure-10512-    ;;
zzuf-0.15/configure-10513-  *)
zzuf-0.15/configure:10514:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
zzuf-0.15/configure-10515-    ;;
##############################################
zzuf-0.15/configure-10519-  lt_tmp_lt_search_path_spec=
zzuf-0.15/configure:10520:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
zzuf-0.15/configure-10521-  # ...but if some path component already ends with the multilib dir we assume
##############################################
zzuf-0.15/configure-10561-  esac
zzuf-0.15/configure:10562:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
zzuf-0.15/configure-10563-else
##############################################
zzuf-0.15/configure-10701-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
zzuf-0.15/configure:10702:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
zzuf-0.15/configure-10703-    ;;
##############################################
zzuf-0.15/configure-10737-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
zzuf-0.15/configure:10738:    postinstall_cmds='base_file=`basename \$file`~
zzuf-0.15/configure:10739:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
zzuf-0.15/configure:10740:      dldir=$destdir/`dirname \$dlpath`~
zzuf-0.15/configure-10741-      test -d \$dldir || mkdir -p \$dldir~
##############################################
zzuf-0.15/configure-10746-      fi'
zzuf-0.15/configure:10747:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
zzuf-0.15/configure-10748-      dlpath=$dir/\$dldll~
##############################################
zzuf-0.15/configure-10754-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
zzuf-0.15/configure:10755:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
zzuf-0.15/configure-10756-
##############################################
zzuf-0.15/configure-10760-      # MinGW DLLs use traditional 'lib' prefix
zzuf-0.15/configure:10761:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
zzuf-0.15/configure-10762-      ;;
##############################################
zzuf-0.15/configure-10764-      # pw32 DLLs use 'pw' prefix rather than 'lib'
zzuf-0.15/configure:10765:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
zzuf-0.15/configure-10766-      ;;
##############################################
zzuf-0.15/configure-10773-    libname_spec='$name'
zzuf-0.15/configure:10774:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
zzuf-0.15/configure-10775-    library_names_spec='$libname.dll.lib'
##############################################
zzuf-0.15/configure-10785-        # Let DOS variable expansion print the short 8.3 style file name.
zzuf-0.15/configure:10786:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
zzuf-0.15/configure-10787-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
zzuf-0.15/configure-10790-      # Convert to MSYS style.
zzuf-0.15/configure:10791:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
zzuf-0.15/configure-10792-      ;;
##############################################
zzuf-0.15/configure-10796-      # like /cygdrive/c/PROGRA~1:/cygdr...
zzuf-0.15/configure:10797:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
zzuf-0.15/configure:10798:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
zzuf-0.15/configure:10799:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
zzuf-0.15/configure-10800-      ;;
##############################################
zzuf-0.15/configure-10804-        # It is most probably a Windows format PATH.
zzuf-0.15/configure:10805:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
zzuf-0.15/configure-10806-      else
zzuf-0.15/configure:10807:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
zzuf-0.15/configure-10808-      fi
##############################################
zzuf-0.15/configure-10814-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
zzuf-0.15/configure:10815:    postinstall_cmds='base_file=`basename \$file`~
zzuf-0.15/configure:10816:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
zzuf-0.15/configure:10817:      dldir=$destdir/`dirname \$dlpath`~
zzuf-0.15/configure-10818-      test -d \$dldir || mkdir -p \$dldir~
zzuf-0.15/configure-10819-      $install_prog $dir/$dlname \$dldir/$dlname'
zzuf-0.15/configure:10820:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
zzuf-0.15/configure-10821-      dlpath=$dir/\$dldll~
##############################################
zzuf-0.15/configure-10828-    # Assume MSVC wrapper
zzuf-0.15/configure:10829:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
zzuf-0.15/configure-10830-    dynamic_linker='Win32 ld.exe'
##############################################
zzuf-0.15/configure-10845-  shlibpath_var=DYLD_LIBRARY_PATH
zzuf-0.15/configure:10846:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
zzuf-0.15/configure-10847-
##############################################
zzuf-0.15/configure-11098-  if test -f /etc/ld.so.conf; then
zzuf-0.15/configure:11099:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
zzuf-0.15/configure-11100-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
zzuf-0.15/configure-11164-  need_lib_prefix=no
zzuf-0.15/configure:11165:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
zzuf-0.15/configure-11166-    need_version=no
##############################################
zzuf-0.15/configure-11191-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
zzuf-0.15/configure:11192:  postinstall_cmds='base_file=`basename \$file`~
zzuf-0.15/configure:11193:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
zzuf-0.15/configure:11194:    dldir=$destdir/`dirname \$dlpath`~
zzuf-0.15/configure-11195-    test -d \$dldir || mkdir -p \$dldir~
##############################################
zzuf-0.15/configure-11200-    fi'
zzuf-0.15/configure:11201:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
zzuf-0.15/configure-11202-    dlpath=$dir/\$dldll~
##############################################
zzuf-0.15/configure-12539-do :
zzuf-0.15/configure:12540:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
zzuf-0.15/configure-12541-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
zzuf-0.15/configure-12543-  cat >>confdefs.h <<_ACEOF
zzuf-0.15/configure:12544:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
zzuf-0.15/configure-12545-_ACEOF
##############################################
zzuf-0.15/configure-12552-do :
zzuf-0.15/configure:12553:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
zzuf-0.15/configure-12554-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
zzuf-0.15/configure-12556-  cat >>confdefs.h <<_ACEOF
zzuf-0.15/configure:12557:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
zzuf-0.15/configure-12558-_ACEOF
##############################################
zzuf-0.15/configure-12565-do :
zzuf-0.15/configure:12566:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
zzuf-0.15/configure-12567-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
zzuf-0.15/configure-12569-  cat >>confdefs.h <<_ACEOF
zzuf-0.15/configure:12570:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
zzuf-0.15/configure-12571-_ACEOF
##############################################
zzuf-0.15/configure-12578-do :
zzuf-0.15/configure:12579:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
zzuf-0.15/configure-12580-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
zzuf-0.15/configure-12582-  cat >>confdefs.h <<_ACEOF
zzuf-0.15/configure:12583:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
zzuf-0.15/configure-12584-_ACEOF
##############################################
zzuf-0.15/configure-12591-do :
zzuf-0.15/configure:12592:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
zzuf-0.15/configure-12593-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
zzuf-0.15/configure-12595-  cat >>confdefs.h <<_ACEOF
zzuf-0.15/configure:12596:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
zzuf-0.15/configure-12597-_ACEOF
##############################################
zzuf-0.15/configure-12604-do :
zzuf-0.15/configure:12605:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
zzuf-0.15/configure-12606-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
zzuf-0.15/configure-12608-  cat >>confdefs.h <<_ACEOF
zzuf-0.15/configure:12609:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
zzuf-0.15/configure-12610-_ACEOF
##############################################
zzuf-0.15/configure-12618-do :
zzuf-0.15/configure:12619:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
zzuf-0.15/configure-12620-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
zzuf-0.15/configure-12622-  cat >>confdefs.h <<_ACEOF
zzuf-0.15/configure:12623:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
zzuf-0.15/configure-12624-_ACEOF
##############################################
zzuf-0.15/configure-12630-do :
zzuf-0.15/configure:12631:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
zzuf-0.15/configure-12632-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
zzuf-0.15/configure-12634-  cat >>confdefs.h <<_ACEOF
zzuf-0.15/configure:12635:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
zzuf-0.15/configure-12636-_ACEOF
##############################################
zzuf-0.15/configure-12642-do :
zzuf-0.15/configure:12643:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
zzuf-0.15/configure-12644-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
zzuf-0.15/configure-12646-  cat >>confdefs.h <<_ACEOF
zzuf-0.15/configure:12647:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
zzuf-0.15/configure-12648-_ACEOF
##############################################
zzuf-0.15/configure-12654-do :
zzuf-0.15/configure:12655:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
zzuf-0.15/configure-12656-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
zzuf-0.15/configure-12658-  cat >>confdefs.h <<_ACEOF
zzuf-0.15/configure:12659:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
zzuf-0.15/configure-12660-_ACEOF
##############################################
zzuf-0.15/configure-12666-do :
zzuf-0.15/configure:12667:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
zzuf-0.15/configure-12668-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
zzuf-0.15/configure-12670-  cat >>confdefs.h <<_ACEOF
zzuf-0.15/configure:12671:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
zzuf-0.15/configure-12672-_ACEOF
##############################################
zzuf-0.15/configure-12678-do :
zzuf-0.15/configure:12679:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
zzuf-0.15/configure-12680-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
zzuf-0.15/configure-12682-  cat >>confdefs.h <<_ACEOF
zzuf-0.15/configure:12683:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
zzuf-0.15/configure-12684-_ACEOF
##############################################
zzuf-0.15/configure-12690-do :
zzuf-0.15/configure:12691:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
zzuf-0.15/configure-12692-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
zzuf-0.15/configure-12694-  cat >>confdefs.h <<_ACEOF
zzuf-0.15/configure:12695:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
zzuf-0.15/configure-12696-_ACEOF
##############################################
zzuf-0.15/configure-12702-do :
zzuf-0.15/configure:12703:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
zzuf-0.15/configure-12704-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
zzuf-0.15/configure-12706-  cat >>confdefs.h <<_ACEOF
zzuf-0.15/configure:12707:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
zzuf-0.15/configure-12708-_ACEOF
##############################################
zzuf-0.15/configure-12714-do :
zzuf-0.15/configure:12715:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
zzuf-0.15/configure-12716-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
zzuf-0.15/configure-12718-  cat >>confdefs.h <<_ACEOF
zzuf-0.15/configure:12719:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
zzuf-0.15/configure-12720-_ACEOF
##############################################
zzuf-0.15/configure-12726-do :
zzuf-0.15/configure:12727:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
zzuf-0.15/configure-12728-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
zzuf-0.15/configure-12730-  cat >>confdefs.h <<_ACEOF
zzuf-0.15/configure:12731:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
zzuf-0.15/configure-12732-_ACEOF
##############################################
zzuf-0.15/configure-12738-do :
zzuf-0.15/configure:12739:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
zzuf-0.15/configure-12740-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
zzuf-0.15/configure-12742-  cat >>confdefs.h <<_ACEOF
zzuf-0.15/configure:12743:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
zzuf-0.15/configure-12744-_ACEOF
##############################################
zzuf-0.15/configure-12750-do :
zzuf-0.15/configure:12751:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
zzuf-0.15/configure-12752-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
zzuf-0.15/configure-12754-  cat >>confdefs.h <<_ACEOF
zzuf-0.15/configure:12755:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
zzuf-0.15/configure-12756-_ACEOF
##############################################
zzuf-0.15/configure-12762-do :
zzuf-0.15/configure:12763:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
zzuf-0.15/configure-12764-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
zzuf-0.15/configure-12766-  cat >>confdefs.h <<_ACEOF
zzuf-0.15/configure:12767:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
zzuf-0.15/configure-12768-_ACEOF
##############################################
zzuf-0.15/configure-13104-#endif
zzuf-0.15/configure:13105:char dladdr ();
zzuf-0.15/configure-13106-int
##############################################
zzuf-0.15/configure-13108-{
zzuf-0.15/configure:13109:return dladdr ();
zzuf-0.15/configure-13110-  ;
##############################################
zzuf-0.15/configure-13315-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
zzuf-0.15/configure:13316:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
zzuf-0.15/configure-13317-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
zzuf-0.15/configure-13406-if test -z "$BASH_VERSION$ZSH_VERSION" \
zzuf-0.15/configure:13407:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
zzuf-0.15/configure-13408-  as_echo='print -r --'
zzuf-0.15/configure-13409-  as_echo_n='print -rn --'
zzuf-0.15/configure:13410:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
zzuf-0.15/configure-13411-  as_echo='printf %s\n'
##############################################
zzuf-0.15/configure-13413-else
zzuf-0.15/configure:13414:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
zzuf-0.15/configure-13415-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
zzuf-0.15/configure-13423-	expr "X$arg" : "X\\(.*\\)$as_nl";
zzuf-0.15/configure:13424:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
zzuf-0.15/configure-13425-      esac;
##############################################
zzuf-0.15/configure-13500-# ----------------------------------------
zzuf-0.15/configure:13501:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
zzuf-0.15/configure-13502-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
zzuf-0.15/configure-13572-  {
zzuf-0.15/configure:13573:    as_val=`expr "$@" || test $? -eq 1`
zzuf-0.15/configure-13574-  }
##############################################
zzuf-0.15/configure-13676-      case $as_dir in #(
zzuf-0.15/configure:13677:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
zzuf-0.15/configure-13678-      *) as_qdir=$as_dir;;
##############################################
zzuf-0.15/configure-13811-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
zzuf-0.15/configure:13812:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
zzuf-0.15/configure-13813-ac_cs_version="\\
##############################################
zzuf-0.15/configure-13836-  --*=?*)
zzuf-0.15/configure:13837:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
zzuf-0.15/configure:13838:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
zzuf-0.15/configure-13839-    ac_shift=:
##############################################
zzuf-0.15/configure-13841-  --*=)
zzuf-0.15/configure:13842:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
zzuf-0.15/configure-13843-    ac_optarg=
##############################################
zzuf-0.15/configure-13865-    case $ac_optarg in
zzuf-0.15/configure:13866:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
zzuf-0.15/configure-13867-    '') as_fn_error $? "missing file argument" ;;
##############################################
zzuf-0.15/configure-13873-    case $ac_optarg in
zzuf-0.15/configure:13874:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
zzuf-0.15/configure-13875-    esac
##############################################
zzuf-0.15/configure-13942-delay_variable_subst='$delay_variable_subst'
zzuf-0.15/configure:13943:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:13944:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:13945:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:13946:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:13947:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:13948:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:13949:shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:13950:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:13951:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:13952:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:13953:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:13954:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:13955:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:13956:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:13957:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:13958:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:13959:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:13960:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:13961:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:13962:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:13963:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:13964:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:13965:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:13966:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:13967:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:13968:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:13969:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:13970:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:13971:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:13972:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:13973:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:13974:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:13975:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:13976:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:13977:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:13978:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:13979:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:13980:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:13981:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:13982:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:13983:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:13984:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:13985:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:13986:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:13987:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:13988:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:13989:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:13990:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:13991:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:13992:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:13993:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:13994:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:13995:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:13996:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:13997:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:13998:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:13999:lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14000:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14001:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14002:lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14003:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14004:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14005:lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14006:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14007:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14008:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14009:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14010:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14011:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14012:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14013:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14014:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14015:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14016:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14017:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14018:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14019:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14020:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14021:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14022:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14023:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14024:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14025:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14026:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14027:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14028:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14029:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14030:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14031:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14032:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14033:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14034:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14035:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14036:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14037:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14038:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14039:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14040:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14041:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14042:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14043:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14044:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14045:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14046:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14047:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14048:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14049:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14050:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14051:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14052:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14053:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14054:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14055:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14056:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14057:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14058:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14059:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14060:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14061:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14062:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14063:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14064:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14065:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14066:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14067:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14068:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14069:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14070:configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14071:configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14072:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14073:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14074:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14075:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14076:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure:14077:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/configure-14078-
##############################################
zzuf-0.15/configure-14159-striplib; do
zzuf-0.15/configure:14160:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
zzuf-0.15/configure-14161-    *[\\\\\\\`\\"\\\$]*)
zzuf-0.15/configure:14162:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
zzuf-0.15/configure-14163-      ;;
##############################################
zzuf-0.15/configure-14190-configure_time_lt_sys_library_path; do
zzuf-0.15/configure:14191:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
zzuf-0.15/configure-14192-    *[\\\\\\\`\\"\\\$]*)
zzuf-0.15/configure:14193:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
zzuf-0.15/configure-14194-      ;;
##############################################
zzuf-0.15/configure-14291-fi
zzuf-0.15/configure:14292:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
zzuf-0.15/configure-14293-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
zzuf-0.15/configure-14308-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
zzuf-0.15/configure:14309:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
zzuf-0.15/configure-14310-ac_delim='%!_!# '
##############################################
zzuf-0.15/configure-14314-
zzuf-0.15/configure:14315:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
zzuf-0.15/configure-14316-  if test $ac_delim_n = $ac_delim_num; then
##############################################
zzuf-0.15/configure-14452-for ac_last_try in false false :; do
zzuf-0.15/configure:14453:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
zzuf-0.15/configure-14454-  if test -z "$ac_tt"; then
##############################################
zzuf-0.15/configure-14584-      esac
zzuf-0.15/configure:14585:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
zzuf-0.15/configure-14586-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
zzuf-0.15/configure-14643-*)
zzuf-0.15/configure:14644:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
zzuf-0.15/configure-14645-  # A ".." for each directory in $ac_dir_suffix.
zzuf-0.15/configure:14646:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
zzuf-0.15/configure-14647-  case $ac_top_builddir_sub in
##############################################
zzuf-0.15/configure-14704-/@mandir@/p'
zzuf-0.15/configure:14705:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
zzuf-0.15/configure-14706-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
zzuf-0.15/configure-14721-
zzuf-0.15/configure:14722:# Neutralize VPATH when `$srcdir' = `.'.
zzuf-0.15/configure-14723-# Shell code in configure.ac might set extrasub.
##############################################
zzuf-0.15/configure-14749-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
zzuf-0.15/configure:14750:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
zzuf-0.15/configure-14751-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
zzuf-0.15/configure-14795-    * )
zzuf-0.15/configure:14796:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
zzuf-0.15/configure-14797-  esac
##############################################
zzuf-0.15/configure-14842-    # Strip MF so we end up with the name of the file.
zzuf-0.15/configure:14843:    mf=`echo "$mf" | sed -e 's/:.*$//'`
zzuf-0.15/configure-14844-    # Check whether this is an Automake generated Makefile or not.
##############################################
zzuf-0.15/configure-14879-    # from the Makefile without running 'make'.
zzuf-0.15/configure:14880:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
zzuf-0.15/configure-14881-    test -z "$DEPDIR" && continue
zzuf-0.15/configure:14882:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
zzuf-0.15/configure-14883-    test -z "$am__include" && continue
zzuf-0.15/configure:14884:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
zzuf-0.15/configure-14885-    # Find all dependency output files, they are included files with
##############################################
zzuf-0.15/configure-15401-    *:)
zzuf-0.15/configure:15402:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
zzuf-0.15/configure-15403-        ;;
zzuf-0.15/configure-15404-    x:*)
zzuf-0.15/configure:15405:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
zzuf-0.15/configure-15406-        ;;
zzuf-0.15/configure-15407-    *::*)
zzuf-0.15/configure:15408:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
zzuf-0.15/configure:15409:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
zzuf-0.15/configure-15410-        ;;
zzuf-0.15/configure-15411-    *)
zzuf-0.15/configure:15412:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
zzuf-0.15/configure-15413-        ;;
##############################################
zzuf-0.15/configure-15428-    done
zzuf-0.15/configure:15429:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
zzuf-0.15/configure-15430-}
##############################################
zzuf-0.15/m4/libtool.m4-119-    done
zzuf-0.15/m4/libtool.m4:120:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
zzuf-0.15/m4/libtool.m4-121-}
##############################################
zzuf-0.15/m4/libtool.m4-437-m4_define([_LT_CONFIG_STATUS_DECLARE],
zzuf-0.15/m4/libtool.m4:438:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
zzuf-0.15/m4/libtool.m4-439-
##############################################
zzuf-0.15/m4/libtool.m4-447-#
zzuf-0.15/m4/libtool.m4:448:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
zzuf-0.15/m4/libtool.m4-449-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
zzuf-0.15/m4/libtool.m4-557-]], lt_decl_quote_varnames); do
zzuf-0.15/m4/libtool.m4:558:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
zzuf-0.15/m4/libtool.m4-559-    *[[\\\\\\\`\\"\\\$]]*)
zzuf-0.15/m4/libtool.m4:560:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
zzuf-0.15/m4/libtool.m4-561-      ;;
##############################################
zzuf-0.15/m4/libtool.m4-570-]], lt_decl_dquote_varnames); do
zzuf-0.15/m4/libtool.m4:571:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
zzuf-0.15/m4/libtool.m4-572-    *[[\\\\\\\`\\"\\\$]]*)
zzuf-0.15/m4/libtool.m4:573:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
zzuf-0.15/m4/libtool.m4-574-      ;;
##############################################
zzuf-0.15/m4/libtool.m4-1112-  if test yes = "$lt_cv_ld_force_load"; then
zzuf-0.15/m4/libtool.m4:1113:    _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
zzuf-0.15/m4/libtool.m4-1114-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
zzuf-0.15/m4/libtool.m4-1165-      }]'
zzuf-0.15/m4/libtool.m4:1166:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
zzuf-0.15/m4/libtool.m4-1167-  # Check for a 64-bit object if we didn't find anything.
zzuf-0.15/m4/libtool.m4-1168-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
zzuf-0.15/m4/libtool.m4:1169:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
zzuf-0.15/m4/libtool.m4-1170-  fi],[])
##############################################
zzuf-0.15/m4/libtool.m4-1201-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
zzuf-0.15/m4/libtool.m4:1202:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
zzuf-0.15/m4/libtool.m4-1203-  ECHO='print -r --'
zzuf-0.15/m4/libtool.m4:1204:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
zzuf-0.15/m4/libtool.m4-1205-  ECHO='printf %s\n'
##############################################
zzuf-0.15/m4/libtool.m4-1236-    PATH=/empty FPATH=/empty; export PATH FPATH
zzuf-0.15/m4/libtool.m4:1237:    test "X`printf %s $ECHO`" = "X$ECHO" \
zzuf-0.15/m4/libtool.m4:1238:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
zzuf-0.15/m4/libtool.m4-1239-
##############################################
zzuf-0.15/m4/libtool.m4-1260-   if test yes = "$GCC"; then
zzuf-0.15/m4/libtool.m4:1261:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
zzuf-0.15/m4/libtool.m4-1262-   fi
##############################################
zzuf-0.15/m4/libtool.m4-1264- /*)
zzuf-0.15/m4/libtool.m4:1265:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
zzuf-0.15/m4/libtool.m4-1266-   ;; #(
##############################################
zzuf-0.15/m4/libtool.m4-1294-  if AC_TRY_EVAL(ac_compile); then
zzuf-0.15/m4/libtool.m4:1295:    case `/usr/bin/file conftest.$ac_objext` in
zzuf-0.15/m4/libtool.m4-1296-      *ELF-32*)
##############################################
zzuf-0.15/m4/libtool.m4-1311-    if test yes = "$lt_cv_prog_gnu_ld"; then
zzuf-0.15/m4/libtool.m4:1312:      case `/usr/bin/file conftest.$ac_objext` in
zzuf-0.15/m4/libtool.m4-1313-	*32-bit*)
##############################################
zzuf-0.15/m4/libtool.m4-1323-    else
zzuf-0.15/m4/libtool.m4:1324:      case `/usr/bin/file conftest.$ac_objext` in
zzuf-0.15/m4/libtool.m4-1325-	*32-bit*)
##############################################
zzuf-0.15/m4/libtool.m4-1345-    emul=elf
zzuf-0.15/m4/libtool.m4:1346:    case `/usr/bin/file conftest.$ac_objext` in
zzuf-0.15/m4/libtool.m4-1347-      *32-bit*)
##############################################
zzuf-0.15/m4/libtool.m4-1353-    esac
zzuf-0.15/m4/libtool.m4:1354:    case `/usr/bin/file conftest.$ac_objext` in
zzuf-0.15/m4/libtool.m4-1355-      *MSB*)
##############################################
zzuf-0.15/m4/libtool.m4-1361-    esac
zzuf-0.15/m4/libtool.m4:1362:    case `/usr/bin/file conftest.$ac_objext` in
zzuf-0.15/m4/libtool.m4-1363-      *N32*)
##############################################
zzuf-0.15/m4/libtool.m4-1726-    # And add a safety zone
zzuf-0.15/m4/libtool.m4:1727:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
zzuf-0.15/m4/libtool.m4:1728:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
zzuf-0.15/m4/libtool.m4-1729-    ;;
##############################################
zzuf-0.15/m4/libtool.m4-1759-    if test -n "$kargmax"; then
zzuf-0.15/m4/libtool.m4:1760:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
zzuf-0.15/m4/libtool.m4-1761-    else
##############################################
zzuf-0.15/m4/libtool.m4-1768-       test undefined != "$lt_cv_sys_max_cmd_len"; then
zzuf-0.15/m4/libtool.m4:1769:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
zzuf-0.15/m4/libtool.m4:1770:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
zzuf-0.15/m4/libtool.m4-1771-    else
##############################################
zzuf-0.15/m4/libtool.m4-1780-      # we can't tell.
zzuf-0.15/m4/libtool.m4:1781:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
zzuf-0.15/m4/libtool.m4-1782-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
zzuf-0.15/m4/libtool.m4-1784-      do
zzuf-0.15/m4/libtool.m4:1785:        i=`expr $i + 1`
zzuf-0.15/m4/libtool.m4-1786-        teststring=$teststring$teststring
##############################################
zzuf-0.15/m4/libtool.m4-1788-      # Only check the string length outside the loop.
zzuf-0.15/m4/libtool.m4:1789:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
zzuf-0.15/m4/libtool.m4-1790-      teststring=
##############################################
zzuf-0.15/m4/libtool.m4-1793-      # linker.  It appears as though 1/2 is a usable value.
zzuf-0.15/m4/libtool.m4:1794:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
zzuf-0.15/m4/libtool.m4-1795-    fi
##############################################
zzuf-0.15/m4/libtool.m4-2259-    *:)
zzuf-0.15/m4/libtool.m4:2260:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\"
zzuf-0.15/m4/libtool.m4-2261-        ;;
zzuf-0.15/m4/libtool.m4-2262-    x:*)
zzuf-0.15/m4/libtool.m4:2263:        eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\"
zzuf-0.15/m4/libtool.m4-2264-        ;;
zzuf-0.15/m4/libtool.m4-2265-    *::*)
zzuf-0.15/m4/libtool.m4:2266:        eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
zzuf-0.15/m4/libtool.m4:2267:        eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\"
zzuf-0.15/m4/libtool.m4-2268-        ;;
zzuf-0.15/m4/libtool.m4-2269-    *)
zzuf-0.15/m4/libtool.m4:2270:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\"
zzuf-0.15/m4/libtool.m4-2271-        ;;
##############################################
zzuf-0.15/m4/libtool.m4-2299-  esac
zzuf-0.15/m4/libtool.m4:2300:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
zzuf-0.15/m4/libtool.m4-2301-  case $lt_search_path_spec in
##############################################
zzuf-0.15/m4/libtool.m4-2306-    # okay in the real world where ";" in dirpaths is itself problematic.
zzuf-0.15/m4/libtool.m4:2307:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
zzuf-0.15/m4/libtool.m4-2308-    ;;
zzuf-0.15/m4/libtool.m4-2309-  *)
zzuf-0.15/m4/libtool.m4:2310:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
zzuf-0.15/m4/libtool.m4-2311-    ;;
##############################################
zzuf-0.15/m4/libtool.m4-2315-  lt_tmp_lt_search_path_spec=
zzuf-0.15/m4/libtool.m4:2316:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
zzuf-0.15/m4/libtool.m4-2317-  # ...but if some path component already ends with the multilib dir we assume
##############################################
zzuf-0.15/m4/libtool.m4-2357-  esac
zzuf-0.15/m4/libtool.m4:2358:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
zzuf-0.15/m4/libtool.m4-2359-else
##############################################
zzuf-0.15/m4/libtool.m4-2498-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
zzuf-0.15/m4/libtool.m4:2499:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
zzuf-0.15/m4/libtool.m4-2500-    ;;
##############################################
zzuf-0.15/m4/libtool.m4-2534-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
zzuf-0.15/m4/libtool.m4:2535:    postinstall_cmds='base_file=`basename \$file`~
zzuf-0.15/m4/libtool.m4:2536:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
zzuf-0.15/m4/libtool.m4:2537:      dldir=$destdir/`dirname \$dlpath`~
zzuf-0.15/m4/libtool.m4-2538-      test -d \$dldir || mkdir -p \$dldir~
##############################################
zzuf-0.15/m4/libtool.m4-2543-      fi'
zzuf-0.15/m4/libtool.m4:2544:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
zzuf-0.15/m4/libtool.m4-2545-      dlpath=$dir/\$dldll~
##############################################
zzuf-0.15/m4/libtool.m4-2551-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
zzuf-0.15/m4/libtool.m4:2552:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
zzuf-0.15/m4/libtool.m4-2553-m4_if([$1], [],[
##############################################
zzuf-0.15/m4/libtool.m4-2557-      # MinGW DLLs use traditional 'lib' prefix
zzuf-0.15/m4/libtool.m4:2558:      soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
zzuf-0.15/m4/libtool.m4-2559-      ;;
##############################################
zzuf-0.15/m4/libtool.m4-2561-      # pw32 DLLs use 'pw' prefix rather than 'lib'
zzuf-0.15/m4/libtool.m4:2562:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
zzuf-0.15/m4/libtool.m4-2563-      ;;
##############################################
zzuf-0.15/m4/libtool.m4-2570-    libname_spec='$name'
zzuf-0.15/m4/libtool.m4:2571:    soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
zzuf-0.15/m4/libtool.m4-2572-    library_names_spec='$libname.dll.lib'
##############################################
zzuf-0.15/m4/libtool.m4-2582-        # Let DOS variable expansion print the short 8.3 style file name.
zzuf-0.15/m4/libtool.m4:2583:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
zzuf-0.15/m4/libtool.m4-2584-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
zzuf-0.15/m4/libtool.m4-2587-      # Convert to MSYS style.
zzuf-0.15/m4/libtool.m4:2588:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
zzuf-0.15/m4/libtool.m4-2589-      ;;
##############################################
zzuf-0.15/m4/libtool.m4-2593-      # like /cygdrive/c/PROGRA~1:/cygdr...
zzuf-0.15/m4/libtool.m4:2594:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
zzuf-0.15/m4/libtool.m4:2595:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
zzuf-0.15/m4/libtool.m4:2596:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
zzuf-0.15/m4/libtool.m4-2597-      ;;
##############################################
zzuf-0.15/m4/libtool.m4-2601-        # It is most probably a Windows format PATH.
zzuf-0.15/m4/libtool.m4:2602:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
zzuf-0.15/m4/libtool.m4-2603-      else
zzuf-0.15/m4/libtool.m4:2604:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
zzuf-0.15/m4/libtool.m4-2605-      fi
##############################################
zzuf-0.15/m4/libtool.m4-2611-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
zzuf-0.15/m4/libtool.m4:2612:    postinstall_cmds='base_file=`basename \$file`~
zzuf-0.15/m4/libtool.m4:2613:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
zzuf-0.15/m4/libtool.m4:2614:      dldir=$destdir/`dirname \$dlpath`~
zzuf-0.15/m4/libtool.m4-2615-      test -d \$dldir || mkdir -p \$dldir~
zzuf-0.15/m4/libtool.m4-2616-      $install_prog $dir/$dlname \$dldir/$dlname'
zzuf-0.15/m4/libtool.m4:2617:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
zzuf-0.15/m4/libtool.m4-2618-      dlpath=$dir/\$dldll~
##############################################
zzuf-0.15/m4/libtool.m4-2625-    # Assume MSVC wrapper
zzuf-0.15/m4/libtool.m4:2626:    library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib'
zzuf-0.15/m4/libtool.m4-2627-    dynamic_linker='Win32 ld.exe'
##############################################
zzuf-0.15/m4/libtool.m4-2642-  shlibpath_var=DYLD_LIBRARY_PATH
zzuf-0.15/m4/libtool.m4:2643:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
zzuf-0.15/m4/libtool.m4-2644-m4_if([$1], [],[
##############################################
zzuf-0.15/m4/libtool.m4-2876-  if test -f /etc/ld.so.conf; then
zzuf-0.15/m4/libtool.m4:2877:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
zzuf-0.15/m4/libtool.m4-2878-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
zzuf-0.15/m4/libtool.m4-2942-  need_lib_prefix=no
zzuf-0.15/m4/libtool.m4:2943:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
zzuf-0.15/m4/libtool.m4-2944-    need_version=no
##############################################
zzuf-0.15/m4/libtool.m4-2969-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
zzuf-0.15/m4/libtool.m4:2970:  postinstall_cmds='base_file=`basename \$file`~
zzuf-0.15/m4/libtool.m4:2971:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
zzuf-0.15/m4/libtool.m4:2972:    dldir=$destdir/`dirname \$dlpath`~
zzuf-0.15/m4/libtool.m4-2973-    test -d \$dldir || mkdir -p \$dldir~
##############################################
zzuf-0.15/m4/libtool.m4-2978-    fi'
zzuf-0.15/m4/libtool.m4:2979:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
zzuf-0.15/m4/libtool.m4-2980-    dlpath=$dir/\$dldll~
##############################################
zzuf-0.15/m4/libtool.m4-3189-	"file_magic "*)
zzuf-0.15/m4/libtool.m4:3190:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
zzuf-0.15/m4/libtool.m4-3191-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
zzuf-0.15/m4/libtool.m4-3272-    # gcc leaves a trailing carriage return, which upsets mingw
zzuf-0.15/m4/libtool.m4:3273:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
zzuf-0.15/m4/libtool.m4-3274-  *)
zzuf-0.15/m4/libtool.m4:3275:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
zzuf-0.15/m4/libtool.m4-3276-  esac
##############################################
zzuf-0.15/m4/libtool.m4-3281-      # Canonicalize the pathname of ld
zzuf-0.15/m4/libtool.m4:3282:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
zzuf-0.15/m4/libtool.m4-3283-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
zzuf-0.15/m4/libtool.m4:3284:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
zzuf-0.15/m4/libtool.m4-3285-      done
##############################################
zzuf-0.15/m4/libtool.m4-3312-      # Break only if it was the GNU/non-GNU ld that we prefer.
zzuf-0.15/m4/libtool.m4:3313:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
zzuf-0.15/m4/libtool.m4-3314-      *GNU* | *'with BFD'*)
##############################################
zzuf-0.15/m4/libtool.m4-3352-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
zzuf-0.15/m4/libtool.m4:3353:case `$LD -v 2>&1 </dev/null` in
zzuf-0.15/m4/libtool.m4-3354-*GNU* | *'with BFD'*)
##############################################
zzuf-0.15/m4/libtool.m4-3579-openbsd* | bitrig*)
zzuf-0.15/m4/libtool.m4:3580:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
zzuf-0.15/m4/libtool.m4-3581-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
zzuf-0.15/m4/libtool.m4-3646-    else
zzuf-0.15/m4/libtool.m4:3647:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
zzuf-0.15/m4/libtool.m4-3648-    fi
##############################################
zzuf-0.15/m4/libtool.m4-3697-	esac
zzuf-0.15/m4/libtool.m4:3698:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
zzuf-0.15/m4/libtool.m4-3699-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
zzuf-0.15/m4/libtool.m4-3703-	*)
zzuf-0.15/m4/libtool.m4:3704:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
zzuf-0.15/m4/libtool.m4-3705-	  */dev/null*)
##############################################
zzuf-0.15/m4/libtool.m4-3729-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
zzuf-0.15/m4/libtool.m4:3730:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
zzuf-0.15/m4/libtool.m4-3731-    *COFF*)
##############################################
zzuf-0.15/m4/libtool.m4-3788-  # decide which one to use based on capabilities of $DLLTOOL
zzuf-0.15/m4/libtool.m4:3789:  case `$DLLTOOL --help 2>&1` in
zzuf-0.15/m4/libtool.m4-3790-  *--identify-strict*)
##############################################
zzuf-0.15/m4/libtool.m4-3962-# If we're using GNU nm, then use its standard symbol codes.
zzuf-0.15/m4/libtool.m4:3963:case `$NM -V 2>&1` in
zzuf-0.15/m4/libtool.m4-3964-*GNU* | *'with BFD'*)
##############################################
zzuf-0.15/m4/libtool.m4-4010-mingw*)
zzuf-0.15/m4/libtool.m4:4011:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
zzuf-0.15/m4/libtool.m4-4012-  ;;
##############################################
zzuf-0.15/m4/libtool.m4-4066-    nlist=conftest.nm
zzuf-0.15/m4/libtool.m4:4067:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
zzuf-0.15/m4/libtool.m4-4068-      # Try sorting and uniquifying the output.
##############################################
zzuf-0.15/m4/libtool.m4-4414-	  *)
zzuf-0.15/m4/libtool.m4:4415:	    case `$CC -V 2>&1 | sed 5q` in
zzuf-0.15/m4/libtool.m4-4416-	    *Sun\ C*)
##############################################
zzuf-0.15/m4/libtool.m4-4750-      *)
zzuf-0.15/m4/libtool.m4:4751:	case `$CC -V 2>&1 | sed 5q` in
zzuf-0.15/m4/libtool.m4-4752-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
zzuf-0.15/m4/libtool.m4-4933-    else
zzuf-0.15/m4/libtool.m4:4934:      _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
zzuf-0.15/m4/libtool.m4-4935-    fi
##############################################
zzuf-0.15/m4/libtool.m4-5032-	# shared libraries, regardless of the interface used.
zzuf-0.15/m4/libtool.m4:5033:	case `$LD -v 2>&1` in
zzuf-0.15/m4/libtool.m4-5034-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
zzuf-0.15/m4/libtool.m4-5064-    supports_anon_versioning=no
zzuf-0.15/m4/libtool.m4:5065:    case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in
zzuf-0.15/m4/libtool.m4-5066-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
zzuf-0.15/m4/libtool.m4-5167-	prefix_cmds="$SED"~
zzuf-0.15/m4/libtool.m4:5168:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
zzuf-0.15/m4/libtool.m4-5169-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
zzuf-0.15/m4/libtool.m4-5189-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
zzuf-0.15/m4/libtool.m4:5190:      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
zzuf-0.15/m4/libtool.m4:5191:      _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
zzuf-0.15/m4/libtool.m4-5192-      ;;
##############################################
zzuf-0.15/m4/libtool.m4-5207-        pgcc*)				# Portland Group C compiler
zzuf-0.15/m4/libtool.m4:5208:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
zzuf-0.15/m4/libtool.m4-5209-	  tmp_addflag=' $pic_flag'
##############################################
zzuf-0.15/m4/libtool.m4-5212-					# Portland Group f77 and f90 compilers
zzuf-0.15/m4/libtool.m4:5213:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
zzuf-0.15/m4/libtool.m4-5214-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
zzuf-0.15/m4/libtool.m4-5229-	nvcc*)	# Cuda Compiler Driver 2.2
zzuf-0.15/m4/libtool.m4:5230:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
zzuf-0.15/m4/libtool.m4-5231-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
zzuf-0.15/m4/libtool.m4-5233-	esac
zzuf-0.15/m4/libtool.m4:5234:	case `$CC -V 2>&1 | sed 5q` in
zzuf-0.15/m4/libtool.m4-5235-	*Sun\ C*)			# Sun C 5.9
zzuf-0.15/m4/libtool.m4:5236:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
zzuf-0.15/m4/libtool.m4-5237-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
zzuf-0.15/m4/libtool.m4-5304-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
zzuf-0.15/m4/libtool.m4:5305:      case `$LD -v 2>&1` in
zzuf-0.15/m4/libtool.m4-5306-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
zzuf-0.15/m4/libtool.m4-5393-	else
zzuf-0.15/m4/libtool.m4:5394:	  _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
zzuf-0.15/m4/libtool.m4-5395-	fi
##############################################
zzuf-0.15/m4/libtool.m4-5458-	# below for broken collect2 doesn't work under 4.3+
zzuf-0.15/m4/libtool.m4:5459:	  collect2name=`$CC -print-prog-name=collect2`
zzuf-0.15/m4/libtool.m4-5460-	  if test -f "$collect2name" &&
##############################################
zzuf-0.15/m4/libtool.m4-5514-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
zzuf-0.15/m4/libtool.m4:5515:        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
zzuf-0.15/m4/libtool.m4-5516-      else
##############################################
zzuf-0.15/m4/libtool.m4-5539-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
zzuf-0.15/m4/libtool.m4:5540:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
zzuf-0.15/m4/libtool.m4-5541-	  if test svr4 != "$with_aix_soname"; then
##############################################
zzuf-0.15/m4/libtool.m4-5630-	# FIXME: Setting linknames here is a bad hack.
zzuf-0.15/m4/libtool.m4:5631:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
zzuf-0.15/m4/libtool.m4-5632-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
zzuf-0.15/m4/libtool.m4-5768-      if test yes = "$GCC"; then
zzuf-0.15/m4/libtool.m4:5769:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
zzuf-0.15/m4/libtool.m4-5770-	# Try to use the -exported_symbol ld option, if it does not
##############################################
zzuf-0.15/m4/libtool.m4-5791-	if test yes = "$lt_cv_irix_exported_symbol"; then
zzuf-0.15/m4/libtool.m4:5792:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
zzuf-0.15/m4/libtool.m4-5793-	fi
##############################################
zzuf-0.15/m4/libtool.m4-5795-      else
zzuf-0.15/m4/libtool.m4:5796:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
zzuf-0.15/m4/libtool.m4:5797:	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
zzuf-0.15/m4/libtool.m4-5798-      fi
##############################################
zzuf-0.15/m4/libtool.m4-5842-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
zzuf-0.15/m4/libtool.m4:5843:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
zzuf-0.15/m4/libtool.m4-5844-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
zzuf-0.15/m4/libtool.m4-5873-	prefix_cmds="$SED"~
zzuf-0.15/m4/libtool.m4:5874:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
zzuf-0.15/m4/libtool.m4-5875-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
zzuf-0.15/m4/libtool.m4-5887-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
zzuf-0.15/m4/libtool.m4:5888:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
zzuf-0.15/m4/libtool.m4-5889-      else
zzuf-0.15/m4/libtool.m4-5890-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
zzuf-0.15/m4/libtool.m4:5891:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
zzuf-0.15/m4/libtool.m4-5892-      fi
##############################################
zzuf-0.15/m4/libtool.m4-5900-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
zzuf-0.15/m4/libtool.m4:5901:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
zzuf-0.15/m4/libtool.m4-5902-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
zzuf-0.15/m4/libtool.m4-5904-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
zzuf-0.15/m4/libtool.m4:5905:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
zzuf-0.15/m4/libtool.m4:5906:	_LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
zzuf-0.15/m4/libtool.m4:5907:          $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
zzuf-0.15/m4/libtool.m4-5908-
##############################################
zzuf-0.15/m4/libtool.m4-5923-      else
zzuf-0.15/m4/libtool.m4:5924:	case `$CC -V 2>&1` in
zzuf-0.15/m4/libtool.m4-5925-	*"Compilers 5.0"*)
##############################################
zzuf-0.15/m4/libtool.m4-6116-	  _LT_TAGVAR(allow_undefined_flag, $1)=
zzuf-0.15/m4/libtool.m4:6117:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
zzuf-0.15/m4/libtool.m4-6118-	  then
##############################################
zzuf-0.15/m4/libtool.m4-6420-        # ancient GNU ld didn't support --whole-archive et. al.
zzuf-0.15/m4/libtool.m4:6421:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
zzuf-0.15/m4/libtool.m4-6422-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
zzuf-0.15/m4/libtool.m4-6530-          # below for broken collect2 doesn't work under 4.3+
zzuf-0.15/m4/libtool.m4:6531:	  collect2name=`$CC -print-prog-name=collect2`
zzuf-0.15/m4/libtool.m4-6532-	  if test -f "$collect2name" &&
##############################################
zzuf-0.15/m4/libtool.m4-6588-
zzuf-0.15/m4/libtool.m4:6589:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
zzuf-0.15/m4/libtool.m4-6590-        else
##############################################
zzuf-0.15/m4/libtool.m4-6613-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
zzuf-0.15/m4/libtool.m4:6614:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
zzuf-0.15/m4/libtool.m4-6615-	    if test svr4 != "$with_aix_soname"; then
##############################################
zzuf-0.15/m4/libtool.m4-6742-	  prefix_cmds="$SED"~
zzuf-0.15/m4/libtool.m4:6743:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
zzuf-0.15/m4/libtool.m4-6744-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
zzuf-0.15/m4/libtool.m4-6816-            # dependencies.
zzuf-0.15/m4/libtool.m4:6817:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
zzuf-0.15/m4/libtool.m4-6818-            ;;
##############################################
zzuf-0.15/m4/libtool.m4-6881-	    # dependencies.
zzuf-0.15/m4/libtool.m4:6882:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
zzuf-0.15/m4/libtool.m4-6883-	    ;;
##############################################
zzuf-0.15/m4/libtool.m4-6917-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
zzuf-0.15/m4/libtool.m4:6918:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
zzuf-0.15/m4/libtool.m4:6919:	_LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
zzuf-0.15/m4/libtool.m4-6920-	;;
##############################################
zzuf-0.15/m4/libtool.m4-6924-	    # SGI C++
zzuf-0.15/m4/libtool.m4:6925:	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
zzuf-0.15/m4/libtool.m4-6926-
##############################################
zzuf-0.15/m4/libtool.m4-6935-	      if test no = "$with_gnu_ld"; then
zzuf-0.15/m4/libtool.m4:6936:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
zzuf-0.15/m4/libtool.m4-6937-	      else
zzuf-0.15/m4/libtool.m4:6938:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib'
zzuf-0.15/m4/libtool.m4-6939-	      fi
##############################################
zzuf-0.15/m4/libtool.m4-6956-	    # to its proper name (with version) after linking.
zzuf-0.15/m4/libtool.m4:6957:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
zzuf-0.15/m4/libtool.m4:6958:	    _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib'
zzuf-0.15/m4/libtool.m4-6959-	    # Commands to make compiler produce verbose output that lists
##############################################
zzuf-0.15/m4/libtool.m4-6966-	    # dependencies.
zzuf-0.15/m4/libtool.m4:6967:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
zzuf-0.15/m4/libtool.m4-6968-
##############################################
zzuf-0.15/m4/libtool.m4-6981-	    # earlier do not add the objects themselves.
zzuf-0.15/m4/libtool.m4:6982:	    case `$CC -V 2>&1` in
zzuf-0.15/m4/libtool.m4-6983-	      *"Version 7."*)
##############################################
zzuf-0.15/m4/libtool.m4-7002-            # Portland Group C++ compiler
zzuf-0.15/m4/libtool.m4:7003:	    case `$CC -V` in
zzuf-0.15/m4/libtool.m4-7004-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
zzuf-0.15/m4/libtool.m4-7007-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
zzuf-0.15/m4/libtool.m4:7008:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
zzuf-0.15/m4/libtool.m4-7009-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
zzuf-0.15/m4/libtool.m4-7011-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
zzuf-0.15/m4/libtool.m4:7012:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
zzuf-0.15/m4/libtool.m4-7013-                $RANLIB $oldlib'
##############################################
zzuf-0.15/m4/libtool.m4-7016-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
zzuf-0.15/m4/libtool.m4:7017:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
zzuf-0.15/m4/libtool.m4-7018-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
zzuf-0.15/m4/libtool.m4-7020-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
zzuf-0.15/m4/libtool.m4:7021:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
zzuf-0.15/m4/libtool.m4-7022-	      ;;
##############################################
zzuf-0.15/m4/libtool.m4-7030-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
zzuf-0.15/m4/libtool.m4:7031:	    _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
zzuf-0.15/m4/libtool.m4-7032-            ;;
##############################################
zzuf-0.15/m4/libtool.m4-7049-	    # dependencies.
zzuf-0.15/m4/libtool.m4:7050:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
zzuf-0.15/m4/libtool.m4-7051-	    ;;
##############################################
zzuf-0.15/m4/libtool.m4-7064-	  *)
zzuf-0.15/m4/libtool.m4:7065:	    case `$CC -V 2>&1 | sed 5q` in
zzuf-0.15/m4/libtool.m4-7066-	    *Sun\ C*)
##############################################
zzuf-0.15/m4/libtool.m4-7071-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
zzuf-0.15/m4/libtool.m4:7072:	      _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
zzuf-0.15/m4/libtool.m4-7073-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
zzuf-0.15/m4/libtool.m4-7136-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
zzuf-0.15/m4/libtool.m4:7137:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
zzuf-0.15/m4/libtool.m4-7138-	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib'
##############################################
zzuf-0.15/m4/libtool.m4-7155-	    # to its proper name (with version) after linking.
zzuf-0.15/m4/libtool.m4:7156:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
zzuf-0.15/m4/libtool.m4-7157-
##############################################
zzuf-0.15/m4/libtool.m4-7176-	        _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
zzuf-0.15/m4/libtool.m4:7177:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
zzuf-0.15/m4/libtool.m4-7178-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
zzuf-0.15/m4/libtool.m4-7181-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
zzuf-0.15/m4/libtool.m4:7182:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
zzuf-0.15/m4/libtool.m4:7183:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
zzuf-0.15/m4/libtool.m4-7184-                  echo "-hidden">> $lib.exp~
zzuf-0.15/m4/libtool.m4:7185:                  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~
zzuf-0.15/m4/libtool.m4-7186-                  $RM $lib.exp'
##############################################
zzuf-0.15/m4/libtool.m4-7200-	    # dependencies.
zzuf-0.15/m4/libtool.m4:7201:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
zzuf-0.15/m4/libtool.m4-7202-	    ;;
##############################################
zzuf-0.15/m4/libtool.m4-7207-	        osf3*)
zzuf-0.15/m4/libtool.m4:7208:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
zzuf-0.15/m4/libtool.m4-7209-		  ;;
zzuf-0.15/m4/libtool.m4-7210-	        *)
zzuf-0.15/m4/libtool.m4:7211:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
zzuf-0.15/m4/libtool.m4-7212-		  ;;
##############################################
zzuf-0.15/m4/libtool.m4-7460-  case @S|@2 in
zzuf-0.15/m4/libtool.m4:7461:  .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;;
zzuf-0.15/m4/libtool.m4:7462:  *)  func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;;
zzuf-0.15/m4/libtool.m4-7463-  esac
##############################################
zzuf-0.15/m4/libtool.m4-7549-
zzuf-0.15/m4/libtool.m4:7550:  for p in `eval "$output_verbose_link_cmd"`; do
zzuf-0.15/m4/libtool.m4-7551-    case $prev$p in
##############################################
zzuf-0.15/m4/libtool.m4-7653-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
zzuf-0.15/m4/libtool.m4:7654: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'`
zzuf-0.15/m4/libtool.m4-7655-fi
##############################################
zzuf-0.15/m4/libtool.m4-8273-    test 10 -lt "$lt_ac_count" && break
zzuf-0.15/m4/libtool.m4:8274:    lt_ac_count=`expr $lt_ac_count + 1`
zzuf-0.15/m4/libtool.m4-8275-    if test "$lt_ac_count" -gt "$lt_ac_max"; then
##############################################
zzuf-0.15/m4/ltsugar.m4-68-m4_define([lt_combine],
zzuf-0.15/m4/ltsugar.m4:69:[m4_if(m4_eval([$# > 3]), [1],
zzuf-0.15/m4/ltsugar.m4-70-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
zzuf-0.15/build-win32-28-cd "${SRCDIR}"
zzuf-0.15/build-win32:29:zip "${DIRNAME}.zip" `find "${DIRNAME}"`
zzuf-0.15/build-win32-30-rm -Rf "${INSTALLDIR}"
##############################################
zzuf-0.15/doc/Makefile.in-51-  { \
zzuf-0.15/doc/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
zzuf-0.15/doc/Makefile.in-53-  }; \
##############################################
zzuf-0.15/doc/Makefile.in-124-  esac
zzuf-0.15/doc/Makefile.in:125:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
zzuf-0.15/doc/Makefile.in-126-am__vpath_adj = case $$p in \
zzuf-0.15/doc/Makefile.in:127:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
zzuf-0.15/doc/Makefile.in-128-    *) f=$$p;; \
zzuf-0.15/doc/Makefile.in-129-  esac;
zzuf-0.15/doc/Makefile.in:130:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
zzuf-0.15/doc/Makefile.in-131-am__install_max = 40
zzuf-0.15/doc/Makefile.in-132-am__nobase_strip_setup = \
zzuf-0.15/doc/Makefile.in:133:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
zzuf-0.15/doc/Makefile.in-134-am__nobase_strip = \
##############################################
zzuf-0.15/doc/Makefile.in-334-	test -n "$(man1dir)" \
zzuf-0.15/doc/Makefile.in:335:	  && test -n "`echo $$list1$$list2`" \
zzuf-0.15/doc/Makefile.in-336-	  || exit 0; \
##############################################
zzuf-0.15/doc/Makefile.in-377-	test -n "$(man3dir)" \
zzuf-0.15/doc/Makefile.in:378:	  && test -n "`echo $$list1$$list2`" \
zzuf-0.15/doc/Makefile.in-379-	  || exit 0; \
##############################################
zzuf-0.15/doc/Makefile.in-423-distdir: $(DISTFILES)
zzuf-0.15/doc/Makefile.in:424:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
zzuf-0.15/doc/Makefile.in:425:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
zzuf-0.15/doc/Makefile.in-426-	list='$(DISTFILES)'; \
##############################################
zzuf-0.15/doc/Makefile.in-437-	  if test -d $$d/$$file; then \
zzuf-0.15/doc/Makefile.in:438:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
zzuf-0.15/doc/Makefile.in-439-	    if test -d "$(distdir)/$$file"; then \