===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
fondu-0.0.20060102/config.guess-36-
fondu-0.0.20060102/config.guess:37:me=`echo "$0" | sed -e 's,.*/,,'`
fondu-0.0.20060102/config.guess-38-
##############################################
fondu-0.0.20060102/config.guess-168-	# The OS release
fondu-0.0.20060102/config.guess:169:	release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
fondu-0.0.20060102/config.guess-170-	# Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM:
##############################################
fondu-0.0.20060102/config.guess-176-	if test $UNAME_RELEASE = "V4.0"; then
fondu-0.0.20060102/config.guess:177:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
fondu-0.0.20060102/config.guess-178-	fi
##############################################
fondu-0.0.20060102/config.guess-210-	if test "$?" = 0 ; then
fondu-0.0.20060102/config.guess:211:		case `./$dummy` in
fondu-0.0.20060102/config.guess-212-			0-0)
##############################################
fondu-0.0.20060102/config.guess-235-	rm -f $dummy.s $dummy
fondu-0.0.20060102/config.guess:236:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[VTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
fondu-0.0.20060102/config.guess-237-	exit 0 ;;
##############################################
fondu-0.0.20060102/config.guess-294-    sun4H:SunOS:5.*:*)
fondu-0.0.20060102/config.guess:295:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
fondu-0.0.20060102/config.guess-296-	exit 0 ;;
fondu-0.0.20060102/config.guess-297-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
fondu-0.0.20060102/config.guess:298:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
fondu-0.0.20060102/config.guess-299-	exit 0 ;;
fondu-0.0.20060102/config.guess-300-    i86pc:SunOS:5.*:*)
fondu-0.0.20060102/config.guess:301:	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
fondu-0.0.20060102/config.guess-302-	exit 0 ;;
##############################################
fondu-0.0.20060102/config.guess-306-	# it's likely to be more like Solaris than SunOS4.
fondu-0.0.20060102/config.guess:307:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
fondu-0.0.20060102/config.guess-308-	exit 0 ;;
##############################################
fondu-0.0.20060102/config.guess-315-	# Japanese Language versions have a version number like `4.1.3-JL'.
fondu-0.0.20060102/config.guess:316:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
fondu-0.0.20060102/config.guess-317-	exit 0 ;;
##############################################
fondu-0.0.20060102/config.guess-321-    sun*:*:4.2BSD:*)
fondu-0.0.20060102/config.guess:322:	UNAME_RELEASE=`(head -1 /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
fondu-0.0.20060102/config.guess-323-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
fondu-0.0.20060102/config.guess-418-	$CC_FOR_BUILD $dummy.c -o $dummy \
fondu-0.0.20060102/config.guess:419:	  && ./$dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \
fondu-0.0.20060102/config.guess-420-	  && rm -f $dummy.c $dummy && exit 0
##############################################
fondu-0.0.20060102/config.guess-468-    *:IRIX*:*:*)
fondu-0.0.20060102/config.guess:469:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
fondu-0.0.20060102/config.guess-470-	exit 0 ;;
##############################################
fondu-0.0.20060102/config.guess-508-    *:AIX:*:[45])
fondu-0.0.20060102/config.guess:509:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | head -1 | awk '{ print $1 }'`
fondu-0.0.20060102/config.guess-510-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
fondu-0.0.20060102/config.guess-543-    9000/[34678]??:HP-UX:*:*)
fondu-0.0.20060102/config.guess:544:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
fondu-0.0.20060102/config.guess-545-	case "${UNAME_MACHINE}" in
##############################################
fondu-0.0.20060102/config.guess-599-EOF
fondu-0.0.20060102/config.guess:600:	    (CCOPTS= $CC_FOR_BUILD $dummy.c -o $dummy 2>/dev/null ) && HP_ARCH=`./$dummy`
fondu-0.0.20060102/config.guess-601-	    if test -z "$HP_ARCH"; then HP_ARCH=hppa; fi
##############################################
fondu-0.0.20060102/config.guess-607-    ia64:HP-UX:*:*)
fondu-0.0.20060102/config.guess:608:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
fondu-0.0.20060102/config.guess-609-	echo ia64-hp-hpux${HPUX_REV}
##############################################
fondu-0.0.20060102/config.guess-717-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
fondu-0.0.20060102/config.guess:718:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
fondu-0.0.20060102/config.guess-719-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
fondu-0.0.20060102/config.guess-733-    *:FreeBSD:*:*)
fondu-0.0.20060102/config.guess:734:	echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
fondu-0.0.20060102/config.guess-735-	exit 0 ;;
fondu-0.0.20060102/config.guess-736-    *:OpenBSD:*:*)
fondu-0.0.20060102/config.guess:737:	echo ${UNAME_MACHINE}-unknown-openbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
fondu-0.0.20060102/config.guess-738-	exit 0 ;;
##############################################
fondu-0.0.20060102/config.guess-760-    prep*:SunOS:5.*:*)
fondu-0.0.20060102/config.guess:761:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
fondu-0.0.20060102/config.guess-762-	exit 0 ;;
fondu-0.0.20060102/config.guess-763-    *:GNU:*:*)
fondu-0.0.20060102/config.guess:764:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
fondu-0.0.20060102/config.guess-765-	exit 0 ;;
##############################################
fondu-0.0.20060102/config.guess-897-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
fondu-0.0.20060102/config.guess:898:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
fondu-0.0.20060102/config.guess-899-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
fondu-0.0.20060102/config.sub-53-
fondu-0.0.20060102/config.sub:54:me=`echo "$0" | sed -e 's,.*/,,'`
fondu-0.0.20060102/config.sub-55-
##############################################
fondu-0.0.20060102/config.sub-117-# Here we must recognize all the valid KERNEL-OS combinations.
fondu-0.0.20060102/config.sub:118:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
fondu-0.0.20060102/config.sub-119-case $maybe_os in
##############################################
fondu-0.0.20060102/config.sub-121-    os=-$maybe_os
fondu-0.0.20060102/config.sub:122:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
fondu-0.0.20060102/config.sub-123-    ;;
fondu-0.0.20060102/config.sub-124-  *)
fondu-0.0.20060102/config.sub:125:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
fondu-0.0.20060102/config.sub-126-    if [ $basic_machine != $1 ]
fondu-0.0.20060102/config.sub:127:    then os=`echo $1 | sed 's/.*-/-/'`
fondu-0.0.20060102/config.sub-128-    else os=; fi
##############################################
fondu-0.0.20060102/config.sub-172-		os=-sco3.2v5
fondu-0.0.20060102/config.sub:173:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
fondu-0.0.20060102/config.sub-174-		;;
##############################################
fondu-0.0.20060102/config.sub-176-		os=-sco3.2v4
fondu-0.0.20060102/config.sub:177:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
fondu-0.0.20060102/config.sub-178-		;;
fondu-0.0.20060102/config.sub-179-	-sco3.2.[4-9]*)
fondu-0.0.20060102/config.sub:180:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
fondu-0.0.20060102/config.sub:181:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
fondu-0.0.20060102/config.sub-182-		;;
##############################################
fondu-0.0.20060102/config.sub-184-		# Don't forget version if it is 3.2v4 or newer.
fondu-0.0.20060102/config.sub:185:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
fondu-0.0.20060102/config.sub-186-		;;
##############################################
fondu-0.0.20060102/config.sub-188-		os=-sco3.2v2
fondu-0.0.20060102/config.sub:189:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
fondu-0.0.20060102/config.sub-190-		;;
fondu-0.0.20060102/config.sub-191-	-udk*)
fondu-0.0.20060102/config.sub:192:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
fondu-0.0.20060102/config.sub-193-		;;
##############################################
fondu-0.0.20060102/config.sub-195-		os=-isc2.2
fondu-0.0.20060102/config.sub:196:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
fondu-0.0.20060102/config.sub-197-		;;
##############################################
fondu-0.0.20060102/config.sub-201-	-isc*)
fondu-0.0.20060102/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
fondu-0.0.20060102/config.sub-203-		;;
##############################################
fondu-0.0.20060102/config.sub-207-	-ptx*)
fondu-0.0.20060102/config.sub:208:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
fondu-0.0.20060102/config.sub-209-		;;
fondu-0.0.20060102/config.sub-210-	-windowsnt*)
fondu-0.0.20060102/config.sub:211:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
fondu-0.0.20060102/config.sub-212-		;;
##############################################
fondu-0.0.20060102/config.sub-273-	*-*-*)
fondu-0.0.20060102/config.sub:274:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
fondu-0.0.20060102/config.sub-275-		exit 1
##############################################
fondu-0.0.20060102/config.sub-541-	i*86v32)
fondu-0.0.20060102/config.sub:542:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
fondu-0.0.20060102/config.sub-543-		os=-sysv32
##############################################
fondu-0.0.20060102/config.sub-545-	i*86v4*)
fondu-0.0.20060102/config.sub:546:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
fondu-0.0.20060102/config.sub-547-		os=-sysv4
##############################################
fondu-0.0.20060102/config.sub-549-	i*86v)
fondu-0.0.20060102/config.sub:550:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
fondu-0.0.20060102/config.sub-551-		os=-sysv
##############################################
fondu-0.0.20060102/config.sub-553-	i*86sol2)
fondu-0.0.20060102/config.sub:554:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
fondu-0.0.20060102/config.sub-555-		os=-solaris2
##############################################
fondu-0.0.20060102/config.sub-609-	mips3*-*)
fondu-0.0.20060102/config.sub:610:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
fondu-0.0.20060102/config.sub-611-		;;
fondu-0.0.20060102/config.sub-612-	mips3*)
fondu-0.0.20060102/config.sub:613:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
fondu-0.0.20060102/config.sub-614-		;;
##############################################
fondu-0.0.20060102/config.sub-736-	pentium-* | p5-* | k5-* | k6-* | nexgen-*)
fondu-0.0.20060102/config.sub:737:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
fondu-0.0.20060102/config.sub-738-		;;
fondu-0.0.20060102/config.sub-739-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
fondu-0.0.20060102/config.sub:740:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
fondu-0.0.20060102/config.sub-741-		;;
fondu-0.0.20060102/config.sub-742-	pentiumii-* | pentium2-*)
fondu-0.0.20060102/config.sub:743:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
fondu-0.0.20060102/config.sub-744-		;;
##############################################
fondu-0.0.20060102/config.sub-751-	        ;;
fondu-0.0.20060102/config.sub:752:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
fondu-0.0.20060102/config.sub-753-		;;
##############################################
fondu-0.0.20060102/config.sub-757-	ppcle-* | powerpclittle-*)
fondu-0.0.20060102/config.sub:758:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
fondu-0.0.20060102/config.sub-759-		;;
##############################################
fondu-0.0.20060102/config.sub-761-	        ;;
fondu-0.0.20060102/config.sub:762:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
fondu-0.0.20060102/config.sub-763-		;;
##############################################
fondu-0.0.20060102/config.sub-767-	ppc64le-* | powerpc64little-*)
fondu-0.0.20060102/config.sub:768:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
fondu-0.0.20060102/config.sub-769-		;;
##############################################
fondu-0.0.20060102/config.sub-1009-	*)
fondu-0.0.20060102/config.sub:1010:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
fondu-0.0.20060102/config.sub-1011-		exit 1
##############################################
fondu-0.0.20060102/config.sub-1017-	*-digital*)
fondu-0.0.20060102/config.sub:1018:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
fondu-0.0.20060102/config.sub-1019-		;;
fondu-0.0.20060102/config.sub-1020-	*-commodore*)
fondu-0.0.20060102/config.sub:1021:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
fondu-0.0.20060102/config.sub-1022-		;;
##############################################
fondu-0.0.20060102/config.sub-1035-	-solaris1 | -solaris1.*)
fondu-0.0.20060102/config.sub:1036:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
fondu-0.0.20060102/config.sub-1037-		;;
##############################################
fondu-0.0.20060102/config.sub-1047-	-gnu/linux*)
fondu-0.0.20060102/config.sub:1048:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
fondu-0.0.20060102/config.sub-1049-		;;
##############################################
fondu-0.0.20060102/config.sub-1090-	-mac*)
fondu-0.0.20060102/config.sub:1091:		os=`echo $os | sed -e 's|mac|macos|'`
fondu-0.0.20060102/config.sub-1092-		;;
fondu-0.0.20060102/config.sub-1093-	-linux*)
fondu-0.0.20060102/config.sub:1094:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
fondu-0.0.20060102/config.sub-1095-		;;
fondu-0.0.20060102/config.sub-1096-	-sunos5*)
fondu-0.0.20060102/config.sub:1097:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
fondu-0.0.20060102/config.sub-1098-		;;
fondu-0.0.20060102/config.sub-1099-	-sunos6*)
fondu-0.0.20060102/config.sub:1100:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
fondu-0.0.20060102/config.sub-1101-		;;
##############################################
fondu-0.0.20060102/config.sub-1136-	-sinix5.*)
fondu-0.0.20060102/config.sub:1137:		os=`echo $os | sed -e 's|sinix|sysv|'`
fondu-0.0.20060102/config.sub-1138-		;;
##############################################
fondu-0.0.20060102/config.sub-1175-		# Get rid of the `-' at the beginning of $os.
fondu-0.0.20060102/config.sub:1176:		os=`echo $os | sed 's/[^-]*-//'`
fondu-0.0.20060102/config.sub:1177:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
fondu-0.0.20060102/config.sub-1178-		exit 1
##############################################
fondu-0.0.20060102/config.sub-1398-		esac
fondu-0.0.20060102/config.sub:1399:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
fondu-0.0.20060102/config.sub-1400-		;;
##############################################
fondu-0.0.20060102/install-sh-85-
fondu-0.0.20060102/install-sh:86:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
fondu-0.0.20060102/install-sh-87-	    shift
##############################################
fondu-0.0.20060102/install-sh-89-
fondu-0.0.20060102/install-sh:90:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
fondu-0.0.20060102/install-sh-91-	    shift
##############################################
fondu-0.0.20060102/install-sh-151-	then
fondu-0.0.20060102/install-sh:152:		dst="$dst"/`basename $src`
fondu-0.0.20060102/install-sh-153-	else
##############################################
fondu-0.0.20060102/install-sh-158-## this sed command emulates the dirname command
fondu-0.0.20060102/install-sh:159:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
fondu-0.0.20060102/install-sh-160-
##############################################
fondu-0.0.20060102/install-sh-172-IFS='%'
fondu-0.0.20060102/install-sh:173:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
fondu-0.0.20060102/install-sh-174-IFS="${oIFS}"
##############################################
fondu-0.0.20060102/install-sh-206-	then
fondu-0.0.20060102/install-sh:207:		dstfile=`basename $dst`
fondu-0.0.20060102/install-sh-208-	else
##############################################
fondu-0.0.20060102/install-sh-216-	then
fondu-0.0.20060102/install-sh:217:		dstfile=`basename $dst`
fondu-0.0.20060102/install-sh-218-	else
##############################################
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-43-do
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure:44:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-45-    eval $as_var=C; export $as_var
##############################################
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-101-  as_lineno_2=$LINENO
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure:102:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-103-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-140-  as_lineno_2=$LINENO
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure:141:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-142-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-325-
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure:326:  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-327-
##############################################
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-358-  -disable-* | --disable-*)
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure:359:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-360-    # Reject names that are not valid shell variable names.
##############################################
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-363-   { (exit 1); exit 1; }; }
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure:364:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-365-    eval "enable_$ac_feature=no" ;;
##############################################
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-367-  -enable-* | --enable-*)
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure:368:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-369-    # Reject names that are not valid shell variable names.
##############################################
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-372-   { (exit 1); exit 1; }; }
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure:373:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-374-    case $ac_option in
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure:375:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-376-      *) ac_optarg=yes ;;
##############################################
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-549-  -with-* | --with-*)
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure:550:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-551-    # Reject names that are not valid shell variable names.
##############################################
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-554-   { (exit 1); exit 1; }; }
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure:555:    ac_package=`echo $ac_package| sed 's/-/_/g'`
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-556-    case $ac_option in
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure:557:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-558-      *) ac_optarg=yes ;;
##############################################
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-562-  -without-* | --without-*)
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure:563:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-564-    # Reject names that are not valid shell variable names.
##############################################
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-567-   { (exit 1); exit 1; }; }
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure:568:    ac_package=`echo $ac_package | sed 's/-/_/g'`
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-569-    eval "with_$ac_package=no" ;;
##############################################
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-594-  *=*)
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure:595:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-596-    # Reject names that are not valid shell variable names.
##############################################
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-599-   { (exit 1); exit 1; }; }
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure:600:    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-601-    eval "$ac_envvar='$ac_optarg'"
##############################################
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-615-if test -n "$ac_prev"; then
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure:616:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-617-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-623-do
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure:624:  eval ac_val=$`echo $ac_var`
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-625-  case $ac_val in
##############################################
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-635-do
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure:636:  eval ac_val=$`echo $ac_var`
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-637-  case $ac_val in
##############################################
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-702-   { (exit 1); exit 1; }; }
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure:703:srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-704-ac_env_build_alias_set=${build_alias+set}
##############################################
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-769-By default, \`make install' will install all the files in
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure:770:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure:771:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-772-for instance \`--prefix=\$HOME'.
##############################################
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-824-if test "$ac_dir" != .; then
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure:825:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-826-  # A "../" for each directory in $ac_dir_suffix.
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure:827:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-828-else
##############################################
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-837-    else
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure:838:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-839-    fi ;;
##############################################
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-991-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure:992:      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-993-    esac
##############################################
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-1063-    do
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure:1064:      eval ac_val=$`echo $ac_var`
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-1065-      echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-1077-      do
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure:1078:	eval ac_val=$`echo $ac_var`
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-1079-	echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-1184-    set,)
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure:1185:      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure:1186:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-1187-      ac_cache_corrupted=: ;;
##############################################
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-1207-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure:1208:      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-1209-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-1566-     "checking for C compiler version" >&5
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure:1567:ac_compiler=`set X $ac_compile; echo $2`
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-1568-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-1605-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure:1606:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-1607-if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
##############################################
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-1633-    *.* )
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure:1634:	ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-1635-	# FIXME: I believe we export ac_cv_exeext for Libtool,
##############################################
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-1713-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure:1714:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-1715-	  export ac_cv_exeext
##############################################
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-1763-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure:1764:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-1765-       break;;
##############################################
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-1842-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure:1843:GCC=`test $ac_compiler_gnu = yes && echo yes`
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-1844-ac_test_CFLAGS=${CFLAGS+set}
##############################################
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-2216-test -z "$ac_cv_build_alias" &&
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure:2217:  ac_cv_build_alias=`$ac_config_guess`
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-2218-test -z "$ac_cv_build_alias" &&
##############################################
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-2221-   { (exit 1); exit 1; }; }
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure:2222:ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-2223-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
##############################################
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-2230-build=$ac_cv_build
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure:2231:build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure:2232:build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure:2233:build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-2234-
##############################################
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-2243-  ac_cv_host_alias=$ac_cv_build_alias
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure:2244:ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-2245-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
##############################################
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-2252-host=$ac_cv_host
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure:2253:host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure:2254:host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure:2255:host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-2256-
##############################################
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-2366-ac_LF_and_DOT=`echo; echo .`
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure:2367:DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-2368-rm -f confdef2opt.sed
##############################################
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-2441-do
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure:2442:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-2443-    eval $as_var=C; export $as_var
##############################################
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-2499-  as_lineno_2=$LINENO
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure:2500:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-2501-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-2539-  as_lineno_2=$LINENO
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure:2540:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-2541-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-2713-configured by $0, generated by GNU Autoconf 2.59,
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure:2714:  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-2715-
##############################################
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-2729-  --*=*)
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure:2730:    ac_option=`expr "x$1" : 'x\([^=]*\)='`
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure:2731:    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-2732-    ac_shift=:
##############################################
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-2949-      fi
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure:2950:      ac_sed_frag=`expr $ac_sed_frag + 1`
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-2951-      ac_beg=$ac_end
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure:2952:      ac_end=`expr $ac_end + $ac_max_sed_lines`
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-2953-    fi
##############################################
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-2966-	cat >$tmp/stdin
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure:2967:	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure:2968:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure:2969:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure:2970:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-2971-  * )   ac_file_in=$ac_file.in ;;
##############################################
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-3014-if test "$ac_dir" != .; then
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure:3015:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-3016-  # A "../" for each directory in $ac_dir_suffix.
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure:3017:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-3018-else
##############################################
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-3027-    else
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure:3028:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
fondu-0.0.20060102/.pc/40-use-destdir.patch/configure-3029-    fi ;;
##############################################
fondu-0.0.20060102/configure-43-do
fondu-0.0.20060102/configure:44:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
fondu-0.0.20060102/configure-45-    eval $as_var=C; export $as_var
##############################################
fondu-0.0.20060102/configure-101-  as_lineno_2=$LINENO
fondu-0.0.20060102/configure:102:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
fondu-0.0.20060102/configure-103-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
fondu-0.0.20060102/configure-140-  as_lineno_2=$LINENO
fondu-0.0.20060102/configure:141:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
fondu-0.0.20060102/configure-142-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
fondu-0.0.20060102/configure-325-
fondu-0.0.20060102/configure:326:  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
fondu-0.0.20060102/configure-327-
##############################################
fondu-0.0.20060102/configure-358-  -disable-* | --disable-*)
fondu-0.0.20060102/configure:359:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
fondu-0.0.20060102/configure-360-    # Reject names that are not valid shell variable names.
##############################################
fondu-0.0.20060102/configure-363-   { (exit 1); exit 1; }; }
fondu-0.0.20060102/configure:364:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
fondu-0.0.20060102/configure-365-    eval "enable_$ac_feature=no" ;;
##############################################
fondu-0.0.20060102/configure-367-  -enable-* | --enable-*)
fondu-0.0.20060102/configure:368:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
fondu-0.0.20060102/configure-369-    # Reject names that are not valid shell variable names.
##############################################
fondu-0.0.20060102/configure-372-   { (exit 1); exit 1; }; }
fondu-0.0.20060102/configure:373:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
fondu-0.0.20060102/configure-374-    case $ac_option in
fondu-0.0.20060102/configure:375:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
fondu-0.0.20060102/configure-376-      *) ac_optarg=yes ;;
##############################################
fondu-0.0.20060102/configure-549-  -with-* | --with-*)
fondu-0.0.20060102/configure:550:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
fondu-0.0.20060102/configure-551-    # Reject names that are not valid shell variable names.
##############################################
fondu-0.0.20060102/configure-554-   { (exit 1); exit 1; }; }
fondu-0.0.20060102/configure:555:    ac_package=`echo $ac_package| sed 's/-/_/g'`
fondu-0.0.20060102/configure-556-    case $ac_option in
fondu-0.0.20060102/configure:557:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
fondu-0.0.20060102/configure-558-      *) ac_optarg=yes ;;
##############################################
fondu-0.0.20060102/configure-562-  -without-* | --without-*)
fondu-0.0.20060102/configure:563:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
fondu-0.0.20060102/configure-564-    # Reject names that are not valid shell variable names.
##############################################
fondu-0.0.20060102/configure-567-   { (exit 1); exit 1; }; }
fondu-0.0.20060102/configure:568:    ac_package=`echo $ac_package | sed 's/-/_/g'`
fondu-0.0.20060102/configure-569-    eval "with_$ac_package=no" ;;
##############################################
fondu-0.0.20060102/configure-594-  *=*)
fondu-0.0.20060102/configure:595:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
fondu-0.0.20060102/configure-596-    # Reject names that are not valid shell variable names.
##############################################
fondu-0.0.20060102/configure-599-   { (exit 1); exit 1; }; }
fondu-0.0.20060102/configure:600:    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
fondu-0.0.20060102/configure-601-    eval "$ac_envvar='$ac_optarg'"
##############################################
fondu-0.0.20060102/configure-615-if test -n "$ac_prev"; then
fondu-0.0.20060102/configure:616:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
fondu-0.0.20060102/configure-617-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
fondu-0.0.20060102/configure-623-do
fondu-0.0.20060102/configure:624:  eval ac_val=$`echo $ac_var`
fondu-0.0.20060102/configure-625-  case $ac_val in
##############################################
fondu-0.0.20060102/configure-635-do
fondu-0.0.20060102/configure:636:  eval ac_val=$`echo $ac_var`
fondu-0.0.20060102/configure-637-  case $ac_val in
##############################################
fondu-0.0.20060102/configure-702-   { (exit 1); exit 1; }; }
fondu-0.0.20060102/configure:703:srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
fondu-0.0.20060102/configure-704-ac_env_build_alias_set=${build_alias+set}
##############################################
fondu-0.0.20060102/configure-769-By default, \`make install' will install all the files in
fondu-0.0.20060102/configure:770:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
fondu-0.0.20060102/configure:771:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
fondu-0.0.20060102/configure-772-for instance \`--prefix=\$HOME'.
##############################################
fondu-0.0.20060102/configure-824-if test "$ac_dir" != .; then
fondu-0.0.20060102/configure:825:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
fondu-0.0.20060102/configure-826-  # A "../" for each directory in $ac_dir_suffix.
fondu-0.0.20060102/configure:827:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
fondu-0.0.20060102/configure-828-else
##############################################
fondu-0.0.20060102/configure-837-    else
fondu-0.0.20060102/configure:838:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
fondu-0.0.20060102/configure-839-    fi ;;
##############################################
fondu-0.0.20060102/configure-991-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
fondu-0.0.20060102/configure:992:      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
fondu-0.0.20060102/configure-993-    esac
##############################################
fondu-0.0.20060102/configure-1063-    do
fondu-0.0.20060102/configure:1064:      eval ac_val=$`echo $ac_var`
fondu-0.0.20060102/configure-1065-      echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
fondu-0.0.20060102/configure-1077-      do
fondu-0.0.20060102/configure:1078:	eval ac_val=$`echo $ac_var`
fondu-0.0.20060102/configure-1079-	echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
fondu-0.0.20060102/configure-1184-    set,)
fondu-0.0.20060102/configure:1185:      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
fondu-0.0.20060102/configure:1186:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
fondu-0.0.20060102/configure-1187-      ac_cache_corrupted=: ;;
##############################################
fondu-0.0.20060102/configure-1207-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
fondu-0.0.20060102/configure:1208:      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
fondu-0.0.20060102/configure-1209-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
fondu-0.0.20060102/configure-1566-     "checking for C compiler version" >&5
fondu-0.0.20060102/configure:1567:ac_compiler=`set X $ac_compile; echo $2`
fondu-0.0.20060102/configure-1568-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
fondu-0.0.20060102/configure-1605-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
fondu-0.0.20060102/configure:1606:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
fondu-0.0.20060102/configure-1607-if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
##############################################
fondu-0.0.20060102/configure-1633-    *.* )
fondu-0.0.20060102/configure:1634:	ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
fondu-0.0.20060102/configure-1635-	# FIXME: I believe we export ac_cv_exeext for Libtool,
##############################################
fondu-0.0.20060102/configure-1713-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
fondu-0.0.20060102/configure:1714:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
fondu-0.0.20060102/configure-1715-	  export ac_cv_exeext
##############################################
fondu-0.0.20060102/configure-1763-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
fondu-0.0.20060102/configure:1764:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
fondu-0.0.20060102/configure-1765-       break;;
##############################################
fondu-0.0.20060102/configure-1842-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
fondu-0.0.20060102/configure:1843:GCC=`test $ac_compiler_gnu = yes && echo yes`
fondu-0.0.20060102/configure-1844-ac_test_CFLAGS=${CFLAGS+set}
##############################################
fondu-0.0.20060102/configure-2216-test -z "$ac_cv_build_alias" &&
fondu-0.0.20060102/configure:2217:  ac_cv_build_alias=`$ac_config_guess`
fondu-0.0.20060102/configure-2218-test -z "$ac_cv_build_alias" &&
##############################################
fondu-0.0.20060102/configure-2221-   { (exit 1); exit 1; }; }
fondu-0.0.20060102/configure:2222:ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
fondu-0.0.20060102/configure-2223-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
##############################################
fondu-0.0.20060102/configure-2230-build=$ac_cv_build
fondu-0.0.20060102/configure:2231:build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
fondu-0.0.20060102/configure:2232:build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
fondu-0.0.20060102/configure:2233:build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
fondu-0.0.20060102/configure-2234-
##############################################
fondu-0.0.20060102/configure-2243-  ac_cv_host_alias=$ac_cv_build_alias
fondu-0.0.20060102/configure:2244:ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
fondu-0.0.20060102/configure-2245-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
##############################################
fondu-0.0.20060102/configure-2252-host=$ac_cv_host
fondu-0.0.20060102/configure:2253:host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
fondu-0.0.20060102/configure:2254:host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
fondu-0.0.20060102/configure:2255:host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
fondu-0.0.20060102/configure-2256-
##############################################
fondu-0.0.20060102/configure-2366-ac_LF_and_DOT=`echo; echo .`
fondu-0.0.20060102/configure:2367:DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
fondu-0.0.20060102/configure-2368-rm -f confdef2opt.sed
##############################################
fondu-0.0.20060102/configure-2441-do
fondu-0.0.20060102/configure:2442:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
fondu-0.0.20060102/configure-2443-    eval $as_var=C; export $as_var
##############################################
fondu-0.0.20060102/configure-2499-  as_lineno_2=$LINENO
fondu-0.0.20060102/configure:2500:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
fondu-0.0.20060102/configure-2501-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
fondu-0.0.20060102/configure-2539-  as_lineno_2=$LINENO
fondu-0.0.20060102/configure:2540:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
fondu-0.0.20060102/configure-2541-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
fondu-0.0.20060102/configure-2713-configured by $0, generated by GNU Autoconf 2.59,
fondu-0.0.20060102/configure:2714:  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
fondu-0.0.20060102/configure-2715-
##############################################
fondu-0.0.20060102/configure-2729-  --*=*)
fondu-0.0.20060102/configure:2730:    ac_option=`expr "x$1" : 'x\([^=]*\)='`
fondu-0.0.20060102/configure:2731:    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
fondu-0.0.20060102/configure-2732-    ac_shift=:
##############################################
fondu-0.0.20060102/configure-2949-      fi
fondu-0.0.20060102/configure:2950:      ac_sed_frag=`expr $ac_sed_frag + 1`
fondu-0.0.20060102/configure-2951-      ac_beg=$ac_end
fondu-0.0.20060102/configure:2952:      ac_end=`expr $ac_end + $ac_max_sed_lines`
fondu-0.0.20060102/configure-2953-    fi
##############################################
fondu-0.0.20060102/configure-2966-	cat >$tmp/stdin
fondu-0.0.20060102/configure:2967:	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
fondu-0.0.20060102/configure:2968:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
fondu-0.0.20060102/configure:2969:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
fondu-0.0.20060102/configure:2970:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
fondu-0.0.20060102/configure-2971-  * )   ac_file_in=$ac_file.in ;;
##############################################
fondu-0.0.20060102/configure-3014-if test "$ac_dir" != .; then
fondu-0.0.20060102/configure:3015:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
fondu-0.0.20060102/configure-3016-  # A "../" for each directory in $ac_dir_suffix.
fondu-0.0.20060102/configure:3017:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
fondu-0.0.20060102/configure-3018-else
##############################################
fondu-0.0.20060102/configure-3027-    else
fondu-0.0.20060102/configure:3028:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
fondu-0.0.20060102/configure-3029-    fi ;;