===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
vbrfix-0.24+dfsg/admin/compile-73-# Name of file we expect compiler to create.
vbrfix-0.24+dfsg/admin/compile:74:cofile=`echo $cfile | sed -e 's|^.*/||' -e 's/\.c$/.o/'`
vbrfix-0.24+dfsg/admin/compile-75-
##############################################
vbrfix-0.24+dfsg/admin/compile-79-# object file name, since that is what matters with a parallel build.
vbrfix-0.24+dfsg/admin/compile:80:lockdir=`echo $cofile | sed -e 's|[/.-]|_|g'`.d
vbrfix-0.24+dfsg/admin/compile-81-while true; do
##############################################
vbrfix-0.24+dfsg/admin/config.guess-37-
vbrfix-0.24+dfsg/admin/config.guess:38:me=`echo "$0" | sed -e 's,.*/,,'`
vbrfix-0.24+dfsg/admin/config.guess-39-
##############################################
vbrfix-0.24+dfsg/admin/config.guess-180-	# The OS release
vbrfix-0.24+dfsg/admin/config.guess:181:	release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
vbrfix-0.24+dfsg/admin/config.guess-182-	# Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM:
##############################################
vbrfix-0.24+dfsg/admin/config.guess-227-	if test $UNAME_RELEASE = "V4.0"; then
vbrfix-0.24+dfsg/admin/config.guess:228:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
vbrfix-0.24+dfsg/admin/config.guess-229-	fi
##############################################
vbrfix-0.24+dfsg/admin/config.guess-261-	if test "$?" = 0 ; then
vbrfix-0.24+dfsg/admin/config.guess:262:		case `$dummy` in
vbrfix-0.24+dfsg/admin/config.guess-263-			0-0)
##############################################
vbrfix-0.24+dfsg/admin/config.guess-289-	rm -f $dummy.s $dummy && rmdir $tmpdir
vbrfix-0.24+dfsg/admin/config.guess:290:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[VTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
vbrfix-0.24+dfsg/admin/config.guess-291-	exit 0 ;;
##############################################
vbrfix-0.24+dfsg/admin/config.guess-334-    sun4H:SunOS:5.*:*)
vbrfix-0.24+dfsg/admin/config.guess:335:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
vbrfix-0.24+dfsg/admin/config.guess-336-	exit 0 ;;
vbrfix-0.24+dfsg/admin/config.guess-337-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
vbrfix-0.24+dfsg/admin/config.guess:338:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
vbrfix-0.24+dfsg/admin/config.guess-339-	exit 0 ;;
vbrfix-0.24+dfsg/admin/config.guess-340-    i86pc:SunOS:5.*:*)
vbrfix-0.24+dfsg/admin/config.guess:341:	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
vbrfix-0.24+dfsg/admin/config.guess-342-	exit 0 ;;
##############################################
vbrfix-0.24+dfsg/admin/config.guess-346-	# it's likely to be more like Solaris than SunOS4.
vbrfix-0.24+dfsg/admin/config.guess:347:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
vbrfix-0.24+dfsg/admin/config.guess-348-	exit 0 ;;
##############################################
vbrfix-0.24+dfsg/admin/config.guess-355-	# Japanese Language versions have a version number like `4.1.3-JL'.
vbrfix-0.24+dfsg/admin/config.guess:356:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
vbrfix-0.24+dfsg/admin/config.guess-357-	exit 0 ;;
##############################################
vbrfix-0.24+dfsg/admin/config.guess-361-    sun*:*:4.2BSD:*)
vbrfix-0.24+dfsg/admin/config.guess:362:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
vbrfix-0.24+dfsg/admin/config.guess-363-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
vbrfix-0.24+dfsg/admin/config.guess-440-	$CC_FOR_BUILD -o $dummy $dummy.c \
vbrfix-0.24+dfsg/admin/config.guess:441:	  && $dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \
vbrfix-0.24+dfsg/admin/config.guess-442-	  && rm -f $dummy.c $dummy && rmdir $tmpdir && exit 0
##############################################
vbrfix-0.24+dfsg/admin/config.guess-496-    *:IRIX*:*:*)
vbrfix-0.24+dfsg/admin/config.guess:497:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
vbrfix-0.24+dfsg/admin/config.guess-498-	exit 0 ;;
##############################################
vbrfix-0.24+dfsg/admin/config.guess-536-    *:AIX:*:[45])
vbrfix-0.24+dfsg/admin/config.guess:537:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
vbrfix-0.24+dfsg/admin/config.guess-538-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
vbrfix-0.24+dfsg/admin/config.guess-571-    9000/[34678]??:HP-UX:*:*)
vbrfix-0.24+dfsg/admin/config.guess:572:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
vbrfix-0.24+dfsg/admin/config.guess-573-	case "${UNAME_MACHINE}" in
##############################################
vbrfix-0.24+dfsg/admin/config.guess-625-EOF
vbrfix-0.24+dfsg/admin/config.guess:626:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
vbrfix-0.24+dfsg/admin/config.guess-627-		    if test -z "$HP_ARCH"; then HP_ARCH=hppa; fi
##############################################
vbrfix-0.24+dfsg/admin/config.guess-633-    ia64:HP-UX:*:*)
vbrfix-0.24+dfsg/admin/config.guess:634:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
vbrfix-0.24+dfsg/admin/config.guess-635-	echo ia64-hp-hpux${HPUX_REV}
##############################################
vbrfix-0.24+dfsg/admin/config.guess-734-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
vbrfix-0.24+dfsg/admin/config.guess:735:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
vbrfix-0.24+dfsg/admin/config.guess-736-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
vbrfix-0.24+dfsg/admin/config.guess-757-EOF
vbrfix-0.24+dfsg/admin/config.guess:758:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
vbrfix-0.24+dfsg/admin/config.guess-759-	rm -f $dummy.c && rmdir $tmpdir
vbrfix-0.24+dfsg/admin/config.guess:760:	echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`${LIBC:+-$LIBC}
vbrfix-0.24+dfsg/admin/config.guess-761-	exit 0 ;;
##############################################
vbrfix-0.24+dfsg/admin/config.guess-786-    prep*:SunOS:5.*:*)
vbrfix-0.24+dfsg/admin/config.guess:787:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
vbrfix-0.24+dfsg/admin/config.guess-788-	exit 0 ;;
vbrfix-0.24+dfsg/admin/config.guess-789-    *:GNU:*:*)
vbrfix-0.24+dfsg/admin/config.guess:790:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
vbrfix-0.24+dfsg/admin/config.guess-791-	exit 0 ;;
##############################################
vbrfix-0.24+dfsg/admin/config.guess-819-EOF
vbrfix-0.24+dfsg/admin/config.guess:820:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
vbrfix-0.24+dfsg/admin/config.guess-821-	rm -f $dummy.c && rmdir $tmpdir
##############################################
vbrfix-0.24+dfsg/admin/config.guess-915-EOF
vbrfix-0.24+dfsg/admin/config.guess:916:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
vbrfix-0.24+dfsg/admin/config.guess-917-	rm -f $dummy.c && rmdir $tmpdir
##############################################
vbrfix-0.24+dfsg/admin/config.guess-935-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
vbrfix-0.24+dfsg/admin/config.guess:936:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
vbrfix-0.24+dfsg/admin/config.guess-937-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
vbrfix-0.24+dfsg/admin/config.sub-54-
vbrfix-0.24+dfsg/admin/config.sub:55:me=`echo "$0" | sed -e 's,.*/,,'`
vbrfix-0.24+dfsg/admin/config.sub-56-
##############################################
vbrfix-0.24+dfsg/admin/config.sub-118-# Here we must recognize all the valid KERNEL-OS combinations.
vbrfix-0.24+dfsg/admin/config.sub:119:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
vbrfix-0.24+dfsg/admin/config.sub-120-case $maybe_os in
##############################################
vbrfix-0.24+dfsg/admin/config.sub-122-    os=-$maybe_os
vbrfix-0.24+dfsg/admin/config.sub:123:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
vbrfix-0.24+dfsg/admin/config.sub-124-    ;;
vbrfix-0.24+dfsg/admin/config.sub-125-  *)
vbrfix-0.24+dfsg/admin/config.sub:126:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
vbrfix-0.24+dfsg/admin/config.sub-127-    if [ $basic_machine != $1 ]
vbrfix-0.24+dfsg/admin/config.sub:128:    then os=`echo $1 | sed 's/.*-/-/'`
vbrfix-0.24+dfsg/admin/config.sub-129-    else os=; fi
##############################################
vbrfix-0.24+dfsg/admin/config.sub-173-		os=-sco3.2v5
vbrfix-0.24+dfsg/admin/config.sub:174:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
vbrfix-0.24+dfsg/admin/config.sub-175-		;;
##############################################
vbrfix-0.24+dfsg/admin/config.sub-177-		os=-sco3.2v4
vbrfix-0.24+dfsg/admin/config.sub:178:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
vbrfix-0.24+dfsg/admin/config.sub-179-		;;
vbrfix-0.24+dfsg/admin/config.sub-180-	-sco3.2.[4-9]*)
vbrfix-0.24+dfsg/admin/config.sub:181:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
vbrfix-0.24+dfsg/admin/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
vbrfix-0.24+dfsg/admin/config.sub-183-		;;
##############################################
vbrfix-0.24+dfsg/admin/config.sub-185-		# Don't forget version if it is 3.2v4 or newer.
vbrfix-0.24+dfsg/admin/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
vbrfix-0.24+dfsg/admin/config.sub-187-		;;
##############################################
vbrfix-0.24+dfsg/admin/config.sub-189-		os=-sco3.2v2
vbrfix-0.24+dfsg/admin/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
vbrfix-0.24+dfsg/admin/config.sub-191-		;;
vbrfix-0.24+dfsg/admin/config.sub-192-	-udk*)
vbrfix-0.24+dfsg/admin/config.sub:193:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
vbrfix-0.24+dfsg/admin/config.sub-194-		;;
##############################################
vbrfix-0.24+dfsg/admin/config.sub-196-		os=-isc2.2
vbrfix-0.24+dfsg/admin/config.sub:197:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
vbrfix-0.24+dfsg/admin/config.sub-198-		;;
##############################################
vbrfix-0.24+dfsg/admin/config.sub-202-	-isc*)
vbrfix-0.24+dfsg/admin/config.sub:203:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
vbrfix-0.24+dfsg/admin/config.sub-204-		;;
##############################################
vbrfix-0.24+dfsg/admin/config.sub-208-	-ptx*)
vbrfix-0.24+dfsg/admin/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
vbrfix-0.24+dfsg/admin/config.sub-210-		;;
vbrfix-0.24+dfsg/admin/config.sub-211-	-windowsnt*)
vbrfix-0.24+dfsg/admin/config.sub:212:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
vbrfix-0.24+dfsg/admin/config.sub-213-		;;
##############################################
vbrfix-0.24+dfsg/admin/config.sub-284-	*-*-*)
vbrfix-0.24+dfsg/admin/config.sub:285:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
vbrfix-0.24+dfsg/admin/config.sub-286-		exit 1
##############################################
vbrfix-0.24+dfsg/admin/config.sub-569-	i*86v32)
vbrfix-0.24+dfsg/admin/config.sub:570:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
vbrfix-0.24+dfsg/admin/config.sub-571-		os=-sysv32
##############################################
vbrfix-0.24+dfsg/admin/config.sub-573-	i*86v4*)
vbrfix-0.24+dfsg/admin/config.sub:574:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
vbrfix-0.24+dfsg/admin/config.sub-575-		os=-sysv4
##############################################
vbrfix-0.24+dfsg/admin/config.sub-577-	i*86v)
vbrfix-0.24+dfsg/admin/config.sub:578:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
vbrfix-0.24+dfsg/admin/config.sub-579-		os=-sysv
##############################################
vbrfix-0.24+dfsg/admin/config.sub-581-	i*86sol2)
vbrfix-0.24+dfsg/admin/config.sub:582:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
vbrfix-0.24+dfsg/admin/config.sub-583-		os=-solaris2
##############################################
vbrfix-0.24+dfsg/admin/config.sub-629-	mips3*-*)
vbrfix-0.24+dfsg/admin/config.sub:630:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
vbrfix-0.24+dfsg/admin/config.sub-631-		;;
vbrfix-0.24+dfsg/admin/config.sub-632-	mips3*)
vbrfix-0.24+dfsg/admin/config.sub:633:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
vbrfix-0.24+dfsg/admin/config.sub-634-		;;
##############################################
vbrfix-0.24+dfsg/admin/config.sub-764-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
vbrfix-0.24+dfsg/admin/config.sub:765:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
vbrfix-0.24+dfsg/admin/config.sub-766-		;;
vbrfix-0.24+dfsg/admin/config.sub-767-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
vbrfix-0.24+dfsg/admin/config.sub:768:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
vbrfix-0.24+dfsg/admin/config.sub-769-		;;
vbrfix-0.24+dfsg/admin/config.sub-770-	pentiumii-* | pentium2-*)
vbrfix-0.24+dfsg/admin/config.sub:771:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
vbrfix-0.24+dfsg/admin/config.sub-772-		;;
##############################################
vbrfix-0.24+dfsg/admin/config.sub-779-		;;
vbrfix-0.24+dfsg/admin/config.sub:780:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
vbrfix-0.24+dfsg/admin/config.sub-781-		;;
##############################################
vbrfix-0.24+dfsg/admin/config.sub-785-	ppcle-* | powerpclittle-*)
vbrfix-0.24+dfsg/admin/config.sub:786:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
vbrfix-0.24+dfsg/admin/config.sub-787-		;;
##############################################
vbrfix-0.24+dfsg/admin/config.sub-789-		;;
vbrfix-0.24+dfsg/admin/config.sub:790:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
vbrfix-0.24+dfsg/admin/config.sub-791-		;;
##############################################
vbrfix-0.24+dfsg/admin/config.sub-795-	ppc64le-* | powerpc64little-*)
vbrfix-0.24+dfsg/admin/config.sub:796:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
vbrfix-0.24+dfsg/admin/config.sub-797-		;;
##############################################
vbrfix-0.24+dfsg/admin/config.sub-1057-	*)
vbrfix-0.24+dfsg/admin/config.sub:1058:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
vbrfix-0.24+dfsg/admin/config.sub-1059-		exit 1
##############################################
vbrfix-0.24+dfsg/admin/config.sub-1065-	*-digital*)
vbrfix-0.24+dfsg/admin/config.sub:1066:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
vbrfix-0.24+dfsg/admin/config.sub-1067-		;;
vbrfix-0.24+dfsg/admin/config.sub-1068-	*-commodore*)
vbrfix-0.24+dfsg/admin/config.sub:1069:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
vbrfix-0.24+dfsg/admin/config.sub-1070-		;;
##############################################
vbrfix-0.24+dfsg/admin/config.sub-1083-	-solaris1 | -solaris1.*)
vbrfix-0.24+dfsg/admin/config.sub:1084:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
vbrfix-0.24+dfsg/admin/config.sub-1085-		;;
##############################################
vbrfix-0.24+dfsg/admin/config.sub-1095-	-gnu/linux*)
vbrfix-0.24+dfsg/admin/config.sub:1096:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
vbrfix-0.24+dfsg/admin/config.sub-1097-		;;
##############################################
vbrfix-0.24+dfsg/admin/config.sub-1139-	-mac*)
vbrfix-0.24+dfsg/admin/config.sub:1140:		os=`echo $os | sed -e 's|mac|macos|'`
vbrfix-0.24+dfsg/admin/config.sub-1141-		;;
vbrfix-0.24+dfsg/admin/config.sub-1142-	-linux*)
vbrfix-0.24+dfsg/admin/config.sub:1143:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
vbrfix-0.24+dfsg/admin/config.sub-1144-		;;
vbrfix-0.24+dfsg/admin/config.sub-1145-	-sunos5*)
vbrfix-0.24+dfsg/admin/config.sub:1146:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
vbrfix-0.24+dfsg/admin/config.sub-1147-		;;
vbrfix-0.24+dfsg/admin/config.sub-1148-	-sunos6*)
vbrfix-0.24+dfsg/admin/config.sub:1149:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
vbrfix-0.24+dfsg/admin/config.sub-1150-		;;
##############################################
vbrfix-0.24+dfsg/admin/config.sub-1191-	-sinix5.*)
vbrfix-0.24+dfsg/admin/config.sub:1192:		os=`echo $os | sed -e 's|sinix|sysv|'`
vbrfix-0.24+dfsg/admin/config.sub-1193-		;;
##############################################
vbrfix-0.24+dfsg/admin/config.sub-1230-		# Get rid of the `-' at the beginning of $os.
vbrfix-0.24+dfsg/admin/config.sub:1231:		os=`echo $os | sed 's/[^-]*-//'`
vbrfix-0.24+dfsg/admin/config.sub:1232:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
vbrfix-0.24+dfsg/admin/config.sub-1233-		exit 1
##############################################
vbrfix-0.24+dfsg/admin/config.sub-1457-		esac
vbrfix-0.24+dfsg/admin/config.sub:1458:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
vbrfix-0.24+dfsg/admin/config.sub-1459-		;;
##############################################
vbrfix-0.24+dfsg/admin/depcomp-33-
vbrfix-0.24+dfsg/admin/depcomp:34:depfile=${depfile-`echo "$object" | sed 's,\([^/]*\)$,.deps/\1,;s/\.\([^.]*\)$/.P\1/'`}
vbrfix-0.24+dfsg/admin/depcomp:35:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
vbrfix-0.24+dfsg/admin/depcomp-36-
##############################################
vbrfix-0.24+dfsg/admin/depcomp-168-  # $object doesn't have directory information.
vbrfix-0.24+dfsg/admin/depcomp:169:  stripped=`echo "$object" | sed -e 's,^.*/,,' -e 's/\(.*\)\..*$/\1/'`
vbrfix-0.24+dfsg/admin/depcomp-170-  tmpdepfile="$stripped.u"
##############################################
vbrfix-0.24+dfsg/admin/depcomp-187-    # Do two passes, one to just change these to
vbrfix-0.24+dfsg/admin/depcomp:188:    # `$object: dependent.h' and one to simply `dependent.h:'.
vbrfix-0.24+dfsg/admin/depcomp-189-    sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
vbrfix-0.24+dfsg/admin/depcomp-207-   tmpdepfile1="$object.d"
vbrfix-0.24+dfsg/admin/depcomp:208:   tmpdepfile2=`echo "$object" | sed -e 's/.o$/.d/'` 
vbrfix-0.24+dfsg/admin/depcomp-209-   if test "$libtool" = yes; then
##############################################
vbrfix-0.24+dfsg/admin/depcomp-305-    done
vbrfix-0.24+dfsg/admin/depcomp:306:    obj_suffix="`echo $object | sed 's/^.*\././'`"
vbrfix-0.24+dfsg/admin/depcomp-307-    touch "$tmpdepfile"
##############################################
vbrfix-0.24+dfsg/admin/install-sh-85-
vbrfix-0.24+dfsg/admin/install-sh:86:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
vbrfix-0.24+dfsg/admin/install-sh-87-	    shift
##############################################
vbrfix-0.24+dfsg/admin/install-sh-89-
vbrfix-0.24+dfsg/admin/install-sh:90:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
vbrfix-0.24+dfsg/admin/install-sh-91-	    shift
##############################################
vbrfix-0.24+dfsg/admin/install-sh-151-	then
vbrfix-0.24+dfsg/admin/install-sh:152:		dst="$dst"/`basename $src`
vbrfix-0.24+dfsg/admin/install-sh-153-	else
##############################################
vbrfix-0.24+dfsg/admin/install-sh-158-## this sed command emulates the dirname command
vbrfix-0.24+dfsg/admin/install-sh:159:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
vbrfix-0.24+dfsg/admin/install-sh-160-
##############################################
vbrfix-0.24+dfsg/admin/install-sh-172-IFS='%'
vbrfix-0.24+dfsg/admin/install-sh:173:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
vbrfix-0.24+dfsg/admin/install-sh-174-IFS="${oIFS}"
##############################################
vbrfix-0.24+dfsg/admin/install-sh-206-	then
vbrfix-0.24+dfsg/admin/install-sh:207:		dstfile=`basename $dst`
vbrfix-0.24+dfsg/admin/install-sh-208-	else
##############################################
vbrfix-0.24+dfsg/admin/install-sh-216-	then
vbrfix-0.24+dfsg/admin/install-sh:217:		dstfile=`basename $dst`
vbrfix-0.24+dfsg/admin/install-sh-218-	else
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-33-  :
vbrfix-0.24+dfsg/admin/ltmain.sh:34:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then
vbrfix-0.24+dfsg/admin/ltmain.sh-35-  # Yippee, $echo works!
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-51-# The name of this program.
vbrfix-0.24+dfsg/admin/ltmain.sh:52:progname=`$echo "$0" | ${SED} 's%^.*/%%'`
vbrfix-0.24+dfsg/admin/ltmain.sh-53-modename="$progname"
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-114-  case $arg in
vbrfix-0.24+dfsg/admin/ltmain.sh:115:  -*=*) optarg=`$echo "X$arg" | $Xsed -e 's/[-_a-zA-Z0-9]*=//'` ;;
vbrfix-0.24+dfsg/admin/ltmain.sh-116-  *) optarg= ;;
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-144-	  # Evaluate the configuration.
vbrfix-0.24+dfsg/admin/ltmain.sh:145:	  eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$tagname'$/,/^# ### END LIBTOOL TAG CONFIG: '$tagname'$/p' < $0`"
vbrfix-0.24+dfsg/admin/ltmain.sh-146-	else
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-330-	prev=
vbrfix-0.24+dfsg/admin/ltmain.sh:331:	lastarg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
vbrfix-0.24+dfsg/admin/ltmain.sh-332-
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-382-      -Wc,*)
vbrfix-0.24+dfsg/admin/ltmain.sh:383:	args=`$echo "X$arg" | $Xsed -e "s/^-Wc,//"`
vbrfix-0.24+dfsg/admin/ltmain.sh-384-	lastarg=
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-399-	IFS="$save_ifs"
vbrfix-0.24+dfsg/admin/ltmain.sh:400:	lastarg=`$echo "X$lastarg" | $Xsed -e "s/^ //"`
vbrfix-0.24+dfsg/admin/ltmain.sh-401-
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-434-      # interpreted inside of double-quoted scrings.
vbrfix-0.24+dfsg/admin/ltmain.sh:435:      lastarg=`$echo "X$lastarg" | $Xsed -e "$sed_quote_subst"`
vbrfix-0.24+dfsg/admin/ltmain.sh-436-
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-458-      # Get the name of the library object.
vbrfix-0.24+dfsg/admin/ltmain.sh:459:      libobj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%'`
vbrfix-0.24+dfsg/admin/ltmain.sh-460-      ;;
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-473-    *.ads) xform=ads ;;
vbrfix-0.24+dfsg/admin/ltmain.sh:474:    *.asm) xform=asm ;;
vbrfix-0.24+dfsg/admin/ltmain.sh-475-    *.c++) xform=c++ ;;
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-485-
vbrfix-0.24+dfsg/admin/ltmain.sh:486:    libobj=`$echo "X$libobj" | $Xsed -e "s/\.$xform$/.lo/"`
vbrfix-0.24+dfsg/admin/ltmain.sh-487-
vbrfix-0.24+dfsg/admin/ltmain.sh-488-    case $libobj in
vbrfix-0.24+dfsg/admin/ltmain.sh:489:    *.lo) obj=`$echo "X$libobj" | $Xsed -e "$lo2o"` ;;
vbrfix-0.24+dfsg/admin/ltmain.sh-490-    *)
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-504-      # but not from the CC environment variable when ltconfig was run.
vbrfix-0.24+dfsg/admin/ltmain.sh:505:      "`$echo $CC` "*) ;;
vbrfix-0.24+dfsg/admin/ltmain.sh-506-      *)
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-509-	    # Evaluate the configuration.
vbrfix-0.24+dfsg/admin/ltmain.sh:510:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $0`"
vbrfix-0.24+dfsg/admin/ltmain.sh-511-	    case "$base_compile " in
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-518-	      ;;
vbrfix-0.24+dfsg/admin/ltmain.sh:519:	    "`$echo $CC` "*)
vbrfix-0.24+dfsg/admin/ltmain.sh-520-	      tagname=$z
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-539-
vbrfix-0.24+dfsg/admin/ltmain.sh:540:    objname=`$echo "X$obj" | $Xsed -e 's%^.*/%%'`
vbrfix-0.24+dfsg/admin/ltmain.sh:541:    xdir=`$echo "X$obj" | $Xsed -e 's%/[^/]*$%%'`
vbrfix-0.24+dfsg/admin/ltmain.sh-542-    if test "X$xdir" = "X$obj"; then
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-578-    if test "$compiler_c_o" = no; then
vbrfix-0.24+dfsg/admin/ltmain.sh:579:      output_obj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext}
vbrfix-0.24+dfsg/admin/ltmain.sh-580-      lockfile="$output_obj.lock"
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-599-*** ERROR, $lockfile exists and contains:
vbrfix-0.24+dfsg/admin/ltmain.sh:600:`cat $lockfile 2>/dev/null`
vbrfix-0.24+dfsg/admin/ltmain.sh-601-
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-668-      if test "$need_locks" = warn &&
vbrfix-0.24+dfsg/admin/ltmain.sh:669:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
vbrfix-0.24+dfsg/admin/ltmain.sh-670-	echo "\
vbrfix-0.24+dfsg/admin/ltmain.sh-671-*** ERROR, $lockfile contains:
vbrfix-0.24+dfsg/admin/ltmain.sh:672:`cat $lockfile 2>/dev/null`
vbrfix-0.24+dfsg/admin/ltmain.sh-673-
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-738-      if test "$need_locks" = warn &&
vbrfix-0.24+dfsg/admin/ltmain.sh:739:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
vbrfix-0.24+dfsg/admin/ltmain.sh-740-	echo "\
vbrfix-0.24+dfsg/admin/ltmain.sh-741-*** ERROR, $lockfile contains:
vbrfix-0.24+dfsg/admin/ltmain.sh:742:`cat $lockfile 2>/dev/null`
vbrfix-0.24+dfsg/admin/ltmain.sh-743-
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-897-      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")
vbrfix-0.24+dfsg/admin/ltmain.sh:898:	qarg=\"`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`\" ### testsuite: skip nested quoting test
vbrfix-0.24+dfsg/admin/ltmain.sh-899-	;;
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-976-	    moreargs=
vbrfix-0.24+dfsg/admin/ltmain.sh:977:	    for fil in `cat $save_arg`
vbrfix-0.24+dfsg/admin/ltmain.sh-978-	    do
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-1003-		# Extract subdirectory from the argument.
vbrfix-0.24+dfsg/admin/ltmain.sh:1004:		xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
vbrfix-0.24+dfsg/admin/ltmain.sh-1005-		if test "X$xdir" = "X$arg"; then
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-1057-		  # Extract subdirectory from the argument.
vbrfix-0.24+dfsg/admin/ltmain.sh:1058:		  xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
vbrfix-0.24+dfsg/admin/ltmain.sh-1059-		  if test "X$xdir" = "X$arg"; then
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-1064-
vbrfix-0.24+dfsg/admin/ltmain.sh:1065:		  pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"`
vbrfix-0.24+dfsg/admin/ltmain.sh:1066:		  non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"`
vbrfix-0.24+dfsg/admin/ltmain.sh-1067-		  libobjs="$libobjs $pic_object"
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-1188-      -L*)
vbrfix-0.24+dfsg/admin/ltmain.sh:1189:	dir=`$echo "X$arg" | $Xsed -e 's/^-L//'`
vbrfix-0.24+dfsg/admin/ltmain.sh-1190-	# We need an absolute path.
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-1193-	*)
vbrfix-0.24+dfsg/admin/ltmain.sh:1194:	  absdir=`cd "$dir" && pwd`
vbrfix-0.24+dfsg/admin/ltmain.sh-1195-	  if test -z "$absdir"; then
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-1303-      -R*)
vbrfix-0.24+dfsg/admin/ltmain.sh:1304:	dir=`$echo "X$arg" | $Xsed -e 's/^-R//'`
vbrfix-0.24+dfsg/admin/ltmain.sh-1305-	# We need an absolute path.
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-1339-      -Wc,*)
vbrfix-0.24+dfsg/admin/ltmain.sh:1340:	args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wc,//'`
vbrfix-0.24+dfsg/admin/ltmain.sh-1341-	arg=
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-1353-	IFS="$save_ifs"
vbrfix-0.24+dfsg/admin/ltmain.sh:1354:	arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
vbrfix-0.24+dfsg/admin/ltmain.sh-1355-	;;
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-1357-      -Wl,*)
vbrfix-0.24+dfsg/admin/ltmain.sh:1358:	args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'`
vbrfix-0.24+dfsg/admin/ltmain.sh-1359-	arg=
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-1372-	IFS="$save_ifs"
vbrfix-0.24+dfsg/admin/ltmain.sh:1373:	arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
vbrfix-0.24+dfsg/admin/ltmain.sh-1374-	;;
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-1389-	# to be aesthetically quoted because they are evaled later.
vbrfix-0.24+dfsg/admin/ltmain.sh:1390:	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
vbrfix-0.24+dfsg/admin/ltmain.sh-1391-	case $arg in
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-1427-	  # Extract subdirectory from the argument.
vbrfix-0.24+dfsg/admin/ltmain.sh:1428:	  xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
vbrfix-0.24+dfsg/admin/ltmain.sh-1429-	  if test "X$xdir" = "X$arg"; then
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-1481-	    # Extract subdirectory from the argument.
vbrfix-0.24+dfsg/admin/ltmain.sh:1482:	    xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
vbrfix-0.24+dfsg/admin/ltmain.sh-1483-	    if test "X$xdir" = "X$arg"; then
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-1488-
vbrfix-0.24+dfsg/admin/ltmain.sh:1489:	    pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"`
vbrfix-0.24+dfsg/admin/ltmain.sh:1490:	    non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"`
vbrfix-0.24+dfsg/admin/ltmain.sh-1491-	    libobjs="$libobjs $pic_object"
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-1524-	# to be aesthetically quoted because they are evaled later.
vbrfix-0.24+dfsg/admin/ltmain.sh:1525:	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
vbrfix-0.24+dfsg/admin/ltmain.sh-1526-	case $arg in
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-1556-      # but not from the CC environment variable when ltconfig was run.
vbrfix-0.24+dfsg/admin/ltmain.sh:1557:      "`$echo $CC` "*) ;;
vbrfix-0.24+dfsg/admin/ltmain.sh-1558-      *)
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-1561-	    # Evaluate the configuration.
vbrfix-0.24+dfsg/admin/ltmain.sh:1562:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $0`"
vbrfix-0.24+dfsg/admin/ltmain.sh-1563-	    case $base_compile in
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-1570-	      ;;
vbrfix-0.24+dfsg/admin/ltmain.sh:1571:	    "`$echo $CC` "*)
vbrfix-0.24+dfsg/admin/ltmain.sh-1572-	      tagname=$z
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-1599-    # calculate the name of the file, without its directory
vbrfix-0.24+dfsg/admin/ltmain.sh:1600:    outputname=`$echo "X$output" | $Xsed -e 's%^.*/%%'`
vbrfix-0.24+dfsg/admin/ltmain.sh-1601-    libobjs_save="$libobjs"
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-1604-      # get the directories listed in $shlibpath_var
vbrfix-0.24+dfsg/admin/ltmain.sh:1605:      eval shlib_search_path=\`\$echo \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\`
vbrfix-0.24+dfsg/admin/ltmain.sh-1606-    else
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-1611-
vbrfix-0.24+dfsg/admin/ltmain.sh:1612:    output_objdir=`$echo "X$output" | $Xsed -e 's%/[^/]*$%%'`
vbrfix-0.24+dfsg/admin/ltmain.sh-1613-    if test "X$output_objdir" = "X$output"; then
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-1732-	  fi
vbrfix-0.24+dfsg/admin/ltmain.sh:1733:	  name=`$echo "X$deplib" | $Xsed -e 's/^-l//'`
vbrfix-0.24+dfsg/admin/ltmain.sh-1734-	  for searchdir in $newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path; do
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-1759-	    newdependency_libs="$deplib $newdependency_libs"
vbrfix-0.24+dfsg/admin/ltmain.sh:1760:	    newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`
vbrfix-0.24+dfsg/admin/ltmain.sh-1761-	    ;;
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-1768-	      deplibs="$deplib $deplibs"
vbrfix-0.24+dfsg/admin/ltmain.sh:1769:	      newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`
vbrfix-0.24+dfsg/admin/ltmain.sh-1770-	    else
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-1782-	  if test "$pass" = link; then
vbrfix-0.24+dfsg/admin/ltmain.sh:1783:	    dir=`$echo "X$deplib" | $Xsed -e 's/^-R//'`
vbrfix-0.24+dfsg/admin/ltmain.sh-1784-	    # Make sure the xrpath contains only unique directories.
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-1861-
vbrfix-0.24+dfsg/admin/ltmain.sh:1862:	ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'`
vbrfix-0.24+dfsg/admin/ltmain.sh-1863-	test "X$ladir" = "X$lib" && ladir="."
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-1948-	*)
vbrfix-0.24+dfsg/admin/ltmain.sh:1949:	  abs_ladir=`cd "$ladir" && pwd`
vbrfix-0.24+dfsg/admin/ltmain.sh-1950-	  if test -z "$abs_ladir"; then
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-1956-	esac
vbrfix-0.24+dfsg/admin/ltmain.sh:1957:	laname=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
vbrfix-0.24+dfsg/admin/ltmain.sh-1958-
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-1975-	fi # $installed = yes
vbrfix-0.24+dfsg/admin/ltmain.sh:1976:	name=`$echo "X$laname" | $Xsed -e 's/\.la$//' -e 's/^lib//'`
vbrfix-0.24+dfsg/admin/ltmain.sh-1977-
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-2021-	    case $deplib in
vbrfix-0.24+dfsg/admin/ltmain.sh:2022:	    -L*) newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`;; ### testsuite: skip nested quoting test
vbrfix-0.24+dfsg/admin/ltmain.sh-2023-	    esac
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-2124-	    shift; shift
vbrfix-0.24+dfsg/admin/ltmain.sh:2125:	    libname=`eval \\$echo \"$libname_spec\"`
vbrfix-0.24+dfsg/admin/ltmain.sh-2126-	    # use dlname if we got it. it's perfectly good, no?
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-2132-	      *cygwin*)
vbrfix-0.24+dfsg/admin/ltmain.sh:2133:		major=`expr $current - $age`
vbrfix-0.24+dfsg/admin/ltmain.sh-2134-		versuffix="-$major"
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-2143-	    soroot="$soname"
vbrfix-0.24+dfsg/admin/ltmain.sh:2144:	    soname=`echo $soroot | ${SED} -e 's/^.*\///'`
vbrfix-0.24+dfsg/admin/ltmain.sh:2145:	    newlib="libimp-`echo $soname | ${SED} 's/^lib//;s/\.dll$//'`.a"
vbrfix-0.24+dfsg/admin/ltmain.sh-2146-
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-2332-	      case $libdir in
vbrfix-0.24+dfsg/admin/ltmain.sh:2333:	      -R*) temp_xrpath=`$echo "X$libdir" | $Xsed -e 's/^-R//'`
vbrfix-0.24+dfsg/admin/ltmain.sh-2334-		   case " $xrpath " in
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-2364-	      *.la)
vbrfix-0.24+dfsg/admin/ltmain.sh:2365:		dir=`$echo "X$deplib" | $Xsed -e 's%/[^/]*$%%'`
vbrfix-0.24+dfsg/admin/ltmain.sh-2366-		test "X$dir" = "X$deplib" && dir="."
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-2370-		*)
vbrfix-0.24+dfsg/admin/ltmain.sh:2371:		  absdir=`cd "$dir" && pwd`
vbrfix-0.24+dfsg/admin/ltmain.sh-2372-		  if test -z "$absdir"; then
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-2380-		else
vbrfix-0.24+dfsg/admin/ltmain.sh:2381:		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
vbrfix-0.24+dfsg/admin/ltmain.sh-2382-		  if test -z "$libdir"; then
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-2473-	    -R*)
vbrfix-0.24+dfsg/admin/ltmain.sh:2474:	      temp_xrpath=`$echo "X$deplib" | $Xsed -e 's/^-R//'`
vbrfix-0.24+dfsg/admin/ltmain.sh-2475-	      case " $xrpath " in
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-2530-      lib*)
vbrfix-0.24+dfsg/admin/ltmain.sh:2531:	name=`$echo "X$outputname" | $Xsed -e 's/\.la$//' -e 's/^lib//'`
vbrfix-0.24+dfsg/admin/ltmain.sh-2532-	eval libname=\"$libname_spec\"
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-2535-	if test "$module" = no; then
vbrfix-0.24+dfsg/admin/ltmain.sh:2536:	  $echo "$modename: libtool library \`$output' must begin with \`lib'" 1>&2
vbrfix-0.24+dfsg/admin/ltmain.sh-2537-	  $echo "$help" 1>&2
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-2541-	  # Add the "lib" prefix for modules if required
vbrfix-0.24+dfsg/admin/ltmain.sh:2542:	  name=`$echo "X$outputname" | $Xsed -e 's/\.la$//'`
vbrfix-0.24+dfsg/admin/ltmain.sh-2543-	  eval libname=\"$libname_spec\"
vbrfix-0.24+dfsg/admin/ltmain.sh-2544-	else
vbrfix-0.24+dfsg/admin/ltmain.sh:2545:	  libname=`$echo "X$outputname" | $Xsed -e 's/\.la$//'`
vbrfix-0.24+dfsg/admin/ltmain.sh-2546-	fi
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-2636-	if test "$age" -gt "$current"; then
vbrfix-0.24+dfsg/admin/ltmain.sh:2637:	  $echo "$modename: AGE \`$age' is greater than the current interface number \`$current'" 1>&2
vbrfix-0.24+dfsg/admin/ltmain.sh-2638-	  $echo "$modename: \`$vinfo' is not valid version information" 1>&2
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-2651-	  # verstring for coding it into the library header
vbrfix-0.24+dfsg/admin/ltmain.sh:2652:	  major=.`expr $current - $age`
vbrfix-0.24+dfsg/admin/ltmain.sh-2653-	  versuffix="$major.$age.$revision"
vbrfix-0.24+dfsg/admin/ltmain.sh-2654-	  # Darwin ld doesn't like 0 for these options...
vbrfix-0.24+dfsg/admin/ltmain.sh:2655:	  minor_current=`expr $current + 1`
vbrfix-0.24+dfsg/admin/ltmain.sh-2656-	  verstring="-compatibility_version $minor_current -current_version $minor_current.$revision"
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-2675-
vbrfix-0.24+dfsg/admin/ltmain.sh:2676:	  major=`expr $current - $age + 1`
vbrfix-0.24+dfsg/admin/ltmain.sh-2677-
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-2680-	  while test "$loop" -ne 0; do
vbrfix-0.24+dfsg/admin/ltmain.sh:2681:	    iface=`expr $revision - $loop`
vbrfix-0.24+dfsg/admin/ltmain.sh:2682:	    loop=`expr $loop - 1`
vbrfix-0.24+dfsg/admin/ltmain.sh-2683-	    verstring="$verstring_prefix$major.$iface:$verstring"
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-2691-	linux)
vbrfix-0.24+dfsg/admin/ltmain.sh:2692:	  major=.`expr $current - $age`
vbrfix-0.24+dfsg/admin/ltmain.sh-2693-	  versuffix="$major.$age.$revision"
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-2696-	osf)
vbrfix-0.24+dfsg/admin/ltmain.sh:2697:	  major=`expr $current - $age`
vbrfix-0.24+dfsg/admin/ltmain.sh-2698-	  versuffix=".$current.$age.$revision"
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-2703-	  while test "$loop" -ne 0; do
vbrfix-0.24+dfsg/admin/ltmain.sh:2704:	    iface=`expr $current - $loop`
vbrfix-0.24+dfsg/admin/ltmain.sh:2705:	    loop=`expr $loop - 1`
vbrfix-0.24+dfsg/admin/ltmain.sh-2706-	    verstring="$verstring:${iface}.0"
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-2720-	  # extension on DOS 8.3 filesystems.
vbrfix-0.24+dfsg/admin/ltmain.sh:2721:	  major=`expr $current - $age`
vbrfix-0.24+dfsg/admin/ltmain.sh-2722-	  versuffix="-$major"
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-2775-	removelist=
vbrfix-0.24+dfsg/admin/ltmain.sh:2776:	tempremovelist=`echo "$output_objdir/*"`
vbrfix-0.24+dfsg/admin/ltmain.sh-2777-	for p in $tempremovelist; do
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-2797-	# Transform .lo files to .o files.
vbrfix-0.24+dfsg/admin/ltmain.sh:2798:	oldobjs="$objs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP`
vbrfix-0.24+dfsg/admin/ltmain.sh-2799-      fi
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-2802-      for path in $notinst_path; do
vbrfix-0.24+dfsg/admin/ltmain.sh:2803:	lib_search_path=`echo "$lib_search_path " | ${SED} -e 's% $path % %g'`
vbrfix-0.24+dfsg/admin/ltmain.sh:2804:	deplibs=`echo "$deplibs " | ${SED} -e 's% -L$path % %g'`
vbrfix-0.24+dfsg/admin/ltmain.sh:2805:	dependency_libs=`echo "$dependency_libs " | ${SED} -e 's% -L$path % %g'`
vbrfix-0.24+dfsg/admin/ltmain.sh-2806-      done
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-2905-	    for i in $deplibs; do
vbrfix-0.24+dfsg/admin/ltmain.sh:2906:	      name="`expr $i : '-l\(.*\)'`"
vbrfix-0.24+dfsg/admin/ltmain.sh-2907-	      # If $name is empty we are operating on a -L argument.
vbrfix-0.24+dfsg/admin/ltmain.sh-2908-             if test "$name" != "" && test "$name" -ne "0"; then
vbrfix-0.24+dfsg/admin/ltmain.sh:2909:		libname=`eval \\$echo \"$libname_spec\"`
vbrfix-0.24+dfsg/admin/ltmain.sh:2910:		deplib_matches=`eval \\$echo \"$library_names_spec\"`
vbrfix-0.24+dfsg/admin/ltmain.sh-2911-		set dummy $deplib_matches
vbrfix-0.24+dfsg/admin/ltmain.sh-2912-		deplib_match=$2
vbrfix-0.24+dfsg/admin/ltmain.sh:2913:		if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
vbrfix-0.24+dfsg/admin/ltmain.sh-2914-		  newdeplibs="$newdeplibs $i"
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-2932-	    for i in $deplibs; do
vbrfix-0.24+dfsg/admin/ltmain.sh:2933:	      name="`expr $i : '-l\(.*\)'`"
vbrfix-0.24+dfsg/admin/ltmain.sh-2934-	     # If $name is empty we are operating on a -L argument.
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-2940-		  ldd_output=`ldd conftest`
vbrfix-0.24+dfsg/admin/ltmain.sh:2941:		  libname=`eval \\$echo \"$libname_spec\"`
vbrfix-0.24+dfsg/admin/ltmain.sh:2942:		  deplib_matches=`eval \\$echo \"$library_names_spec\"`
vbrfix-0.24+dfsg/admin/ltmain.sh-2943-		  set dummy $deplib_matches
vbrfix-0.24+dfsg/admin/ltmain.sh-2944-		  deplib_match=$2
vbrfix-0.24+dfsg/admin/ltmain.sh:2945:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
vbrfix-0.24+dfsg/admin/ltmain.sh-2946-		    newdeplibs="$newdeplibs $i"
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-2972-	  set dummy $deplibs_check_method
vbrfix-0.24+dfsg/admin/ltmain.sh:2973:	  file_magic_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
vbrfix-0.24+dfsg/admin/ltmain.sh-2974-	  for a_deplib in $deplibs; do
vbrfix-0.24+dfsg/admin/ltmain.sh:2975:	    name="`expr $a_deplib : '-l\(.*\)'`"
vbrfix-0.24+dfsg/admin/ltmain.sh-2976-	    # If $name is empty we are operating on a -L argument.
vbrfix-0.24+dfsg/admin/ltmain.sh-2977-           if test "$name" != "" && test  "$name" != "0"; then
vbrfix-0.24+dfsg/admin/ltmain.sh:2978:	      libname=`eval \\$echo \"$libname_spec\"`
vbrfix-0.24+dfsg/admin/ltmain.sh-2979-	      for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
vbrfix-0.24+dfsg/admin/ltmain.sh:2980:		    potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
vbrfix-0.24+dfsg/admin/ltmain.sh-2981-		    for potent_lib in $potential_libs; do
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-2993-		      while test -h "$potlib" 2>/dev/null; do
vbrfix-0.24+dfsg/admin/ltmain.sh:2994:			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
vbrfix-0.24+dfsg/admin/ltmain.sh-2995-			case $potliblink in
vbrfix-0.24+dfsg/admin/ltmain.sh-2996-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
vbrfix-0.24+dfsg/admin/ltmain.sh:2997:			*) potlib=`$echo "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";;
vbrfix-0.24+dfsg/admin/ltmain.sh-2998-			esac
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-3031-	  set dummy $deplibs_check_method
vbrfix-0.24+dfsg/admin/ltmain.sh:3032:	  match_pattern_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
vbrfix-0.24+dfsg/admin/ltmain.sh-3033-	  for a_deplib in $deplibs; do
vbrfix-0.24+dfsg/admin/ltmain.sh:3034:	    name="`expr $a_deplib : '-l\(.*\)'`"
vbrfix-0.24+dfsg/admin/ltmain.sh-3035-	    # If $name is empty we are operating on a -L argument.
vbrfix-0.24+dfsg/admin/ltmain.sh-3036-	    if test -n "$name" && test "$name" != "0"; then
vbrfix-0.24+dfsg/admin/ltmain.sh:3037:	      libname=`eval \\$echo \"$libname_spec\"`
vbrfix-0.24+dfsg/admin/ltmain.sh-3038-	      for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
vbrfix-0.24+dfsg/admin/ltmain.sh:3039:		potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
vbrfix-0.24+dfsg/admin/ltmain.sh-3040-		for potent_lib in $potential_libs; do
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-3096-	  # On Rhapsody replace the C library is the System framework
vbrfix-0.24+dfsg/admin/ltmain.sh:3097:	  newdeplibs=`$echo "X $newdeplibs" | $Xsed -e 's/ -lc / -framework System /'`
vbrfix-0.24+dfsg/admin/ltmain.sh-3098-	  ;;
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-3230-	# Use standard objects if they are pic
vbrfix-0.24+dfsg/admin/ltmain.sh:3231:	test -z "$pic_flag" && libobjs=`$echo "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
vbrfix-0.24+dfsg/admin/ltmain.sh-3232-
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-3281-	      esac
vbrfix-0.24+dfsg/admin/ltmain.sh:3282:	      xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'`
vbrfix-0.24+dfsg/admin/ltmain.sh-3283-	      xdir="$gentop/$xlib"
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-3295-
vbrfix-0.24+dfsg/admin/ltmain.sh:3296:	      libobjs="$libobjs "`find $xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP`
vbrfix-0.24+dfsg/admin/ltmain.sh-3297-	    done
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-3326-
vbrfix-0.24+dfsg/admin/ltmain.sh:3327:	if len=`expr "X$cmds" : ".*"` &&
vbrfix-0.24+dfsg/admin/ltmain.sh-3328-	   test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-3360-	    if test "X$objlist" = X ||
vbrfix-0.24+dfsg/admin/ltmain.sh:3361:	       { len=`expr "X$test_cmds" : ".*"` &&
vbrfix-0.24+dfsg/admin/ltmain.sh-3362-		 test "$len" -le "$max_cmd_len"; }; then
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-3375-	      last_robj=$output_objdir/$save_output-${k}.$objext
vbrfix-0.24+dfsg/admin/ltmain.sh:3376:	      k=`expr $k + 1`
vbrfix-0.24+dfsg/admin/ltmain.sh-3377-	      output=$output_objdir/$save_output-${k}.$objext
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-3392-	  do
vbrfix-0.24+dfsg/admin/ltmain.sh:3393:	    i=`expr $i + 1`
vbrfix-0.24+dfsg/admin/ltmain.sh-3394-	    delfiles="$delfiles $output_objdir/$save_output-${i}.$objext"
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-3490-	libobj="$output"
vbrfix-0.24+dfsg/admin/ltmain.sh:3491:	obj=`$echo "X$output" | $Xsed -e "$lo2o"`
vbrfix-0.24+dfsg/admin/ltmain.sh-3492-	;;
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-3532-	    esac
vbrfix-0.24+dfsg/admin/ltmain.sh:3533:	    xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'`
vbrfix-0.24+dfsg/admin/ltmain.sh-3534-	    xdir="$gentop/$xlib"
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-3546-
vbrfix-0.24+dfsg/admin/ltmain.sh:3547:	    reload_conv_objs="$reload_objs "`find $xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP`
vbrfix-0.24+dfsg/admin/ltmain.sh-3548-	  done
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-3552-      # Create the old-style object.
vbrfix-0.24+dfsg/admin/ltmain.sh:3553:      reload_objs="$objs$old_deplibs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}$'/d' -e '/\.lib$/d' -e "$lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
vbrfix-0.24+dfsg/admin/ltmain.sh-3554-
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-3611-      case $host in
vbrfix-0.24+dfsg/admin/ltmain.sh:3612:	*cygwin*) output=`echo $output | ${SED} -e 's,.exe$,,;s,$,.exe,'` ;;
vbrfix-0.24+dfsg/admin/ltmain.sh-3613-      esac
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-3631-	# On Rhapsody replace the C library is the System framework
vbrfix-0.24+dfsg/admin/ltmain.sh:3632:	compile_deplibs=`$echo "X $compile_deplibs" | $Xsed -e 's/ -lc / -framework System /'`
vbrfix-0.24+dfsg/admin/ltmain.sh:3633:	finalize_deplibs=`$echo "X $finalize_deplibs" | $Xsed -e 's/ -lc / -framework System /'`
vbrfix-0.24+dfsg/admin/ltmain.sh-3634-	;;
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-3733-	# Transform all the library objects into standard objects.
vbrfix-0.24+dfsg/admin/ltmain.sh:3734:	compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
vbrfix-0.24+dfsg/admin/ltmain.sh:3735:	finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
vbrfix-0.24+dfsg/admin/ltmain.sh-3736-      fi
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-3779-	    # Add our own program objects to the symbol list.
vbrfix-0.24+dfsg/admin/ltmain.sh:3780:	    progfiles=`$echo "X$objs$old_deplibs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
vbrfix-0.24+dfsg/admin/ltmain.sh-3781-	    for arg in $progfiles; do
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-3809-	    $show "extracting global C symbols from \`$arg'"
vbrfix-0.24+dfsg/admin/ltmain.sh:3810:	    name=`echo "$arg" | ${SED} -e 's%^.*/%%'`
vbrfix-0.24+dfsg/admin/ltmain.sh-3811-	    $run eval 'echo ": $name " >> "$nlist"'
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-3903-	  # Transform the symbol file into the correct name.
vbrfix-0.24+dfsg/admin/ltmain.sh:3904:	  compile_command=`$echo "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"`
vbrfix-0.24+dfsg/admin/ltmain.sh:3905:	  finalize_command=`$echo "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"`
vbrfix-0.24+dfsg/admin/ltmain.sh-3906-	  ;;
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-3917-	# Nullify the symbol file.
vbrfix-0.24+dfsg/admin/ltmain.sh:3918:	compile_command=`$echo "X$compile_command" | $Xsed -e "s% @SYMFILE@%%"`
vbrfix-0.24+dfsg/admin/ltmain.sh:3919:	finalize_command=`$echo "X$finalize_command" | $Xsed -e "s% @SYMFILE@%%"`
vbrfix-0.24+dfsg/admin/ltmain.sh-3920-      fi
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-3928-        *-*-aix4* | *-*-aix5*)
vbrfix-0.24+dfsg/admin/ltmain.sh:3929:                   compile_command=`$echo "X$compile_command $wl-brtl" | $Xsed -e "s/\$CC/\$CC $wl-bnolibpath/1"`
vbrfix-0.24+dfsg/admin/ltmain.sh:3930:                   finalize_command=`$echo "X$finalize_command $wl-brtl" | $Xsed -e "s/\$CC/\$CC $wl-bnolibpath/1"` ;;
vbrfix-0.24+dfsg/admin/ltmain.sh-3931-      esac
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-3934-	# Replace the output file specification.
vbrfix-0.24+dfsg/admin/ltmain.sh:3935:	compile_command=`$echo "X$compile_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
vbrfix-0.24+dfsg/admin/ltmain.sh-3936-	link_command="$compile_command$compile_rpath"
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-4001-	# Replace the output file specification.
vbrfix-0.24+dfsg/admin/ltmain.sh:4002:	link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
vbrfix-0.24+dfsg/admin/ltmain.sh-4003-	# Delete the old output file.
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-4021-	  if test "$fast_install" = yes; then
vbrfix-0.24+dfsg/admin/ltmain.sh:4022:	    relink_command=`$echo "X$compile_var$compile_command$compile_rpath" | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g'`
vbrfix-0.24+dfsg/admin/ltmain.sh-4023-	  else
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-4033-      # Replace the output file specification.
vbrfix-0.24+dfsg/admin/ltmain.sh:4034:      link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
vbrfix-0.24+dfsg/admin/ltmain.sh-4035-
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-4053-	  else
vbrfix-0.24+dfsg/admin/ltmain.sh:4054:	    var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"`
vbrfix-0.24+dfsg/admin/ltmain.sh-4055-	    relink_command="$var=\"$var_value\"; export $var; $relink_command"
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-4058-	relink_command="(cd `pwd`; $relink_command)"
vbrfix-0.24+dfsg/admin/ltmain.sh:4059:	relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"`
vbrfix-0.24+dfsg/admin/ltmain.sh-4060-      fi
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-4067-	esac
vbrfix-0.24+dfsg/admin/ltmain.sh:4068:	qecho=`$echo "X$qecho" | $Xsed -e "$sed_quote_subst"`
vbrfix-0.24+dfsg/admin/ltmain.sh-4069-      else
vbrfix-0.24+dfsg/admin/ltmain.sh:4070:	qecho=`$echo "X$echo" | $Xsed -e "$sed_quote_subst"`
vbrfix-0.24+dfsg/admin/ltmain.sh-4071-      fi
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-4077-	case $output in
vbrfix-0.24+dfsg/admin/ltmain.sh:4078:	  *.exe) output=`echo $output|${SED} 's,.exe$,,'` ;;
vbrfix-0.24+dfsg/admin/ltmain.sh-4079-	esac
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-4123-      shift
vbrfix-0.24+dfsg/admin/ltmain.sh:4124:    elif test \"X\`(\$echo '\t') 2>/dev/null\`\" = 'X\t'; then
vbrfix-0.24+dfsg/admin/ltmain.sh-4125-      # Yippee, \$echo works!
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-4135-  # Find the directory that this script lives in.
vbrfix-0.24+dfsg/admin/ltmain.sh:4136:  thisdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*$%%'\`
vbrfix-0.24+dfsg/admin/ltmain.sh-4137-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-4139-  # Follow symbolic links until we get to the real thisdir.
vbrfix-0.24+dfsg/admin/ltmain.sh:4140:  file=\`ls -ld \"\$file\" | ${SED} -n 's/.*-> //p'\`
vbrfix-0.24+dfsg/admin/ltmain.sh-4141-  while test -n \"\$file\"; do
vbrfix-0.24+dfsg/admin/ltmain.sh:4142:    destdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\`
vbrfix-0.24+dfsg/admin/ltmain.sh-4143-
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-4151-
vbrfix-0.24+dfsg/admin/ltmain.sh:4152:    file=\`\$echo \"X\$file\" | \$Xsed -e 's%^.*/%%'\`
vbrfix-0.24+dfsg/admin/ltmain.sh:4153:    file=\`ls -ld \"\$thisdir/\$file\" | ${SED} -n 's/.*-> //p'\`
vbrfix-0.24+dfsg/admin/ltmain.sh-4154-  done
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-4156-  # Try to get the absolute directory name.
vbrfix-0.24+dfsg/admin/ltmain.sh:4157:  absdir=\`cd \"\$thisdir\" && pwd\`
vbrfix-0.24+dfsg/admin/ltmain.sh-4158-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-4166-  if test ! -f \"\$progdir/\$program\" || \\
vbrfix-0.24+dfsg/admin/ltmain.sh:4167:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
vbrfix-0.24+dfsg/admin/ltmain.sh-4168-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-4181-    if test -n \"\$relink_command\"; then
vbrfix-0.24+dfsg/admin/ltmain.sh:4182:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
vbrfix-0.24+dfsg/admin/ltmain.sh-4183-      else
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-4213-    # The second colon is a workaround for a bug in BeOS R4 sed
vbrfix-0.24+dfsg/admin/ltmain.sh:4214:    $shlibpath_var=\`\$echo \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\`
vbrfix-0.24+dfsg/admin/ltmain.sh-4215-
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-4313-	  esac
vbrfix-0.24+dfsg/admin/ltmain.sh:4314:	  xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'`
vbrfix-0.24+dfsg/admin/ltmain.sh-4315-	  xdir="$gentop/$xlib"
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-4327-
vbrfix-0.24+dfsg/admin/ltmain.sh:4328:	  oldobjs="$oldobjs "`find $xdir -name \*.${objext} -print -o -name \*.lo -print | $NL2SP`
vbrfix-0.24+dfsg/admin/ltmain.sh-4329-	done
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-4339-
vbrfix-0.24+dfsg/admin/ltmain.sh:4340:	if len=`expr "X$cmds" : ".*"` &&
vbrfix-0.24+dfsg/admin/ltmain.sh-4341-	     test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-4355-	    eval test_cmds=\"$old_archive_cmds\"
vbrfix-0.24+dfsg/admin/ltmain.sh:4356:	    if len=`expr "X$test_cmds" : ".*"` &&
vbrfix-0.24+dfsg/admin/ltmain.sh-4357-	       test "$len" -le "$max_cmd_len"; then
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-4399-	else
vbrfix-0.24+dfsg/admin/ltmain.sh:4400:	  var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"`
vbrfix-0.24+dfsg/admin/ltmain.sh-4401-	  relink_command="$var=\"$var_value\"; export $var; $relink_command"
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-4405-      relink_command="($relink_command; cd `pwd`; $SHELL $0 --mode=relink $libtool_args)"
vbrfix-0.24+dfsg/admin/ltmain.sh:4406:      relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"`
vbrfix-0.24+dfsg/admin/ltmain.sh-4407-
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-4420-	      *.la)
vbrfix-0.24+dfsg/admin/ltmain.sh:4421:		name=`$echo "X$deplib" | $Xsed -e 's%^.*/%%'`
vbrfix-0.24+dfsg/admin/ltmain.sh:4422:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
vbrfix-0.24+dfsg/admin/ltmain.sh-4423-		if test -z "$libdir"; then
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-4434-	    for lib in $dlfiles; do
vbrfix-0.24+dfsg/admin/ltmain.sh:4435:	      name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
vbrfix-0.24+dfsg/admin/ltmain.sh:4436:	      eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
vbrfix-0.24+dfsg/admin/ltmain.sh-4437-	      if test -z "$libdir"; then
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-4445-	    for lib in $dlprefiles; do
vbrfix-0.24+dfsg/admin/ltmain.sh:4446:	      name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
vbrfix-0.24+dfsg/admin/ltmain.sh:4447:	      eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
vbrfix-0.24+dfsg/admin/ltmain.sh-4448-	      if test -z "$libdir"; then
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-4520-      # Aesthetically quote it.
vbrfix-0.24+dfsg/admin/ltmain.sh:4521:      arg=`$echo "X$nonopt" | $Xsed -e "$sed_quote_subst"`
vbrfix-0.24+dfsg/admin/ltmain.sh-4522-      case $arg in
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-4536-    # Aesthetically quote it.
vbrfix-0.24+dfsg/admin/ltmain.sh:4537:    arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
vbrfix-0.24+dfsg/admin/ltmain.sh-4538-    case $arg in
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-4584-      # Aesthetically quote the argument.
vbrfix-0.24+dfsg/admin/ltmain.sh:4585:      arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
vbrfix-0.24+dfsg/admin/ltmain.sh-4586-      case $arg in
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-4616-    # Strip any trailing slash from the destination.
vbrfix-0.24+dfsg/admin/ltmain.sh:4617:    dest=`$echo "X$dest" | $Xsed -e 's%/$%%'`
vbrfix-0.24+dfsg/admin/ltmain.sh-4618-
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-4624-    else
vbrfix-0.24+dfsg/admin/ltmain.sh:4625:      destdir=`$echo "X$dest" | $Xsed -e 's%/[^/]*$%%'`
vbrfix-0.24+dfsg/admin/ltmain.sh-4626-      test "X$destdir" = "X$dest" && destdir=.
vbrfix-0.24+dfsg/admin/ltmain.sh:4627:      destname=`$echo "X$dest" | $Xsed -e 's%^.*/%%'`
vbrfix-0.24+dfsg/admin/ltmain.sh-4628-
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-4700-
vbrfix-0.24+dfsg/admin/ltmain.sh:4701:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`/
vbrfix-0.24+dfsg/admin/ltmain.sh-4702-	test "X$dir" = "X$file/" && dir=
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-4756-	# Install the pseudo-library for information purposes.
vbrfix-0.24+dfsg/admin/ltmain.sh:4757:	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
vbrfix-0.24+dfsg/admin/ltmain.sh-4758-	instname="$dir/$name"i
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-4772-	else
vbrfix-0.24+dfsg/admin/ltmain.sh:4773:	  destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
vbrfix-0.24+dfsg/admin/ltmain.sh-4774-	  destfile="$destdir/$destfile"
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-4779-	*.lo)
vbrfix-0.24+dfsg/admin/ltmain.sh:4780:	  staticdest=`$echo "X$destfile" | $Xsed -e "$lo2o"`
vbrfix-0.24+dfsg/admin/ltmain.sh-4781-	  ;;
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-4801-	  # Deduce the name of the old-style object file.
vbrfix-0.24+dfsg/admin/ltmain.sh:4802:	  staticobj=`$echo "X$file" | $Xsed -e "$lo2o"`
vbrfix-0.24+dfsg/admin/ltmain.sh-4803-
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-4814-	else
vbrfix-0.24+dfsg/admin/ltmain.sh:4815:	  destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
vbrfix-0.24+dfsg/admin/ltmain.sh-4816-	  destfile="$destdir/$destfile"
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-4821-	*cygwin*|*mingw*)
vbrfix-0.24+dfsg/admin/ltmain.sh:4822:	    wrapper=`echo $file | ${SED} -e 's,.exe$,,'`
vbrfix-0.24+dfsg/admin/ltmain.sh-4823-	    ;;
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-4854-	    fi
vbrfix-0.24+dfsg/admin/ltmain.sh:4855:	    libfile="$libdir/"`$echo "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test
vbrfix-0.24+dfsg/admin/ltmain.sh-4856-	    if test -n "$libdir" && test ! -f "$libfile"; then
vbrfix-0.24+dfsg/admin/ltmain.sh:4857:	      $echo "$modename: warning: \`$lib' has not been installed in \`$libdir'" 1>&2
vbrfix-0.24+dfsg/admin/ltmain.sh-4858-	      finalize=no
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-4879-	      fi
vbrfix-0.24+dfsg/admin/ltmain.sh:4880:	      file=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
vbrfix-0.24+dfsg/admin/ltmain.sh-4881-	      outputname="$tmpdir/$file"
vbrfix-0.24+dfsg/admin/ltmain.sh-4882-	      # Replace the output file specification.
vbrfix-0.24+dfsg/admin/ltmain.sh:4883:	      relink_command=`$echo "X$relink_command" | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g'`
vbrfix-0.24+dfsg/admin/ltmain.sh-4884-
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-4897-	    # Install the binary that we compiled earlier.
vbrfix-0.24+dfsg/admin/ltmain.sh:4898:	    file=`$echo "X$file" | $Xsed -e "s%\([^/]*\)$%$objdir/\1%"`
vbrfix-0.24+dfsg/admin/ltmain.sh-4899-	  fi
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-4913-	  *:*.exe)
vbrfix-0.24+dfsg/admin/ltmain.sh:4914:	    destfile=`echo $destfile | ${SED} -e 's,.exe$,,'`
vbrfix-0.24+dfsg/admin/ltmain.sh-4915-	    ;;
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-4926-    for file in $staticlibs; do
vbrfix-0.24+dfsg/admin/ltmain.sh:4927:      name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
vbrfix-0.24+dfsg/admin/ltmain.sh-4928-
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-5081-	  # Warn if it was a shared library.
vbrfix-0.24+dfsg/admin/ltmain.sh:5082:	  test -n "$library_names" && $echo "$modename: warning: \`$file' was not linked with \`-export-dynamic'"
vbrfix-0.24+dfsg/admin/ltmain.sh-5083-	  continue
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-5085-
vbrfix-0.24+dfsg/admin/ltmain.sh:5086:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
vbrfix-0.24+dfsg/admin/ltmain.sh-5087-	test "X$dir" = "X$file" && dir=.
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-5091-	else
vbrfix-0.24+dfsg/admin/ltmain.sh:5092:	  $echo "$modename: cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" 1>&2
vbrfix-0.24+dfsg/admin/ltmain.sh-5093-	  exit 1
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-5098-	# Just add the directory containing the .lo file.
vbrfix-0.24+dfsg/admin/ltmain.sh:5099:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
vbrfix-0.24+dfsg/admin/ltmain.sh-5100-	test "X$dir" = "X$file" && dir=.
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-5109-      # Get the absolute pathname.
vbrfix-0.24+dfsg/admin/ltmain.sh:5110:      absdir=`cd "$dir" && pwd`
vbrfix-0.24+dfsg/admin/ltmain.sh-5111-      test -n "$absdir" && dir="$absdir"
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-5145-      # Quote arguments (to preserve shell metacharacters).
vbrfix-0.24+dfsg/admin/ltmain.sh:5146:      file=`$echo "X$file" | $Xsed -e "$sed_quote_subst"`
vbrfix-0.24+dfsg/admin/ltmain.sh-5147-      args="$args \"$file\""
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-5206-    for file in $files; do
vbrfix-0.24+dfsg/admin/ltmain.sh:5207:      dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
vbrfix-0.24+dfsg/admin/ltmain.sh-5208-      if test "X$dir" = "X$file"; then
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-5213-      fi
vbrfix-0.24+dfsg/admin/ltmain.sh:5214:      name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
vbrfix-0.24+dfsg/admin/ltmain.sh-5215-      test "$mode" = uninstall && objdir="$dir"
##############################################
vbrfix-0.24+dfsg/admin/ltmain.sh-5565-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
vbrfix-0.24+dfsg/admin/ltmain.sh:5566:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
vbrfix-0.24+dfsg/admin/ltmain.sh-5567-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
vbrfix-0.24+dfsg/admin/missing-128-         from any GNU archive site."
vbrfix-0.24+dfsg/admin/missing:129:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
vbrfix-0.24+dfsg/admin/missing-130-    test -z "$files" && files="config.h"
##############################################
vbrfix-0.24+dfsg/admin/missing-167-         proper tools for further handling them.
vbrfix-0.24+dfsg/admin/missing:168:         You can get \`$1Help2man' as part of \`Autoconf' from any GNU
vbrfix-0.24+dfsg/admin/missing-169-         archive site."
vbrfix-0.24+dfsg/admin/missing-170-
vbrfix-0.24+dfsg/admin/missing:171:    file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
vbrfix-0.24+dfsg/admin/missing:172:    test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'`
vbrfix-0.24+dfsg/admin/missing-173-    if test -f "$file"; then
##############################################
vbrfix-0.24+dfsg/admin/missing-196-	*.y)
vbrfix-0.24+dfsg/admin/missing:197:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
vbrfix-0.24+dfsg/admin/missing-198-	    if [ -f "$SRCFILE" ]; then
##############################################
vbrfix-0.24+dfsg/admin/missing-200-	    fi
vbrfix-0.24+dfsg/admin/missing:201:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
vbrfix-0.24+dfsg/admin/missing-202-	    if [ -f "$SRCFILE" ]; then
##############################################
vbrfix-0.24+dfsg/admin/missing-226-	*.l)
vbrfix-0.24+dfsg/admin/missing:227:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
vbrfix-0.24+dfsg/admin/missing-228-	    if [ -f "$SRCFILE" ]; then
##############################################
vbrfix-0.24+dfsg/admin/missing-250-
vbrfix-0.24+dfsg/admin/missing:251:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
vbrfix-0.24+dfsg/admin/missing-252-    if test -z "$file"; then
vbrfix-0.24+dfsg/admin/missing:253:	file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'`
vbrfix-0.24+dfsg/admin/missing-254-    fi
##############################################
vbrfix-0.24+dfsg/admin/missing-276-         the \`GNU make' package.  Grab either from any GNU archive site."
vbrfix-0.24+dfsg/admin/missing:277:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
vbrfix-0.24+dfsg/admin/missing-278-    if test -z "$file"; then
vbrfix-0.24+dfsg/admin/missing:279:      file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
vbrfix-0.24+dfsg/admin/missing:280:      file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file`
vbrfix-0.24+dfsg/admin/missing-281-    fi
##############################################
vbrfix-0.24+dfsg/admin/missing-304-	*o*)
vbrfix-0.24+dfsg/admin/missing:305:	    firstarg=`echo "$firstarg" | sed s/o//`
vbrfix-0.24+dfsg/admin/missing-306-	    tar "$firstarg" "$@" && exit 0
##############################################
vbrfix-0.24+dfsg/admin/missing-310-	*h*)
vbrfix-0.24+dfsg/admin/missing:311:	    firstarg=`echo "$firstarg" | sed s/h//`
vbrfix-0.24+dfsg/admin/missing-312-	    tar "$firstarg" "$@" && exit 0
##############################################
vbrfix-0.24+dfsg/admin/mkinstalldirs-69-do
vbrfix-0.24+dfsg/admin/mkinstalldirs:70:  set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
vbrfix-0.24+dfsg/admin/mkinstalldirs-71-  shift
##############################################
vbrfix-0.24+dfsg/admin/ylwrap-47-# The directory holding the input.
vbrfix-0.24+dfsg/admin/ylwrap:48:input_dir=`echo "$input" | sed -e 's,\([\\/]\)[^\\/]*$,\1,'`
vbrfix-0.24+dfsg/admin/ylwrap-49-# Quote $INPUT_DIR so we can use it in a regexp.
vbrfix-0.24+dfsg/admin/ylwrap-50-# FIXME: really we should care about more than `.' and `\'.
vbrfix-0.24+dfsg/admin/ylwrap:51:input_rx=`echo "$input_dir" | sed -e 's,\\\\,\\\\\\\\,g' -e 's,\\.,\\\\.,g'`
vbrfix-0.24+dfsg/admin/ylwrap-52-
##############################################
vbrfix-0.24+dfsg/admin/Makefile.common-13-	    admindir=$$admindir/..; \
vbrfix-0.24+dfsg/admin/Makefile.common:14:	    if test `cd $$admindir && pwd` = / ; then break; fi; \
vbrfix-0.24+dfsg/admin/Makefile.common-15-	  done; \
##############################################
vbrfix-0.24+dfsg/admin/cvs.sh-29-{
vbrfix-0.24+dfsg/admin/cvs.sh:30:AUTOCONF_VERSION=`$AUTOCONF --version | head -1`
vbrfix-0.24+dfsg/admin/cvs.sh-31-case $AUTOCONF_VERSION in
##############################################
vbrfix-0.24+dfsg/admin/cvs.sh-44- 
vbrfix-0.24+dfsg/admin/cvs.sh:45:AUTOHEADER_VERSION=`$AUTOHEADER --version | head -1`
vbrfix-0.24+dfsg/admin/cvs.sh-46-case $AUTOHEADER_VERSION in
##############################################
vbrfix-0.24+dfsg/admin/cvs.sh-59-
vbrfix-0.24+dfsg/admin/cvs.sh:60:AUTOMAKE_STRING=`$AUTOMAKE --version | head -1`
vbrfix-0.24+dfsg/admin/cvs.sh-61-case $AUTOMAKE_STRING in
##############################################
vbrfix-0.24+dfsg/admin/cvs.sh-174- for i in $LIST; do
vbrfix-0.24+dfsg/admin/cvs.sh:175:  file2=`echo $i | sed -e "s#\.po#\.gmo#"`
vbrfix-0.24+dfsg/admin/cvs.sh-176-  msgfmt -o $file2 $i || touch $file2
##############################################
vbrfix-0.24+dfsg/admin/cvs.sh-203-  for dir in $subdirs; do
vbrfix-0.24+dfsg/admin/cvs.sh:204:    dir=`echo $dir | sed -e "s,[-+.],_,g"`
vbrfix-0.24+dfsg/admin/cvs.sh-205-    echo "AM_CONDITIONAL($dir""_SUBDIR_included, test \"x\$$dir""_SUBDIR_included\" = xyes)" >> configure.in.new
##############################################
vbrfix-0.24+dfsg/admin/cvs.sh-211-for i in $mfs; do
vbrfix-0.24+dfsg/admin/cvs.sh:212:  topleveldir=`echo $i| sed -e "s#/.*##"`
vbrfix-0.24+dfsg/admin/cvs.sh-213-  if test -f $topleveldir/configure.in; then
##############################################
vbrfix-0.24+dfsg/admin/cvs.sh-238-files=`cat configure.files`
vbrfix-0.24+dfsg/admin/cvs.sh:239:list=`egrep '^dnl AC_OUTPUT\(.*\)' $files | sed -e "s#^.*dnl AC_OUTPUT(\(.*\))#\1#"`
vbrfix-0.24+dfsg/admin/cvs.sh-240-for file in $list; do 
##############################################
vbrfix-0.24+dfsg/admin/cvs.sh-255-      if test -n "$line"; then
vbrfix-0.24+dfsg/admin/cvs.sh:256:	  modulename=`echo $line | sed -e "s#AM_INIT_AUTOMAKE(\([^,]*\),.*#\1#"`
vbrfix-0.24+dfsg/admin/cvs.sh:257:	  VERSION=`echo $line | sed -e "s#AM_INIT_AUTOMAKE([^,]*, *\([^)]*\)).*#\1#"`
vbrfix-0.24+dfsg/admin/cvs.sh-258-      fi
##############################################
vbrfix-0.24+dfsg/admin/cvs.sh-267-   modulename=`pwd`; 
vbrfix-0.24+dfsg/admin/cvs.sh:268:   modulename=`basename $modulename`
vbrfix-0.24+dfsg/admin/cvs.sh:269:   esc_VERSION=`echo $VERSION | sed -e "s#[^.0-9a-zA-Z]##g"`
vbrfix-0.24+dfsg/admin/cvs.sh:270:   modulename=`echo $modulename | sed -e "s#-$esc_VERSION##"`   
vbrfix-0.24+dfsg/admin/cvs.sh-271-
##############################################
vbrfix-0.24+dfsg/admin/cvs.sh-297-list=`find . -name "configure.in.in" -o -name "configure.in.bot" | sort`
vbrfix-0.24+dfsg/admin/cvs.sh:298:for i in $list; do if test -f $i && test `dirname $i` != "." ; then
vbrfix-0.24+dfsg/admin/cvs.sh-299-  echo $i >> configure.files
##############################################
vbrfix-0.24+dfsg/admin/cvs.sh-307-dirs=
vbrfix-0.24+dfsg/admin/cvs.sh:308:compilefirst=`sed -ne 's#^COMPILE_FIRST[ ]*=[ ]*##p' $makefile_am | head -1`
vbrfix-0.24+dfsg/admin/cvs.sh:309:compilelast=`sed -ne 's#^COMPILE_LAST[ ]*=[ ]*##p' $makefile_am | head -1`
vbrfix-0.24+dfsg/admin/cvs.sh-310-for i in `ls -1`; do
##############################################
vbrfix-0.24+dfsg/admin/cvs.sh-325-(for d in $dirs; do 
vbrfix-0.24+dfsg/admin/cvs.sh:326:   list=`sed -ne "s#^COMPILE_BEFORE_$d""[ ]*=[ ]*##p" $makefile_am | head -1`
vbrfix-0.24+dfsg/admin/cvs.sh-327-   for s in $list; do
##############################################
vbrfix-0.24+dfsg/admin/cvs.sh-329-   done
vbrfix-0.24+dfsg/admin/cvs.sh:330:   list=`sed -ne "s#^COMPILE_AFTER_$d""[ ]*=[ ]*##p" $makefile_am | head -1`
vbrfix-0.24+dfsg/admin/cvs.sh-331-   for s in $list; do
##############################################
vbrfix-0.24+dfsg/admin/cvs.sh-345-    for i in $compilefirst $dirs $compilelast; do
vbrfix-0.24+dfsg/admin/cvs.sh:346:       vari=`echo $i | sed -e "s,[-+],_,g"`
vbrfix-0.24+dfsg/admin/cvs.sh-347-       echo "if $vari""_SUBDIR_included" >> Makefile.am
##############################################
vbrfix-0.24+dfsg/admin/cvs.sh-405-files=`find . -name Makefile.am | xargs egrep -l '^messages:' `
vbrfix-0.24+dfsg/admin/cvs.sh:406:dirs=`for i in $files; do echo \`dirname $i\`; done`
vbrfix-0.24+dfsg/admin/cvs.sh-407-tmpname="$PWD/messages.log"
##############################################
vbrfix-0.24+dfsg/admin/cvs.sh-444-   egrep -v '^#([^:]|$)' po/$i | egrep '^.*[^ ]+.*$' | grep -v "\"POT-Creation" > temp.pot
vbrfix-0.24+dfsg/admin/cvs.sh:445:  if test -f po.backup/$i && test -n "`diff temp.pot po.backup/$i`"; then
vbrfix-0.24+dfsg/admin/cvs.sh-446-	echo "will update $i"
##############################################
vbrfix-0.24+dfsg/admin/cvs.sh-462-
vbrfix-0.24+dfsg/admin/cvs.sh:463:admindir=`echo "$0" | sed 's%[\\/][^\\/][^\\/]*$%%'`
vbrfix-0.24+dfsg/admin/cvs.sh-464-test "x$admindir" = "x$0" && admindir=.
##############################################
vbrfix-0.24+dfsg/admin/cvs.sh-480-
vbrfix-0.24+dfsg/admin/cvs.sh:481:arg=`echo $1 | tr '\-.' __`
vbrfix-0.24+dfsg/admin/cvs.sh-482-case $arg in
##############################################
vbrfix-0.24+dfsg/admin/am_edit-1693-      $tmp .= "\tif test ! -f \$(kde_htmldir)/en/common/kde-common.css; then echo 'no english docs found in \$(kde_htmldir)/en/common/'; exit 1; fi \n";
vbrfix-0.24+dfsg/admin/am_edit:1694:      $tmp .= "\t\@com_files=`cd \$(kde_htmldir)/en/common && echo *` ;\\\n";
vbrfix-0.24+dfsg/admin/am_edit-1695-      $tmp .= "\tcd \$(DESTDIR)\$(kde_htmldir)/$kdelang/common ;\\\n";
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-265-  # Remove one level of quotation (which was required for Make).
vbrfix-0.24+dfsg/admin/libtool.m4.in:266:  ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
vbrfix-0.24+dfsg/admin/libtool.m4.in-267-  ;;
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-276-  :
vbrfix-0.24+dfsg/admin/libtool.m4.in:277:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then
vbrfix-0.24+dfsg/admin/libtool.m4.in-278-  # Yippee, $echo works!
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-302-    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
vbrfix-0.24+dfsg/admin/libtool.m4.in:303:    if (echo_test_string="`eval $cmd`") 2>/dev/null &&
vbrfix-0.24+dfsg/admin/libtool.m4.in:304:       echo_test_string="`eval $cmd`" &&
vbrfix-0.24+dfsg/admin/libtool.m4.in-305-       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-311-
vbrfix-0.24+dfsg/admin/libtool.m4.in:312:if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
vbrfix-0.24+dfsg/admin/libtool.m4.in:313:   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
vbrfix-0.24+dfsg/admin/libtool.m4.in-314-   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-326-    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
vbrfix-0.24+dfsg/admin/libtool.m4.in:327:       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
vbrfix-0.24+dfsg/admin/libtool.m4.in:328:       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
vbrfix-0.24+dfsg/admin/libtool.m4.in-329-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-338-    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
vbrfix-0.24+dfsg/admin/libtool.m4.in:339:       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
vbrfix-0.24+dfsg/admin/libtool.m4.in-340-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-353-      echo='printf %s\n'
vbrfix-0.24+dfsg/admin/libtool.m4.in:354:      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
vbrfix-0.24+dfsg/admin/libtool.m4.in:355:	 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
vbrfix-0.24+dfsg/admin/libtool.m4.in-356-	 test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-358-	:
vbrfix-0.24+dfsg/admin/libtool.m4.in:359:      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
vbrfix-0.24+dfsg/admin/libtool.m4.in-360-	   test "X$echo_testing_string" = 'X\t' &&
vbrfix-0.24+dfsg/admin/libtool.m4.in:361:	   echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
vbrfix-0.24+dfsg/admin/libtool.m4.in-362-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-367-	echo="$CONFIG_SHELL [$]0 --fallback-echo"
vbrfix-0.24+dfsg/admin/libtool.m4.in:368:      elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
vbrfix-0.24+dfsg/admin/libtool.m4.in-369-	   test "X$echo_testing_string" = 'X\t' &&
vbrfix-0.24+dfsg/admin/libtool.m4.in:370:	   echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
vbrfix-0.24+dfsg/admin/libtool.m4.in-371-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-377-	for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
vbrfix-0.24+dfsg/admin/libtool.m4.in:378:	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
vbrfix-0.24+dfsg/admin/libtool.m4.in-379-	  then
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-385-	if test "$prev" != 'sed 50q "[$]0"'; then
vbrfix-0.24+dfsg/admin/libtool.m4.in:386:	  echo_test_string=`eval $prev`
vbrfix-0.24+dfsg/admin/libtool.m4.in-387-	  export echo_test_string
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-425-  if AC_TRY_EVAL(ac_compile); then
vbrfix-0.24+dfsg/admin/libtool.m4.in:426:    case `/usr/bin/file conftest.$ac_objext` in
vbrfix-0.24+dfsg/admin/libtool.m4.in-427-    *ELF-32*)
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-440-  if AC_TRY_EVAL(ac_compile); then
vbrfix-0.24+dfsg/admin/libtool.m4.in:441:    case `/usr/bin/file conftest.$ac_objext` in
vbrfix-0.24+dfsg/admin/libtool.m4.in-442-    *32-bit*)
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-459-  if AC_TRY_EVAL(ac_compile); then
vbrfix-0.24+dfsg/admin/libtool.m4.in:460:    case `/usr/bin/file conftest.$ac_objext` in
vbrfix-0.24+dfsg/admin/libtool.m4.in-461-    *"ELF 32"*)
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-615-    # we can't tell.
vbrfix-0.24+dfsg/admin/libtool.m4.in:616:    while (test "X"`$CONFIG_SHELL [$]0 --fallback-echo "X$testring" 2>/dev/null` \
vbrfix-0.24+dfsg/admin/libtool.m4.in-617-	       = "XX$testring") >/dev/null 2>&1 &&
vbrfix-0.24+dfsg/admin/libtool.m4.in:618:	    new_result=`expr "X$testring" : ".*" 2>&1` &&
vbrfix-0.24+dfsg/admin/libtool.m4.in-619-	    lt_cv_sys_max_cmd_len=$new_result &&
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-621-    do
vbrfix-0.24+dfsg/admin/libtool.m4.in:622:      i=`expr $i + 1`
vbrfix-0.24+dfsg/admin/libtool.m4.in-623-      testring=$testring$testring
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-628-    # It appears as though 1/2 is a usable value.
vbrfix-0.24+dfsg/admin/libtool.m4.in:629:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
vbrfix-0.24+dfsg/admin/libtool.m4.in-630-    ;;
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-903-  if test "$hard_links" = no; then
vbrfix-0.24+dfsg/admin/libtool.m4.in:904:    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
vbrfix-0.24+dfsg/admin/libtool.m4.in-905-    need_locks=warn
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-1064-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
vbrfix-0.24+dfsg/admin/libtool.m4.in:1065:  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $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'
vbrfix-0.24+dfsg/admin/libtool.m4.in-1066-  ;;
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-1095-    sys_lib_search_path_spec="/lib /lib/w32api /usr/lib /usr/local/lib"
vbrfix-0.24+dfsg/admin/libtool.m4.in:1096:    soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | sed -e 's/[[.]]/-/g'`${versuffix}.dll'
vbrfix-0.24+dfsg/admin/libtool.m4.in:1097:    postinstall_cmds='dlpath=`bash 2>&1 -c '\''. $dir/${file}i;echo \$dlname'\''`~
vbrfix-0.24+dfsg/admin/libtool.m4.in:1098:      dldir=$destdir/`dirname \$dlpath`~
vbrfix-0.24+dfsg/admin/libtool.m4.in-1099-      test -d \$dldir || mkdir -p \$dldir~
vbrfix-0.24+dfsg/admin/libtool.m4.in-1100-      $install_prog .libs/$dlname \$dldir/$dlname'
vbrfix-0.24+dfsg/admin/libtool.m4.in:1101:    postuninstall_cmds='dldll=`bash 2>&1 -c '\''. $file; echo \$dlname'\''`~
vbrfix-0.24+dfsg/admin/libtool.m4.in-1102-      dlpath=$dir/\$dldll~
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-1105-  yes,mingw*)
vbrfix-0.24+dfsg/admin/libtool.m4.in:1106:    library_names_spec='${libname}`echo ${release} | sed -e 's/[[.]]/-/g'`${versuffix}.dll'
vbrfix-0.24+dfsg/admin/libtool.m4.in:1107:    sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | sed -e "s/^libraries://"`
vbrfix-0.24+dfsg/admin/libtool.m4.in-1108-    if echo "$sys_lib_search_path_spec" | [egrep ';[C-Z]:/' >/dev/null]; then
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-1114-      # which wouldn't understand a cygwinified path. Ahh.
vbrfix-0.24+dfsg/admin/libtool.m4.in:1115:      sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | sed -e 's/;/ /g'`
vbrfix-0.24+dfsg/admin/libtool.m4.in-1116-    else
vbrfix-0.24+dfsg/admin/libtool.m4.in:1117:      sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | sed  -e "s/$PATH_SEPARATOR/ /g"`
vbrfix-0.24+dfsg/admin/libtool.m4.in-1118-    fi
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-1120-  yes,pw32*)
vbrfix-0.24+dfsg/admin/libtool.m4.in:1121:    library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll'
vbrfix-0.24+dfsg/admin/libtool.m4.in-1122-    ;;
vbrfix-0.24+dfsg/admin/libtool.m4.in-1123-  *)
vbrfix-0.24+dfsg/admin/libtool.m4.in:1124:    library_names_spec='${libname}`echo ${release} | sed -e 's/[[.]]/-/g'`${versuffix}.dll $libname.lib'
vbrfix-0.24+dfsg/admin/libtool.m4.in-1125-    ;;
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-1336-  shlibpath_var=LD_LIBRARY_PATH
vbrfix-0.24+dfsg/admin/libtool.m4.in:1337:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
vbrfix-0.24+dfsg/admin/libtool.m4.in-1338-    case $host_os in
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-1462-  if test -z "$LTCC"; then
vbrfix-0.24+dfsg/admin/libtool.m4.in:1463:    eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
vbrfix-0.24+dfsg/admin/libtool.m4.in-1464-    if test -z "$LTCC"; then
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-1466-    else
vbrfix-0.24+dfsg/admin/libtool.m4.in:1467:      AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
vbrfix-0.24+dfsg/admin/libtool.m4.in-1468-    fi
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-1472-  # Note that this assumes the entire list is on one line.
vbrfix-0.24+dfsg/admin/libtool.m4.in:1473:  available_tags=`grep "^available_tags=" "${ofile}" | sed -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
vbrfix-0.24+dfsg/admin/libtool.m4.in-1474-
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-1478-    # Check whether tagname contains only valid characters
vbrfix-0.24+dfsg/admin/libtool.m4.in:1479:    case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in
vbrfix-0.24+dfsg/admin/libtool.m4.in-1480-    "") ;;
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-1697-	"file_magic "*)
vbrfix-0.24+dfsg/admin/libtool.m4.in:1698:	  file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
vbrfix-0.24+dfsg/admin/libtool.m4.in-1699-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-1768-    # gcc leaves a trailing carriage return which upsets mingw
vbrfix-0.24+dfsg/admin/libtool.m4.in:1769:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
vbrfix-0.24+dfsg/admin/libtool.m4.in-1770-  *)
vbrfix-0.24+dfsg/admin/libtool.m4.in:1771:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
vbrfix-0.24+dfsg/admin/libtool.m4.in-1772-  esac
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-1777-      # Canonicalize the path of ld
vbrfix-0.24+dfsg/admin/libtool.m4.in:1778:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
vbrfix-0.24+dfsg/admin/libtool.m4.in-1779-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
vbrfix-0.24+dfsg/admin/libtool.m4.in:1780:	ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
vbrfix-0.24+dfsg/admin/libtool.m4.in-1781-      done
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-1963-  esac
vbrfix-0.24+dfsg/admin/libtool.m4.in:1964:  lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
vbrfix-0.24+dfsg/admin/libtool.m4.in-1965-  lt_cv_deplibs_check_method=pass_all
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-2000-  lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
vbrfix-0.24+dfsg/admin/libtool.m4.in:2001:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
vbrfix-0.24+dfsg/admin/libtool.m4.in-2002-    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB shared object'
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-2264-if test -n "$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)"; then
vbrfix-0.24+dfsg/admin/libtool.m4.in:2265:  AC_MSG_WARN([`$CC' requires `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to build shared libraries])
vbrfix-0.24+dfsg/admin/libtool.m4.in-2266-  if echo "$old_CC $old_CFLAGS " | egrep -e "[[ 	]]$]_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)[[[ 	]]" >/dev/null; then :
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-2389-_LT_AC_TAGVAR(compiler, $1)=$CC
vbrfix-0.24+dfsg/admin/libtool.m4.in:2390:cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
vbrfix-0.24+dfsg/admin/libtool.m4.in-2391-
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-2404-  # archiving commands below assume that GNU ld is being used.
vbrfix-0.24+dfsg/admin/libtool.m4.in:2405:  if eval "`$CC -print-prog-name=ld` --version 2>&1" | \
vbrfix-0.24+dfsg/admin/libtool.m4.in-2406-      egrep 'GNU ld' > /dev/null; then
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-2420-    # ancient GNU ld didn't support --whole-archive et. al.
vbrfix-0.24+dfsg/admin/libtool.m4.in:2421:    if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
vbrfix-0.24+dfsg/admin/libtool.m4.in-2422-	egrep 'no-whole-archive' > /dev/null; then
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-2486-      # below for broken collect2 doesn't work under 4.3+
vbrfix-0.24+dfsg/admin/libtool.m4.in:2487:	collect2name=`${CC} -print-prog-name=collect2`
vbrfix-0.24+dfsg/admin/libtool.m4.in-2488-	if test -f "$collect2name" && \
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-2529-
vbrfix-0.24+dfsg/admin/libtool.m4.in:2530:      _LT_AC_TAGVAR(archive_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '" $shared_flag"
vbrfix-0.24+dfsg/admin/libtool.m4.in:2531:      _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
vbrfix-0.24+dfsg/admin/libtool.m4.in-2532-     else
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-2639-	# dependencies.
vbrfix-0.24+dfsg/admin/libtool.m4.in:2640:	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; echo $list'
vbrfix-0.24+dfsg/admin/libtool.m4.in-2641-	;;
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-2668-	# SGI C++
vbrfix-0.24+dfsg/admin/libtool.m4.in:2669:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
vbrfix-0.24+dfsg/admin/libtool.m4.in-2670-
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-2679-	  if test "$with_gnu_ld" = no; then
vbrfix-0.24+dfsg/admin/libtool.m4.in:2680:	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
vbrfix-0.24+dfsg/admin/libtool.m4.in-2681-	  else
vbrfix-0.24+dfsg/admin/libtool.m4.in:2682:	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -o $lib'
vbrfix-0.24+dfsg/admin/libtool.m4.in-2683-	  fi
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-2698-	# to its proper name (with version) after linking.
vbrfix-0.24+dfsg/admin/libtool.m4.in:2699:	_LT_AC_TAGVAR(archive_cmds, $1)='templib=`echo $lib | sed -e "s/\.so\..*/\.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
vbrfix-0.24+dfsg/admin/libtool.m4.in:2700:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='templib=`echo $lib | sed -e "s/\.so\..*/\.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
vbrfix-0.24+dfsg/admin/libtool.m4.in-2701-
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-2709-	# dependencies.
vbrfix-0.24+dfsg/admin/libtool.m4.in:2710:	output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest.so 2>&1 | egrep "ld"`; rm -f libconftest.so; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
vbrfix-0.24+dfsg/admin/libtool.m4.in-2711-
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-2735-	# dependencies.
vbrfix-0.24+dfsg/admin/libtool.m4.in:2736:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $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; echo $list'
vbrfix-0.24+dfsg/admin/libtool.m4.in-2737-	;;
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-2770-	# to its proper name (with version) after linking.
vbrfix-0.24+dfsg/admin/libtool.m4.in:2771:	_LT_AC_TAGVAR(archive_cmds, $1)='templib=`echo $lib | sed -e "s/\.so\..*/\.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
vbrfix-0.24+dfsg/admin/libtool.m4.in-2772-
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-2787-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
vbrfix-0.24+dfsg/admin/libtool.m4.in:2788:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
vbrfix-0.24+dfsg/admin/libtool.m4.in-2789-
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-2800-	# dependencies.
vbrfix-0.24+dfsg/admin/libtool.m4.in:2801:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $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; echo $list'
vbrfix-0.24+dfsg/admin/libtool.m4.in-2802-	;;
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-2805-	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
vbrfix-0.24+dfsg/admin/libtool.m4.in:2806:	  _LT_AC_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" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
vbrfix-0.24+dfsg/admin/libtool.m4.in-2807-
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-2830-	# to its proper name (with version) after linking.
vbrfix-0.24+dfsg/admin/libtool.m4.in:2831:	_LT_AC_TAGVAR(archive_cmds, $1)='templib=`echo $lib | sed -e "s/\.so\..*/\.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
vbrfix-0.24+dfsg/admin/libtool.m4.in-2832-
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-2846-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
vbrfix-0.24+dfsg/admin/libtool.m4.in:2847:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
vbrfix-0.24+dfsg/admin/libtool.m4.in:2848:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "-exported_symbol " >> $lib.exp; echo "\$i" >> $lib.exp; done~
vbrfix-0.24+dfsg/admin/libtool.m4.in-2849-	  echo "-hidden">> $lib.exp~
vbrfix-0.24+dfsg/admin/libtool.m4.in:2850:	  $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 $objdir/so_locations -o $lib~
vbrfix-0.24+dfsg/admin/libtool.m4.in-2851-	  $rm $lib.exp'
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-2863-	# dependencies.
vbrfix-0.24+dfsg/admin/libtool.m4.in:2864:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $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; echo $list'
vbrfix-0.24+dfsg/admin/libtool.m4.in-2865-	;;
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-2868-	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
vbrfix-0.24+dfsg/admin/libtool.m4.in:2869:	 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
vbrfix-0.24+dfsg/admin/libtool.m4.in-2870-
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-2951-	# dependencies.
vbrfix-0.24+dfsg/admin/libtool.m4.in:2952:	output_verbose_link_cmd='templist=`$CC -G $CFLAGS -v conftest.$objext 2>&1 | egrep "\-R|\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
vbrfix-0.24+dfsg/admin/libtool.m4.in-2953-
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-3049-  # eval without this substitution.
vbrfix-0.24+dfsg/admin/libtool.m4.in:3050:  output_verbose_link_cmd="`$echo \"X$output_verbose_link_cmd\" | $Xsed -e \"$no_glob_subst\"`"
vbrfix-0.24+dfsg/admin/libtool.m4.in-3051-
vbrfix-0.24+dfsg/admin/libtool.m4.in:3052:  for p in `eval $output_verbose_link_cmd`; do
vbrfix-0.24+dfsg/admin/libtool.m4.in-3053-    case $p in
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-3315-      # Double-quote double-evaled strings.
vbrfix-0.24+dfsg/admin/libtool.m4.in:3316:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
vbrfix-0.24+dfsg/admin/libtool.m4.in-3317-      ;;
vbrfix-0.24+dfsg/admin/libtool.m4.in-3318-    *)
vbrfix-0.24+dfsg/admin/libtool.m4.in:3319:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
vbrfix-0.24+dfsg/admin/libtool.m4.in-3320-      ;;
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-3325-  *'\[$]0 --fallback-echo"')
vbrfix-0.24+dfsg/admin/libtool.m4.in:3326:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\[$]0 --fallback-echo"[$]/[$]0 --fallback-echo"/'`
vbrfix-0.24+dfsg/admin/libtool.m4.in-3327-    ;;
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-3340-
vbrfix-0.24+dfsg/admin/libtool.m4.in:3341:# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
vbrfix-0.24+dfsg/admin/libtool.m4.in-3342-# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-3818-    nlist=conftest.nm
vbrfix-0.24+dfsg/admin/libtool.m4.in:3819:    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
vbrfix-0.24+dfsg/admin/libtool.m4.in-3820-      # Try sorting and uniquifying the output.
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-4505-      # If DATA tags from a recent dlltool are present, honour them!
vbrfix-0.24+dfsg/admin/libtool.m4.in:4506:      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`head -1 $export_symbols`" = xEXPORTS; then
vbrfix-0.24+dfsg/admin/libtool.m4.in-4507-	  cp $export_symbols $output_objdir/$soname-def;
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-4514-	     2) echo "   \[$]2 @ \$_lt_hint ; " >> $output_objdir/$soname-def;;
vbrfix-0.24+dfsg/admin/libtool.m4.in:4515:	     *) echo "   \[$]2 @ \$_lt_hint \[$]3 ; " >> $output_objdir/$soname-def;;
vbrfix-0.24+dfsg/admin/libtool.m4.in-4516-	   esac;
vbrfix-0.24+dfsg/admin/libtool.m4.in:4517:	   _lt_hint=`expr 1 + \$_lt_hint`;
vbrfix-0.24+dfsg/admin/libtool.m4.in-4518-	  done;
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-4648-	# below for broken collect2 doesn't work under 4.3+
vbrfix-0.24+dfsg/admin/libtool.m4.in:4649:	  collect2name=`${CC} -print-prog-name=collect2`
vbrfix-0.24+dfsg/admin/libtool.m4.in-4650-	  if test -f "$collect2name" && \
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-4690-	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
vbrfix-0.24+dfsg/admin/libtool.m4.in:4691:	_LT_AC_TAGVAR(archive_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '" $shared_flag"
vbrfix-0.24+dfsg/admin/libtool.m4.in:4692:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
vbrfix-0.24+dfsg/admin/libtool.m4.in-4693-       else
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-4738-      # FIXME: Setting linknames here is a bad hack.
vbrfix-0.24+dfsg/admin/libtool.m4.in:4739:      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | sed -e '\''s/ -lc$//'\''` -link -dll~linknames='
vbrfix-0.24+dfsg/admin/libtool.m4.in-4740-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-4743-      _LT_AC_TAGVAR(old_archive_cmds, $1)='lib /OUT:$oldlib$oldobjs$old_deplibs'
vbrfix-0.24+dfsg/admin/libtool.m4.in:4744:      fix_srcfile_path='`cygpath -w "$srcfile"`'
vbrfix-0.24+dfsg/admin/libtool.m4.in-4745-      ;;
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-4850-      if test "$GCC" = yes; then
vbrfix-0.24+dfsg/admin/libtool.m4.in:4851:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
vbrfix-0.24+dfsg/admin/libtool.m4.in-4852-      else
vbrfix-0.24+dfsg/admin/libtool.m4.in:4853:	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
vbrfix-0.24+dfsg/admin/libtool.m4.in-4854-      fi
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-4882-
vbrfix-0.24+dfsg/admin/libtool.m4.in:4883:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
vbrfix-0.24+dfsg/admin/libtool.m4.in-4884-	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linker_flags'
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-4911-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
vbrfix-0.24+dfsg/admin/libtool.m4.in:4912:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
vbrfix-0.24+dfsg/admin/libtool.m4.in-4913-      else
vbrfix-0.24+dfsg/admin/libtool.m4.in-4914-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
vbrfix-0.24+dfsg/admin/libtool.m4.in:4915:	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
vbrfix-0.24+dfsg/admin/libtool.m4.in-4916-      fi
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-4923-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
vbrfix-0.24+dfsg/admin/libtool.m4.in:4924:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
vbrfix-0.24+dfsg/admin/libtool.m4.in-4925-	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-4927-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
vbrfix-0.24+dfsg/admin/libtool.m4.in:4928:	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
vbrfix-0.24+dfsg/admin/libtool.m4.in:4929:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "-exported_symbol " >> $lib.exp; echo "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
vbrfix-0.24+dfsg/admin/libtool.m4.in:4930:	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
vbrfix-0.24+dfsg/admin/libtool.m4.in-4931-
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-5090-      _LT_AC_TAGVAR(allow_undefined_flag, $1)=
vbrfix-0.24+dfsg/admin/libtool.m4.in:5091:      if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1)
vbrfix-0.24+dfsg/admin/libtool.m4.in-5092-      then
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-5354-{
vbrfix-0.24+dfsg/admin/libtool.m4.in:5355:  tmp=`(umask 077 && mktemp -d -q "$TMPDIR/sedXXXXXX") 2>/dev/null` &&
vbrfix-0.24+dfsg/admin/libtool.m4.in-5356-  test -n "$tmp" && test -d "$tmp"
##############################################
vbrfix-0.24+dfsg/admin/libtool.m4.in-5388-      test $_count -gt 10 && break
vbrfix-0.24+dfsg/admin/libtool.m4.in:5389:      _count=`expr $_count + 1`
vbrfix-0.24+dfsg/admin/libtool.m4.in-5390-      if test $_count -gt $_max; then
##############################################
vbrfix-0.24+dfsg/admin/detect-autoconf.sh-15-{
vbrfix-0.24+dfsg/admin/detect-autoconf.sh:16:  if test -x "`$WHICH autoconf-2.5x`" ; then	
vbrfix-0.24+dfsg/admin/detect-autoconf.sh:17:    AUTOCONF="`$WHICH autoconf-2.5x`"
vbrfix-0.24+dfsg/admin/detect-autoconf.sh:18:  elif test -x "`$WHICH autoconf-2.54`" ; then
vbrfix-0.24+dfsg/admin/detect-autoconf.sh:19:    AUTOCONF="`$WHICH autoconf-2.54`"
vbrfix-0.24+dfsg/admin/detect-autoconf.sh:20:  elif test -x "`$WHICH autoconf-2.53`" ; then
vbrfix-0.24+dfsg/admin/detect-autoconf.sh:21:    AUTOCONF="`$WHICH autoconf-2.53`"
vbrfix-0.24+dfsg/admin/detect-autoconf.sh:22:  elif test -x "`$WHICH autoconf-2.53a`" ; then
vbrfix-0.24+dfsg/admin/detect-autoconf.sh:23:    AUTOCONF="`$WHICH autoconf-2.53a`"
vbrfix-0.24+dfsg/admin/detect-autoconf.sh:24:  elif test -x "`$WHICH autoconf-2.52`" ; then
vbrfix-0.24+dfsg/admin/detect-autoconf.sh:25:    AUTOCONF="`$WHICH autoconf-2.52`"
vbrfix-0.24+dfsg/admin/detect-autoconf.sh:26:  elif test -x "`$WHICH autoconf2.50`" ; then
vbrfix-0.24+dfsg/admin/detect-autoconf.sh:27:    AUTOCONF="`$WHICH autoconf2.50`"
vbrfix-0.24+dfsg/admin/detect-autoconf.sh-28-  fi
##############################################
vbrfix-0.24+dfsg/admin/detect-autoconf.sh-32-{
vbrfix-0.24+dfsg/admin/detect-autoconf.sh:33:  if test -x "`$WHICH autoheader-2.5x`" ; then
vbrfix-0.24+dfsg/admin/detect-autoconf.sh:34:    AUTOHEADER="`$WHICH autoheader-2.5x`"
vbrfix-0.24+dfsg/admin/detect-autoconf.sh:35:    AUTOM4TE="`$WHICH autom4te-2.5x`"
vbrfix-0.24+dfsg/admin/detect-autoconf.sh:36:  elif test -x "`$WHICH autoheader-2.54`" ; then
vbrfix-0.24+dfsg/admin/detect-autoconf.sh:37:    AUTOHEADER="`$WHICH autoheader-2.54`"
vbrfix-0.24+dfsg/admin/detect-autoconf.sh:38:    AUTOM4TE="`$WHICH autom4te-2.54`"
vbrfix-0.24+dfsg/admin/detect-autoconf.sh:39:  elif test -x "`$WHICH autoheader-2.53`" ; then
vbrfix-0.24+dfsg/admin/detect-autoconf.sh:40:    AUTOHEADER="`$WHICH autoheader-2.53`"
vbrfix-0.24+dfsg/admin/detect-autoconf.sh:41:    AUTOM4TE="`$WHICH autom4te-2.53`"
vbrfix-0.24+dfsg/admin/detect-autoconf.sh:42:  elif test -x "`$WHICH autoheader-2.53a`" ; then
vbrfix-0.24+dfsg/admin/detect-autoconf.sh:43:    AUTOHEADER="`$WHICH autoheader-2.53a`"
vbrfix-0.24+dfsg/admin/detect-autoconf.sh:44:    AUTOM4TE="`$WHICH autom4te-2.53a`"
vbrfix-0.24+dfsg/admin/detect-autoconf.sh:45:  elif test -x "`$WHICH autoheader-2.52`" ; then
vbrfix-0.24+dfsg/admin/detect-autoconf.sh:46:    AUTOHEADER="`$WHICH autoheader-2.52`"
vbrfix-0.24+dfsg/admin/detect-autoconf.sh:47:  elif test -x "`$WHICH autoheader2.50`" ; then
vbrfix-0.24+dfsg/admin/detect-autoconf.sh:48:    AUTOHEADER="`$WHICH autoheader2.50`"
vbrfix-0.24+dfsg/admin/detect-autoconf.sh-49-  fi
##############################################
vbrfix-0.24+dfsg/admin/detect-autoconf.sh-54-  if test -z "$UNSERMAKE"; then
vbrfix-0.24+dfsg/admin/detect-autoconf.sh:55:    if test -x "`$WHICH automake-1.5`" ; then
vbrfix-0.24+dfsg/admin/detect-autoconf.sh:56:      AUTOMAKE="`$WHICH automake-1.5`"
vbrfix-0.24+dfsg/admin/detect-autoconf.sh:57:      ACLOCAL="`$WHICH aclocal-1.5`"
vbrfix-0.24+dfsg/admin/detect-autoconf.sh:58:    elif test -x "`$WHICH automake-1.6`" ; then
vbrfix-0.24+dfsg/admin/detect-autoconf.sh:59:      AUTOMAKE="`$WHICH automake-1.6`"
vbrfix-0.24+dfsg/admin/detect-autoconf.sh:60:      ACLOCAL="`$WHICH aclocal-1.6`"
vbrfix-0.24+dfsg/admin/detect-autoconf.sh-61-    fi
##############################################
vbrfix-0.24+dfsg/admin/detect-autoconf.sh-70-  for i in "type -p" "which" "type" ; do
vbrfix-0.24+dfsg/admin/detect-autoconf.sh:71:    T=`$i sh 2> /dev/null`
vbrfix-0.24+dfsg/admin/detect-autoconf.sh-72-    test -x "$T" && WHICH="$i" && break
##############################################
vbrfix-0.24+dfsg/admin/Doxyfile.am-6-			if test -d $(top_srcdir)/doc/common; then \
vbrfix-0.24+dfsg/admin/Doxyfile.am:7:			   common_dir=`cd $(top_srcdir)/doc/common && pwd` ;\
vbrfix-0.24+dfsg/admin/Doxyfile.am-8-			else \
##############################################
vbrfix-0.24+dfsg/admin/Doxyfile.am-35-			else \
vbrfix-0.24+dfsg/admin/Doxyfile.am:36:				tagpath=`ls -1 $(kde_htmldir)/en/*-apidocs/$$tag/$$tag.tag 2> /dev/null` ;\
vbrfix-0.24+dfsg/admin/Doxyfile.am-37-				if test -n "$$tagpath"; then \
vbrfix-0.24+dfsg/admin/Doxyfile.am:38:					path=`echo $$tagpath | sed -e "s,.*/\([^/]*-apidocs\)/$$tag/$$tag.tag,../../../\1/$$tag,"` ;\
vbrfix-0.24+dfsg/admin/Doxyfile.am-39-				fi ;\
##############################################
vbrfix-0.24+dfsg/admin/Doxyfile.am-66-		if test -d $(top_builddir)/apidocs/$(subdir)/html; then \
vbrfix-0.24+dfsg/admin/Doxyfile.am:67:			list=`ls $(top_builddir)/apidocs/$(subdir)/html`; \
vbrfix-0.24+dfsg/admin/Doxyfile.am-68-			for file in $$list; do \
##############################################
vbrfix-0.24+dfsg/admin/Doxyfile.am-77-		$(mkinstalldirs) $(DESTDIR)$(kde_htmldir)/en/$(PACKAGE)-apidocs ;\
vbrfix-0.24+dfsg/admin/Doxyfile.am:78:		list=`cd $(top_builddir)/apidocs && ls -1`; \
vbrfix-0.24+dfsg/admin/Doxyfile.am-79-		for file in $$list; do \
##############################################
vbrfix-0.24+dfsg/admin/Doxyfile.am-152-	if test -d $(top_srcdir)/doc/common; then \
vbrfix-0.24+dfsg/admin/Doxyfile.am:153:	   common_dir=`cd $(top_srcdir)/doc/common && pwd` ;\
vbrfix-0.24+dfsg/admin/Doxyfile.am-154-	else \
##############################################
vbrfix-0.24+dfsg/admin/acinclude.m4.in-115-# Check X11 before X11Rn because it is often a symlink to the current release.
vbrfix-0.24+dfsg/admin/acinclude.m4.in:116:for ac_dir in `echo "$ac_x_includes" | sed s/include/lib${kdelibsuff}/` \
vbrfix-0.24+dfsg/admin/acinclude.m4.in-117-    /usr/X11/lib${kdelibsuff}           \
##############################################
vbrfix-0.24+dfsg/admin/acinclude.m4.in-193-   else
vbrfix-0.24+dfsg/admin/acinclude.m4.in:194:        kde_cache=`echo $1 | sed 'y%./+-%__p_%'`
vbrfix-0.24+dfsg/admin/acinclude.m4.in-195-
##############################################
vbrfix-0.24+dfsg/admin/acinclude.m4.in-226-
vbrfix-0.24+dfsg/admin/acinclude.m4.in:227:      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
vbrfix-0.24+dfsg/admin/acinclude.m4.in-228-
##############################################
vbrfix-0.24+dfsg/admin/acinclude.m4.in-268-    AC_MSG_CHECKING([whether uic supports -$1 ])
vbrfix-0.24+dfsg/admin/acinclude.m4.in:269:    kde_cache=`echo $1 | sed 'y% .=/+-%____p_%'`
vbrfix-0.24+dfsg/admin/acinclude.m4.in-270-    AC_CACHE_VAL(kde_cv_prog_uic_$kde_cache,
##############################################
vbrfix-0.24+dfsg/admin/acinclude.m4.in-283-
vbrfix-0.24+dfsg/admin/acinclude.m4.in:284:    if eval "test \"`echo '$kde_cv_prog_uic_'$kde_cache`\" = yes"; then
vbrfix-0.24+dfsg/admin/acinclude.m4.in-285-        AC_MSG_RESULT([yes])
##############################################
vbrfix-0.24+dfsg/admin/acinclude.m4.in-565-        if test -x "$KDECONFIG"; then # it can be "compiled"
vbrfix-0.24+dfsg/admin/acinclude.m4.in:566:          kde_libs_prefix=`$KDECONFIG --prefix`
vbrfix-0.24+dfsg/admin/acinclude.m4.in-567-          if test -z "$kde_libs_prefix" || test ! -x "$kde_libs_prefix"; then
##############################################
vbrfix-0.24+dfsg/admin/acinclude.m4.in-572-           fi
vbrfix-0.24+dfsg/admin/acinclude.m4.in:573:           kde_libs_htmldir=`$KDECONFIG --install html --expandvars`
vbrfix-0.24+dfsg/admin/acinclude.m4.in-574-        else
##############################################
vbrfix-0.24+dfsg/admin/acinclude.m4.in-1110-else
vbrfix-0.24+dfsg/admin/acinclude.m4.in:1111:  kde_qtsubver=`echo "$1" | sed -e 's#[0-9][0-9]*\.\([0-9][0-9]*\).*#\1#'`
vbrfix-0.24+dfsg/admin/acinclude.m4.in-1112-  # following is the check if subversion isnt found in passed argument
##############################################
vbrfix-0.24+dfsg/admin/acinclude.m4.in-1115-  fi
vbrfix-0.24+dfsg/admin/acinclude.m4.in:1116:  kde_qtver=`echo "$1" | sed -e 's#^\([0-9][0-9]*\)\..*#\1#'`
vbrfix-0.24+dfsg/admin/acinclude.m4.in-1117-  if test "$kde_qtver" = "1"; then
##############################################
vbrfix-0.24+dfsg/admin/acinclude.m4.in-1420-    try="ls -1 $dir/${LIBQT_GLOB}"
vbrfix-0.24+dfsg/admin/acinclude.m4.in:1421:    if test -n "`$try 2> /dev/null`"; then qt_libdir=$dir; break; else echo "tried $dir" >&AC_FD_CC ; fi
vbrfix-0.24+dfsg/admin/acinclude.m4.in-1422-  done
##############################################
vbrfix-0.24+dfsg/admin/acinclude.m4.in-2322-])dnl
vbrfix-0.24+dfsg/admin/acinclude.m4.in:2323:if eval "test \"`echo $ac_cv_lib_gif`\" = yes"; then
vbrfix-0.24+dfsg/admin/acinclude.m4.in-2324-  AC_MSG_RESULT(yes)
##############################################
vbrfix-0.24+dfsg/admin/acinclude.m4.in-2363-
vbrfix-0.24+dfsg/admin/acinclude.m4.in:2364:if eval "test ! \"`echo $ac_cv_lib_jpeg_$1`\" = no"; then
vbrfix-0.24+dfsg/admin/acinclude.m4.in-2365-  LIBJPEG="$ac_cv_lib_jpeg_$1"
##############################################
vbrfix-0.24+dfsg/admin/acinclude.m4.in-2434-LIBS="$all_libraries $USER_LDFLAGS $LIBQT"
vbrfix-0.24+dfsg/admin/acinclude.m4.in:2435:LIBS=`echo $LIBS | sed "s/$LIBJPEG//"`
vbrfix-0.24+dfsg/admin/acinclude.m4.in-2436-ac_save_CXXFLAGS="$CXXFLAGS"
##############################################
vbrfix-0.24+dfsg/admin/acinclude.m4.in-2450-
vbrfix-0.24+dfsg/admin/acinclude.m4.in:2451:if eval "test ! \"`echo $kde_cv_qt_jpeg`\" = no"; then
vbrfix-0.24+dfsg/admin/acinclude.m4.in-2452-  AC_MSG_RESULT(yes)
##############################################
vbrfix-0.24+dfsg/admin/acinclude.m4.in-2584-])dnl
vbrfix-0.24+dfsg/admin/acinclude.m4.in:2585:if eval "test ! \"`echo $ac_cv_lib_png`\" = no"; then
vbrfix-0.24+dfsg/admin/acinclude.m4.in-2586-  AC_DEFINE_UNQUOTED(HAVE_LIBPNG, 1, [Define if you have libpng])
##############################################
vbrfix-0.24+dfsg/admin/acinclude.m4.in-2632-AC_MSG_CHECKING(whether $CXX supports -$1)
vbrfix-0.24+dfsg/admin/acinclude.m4.in:2633:kde_cache=`echo $1 | sed 'y% .=/+-%____p_%'`
vbrfix-0.24+dfsg/admin/acinclude.m4.in-2634-AC_CACHE_VAL(kde_cv_prog_cxx_$kde_cache,
##############################################
vbrfix-0.24+dfsg/admin/acinclude.m4.in-2643-])
vbrfix-0.24+dfsg/admin/acinclude.m4.in:2644:if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
vbrfix-0.24+dfsg/admin/acinclude.m4.in-2645- AC_MSG_RESULT(yes)
##############################################
vbrfix-0.24+dfsg/admin/acinclude.m4.in-2889-        if test "$GXX" = yes; then
vbrfix-0.24+dfsg/admin/acinclude.m4.in:2890:          libstdcpp=`$CXX -print-file-name=libstdc++.so`
vbrfix-0.24+dfsg/admin/acinclude.m4.in-2891-          if test ! -f $libstdcpp; then
##############################################
vbrfix-0.24+dfsg/admin/acinclude.m4.in-3090-    AM_PATH_PROG_WITH_TEST_KDE(MSGFMT, msgfmt,
vbrfix-0.24+dfsg/admin/acinclude.m4.in:3091:        [test -n "`$ac_dir/$ac_word --version 2>&1 | grep 'GNU gettext'`"], msgfmt)
vbrfix-0.24+dfsg/admin/acinclude.m4.in-3092-    AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT)
vbrfix-0.24+dfsg/admin/acinclude.m4.in-3093-
vbrfix-0.24+dfsg/admin/acinclude.m4.in:3094:     if test -z "`$GMSGFMT --version 2>&1 | grep 'GNU gettext'`"; then
vbrfix-0.24+dfsg/admin/acinclude.m4.in-3095-        AC_MSG_RESULT([found msgfmt program is not GNU msgfmt; ignore it])
##############################################
vbrfix-0.24+dfsg/admin/acinclude.m4.in-3102-      AM_PATH_PROG_WITH_TEST_KDE(XGETTEXT, xgettext,
vbrfix-0.24+dfsg/admin/acinclude.m4.in:3103:	[test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :)
vbrfix-0.24+dfsg/admin/acinclude.m4.in-3104-
##############################################
vbrfix-0.24+dfsg/admin/acinclude.m4.in-3249-   AC_MSG_RESULT($kde_cv_func_stpcpy)
vbrfix-0.24+dfsg/admin/acinclude.m4.in:3250:   if eval "test \"`echo $kde_cv_func_stpcpy`\" = yes"; then
vbrfix-0.24+dfsg/admin/acinclude.m4.in-3251-     AC_DEFINE(HAVE_STPCPY, 1, [Define if you have stpcpy])
##############################################
vbrfix-0.24+dfsg/admin/acinclude.m4.in-3798-])
vbrfix-0.24+dfsg/admin/acinclude.m4.in:3799:kde_micodir=`echo $kde_cv_mico_incdir | sed -e 's#/include##'`
vbrfix-0.24+dfsg/admin/acinclude.m4.in-3800-
##############################################
vbrfix-0.24+dfsg/admin/acinclude.m4.in-3841-dnl installed MICO version
vbrfix-0.24+dfsg/admin/acinclude.m4.in:3842:mico_v_maj=`echo $kde_cv_mico_version | sed -e 's/^\(.*\)\..*\..*$/\1/'`
vbrfix-0.24+dfsg/admin/acinclude.m4.in:3843:mico_v_mid=`echo $kde_cv_mico_version | sed -e 's/^.*\.\(.*\)\..*$/\1/'`
vbrfix-0.24+dfsg/admin/acinclude.m4.in:3844:mico_v_min=`echo $kde_cv_mico_version | sed -e 's/^.*\..*\.\(.*\)$/\1/'`
vbrfix-0.24+dfsg/admin/acinclude.m4.in-3845-
##############################################
vbrfix-0.24+dfsg/admin/acinclude.m4.in-3852-dnl required MICO version
vbrfix-0.24+dfsg/admin/acinclude.m4.in:3853:req_v_maj=`echo $req_version | sed -e 's/^\(.*\)\..*\..*$/\1/'`
vbrfix-0.24+dfsg/admin/acinclude.m4.in:3854:req_v_mid=`echo $req_version | sed -e 's/^.*\.\(.*\)\..*$/\1/'`
vbrfix-0.24+dfsg/admin/acinclude.m4.in:3855:req_v_min=`echo $req_version | sed -e 's/^.*\..*\.\(.*\)$/\1/'`
vbrfix-0.24+dfsg/admin/acinclude.m4.in-3856-
##############################################
vbrfix-0.24+dfsg/admin/acinclude.m4.in-4231-    ac_save_CXXFLAGS="$CXXFLAGS"
vbrfix-0.24+dfsg/admin/acinclude.m4.in:4232:    CXXFLAGS="`echo $CXXFLAGS | sed s/-fno-exceptions//`"
vbrfix-0.24+dfsg/admin/acinclude.m4.in-4233-    KDE_CHECK_STL_SGI
##############################################
vbrfix-0.24+dfsg/admin/acinclude.m4.in-4275-])dnl
vbrfix-0.24+dfsg/admin/acinclude.m4.in:4276:if eval "test \"`echo $ac_cv_lib_qimgio`\" = yes"; then
vbrfix-0.24+dfsg/admin/acinclude.m4.in-4277-  LIBQIMGIO="-lqimgio -lpng -lz $LIBJPEG"
##############################################
vbrfix-0.24+dfsg/admin/acinclude.m4.in-4356-  TOPSUBDIRS=""
vbrfix-0.24+dfsg/admin/acinclude.m4.in:4357:  files=`cd $srcdir && ls -1`
vbrfix-0.24+dfsg/admin/acinclude.m4.in:4358:  dirs=`for i in $files; do if test -d $i; then echo $i; fi; done`
vbrfix-0.24+dfsg/admin/acinclude.m4.in-4359-  for i in $dirs; do
##############################################
vbrfix-0.24+dfsg/admin/acinclude.m4.in-4364-if test -s $srcdir/inst-apps; then
vbrfix-0.24+dfsg/admin/acinclude.m4.in:4365:  ac_topsubdirs="`cat $srcdir/inst-apps`"
vbrfix-0.24+dfsg/admin/acinclude.m4.in-4366-else
vbrfix-0.24+dfsg/admin/acinclude.m4.in:4367:  ac_topsubdirs="`cat $srcdir/subdirs`"
vbrfix-0.24+dfsg/admin/acinclude.m4.in-4368-fi
##############################################
vbrfix-0.24+dfsg/admin/acinclude.m4.in-4382-  AC_MSG_RESULT($install_it)
vbrfix-0.24+dfsg/admin/acinclude.m4.in:4383:  vari=`echo $i | sed -e 's,[[-+.]],_,g'`
vbrfix-0.24+dfsg/admin/acinclude.m4.in-4384-  if test $install_it = "yes"; then
##############################################
vbrfix-0.24+dfsg/admin/acinclude.m4.in-4568-  if test -f $srcdir/configure.files ; then
vbrfix-0.24+dfsg/admin/acinclude.m4.in:4569:    val=`sed -e 's%^%\$(top_srcdir)/%' $srcdir/configure.files`
vbrfix-0.24+dfsg/admin/acinclude.m4.in-4570-  fi
##############################################
vbrfix-0.24+dfsg/admin/acinclude.m4.in-4590-  # And delete superflous '/' to make compares easier
vbrfix-0.24+dfsg/admin/acinclude.m4.in:4591:  prefix=`echo "$prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'`
vbrfix-0.24+dfsg/admin/acinclude.m4.in:4592:  exec_prefix=`echo "$exec_prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'`
vbrfix-0.24+dfsg/admin/acinclude.m4.in-4593-  KDE_FAST_CONFIGURE
##############################################
vbrfix-0.24+dfsg/admin/acinclude.m4.in-4711-[
vbrfix-0.24+dfsg/admin/acinclude.m4.in:4712:	dir=`dirname "$1"`
vbrfix-0.24+dfsg/admin/acinclude.m4.in:4713:	base=`basename "$1"`
vbrfix-0.24+dfsg/admin/acinclude.m4.in:4714:	list=`ls -1 $dir 2> /dev/null`
vbrfix-0.24+dfsg/admin/acinclude.m4.in-4715-	for entry in $list; do 
##############################################
vbrfix-0.24+dfsg/admin/acinclude.m4.in-4778-          if test -x "$dir/java"; then
vbrfix-0.24+dfsg/admin/acinclude.m4.in:4779:                libjvmdir=`find $dir/.. -name libjvm.so | sed 's,libjvm.so,,'|head -n 1`
vbrfix-0.24+dfsg/admin/acinclude.m4.in-4780-		if test ! -f $libjvmdir/libjvm.so; then continue; fi
##############################################
vbrfix-0.24+dfsg/admin/acinclude.m4.in-4798-          dnl this substitution might not work - well, we test for jni.h below
vbrfix-0.24+dfsg/admin/acinclude.m4.in:4799:          kde_java_includedir=`echo $JAVAC | sed -e 's,bin/javac$,include/,'`
vbrfix-0.24+dfsg/admin/acinclude.m4.in-4800-      else
##############################################
vbrfix-0.24+dfsg/admin/acinclude.m4.in-4817-  dnl Look for libjvm.so
vbrfix-0.24+dfsg/admin/acinclude.m4.in:4818:  kde_java_libjvmdir=`find $kde_java_bindir/.. -name libjvm.so | sed 's,libjvm.so,,'|head -n 1`
vbrfix-0.24+dfsg/admin/acinclude.m4.in-4819-  dnl Look for libhpi.so and avoid green threads
vbrfix-0.24+dfsg/admin/acinclude.m4.in:4820:  kde_java_libhpidir=`find $kde_java_bindir/.. -name libhpi.so | grep -v green | sed 's,libhpi.so,,' | head -n 1`
vbrfix-0.24+dfsg/admin/acinclude.m4.in-4821-
##############################################
vbrfix-0.24+dfsg/admin/acinclude.m4.in-4956-  else
vbrfix-0.24+dfsg/admin/acinclude.m4.in:4957:    qtopia_minver_maj=`echo "$1" | sed -e "s/^\(.*\)\..*\..*$/\1/"`
vbrfix-0.24+dfsg/admin/acinclude.m4.in:4958:    qtopia_minver_min=`echo "$1" | sed -e "s/^.*\.\(.*\)\..*$/\1/"`
vbrfix-0.24+dfsg/admin/acinclude.m4.in:4959:    qtopia_minver_pat=`echo "$1" | sed -e "s/^.*\..*\.\(.*\)$/\1/"`
vbrfix-0.24+dfsg/admin/acinclude.m4.in-4960-  fi
##############################################
vbrfix-0.24+dfsg/admin/acinclude.m4.in-4996-
vbrfix-0.24+dfsg/admin/acinclude.m4.in:4997:  qtopia_ver_maj=`cat $qtopia_incdir/qpe/version.h | sed -n -e 's,.*QPE_VERSION "\(.*\)\..*\..*".*,\1,p'`;
vbrfix-0.24+dfsg/admin/acinclude.m4.in:4998:  qtopia_ver_min=`cat $qtopia_incdir/qpe/version.h | sed -n -e 's,.*QPE_VERSION ".*\.\(.*\)\..*".*,\1,p'`;
vbrfix-0.24+dfsg/admin/acinclude.m4.in:4999:  qtopia_ver_pat=`cat $qtopia_incdir/qpe/version.h | sed -n -e 's,.*QPE_VERSION ".*\..*\.\(.*\)".*,\1,p'`;
vbrfix-0.24+dfsg/admin/acinclude.m4.in-5000-
##############################################
vbrfix-0.24+dfsg/admin/acinclude.m4.in-5209-    try="ls -1 $dir/libssl*"
vbrfix-0.24+dfsg/admin/acinclude.m4.in:5210:    if test=`eval $try 2> /dev/null`; then ssl_libdir=$dir; break; else echo "tried $dir" >&AC_FD_CC ; fi
vbrfix-0.24+dfsg/admin/acinclude.m4.in-5211-  done
##############################################
vbrfix-0.24+dfsg/Makefile.in-339-	dot_seen=no; \
vbrfix-0.24+dfsg/Makefile.in:340:	target=`echo $@ | sed s/-recursive//`; \
vbrfix-0.24+dfsg/Makefile.in-341-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
vbrfix-0.24+dfsg/Makefile.in-369-	rev="$$rev ."; \
vbrfix-0.24+dfsg/Makefile.in:370:	target=`echo $@ | sed s/-recursive//`; \
vbrfix-0.24+dfsg/Makefile.in-371-	for subdir in $$rev; do \
##############################################
vbrfix-0.24+dfsg/Makefile.in-415-GTAGS:
vbrfix-0.24+dfsg/Makefile.in:416:	here=`CDPATH=: && cd $(top_builddir) && pwd` \
vbrfix-0.24+dfsg/Makefile.in-417-	  && cd $(top_srcdir) \
##############################################
vbrfix-0.24+dfsg/Makefile.in-441-	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
vbrfix-0.24+dfsg/Makefile.in:442:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
vbrfix-0.24+dfsg/Makefile.in-443-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
vbrfix-0.24+dfsg/Makefile.in-489-	chmod a-w $(distdir)
vbrfix-0.24+dfsg/Makefile.in:490:	dc_install_base=`CDPATH=: && cd $(distdir)/=inst && pwd` \
vbrfix-0.24+dfsg/Makefile.in-491-	  && cd $(distdir)/=build \
##############################################
vbrfix-0.24+dfsg/Makefile.in-498-	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
vbrfix-0.24+dfsg/Makefile.in:499:	  && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
vbrfix-0.24+dfsg/Makefile.in-500-	     || (echo "Error: files left after uninstall" 1>&2; \
##############################################
vbrfix-0.24+dfsg/acinclude.m4-115-# Check X11 before X11Rn because it is often a symlink to the current release.
vbrfix-0.24+dfsg/acinclude.m4:116:for ac_dir in `echo "$ac_x_includes" | sed s/include/lib${kdelibsuff}/` \
vbrfix-0.24+dfsg/acinclude.m4-117-    /usr/X11/lib${kdelibsuff}           \
##############################################
vbrfix-0.24+dfsg/acinclude.m4-193-   else
vbrfix-0.24+dfsg/acinclude.m4:194:        kde_cache=`echo $1 | sed 'y%./+-%__p_%'`
vbrfix-0.24+dfsg/acinclude.m4-195-
##############################################
vbrfix-0.24+dfsg/acinclude.m4-226-
vbrfix-0.24+dfsg/acinclude.m4:227:      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
vbrfix-0.24+dfsg/acinclude.m4-228-
##############################################
vbrfix-0.24+dfsg/acinclude.m4-268-    AC_MSG_CHECKING([whether uic supports -$1 ])
vbrfix-0.24+dfsg/acinclude.m4:269:    kde_cache=`echo $1 | sed 'y% .=/+-%____p_%'`
vbrfix-0.24+dfsg/acinclude.m4-270-    AC_CACHE_VAL(kde_cv_prog_uic_$kde_cache,
##############################################
vbrfix-0.24+dfsg/acinclude.m4-283-
vbrfix-0.24+dfsg/acinclude.m4:284:    if eval "test \"`echo '$kde_cv_prog_uic_'$kde_cache`\" = yes"; then
vbrfix-0.24+dfsg/acinclude.m4-285-        AC_MSG_RESULT([yes])
##############################################
vbrfix-0.24+dfsg/acinclude.m4-565-        if test -x "$KDECONFIG"; then # it can be "compiled"
vbrfix-0.24+dfsg/acinclude.m4:566:          kde_libs_prefix=`$KDECONFIG --prefix`
vbrfix-0.24+dfsg/acinclude.m4-567-          if test -z "$kde_libs_prefix" || test ! -x "$kde_libs_prefix"; then
##############################################
vbrfix-0.24+dfsg/acinclude.m4-572-           fi
vbrfix-0.24+dfsg/acinclude.m4:573:           kde_libs_htmldir=`$KDECONFIG --install html --expandvars`
vbrfix-0.24+dfsg/acinclude.m4-574-        else
##############################################
vbrfix-0.24+dfsg/acinclude.m4-1110-else
vbrfix-0.24+dfsg/acinclude.m4:1111:  kde_qtsubver=`echo "$1" | sed -e 's#[0-9][0-9]*\.\([0-9][0-9]*\).*#\1#'`
vbrfix-0.24+dfsg/acinclude.m4-1112-  # following is the check if subversion isnt found in passed argument
##############################################
vbrfix-0.24+dfsg/acinclude.m4-1115-  fi
vbrfix-0.24+dfsg/acinclude.m4:1116:  kde_qtver=`echo "$1" | sed -e 's#^\([0-9][0-9]*\)\..*#\1#'`
vbrfix-0.24+dfsg/acinclude.m4-1117-  if test "$kde_qtver" = "1"; then
##############################################
vbrfix-0.24+dfsg/acinclude.m4-1420-    try="ls -1 $dir/${LIBQT_GLOB}"
vbrfix-0.24+dfsg/acinclude.m4:1421:    if test -n "`$try 2> /dev/null`"; then qt_libdir=$dir; break; else echo "tried $dir" >&AC_FD_CC ; fi
vbrfix-0.24+dfsg/acinclude.m4-1422-  done
##############################################
vbrfix-0.24+dfsg/acinclude.m4-2322-])dnl
vbrfix-0.24+dfsg/acinclude.m4:2323:if eval "test \"`echo $ac_cv_lib_gif`\" = yes"; then
vbrfix-0.24+dfsg/acinclude.m4-2324-  AC_MSG_RESULT(yes)
##############################################
vbrfix-0.24+dfsg/acinclude.m4-2363-
vbrfix-0.24+dfsg/acinclude.m4:2364:if eval "test ! \"`echo $ac_cv_lib_jpeg_$1`\" = no"; then
vbrfix-0.24+dfsg/acinclude.m4-2365-  LIBJPEG="$ac_cv_lib_jpeg_$1"
##############################################
vbrfix-0.24+dfsg/acinclude.m4-2434-LIBS="$all_libraries $USER_LDFLAGS $LIBQT"
vbrfix-0.24+dfsg/acinclude.m4:2435:LIBS=`echo $LIBS | sed "s/$LIBJPEG//"`
vbrfix-0.24+dfsg/acinclude.m4-2436-ac_save_CXXFLAGS="$CXXFLAGS"
##############################################
vbrfix-0.24+dfsg/acinclude.m4-2450-
vbrfix-0.24+dfsg/acinclude.m4:2451:if eval "test ! \"`echo $kde_cv_qt_jpeg`\" = no"; then
vbrfix-0.24+dfsg/acinclude.m4-2452-  AC_MSG_RESULT(yes)
##############################################
vbrfix-0.24+dfsg/acinclude.m4-2584-])dnl
vbrfix-0.24+dfsg/acinclude.m4:2585:if eval "test ! \"`echo $ac_cv_lib_png`\" = no"; then
vbrfix-0.24+dfsg/acinclude.m4-2586-  AC_DEFINE_UNQUOTED(HAVE_LIBPNG, 1, [Define if you have libpng])
##############################################
vbrfix-0.24+dfsg/acinclude.m4-2632-AC_MSG_CHECKING(whether $CXX supports -$1)
vbrfix-0.24+dfsg/acinclude.m4:2633:kde_cache=`echo $1 | sed 'y% .=/+-%____p_%'`
vbrfix-0.24+dfsg/acinclude.m4-2634-AC_CACHE_VAL(kde_cv_prog_cxx_$kde_cache,
##############################################
vbrfix-0.24+dfsg/acinclude.m4-2643-])
vbrfix-0.24+dfsg/acinclude.m4:2644:if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
vbrfix-0.24+dfsg/acinclude.m4-2645- AC_MSG_RESULT(yes)
##############################################
vbrfix-0.24+dfsg/acinclude.m4-2889-        if test "$GXX" = yes; then
vbrfix-0.24+dfsg/acinclude.m4:2890:          libstdcpp=`$CXX -print-file-name=libstdc++.so`
vbrfix-0.24+dfsg/acinclude.m4-2891-          if test ! -f $libstdcpp; then
##############################################
vbrfix-0.24+dfsg/acinclude.m4-3090-    AM_PATH_PROG_WITH_TEST_KDE(MSGFMT, msgfmt,
vbrfix-0.24+dfsg/acinclude.m4:3091:        [test -n "`$ac_dir/$ac_word --version 2>&1 | grep 'GNU gettext'`"], msgfmt)
vbrfix-0.24+dfsg/acinclude.m4-3092-    AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT)
vbrfix-0.24+dfsg/acinclude.m4-3093-
vbrfix-0.24+dfsg/acinclude.m4:3094:     if test -z "`$GMSGFMT --version 2>&1 | grep 'GNU gettext'`"; then
vbrfix-0.24+dfsg/acinclude.m4-3095-        AC_MSG_RESULT([found msgfmt program is not GNU msgfmt; ignore it])
##############################################
vbrfix-0.24+dfsg/acinclude.m4-3102-      AM_PATH_PROG_WITH_TEST_KDE(XGETTEXT, xgettext,
vbrfix-0.24+dfsg/acinclude.m4:3103:	[test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :)
vbrfix-0.24+dfsg/acinclude.m4-3104-
##############################################
vbrfix-0.24+dfsg/acinclude.m4-3249-   AC_MSG_RESULT($kde_cv_func_stpcpy)
vbrfix-0.24+dfsg/acinclude.m4:3250:   if eval "test \"`echo $kde_cv_func_stpcpy`\" = yes"; then
vbrfix-0.24+dfsg/acinclude.m4-3251-     AC_DEFINE(HAVE_STPCPY, 1, [Define if you have stpcpy])
##############################################
vbrfix-0.24+dfsg/acinclude.m4-3798-])
vbrfix-0.24+dfsg/acinclude.m4:3799:kde_micodir=`echo $kde_cv_mico_incdir | sed -e 's#/include##'`
vbrfix-0.24+dfsg/acinclude.m4-3800-
##############################################
vbrfix-0.24+dfsg/acinclude.m4-3841-dnl installed MICO version
vbrfix-0.24+dfsg/acinclude.m4:3842:mico_v_maj=`echo $kde_cv_mico_version | sed -e 's/^\(.*\)\..*\..*$/\1/'`
vbrfix-0.24+dfsg/acinclude.m4:3843:mico_v_mid=`echo $kde_cv_mico_version | sed -e 's/^.*\.\(.*\)\..*$/\1/'`
vbrfix-0.24+dfsg/acinclude.m4:3844:mico_v_min=`echo $kde_cv_mico_version | sed -e 's/^.*\..*\.\(.*\)$/\1/'`
vbrfix-0.24+dfsg/acinclude.m4-3845-
##############################################
vbrfix-0.24+dfsg/acinclude.m4-3852-dnl required MICO version
vbrfix-0.24+dfsg/acinclude.m4:3853:req_v_maj=`echo $req_version | sed -e 's/^\(.*\)\..*\..*$/\1/'`
vbrfix-0.24+dfsg/acinclude.m4:3854:req_v_mid=`echo $req_version | sed -e 's/^.*\.\(.*\)\..*$/\1/'`
vbrfix-0.24+dfsg/acinclude.m4:3855:req_v_min=`echo $req_version | sed -e 's/^.*\..*\.\(.*\)$/\1/'`
vbrfix-0.24+dfsg/acinclude.m4-3856-
##############################################
vbrfix-0.24+dfsg/acinclude.m4-4231-    ac_save_CXXFLAGS="$CXXFLAGS"
vbrfix-0.24+dfsg/acinclude.m4:4232:    CXXFLAGS="`echo $CXXFLAGS | sed s/-fno-exceptions//`"
vbrfix-0.24+dfsg/acinclude.m4-4233-    KDE_CHECK_STL_SGI
##############################################
vbrfix-0.24+dfsg/acinclude.m4-4275-])dnl
vbrfix-0.24+dfsg/acinclude.m4:4276:if eval "test \"`echo $ac_cv_lib_qimgio`\" = yes"; then
vbrfix-0.24+dfsg/acinclude.m4-4277-  LIBQIMGIO="-lqimgio -lpng -lz $LIBJPEG"
##############################################
vbrfix-0.24+dfsg/acinclude.m4-4356-  TOPSUBDIRS=""
vbrfix-0.24+dfsg/acinclude.m4:4357:  files=`cd $srcdir && ls -1`
vbrfix-0.24+dfsg/acinclude.m4:4358:  dirs=`for i in $files; do if test -d $i; then echo $i; fi; done`
vbrfix-0.24+dfsg/acinclude.m4-4359-  for i in $dirs; do
##############################################
vbrfix-0.24+dfsg/acinclude.m4-4364-if test -s $srcdir/inst-apps; then
vbrfix-0.24+dfsg/acinclude.m4:4365:  ac_topsubdirs="`cat $srcdir/inst-apps`"
vbrfix-0.24+dfsg/acinclude.m4-4366-else
vbrfix-0.24+dfsg/acinclude.m4:4367:  ac_topsubdirs="`cat $srcdir/subdirs`"
vbrfix-0.24+dfsg/acinclude.m4-4368-fi
##############################################
vbrfix-0.24+dfsg/acinclude.m4-4382-  AC_MSG_RESULT($install_it)
vbrfix-0.24+dfsg/acinclude.m4:4383:  vari=`echo $i | sed -e 's,[[-+.]],_,g'`
vbrfix-0.24+dfsg/acinclude.m4-4384-  if test $install_it = "yes"; then
##############################################
vbrfix-0.24+dfsg/acinclude.m4-4568-  if test -f $srcdir/configure.files ; then
vbrfix-0.24+dfsg/acinclude.m4:4569:    val=`sed -e 's%^%\$(top_srcdir)/%' $srcdir/configure.files`
vbrfix-0.24+dfsg/acinclude.m4-4570-  fi
##############################################
vbrfix-0.24+dfsg/acinclude.m4-4590-  # And delete superflous '/' to make compares easier
vbrfix-0.24+dfsg/acinclude.m4:4591:  prefix=`echo "$prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'`
vbrfix-0.24+dfsg/acinclude.m4:4592:  exec_prefix=`echo "$exec_prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'`
vbrfix-0.24+dfsg/acinclude.m4-4593-  KDE_FAST_CONFIGURE
##############################################
vbrfix-0.24+dfsg/acinclude.m4-4711-[
vbrfix-0.24+dfsg/acinclude.m4:4712:	dir=`dirname "$1"`
vbrfix-0.24+dfsg/acinclude.m4:4713:	base=`basename "$1"`
vbrfix-0.24+dfsg/acinclude.m4:4714:	list=`ls -1 $dir 2> /dev/null`
vbrfix-0.24+dfsg/acinclude.m4-4715-	for entry in $list; do 
##############################################
vbrfix-0.24+dfsg/acinclude.m4-4778-          if test -x "$dir/java"; then
vbrfix-0.24+dfsg/acinclude.m4:4779:                libjvmdir=`find $dir/.. -name libjvm.so | sed 's,libjvm.so,,'|head -n 1`
vbrfix-0.24+dfsg/acinclude.m4-4780-		if test ! -f $libjvmdir/libjvm.so; then continue; fi
##############################################
vbrfix-0.24+dfsg/acinclude.m4-4798-          dnl this substitution might not work - well, we test for jni.h below
vbrfix-0.24+dfsg/acinclude.m4:4799:          kde_java_includedir=`echo $JAVAC | sed -e 's,bin/javac$,include/,'`
vbrfix-0.24+dfsg/acinclude.m4-4800-      else
##############################################
vbrfix-0.24+dfsg/acinclude.m4-4817-  dnl Look for libjvm.so
vbrfix-0.24+dfsg/acinclude.m4:4818:  kde_java_libjvmdir=`find $kde_java_bindir/.. -name libjvm.so | sed 's,libjvm.so,,'|head -n 1`
vbrfix-0.24+dfsg/acinclude.m4-4819-  dnl Look for libhpi.so and avoid green threads
vbrfix-0.24+dfsg/acinclude.m4:4820:  kde_java_libhpidir=`find $kde_java_bindir/.. -name libhpi.so | grep -v green | sed 's,libhpi.so,,' | head -n 1`
vbrfix-0.24+dfsg/acinclude.m4-4821-
##############################################
vbrfix-0.24+dfsg/acinclude.m4-4956-  else
vbrfix-0.24+dfsg/acinclude.m4:4957:    qtopia_minver_maj=`echo "$1" | sed -e "s/^\(.*\)\..*\..*$/\1/"`
vbrfix-0.24+dfsg/acinclude.m4:4958:    qtopia_minver_min=`echo "$1" | sed -e "s/^.*\.\(.*\)\..*$/\1/"`
vbrfix-0.24+dfsg/acinclude.m4:4959:    qtopia_minver_pat=`echo "$1" | sed -e "s/^.*\..*\.\(.*\)$/\1/"`
vbrfix-0.24+dfsg/acinclude.m4-4960-  fi
##############################################
vbrfix-0.24+dfsg/acinclude.m4-4996-
vbrfix-0.24+dfsg/acinclude.m4:4997:  qtopia_ver_maj=`cat $qtopia_incdir/qpe/version.h | sed -n -e 's,.*QPE_VERSION "\(.*\)\..*\..*".*,\1,p'`;
vbrfix-0.24+dfsg/acinclude.m4:4998:  qtopia_ver_min=`cat $qtopia_incdir/qpe/version.h | sed -n -e 's,.*QPE_VERSION ".*\.\(.*\)\..*".*,\1,p'`;
vbrfix-0.24+dfsg/acinclude.m4:4999:  qtopia_ver_pat=`cat $qtopia_incdir/qpe/version.h | sed -n -e 's,.*QPE_VERSION ".*\..*\.\(.*\)".*,\1,p'`;
vbrfix-0.24+dfsg/acinclude.m4-5000-
##############################################
vbrfix-0.24+dfsg/acinclude.m4-5209-    try="ls -1 $dir/libssl*"
vbrfix-0.24+dfsg/acinclude.m4:5210:    if test=`eval $try 2> /dev/null`; then ssl_libdir=$dir; break; else echo "tried $dir" >&AC_FD_CC ; fi
vbrfix-0.24+dfsg/acinclude.m4-5211-  done
##############################################
vbrfix-0.24+dfsg/acinclude.m4-5640-  # Remove one level of quotation (which was required for Make).
vbrfix-0.24+dfsg/acinclude.m4:5641:  ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
vbrfix-0.24+dfsg/acinclude.m4-5642-  ;;
##############################################
vbrfix-0.24+dfsg/acinclude.m4-5651-  :
vbrfix-0.24+dfsg/acinclude.m4:5652:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then
vbrfix-0.24+dfsg/acinclude.m4-5653-  # Yippee, $echo works!
##############################################
vbrfix-0.24+dfsg/acinclude.m4-5677-    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
vbrfix-0.24+dfsg/acinclude.m4:5678:    if (echo_test_string="`eval $cmd`") 2>/dev/null &&
vbrfix-0.24+dfsg/acinclude.m4:5679:       echo_test_string="`eval $cmd`" &&
vbrfix-0.24+dfsg/acinclude.m4-5680-       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
##############################################
vbrfix-0.24+dfsg/acinclude.m4-5686-
vbrfix-0.24+dfsg/acinclude.m4:5687:if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
vbrfix-0.24+dfsg/acinclude.m4:5688:   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
vbrfix-0.24+dfsg/acinclude.m4-5689-   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
vbrfix-0.24+dfsg/acinclude.m4-5701-    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
vbrfix-0.24+dfsg/acinclude.m4:5702:       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
vbrfix-0.24+dfsg/acinclude.m4:5703:       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
vbrfix-0.24+dfsg/acinclude.m4-5704-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
vbrfix-0.24+dfsg/acinclude.m4-5713-    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
vbrfix-0.24+dfsg/acinclude.m4:5714:       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
vbrfix-0.24+dfsg/acinclude.m4-5715-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
vbrfix-0.24+dfsg/acinclude.m4-5728-      echo='printf %s\n'
vbrfix-0.24+dfsg/acinclude.m4:5729:      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
vbrfix-0.24+dfsg/acinclude.m4:5730:	 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
vbrfix-0.24+dfsg/acinclude.m4-5731-	 test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
vbrfix-0.24+dfsg/acinclude.m4-5733-	:
vbrfix-0.24+dfsg/acinclude.m4:5734:      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
vbrfix-0.24+dfsg/acinclude.m4-5735-	   test "X$echo_testing_string" = 'X\t' &&
vbrfix-0.24+dfsg/acinclude.m4:5736:	   echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
vbrfix-0.24+dfsg/acinclude.m4-5737-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
vbrfix-0.24+dfsg/acinclude.m4-5742-	echo="$CONFIG_SHELL [$]0 --fallback-echo"
vbrfix-0.24+dfsg/acinclude.m4:5743:      elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
vbrfix-0.24+dfsg/acinclude.m4-5744-	   test "X$echo_testing_string" = 'X\t' &&
vbrfix-0.24+dfsg/acinclude.m4:5745:	   echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
vbrfix-0.24+dfsg/acinclude.m4-5746-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
vbrfix-0.24+dfsg/acinclude.m4-5752-	for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
vbrfix-0.24+dfsg/acinclude.m4:5753:	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
vbrfix-0.24+dfsg/acinclude.m4-5754-	  then
##############################################
vbrfix-0.24+dfsg/acinclude.m4-5760-	if test "$prev" != 'sed 50q "[$]0"'; then
vbrfix-0.24+dfsg/acinclude.m4:5761:	  echo_test_string=`eval $prev`
vbrfix-0.24+dfsg/acinclude.m4-5762-	  export echo_test_string
##############################################
vbrfix-0.24+dfsg/acinclude.m4-5800-  if AC_TRY_EVAL(ac_compile); then
vbrfix-0.24+dfsg/acinclude.m4:5801:    case `/usr/bin/file conftest.$ac_objext` in
vbrfix-0.24+dfsg/acinclude.m4-5802-    *ELF-32*)
##############################################
vbrfix-0.24+dfsg/acinclude.m4-5815-  if AC_TRY_EVAL(ac_compile); then
vbrfix-0.24+dfsg/acinclude.m4:5816:    case `/usr/bin/file conftest.$ac_objext` in
vbrfix-0.24+dfsg/acinclude.m4-5817-    *32-bit*)
##############################################
vbrfix-0.24+dfsg/acinclude.m4-5834-  if AC_TRY_EVAL(ac_compile); then
vbrfix-0.24+dfsg/acinclude.m4:5835:    case `/usr/bin/file conftest.$ac_objext` in
vbrfix-0.24+dfsg/acinclude.m4-5836-    *"ELF 32"*)
##############################################
vbrfix-0.24+dfsg/acinclude.m4-5990-    # we can't tell.
vbrfix-0.24+dfsg/acinclude.m4:5991:    while (test "X"`$CONFIG_SHELL [$]0 --fallback-echo "X$testring" 2>/dev/null` \
vbrfix-0.24+dfsg/acinclude.m4-5992-	       = "XX$testring") >/dev/null 2>&1 &&
vbrfix-0.24+dfsg/acinclude.m4:5993:	    new_result=`expr "X$testring" : ".*" 2>&1` &&
vbrfix-0.24+dfsg/acinclude.m4-5994-	    lt_cv_sys_max_cmd_len=$new_result &&
##############################################
vbrfix-0.24+dfsg/acinclude.m4-5996-    do
vbrfix-0.24+dfsg/acinclude.m4:5997:      i=`expr $i + 1`
vbrfix-0.24+dfsg/acinclude.m4-5998-      testring=$testring$testring
##############################################
vbrfix-0.24+dfsg/acinclude.m4-6003-    # It appears as though 1/2 is a usable value.
vbrfix-0.24+dfsg/acinclude.m4:6004:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
vbrfix-0.24+dfsg/acinclude.m4-6005-    ;;
##############################################
vbrfix-0.24+dfsg/acinclude.m4-6278-  if test "$hard_links" = no; then
vbrfix-0.24+dfsg/acinclude.m4:6279:    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
vbrfix-0.24+dfsg/acinclude.m4-6280-    need_locks=warn
##############################################
vbrfix-0.24+dfsg/acinclude.m4-6439-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
vbrfix-0.24+dfsg/acinclude.m4:6440:  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $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'
vbrfix-0.24+dfsg/acinclude.m4-6441-  ;;
##############################################
vbrfix-0.24+dfsg/acinclude.m4-6470-    sys_lib_search_path_spec="/lib /lib/w32api /usr/lib /usr/local/lib"
vbrfix-0.24+dfsg/acinclude.m4:6471:    soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | sed -e 's/[[.]]/-/g'`${versuffix}.dll'
vbrfix-0.24+dfsg/acinclude.m4:6472:    postinstall_cmds='dlpath=`bash 2>&1 -c '\''. $dir/${file}i;echo \$dlname'\''`~
vbrfix-0.24+dfsg/acinclude.m4:6473:      dldir=$destdir/`dirname \$dlpath`~
vbrfix-0.24+dfsg/acinclude.m4-6474-      test -d \$dldir || mkdir -p \$dldir~
vbrfix-0.24+dfsg/acinclude.m4-6475-      $install_prog .libs/$dlname \$dldir/$dlname'
vbrfix-0.24+dfsg/acinclude.m4:6476:    postuninstall_cmds='dldll=`bash 2>&1 -c '\''. $file; echo \$dlname'\''`~
vbrfix-0.24+dfsg/acinclude.m4-6477-      dlpath=$dir/\$dldll~
##############################################
vbrfix-0.24+dfsg/acinclude.m4-6480-  yes,mingw*)
vbrfix-0.24+dfsg/acinclude.m4:6481:    library_names_spec='${libname}`echo ${release} | sed -e 's/[[.]]/-/g'`${versuffix}.dll'
vbrfix-0.24+dfsg/acinclude.m4:6482:    sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | sed -e "s/^libraries://"`
vbrfix-0.24+dfsg/acinclude.m4-6483-    if echo "$sys_lib_search_path_spec" | [egrep ';[C-Z]:/' >/dev/null]; then
##############################################
vbrfix-0.24+dfsg/acinclude.m4-6489-      # which wouldn't understand a cygwinified path. Ahh.
vbrfix-0.24+dfsg/acinclude.m4:6490:      sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | sed -e 's/;/ /g'`
vbrfix-0.24+dfsg/acinclude.m4-6491-    else
vbrfix-0.24+dfsg/acinclude.m4:6492:      sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | sed  -e "s/$PATH_SEPARATOR/ /g"`
vbrfix-0.24+dfsg/acinclude.m4-6493-    fi
##############################################
vbrfix-0.24+dfsg/acinclude.m4-6495-  yes,pw32*)
vbrfix-0.24+dfsg/acinclude.m4:6496:    library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll'
vbrfix-0.24+dfsg/acinclude.m4-6497-    ;;
vbrfix-0.24+dfsg/acinclude.m4-6498-  *)
vbrfix-0.24+dfsg/acinclude.m4:6499:    library_names_spec='${libname}`echo ${release} | sed -e 's/[[.]]/-/g'`${versuffix}.dll $libname.lib'
vbrfix-0.24+dfsg/acinclude.m4-6500-    ;;
##############################################
vbrfix-0.24+dfsg/acinclude.m4-6711-  shlibpath_var=LD_LIBRARY_PATH
vbrfix-0.24+dfsg/acinclude.m4:6712:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
vbrfix-0.24+dfsg/acinclude.m4-6713-    case $host_os in
##############################################
vbrfix-0.24+dfsg/acinclude.m4-6837-  if test -z "$LTCC"; then
vbrfix-0.24+dfsg/acinclude.m4:6838:    eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
vbrfix-0.24+dfsg/acinclude.m4-6839-    if test -z "$LTCC"; then
##############################################
vbrfix-0.24+dfsg/acinclude.m4-6841-    else
vbrfix-0.24+dfsg/acinclude.m4:6842:      AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
vbrfix-0.24+dfsg/acinclude.m4-6843-    fi
##############################################
vbrfix-0.24+dfsg/acinclude.m4-6847-  # Note that this assumes the entire list is on one line.
vbrfix-0.24+dfsg/acinclude.m4:6848:  available_tags=`grep "^available_tags=" "${ofile}" | sed -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
vbrfix-0.24+dfsg/acinclude.m4-6849-
##############################################
vbrfix-0.24+dfsg/acinclude.m4-6853-    # Check whether tagname contains only valid characters
vbrfix-0.24+dfsg/acinclude.m4:6854:    case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in
vbrfix-0.24+dfsg/acinclude.m4-6855-    "") ;;
##############################################
vbrfix-0.24+dfsg/acinclude.m4-7072-	"file_magic "*)
vbrfix-0.24+dfsg/acinclude.m4:7073:	  file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
vbrfix-0.24+dfsg/acinclude.m4-7074-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
vbrfix-0.24+dfsg/acinclude.m4-7143-    # gcc leaves a trailing carriage return which upsets mingw
vbrfix-0.24+dfsg/acinclude.m4:7144:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
vbrfix-0.24+dfsg/acinclude.m4-7145-  *)
vbrfix-0.24+dfsg/acinclude.m4:7146:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
vbrfix-0.24+dfsg/acinclude.m4-7147-  esac
##############################################
vbrfix-0.24+dfsg/acinclude.m4-7152-      # Canonicalize the path of ld
vbrfix-0.24+dfsg/acinclude.m4:7153:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
vbrfix-0.24+dfsg/acinclude.m4-7154-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
vbrfix-0.24+dfsg/acinclude.m4:7155:	ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
vbrfix-0.24+dfsg/acinclude.m4-7156-      done
##############################################
vbrfix-0.24+dfsg/acinclude.m4-7338-  esac
vbrfix-0.24+dfsg/acinclude.m4:7339:  lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
vbrfix-0.24+dfsg/acinclude.m4-7340-  lt_cv_deplibs_check_method=pass_all
##############################################
vbrfix-0.24+dfsg/acinclude.m4-7375-  lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
vbrfix-0.24+dfsg/acinclude.m4:7376:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
vbrfix-0.24+dfsg/acinclude.m4-7377-    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB shared object'
##############################################
vbrfix-0.24+dfsg/acinclude.m4-7639-if test -n "$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)"; then
vbrfix-0.24+dfsg/acinclude.m4:7640:  AC_MSG_WARN([`$CC' requires `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to build shared libraries])
vbrfix-0.24+dfsg/acinclude.m4-7641-  if echo "$old_CC $old_CFLAGS " | egrep -e "[[ 	]]$]_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)[[[ 	]]" >/dev/null; then :
##############################################
vbrfix-0.24+dfsg/acinclude.m4-7764-_LT_AC_TAGVAR(compiler, $1)=$CC
vbrfix-0.24+dfsg/acinclude.m4:7765:cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
vbrfix-0.24+dfsg/acinclude.m4-7766-
##############################################
vbrfix-0.24+dfsg/acinclude.m4-7779-  # archiving commands below assume that GNU ld is being used.
vbrfix-0.24+dfsg/acinclude.m4:7780:  if eval "`$CC -print-prog-name=ld` --version 2>&1" | \
vbrfix-0.24+dfsg/acinclude.m4-7781-      egrep 'GNU ld' > /dev/null; then
##############################################
vbrfix-0.24+dfsg/acinclude.m4-7795-    # ancient GNU ld didn't support --whole-archive et. al.
vbrfix-0.24+dfsg/acinclude.m4:7796:    if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
vbrfix-0.24+dfsg/acinclude.m4-7797-	egrep 'no-whole-archive' > /dev/null; then
##############################################
vbrfix-0.24+dfsg/acinclude.m4-7861-      # below for broken collect2 doesn't work under 4.3+
vbrfix-0.24+dfsg/acinclude.m4:7862:	collect2name=`${CC} -print-prog-name=collect2`
vbrfix-0.24+dfsg/acinclude.m4-7863-	if test -f "$collect2name" && \
##############################################
vbrfix-0.24+dfsg/acinclude.m4-7904-
vbrfix-0.24+dfsg/acinclude.m4:7905:      _LT_AC_TAGVAR(archive_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '" $shared_flag"
vbrfix-0.24+dfsg/acinclude.m4:7906:      _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
vbrfix-0.24+dfsg/acinclude.m4-7907-     else
##############################################
vbrfix-0.24+dfsg/acinclude.m4-8014-	# dependencies.
vbrfix-0.24+dfsg/acinclude.m4:8015:	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; echo $list'
vbrfix-0.24+dfsg/acinclude.m4-8016-	;;
##############################################
vbrfix-0.24+dfsg/acinclude.m4-8043-	# SGI C++
vbrfix-0.24+dfsg/acinclude.m4:8044:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
vbrfix-0.24+dfsg/acinclude.m4-8045-
##############################################
vbrfix-0.24+dfsg/acinclude.m4-8054-	  if test "$with_gnu_ld" = no; then
vbrfix-0.24+dfsg/acinclude.m4:8055:	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
vbrfix-0.24+dfsg/acinclude.m4-8056-	  else
vbrfix-0.24+dfsg/acinclude.m4:8057:	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -o $lib'
vbrfix-0.24+dfsg/acinclude.m4-8058-	  fi
##############################################
vbrfix-0.24+dfsg/acinclude.m4-8073-	# to its proper name (with version) after linking.
vbrfix-0.24+dfsg/acinclude.m4:8074:	_LT_AC_TAGVAR(archive_cmds, $1)='templib=`echo $lib | sed -e "s/\.so\..*/\.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
vbrfix-0.24+dfsg/acinclude.m4:8075:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='templib=`echo $lib | sed -e "s/\.so\..*/\.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
vbrfix-0.24+dfsg/acinclude.m4-8076-
##############################################
vbrfix-0.24+dfsg/acinclude.m4-8084-	# dependencies.
vbrfix-0.24+dfsg/acinclude.m4:8085:	output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest.so 2>&1 | egrep "ld"`; rm -f libconftest.so; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
vbrfix-0.24+dfsg/acinclude.m4-8086-
##############################################
vbrfix-0.24+dfsg/acinclude.m4-8110-	# dependencies.
vbrfix-0.24+dfsg/acinclude.m4:8111:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $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; echo $list'
vbrfix-0.24+dfsg/acinclude.m4-8112-	;;
##############################################
vbrfix-0.24+dfsg/acinclude.m4-8145-	# to its proper name (with version) after linking.
vbrfix-0.24+dfsg/acinclude.m4:8146:	_LT_AC_TAGVAR(archive_cmds, $1)='templib=`echo $lib | sed -e "s/\.so\..*/\.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
vbrfix-0.24+dfsg/acinclude.m4-8147-
##############################################
vbrfix-0.24+dfsg/acinclude.m4-8162-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
vbrfix-0.24+dfsg/acinclude.m4:8163:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
vbrfix-0.24+dfsg/acinclude.m4-8164-
##############################################
vbrfix-0.24+dfsg/acinclude.m4-8175-	# dependencies.
vbrfix-0.24+dfsg/acinclude.m4:8176:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $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; echo $list'
vbrfix-0.24+dfsg/acinclude.m4-8177-	;;
##############################################
vbrfix-0.24+dfsg/acinclude.m4-8180-	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
vbrfix-0.24+dfsg/acinclude.m4:8181:	  _LT_AC_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" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
vbrfix-0.24+dfsg/acinclude.m4-8182-
##############################################
vbrfix-0.24+dfsg/acinclude.m4-8205-	# to its proper name (with version) after linking.
vbrfix-0.24+dfsg/acinclude.m4:8206:	_LT_AC_TAGVAR(archive_cmds, $1)='templib=`echo $lib | sed -e "s/\.so\..*/\.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
vbrfix-0.24+dfsg/acinclude.m4-8207-
##############################################
vbrfix-0.24+dfsg/acinclude.m4-8221-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
vbrfix-0.24+dfsg/acinclude.m4:8222:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
vbrfix-0.24+dfsg/acinclude.m4:8223:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "-exported_symbol " >> $lib.exp; echo "\$i" >> $lib.exp; done~
vbrfix-0.24+dfsg/acinclude.m4-8224-	  echo "-hidden">> $lib.exp~
vbrfix-0.24+dfsg/acinclude.m4:8225:	  $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 $objdir/so_locations -o $lib~
vbrfix-0.24+dfsg/acinclude.m4-8226-	  $rm $lib.exp'
##############################################
vbrfix-0.24+dfsg/acinclude.m4-8238-	# dependencies.
vbrfix-0.24+dfsg/acinclude.m4:8239:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $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; echo $list'
vbrfix-0.24+dfsg/acinclude.m4-8240-	;;
##############################################
vbrfix-0.24+dfsg/acinclude.m4-8243-	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
vbrfix-0.24+dfsg/acinclude.m4:8244:	 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
vbrfix-0.24+dfsg/acinclude.m4-8245-
##############################################
vbrfix-0.24+dfsg/acinclude.m4-8326-	# dependencies.
vbrfix-0.24+dfsg/acinclude.m4:8327:	output_verbose_link_cmd='templist=`$CC -G $CFLAGS -v conftest.$objext 2>&1 | egrep "\-R|\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
vbrfix-0.24+dfsg/acinclude.m4-8328-
##############################################
vbrfix-0.24+dfsg/acinclude.m4-8424-  # eval without this substitution.
vbrfix-0.24+dfsg/acinclude.m4:8425:  output_verbose_link_cmd="`$echo \"X$output_verbose_link_cmd\" | $Xsed -e \"$no_glob_subst\"`"
vbrfix-0.24+dfsg/acinclude.m4-8426-
vbrfix-0.24+dfsg/acinclude.m4:8427:  for p in `eval $output_verbose_link_cmd`; do
vbrfix-0.24+dfsg/acinclude.m4-8428-    case $p in
##############################################
vbrfix-0.24+dfsg/acinclude.m4-8690-      # Double-quote double-evaled strings.
vbrfix-0.24+dfsg/acinclude.m4:8691:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
vbrfix-0.24+dfsg/acinclude.m4-8692-      ;;
vbrfix-0.24+dfsg/acinclude.m4-8693-    *)
vbrfix-0.24+dfsg/acinclude.m4:8694:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
vbrfix-0.24+dfsg/acinclude.m4-8695-      ;;
##############################################
vbrfix-0.24+dfsg/acinclude.m4-8700-  *'\[$]0 --fallback-echo"')
vbrfix-0.24+dfsg/acinclude.m4:8701:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\[$]0 --fallback-echo"[$]/[$]0 --fallback-echo"/'`
vbrfix-0.24+dfsg/acinclude.m4-8702-    ;;
##############################################
vbrfix-0.24+dfsg/acinclude.m4-8715-
vbrfix-0.24+dfsg/acinclude.m4:8716:# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
vbrfix-0.24+dfsg/acinclude.m4-8717-# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
##############################################
vbrfix-0.24+dfsg/acinclude.m4-9193-    nlist=conftest.nm
vbrfix-0.24+dfsg/acinclude.m4:9194:    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
vbrfix-0.24+dfsg/acinclude.m4-9195-      # Try sorting and uniquifying the output.
##############################################
vbrfix-0.24+dfsg/acinclude.m4-9880-      # If DATA tags from a recent dlltool are present, honour them!
vbrfix-0.24+dfsg/acinclude.m4:9881:      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`head -1 $export_symbols`" = xEXPORTS; then
vbrfix-0.24+dfsg/acinclude.m4-9882-	  cp $export_symbols $output_objdir/$soname-def;
##############################################
vbrfix-0.24+dfsg/acinclude.m4-9889-	     2) echo "   \[$]2 @ \$_lt_hint ; " >> $output_objdir/$soname-def;;
vbrfix-0.24+dfsg/acinclude.m4:9890:	     *) echo "   \[$]2 @ \$_lt_hint \[$]3 ; " >> $output_objdir/$soname-def;;
vbrfix-0.24+dfsg/acinclude.m4-9891-	   esac;
vbrfix-0.24+dfsg/acinclude.m4:9892:	   _lt_hint=`expr 1 + \$_lt_hint`;
vbrfix-0.24+dfsg/acinclude.m4-9893-	  done;
##############################################
vbrfix-0.24+dfsg/acinclude.m4-10023-	# below for broken collect2 doesn't work under 4.3+
vbrfix-0.24+dfsg/acinclude.m4:10024:	  collect2name=`${CC} -print-prog-name=collect2`
vbrfix-0.24+dfsg/acinclude.m4-10025-	  if test -f "$collect2name" && \
##############################################
vbrfix-0.24+dfsg/acinclude.m4-10065-	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
vbrfix-0.24+dfsg/acinclude.m4:10066:	_LT_AC_TAGVAR(archive_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '" $shared_flag"
vbrfix-0.24+dfsg/acinclude.m4:10067:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
vbrfix-0.24+dfsg/acinclude.m4-10068-       else
##############################################
vbrfix-0.24+dfsg/acinclude.m4-10113-      # FIXME: Setting linknames here is a bad hack.
vbrfix-0.24+dfsg/acinclude.m4:10114:      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | sed -e '\''s/ -lc$//'\''` -link -dll~linknames='
vbrfix-0.24+dfsg/acinclude.m4-10115-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
vbrfix-0.24+dfsg/acinclude.m4-10118-      _LT_AC_TAGVAR(old_archive_cmds, $1)='lib /OUT:$oldlib$oldobjs$old_deplibs'
vbrfix-0.24+dfsg/acinclude.m4:10119:      fix_srcfile_path='`cygpath -w "$srcfile"`'
vbrfix-0.24+dfsg/acinclude.m4-10120-      ;;
##############################################
vbrfix-0.24+dfsg/acinclude.m4-10225-      if test "$GCC" = yes; then
vbrfix-0.24+dfsg/acinclude.m4:10226:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
vbrfix-0.24+dfsg/acinclude.m4-10227-      else
vbrfix-0.24+dfsg/acinclude.m4:10228:	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
vbrfix-0.24+dfsg/acinclude.m4-10229-      fi
##############################################
vbrfix-0.24+dfsg/acinclude.m4-10257-
vbrfix-0.24+dfsg/acinclude.m4:10258:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
vbrfix-0.24+dfsg/acinclude.m4-10259-	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linker_flags'
##############################################
vbrfix-0.24+dfsg/acinclude.m4-10286-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
vbrfix-0.24+dfsg/acinclude.m4:10287:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
vbrfix-0.24+dfsg/acinclude.m4-10288-      else
vbrfix-0.24+dfsg/acinclude.m4-10289-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
vbrfix-0.24+dfsg/acinclude.m4:10290:	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
vbrfix-0.24+dfsg/acinclude.m4-10291-      fi
##############################################
vbrfix-0.24+dfsg/acinclude.m4-10298-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
vbrfix-0.24+dfsg/acinclude.m4:10299:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
vbrfix-0.24+dfsg/acinclude.m4-10300-	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
vbrfix-0.24+dfsg/acinclude.m4-10302-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
vbrfix-0.24+dfsg/acinclude.m4:10303:	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
vbrfix-0.24+dfsg/acinclude.m4:10304:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "-exported_symbol " >> $lib.exp; echo "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
vbrfix-0.24+dfsg/acinclude.m4:10305:	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
vbrfix-0.24+dfsg/acinclude.m4-10306-
##############################################
vbrfix-0.24+dfsg/acinclude.m4-10465-      _LT_AC_TAGVAR(allow_undefined_flag, $1)=
vbrfix-0.24+dfsg/acinclude.m4:10466:      if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1)
vbrfix-0.24+dfsg/acinclude.m4-10467-      then
##############################################
vbrfix-0.24+dfsg/acinclude.m4-10729-{
vbrfix-0.24+dfsg/acinclude.m4:10730:  tmp=`(umask 077 && mktemp -d -q "$TMPDIR/sedXXXXXX") 2>/dev/null` &&
vbrfix-0.24+dfsg/acinclude.m4-10731-  test -n "$tmp" && test -d "$tmp"
##############################################
vbrfix-0.24+dfsg/acinclude.m4-10763-      test $_count -gt 10 && break
vbrfix-0.24+dfsg/acinclude.m4:10764:      _count=`expr $_count + 1`
vbrfix-0.24+dfsg/acinclude.m4-10765-      if test $_count -gt $_max; then
##############################################
vbrfix-0.24+dfsg/aclocal.m4-127-# Check X11 before X11Rn because it is often a symlink to the current release.
vbrfix-0.24+dfsg/aclocal.m4:128:for ac_dir in `echo "$ac_x_includes" | sed s/include/lib${kdelibsuff}/` \
vbrfix-0.24+dfsg/aclocal.m4-129-    /usr/X11/lib${kdelibsuff}           \
##############################################
vbrfix-0.24+dfsg/aclocal.m4-205-   else
vbrfix-0.24+dfsg/aclocal.m4:206:        kde_cache=`echo $1 | sed 'y%./+-%__p_%'`
vbrfix-0.24+dfsg/aclocal.m4-207-
##############################################
vbrfix-0.24+dfsg/aclocal.m4-238-
vbrfix-0.24+dfsg/aclocal.m4:239:      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
vbrfix-0.24+dfsg/aclocal.m4-240-
##############################################
vbrfix-0.24+dfsg/aclocal.m4-280-    AC_MSG_CHECKING([whether uic supports -$1 ])
vbrfix-0.24+dfsg/aclocal.m4:281:    kde_cache=`echo $1 | sed 'y% .=/+-%____p_%'`
vbrfix-0.24+dfsg/aclocal.m4-282-    AC_CACHE_VAL(kde_cv_prog_uic_$kde_cache,
##############################################
vbrfix-0.24+dfsg/aclocal.m4-295-
vbrfix-0.24+dfsg/aclocal.m4:296:    if eval "test \"`echo '$kde_cv_prog_uic_'$kde_cache`\" = yes"; then
vbrfix-0.24+dfsg/aclocal.m4-297-        AC_MSG_RESULT([yes])
##############################################
vbrfix-0.24+dfsg/aclocal.m4-577-        if test -x "$KDECONFIG"; then # it can be "compiled"
vbrfix-0.24+dfsg/aclocal.m4:578:          kde_libs_prefix=`$KDECONFIG --prefix`
vbrfix-0.24+dfsg/aclocal.m4-579-          if test -z "$kde_libs_prefix" || test ! -x "$kde_libs_prefix"; then
##############################################
vbrfix-0.24+dfsg/aclocal.m4-584-           fi
vbrfix-0.24+dfsg/aclocal.m4:585:           kde_libs_htmldir=`$KDECONFIG --install html --expandvars`
vbrfix-0.24+dfsg/aclocal.m4-586-        else
##############################################
vbrfix-0.24+dfsg/aclocal.m4-1122-else
vbrfix-0.24+dfsg/aclocal.m4:1123:  kde_qtsubver=`echo "$1" | sed -e 's#[0-9][0-9]*\.\([0-9][0-9]*\).*#\1#'`
vbrfix-0.24+dfsg/aclocal.m4-1124-  # following is the check if subversion isnt found in passed argument
##############################################
vbrfix-0.24+dfsg/aclocal.m4-1127-  fi
vbrfix-0.24+dfsg/aclocal.m4:1128:  kde_qtver=`echo "$1" | sed -e 's#^\([0-9][0-9]*\)\..*#\1#'`
vbrfix-0.24+dfsg/aclocal.m4-1129-  if test "$kde_qtver" = "1"; then
##############################################
vbrfix-0.24+dfsg/aclocal.m4-1432-    try="ls -1 $dir/${LIBQT_GLOB}"
vbrfix-0.24+dfsg/aclocal.m4:1433:    if test -n "`$try 2> /dev/null`"; then qt_libdir=$dir; break; else echo "tried $dir" >&AC_FD_CC ; fi
vbrfix-0.24+dfsg/aclocal.m4-1434-  done
##############################################
vbrfix-0.24+dfsg/aclocal.m4-2334-])dnl
vbrfix-0.24+dfsg/aclocal.m4:2335:if eval "test \"`echo $ac_cv_lib_gif`\" = yes"; then
vbrfix-0.24+dfsg/aclocal.m4-2336-  AC_MSG_RESULT(yes)
##############################################
vbrfix-0.24+dfsg/aclocal.m4-2375-
vbrfix-0.24+dfsg/aclocal.m4:2376:if eval "test ! \"`echo $ac_cv_lib_jpeg_$1`\" = no"; then
vbrfix-0.24+dfsg/aclocal.m4-2377-  LIBJPEG="$ac_cv_lib_jpeg_$1"
##############################################
vbrfix-0.24+dfsg/aclocal.m4-2446-LIBS="$all_libraries $USER_LDFLAGS $LIBQT"
vbrfix-0.24+dfsg/aclocal.m4:2447:LIBS=`echo $LIBS | sed "s/$LIBJPEG//"`
vbrfix-0.24+dfsg/aclocal.m4-2448-ac_save_CXXFLAGS="$CXXFLAGS"
##############################################
vbrfix-0.24+dfsg/aclocal.m4-2462-
vbrfix-0.24+dfsg/aclocal.m4:2463:if eval "test ! \"`echo $kde_cv_qt_jpeg`\" = no"; then
vbrfix-0.24+dfsg/aclocal.m4-2464-  AC_MSG_RESULT(yes)
##############################################
vbrfix-0.24+dfsg/aclocal.m4-2596-])dnl
vbrfix-0.24+dfsg/aclocal.m4:2597:if eval "test ! \"`echo $ac_cv_lib_png`\" = no"; then
vbrfix-0.24+dfsg/aclocal.m4-2598-  AC_DEFINE_UNQUOTED(HAVE_LIBPNG, 1, [Define if you have libpng])
##############################################
vbrfix-0.24+dfsg/aclocal.m4-2644-AC_MSG_CHECKING(whether $CXX supports -$1)
vbrfix-0.24+dfsg/aclocal.m4:2645:kde_cache=`echo $1 | sed 'y% .=/+-%____p_%'`
vbrfix-0.24+dfsg/aclocal.m4-2646-AC_CACHE_VAL(kde_cv_prog_cxx_$kde_cache,
##############################################
vbrfix-0.24+dfsg/aclocal.m4-2655-])
vbrfix-0.24+dfsg/aclocal.m4:2656:if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
vbrfix-0.24+dfsg/aclocal.m4-2657- AC_MSG_RESULT(yes)
##############################################
vbrfix-0.24+dfsg/aclocal.m4-2901-        if test "$GXX" = yes; then
vbrfix-0.24+dfsg/aclocal.m4:2902:          libstdcpp=`$CXX -print-file-name=libstdc++.so`
vbrfix-0.24+dfsg/aclocal.m4-2903-          if test ! -f $libstdcpp; then
##############################################
vbrfix-0.24+dfsg/aclocal.m4-3102-    AM_PATH_PROG_WITH_TEST_KDE(MSGFMT, msgfmt,
vbrfix-0.24+dfsg/aclocal.m4:3103:        [test -n "`$ac_dir/$ac_word --version 2>&1 | grep 'GNU gettext'`"], msgfmt)
vbrfix-0.24+dfsg/aclocal.m4-3104-    AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT)
vbrfix-0.24+dfsg/aclocal.m4-3105-
vbrfix-0.24+dfsg/aclocal.m4:3106:     if test -z "`$GMSGFMT --version 2>&1 | grep 'GNU gettext'`"; then
vbrfix-0.24+dfsg/aclocal.m4-3107-        AC_MSG_RESULT([found msgfmt program is not GNU msgfmt; ignore it])
##############################################
vbrfix-0.24+dfsg/aclocal.m4-3114-      AM_PATH_PROG_WITH_TEST_KDE(XGETTEXT, xgettext,
vbrfix-0.24+dfsg/aclocal.m4:3115:	[test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :)
vbrfix-0.24+dfsg/aclocal.m4-3116-
##############################################
vbrfix-0.24+dfsg/aclocal.m4-3261-   AC_MSG_RESULT($kde_cv_func_stpcpy)
vbrfix-0.24+dfsg/aclocal.m4:3262:   if eval "test \"`echo $kde_cv_func_stpcpy`\" = yes"; then
vbrfix-0.24+dfsg/aclocal.m4-3263-     AC_DEFINE(HAVE_STPCPY, 1, [Define if you have stpcpy])
##############################################
vbrfix-0.24+dfsg/aclocal.m4-3810-])
vbrfix-0.24+dfsg/aclocal.m4:3811:kde_micodir=`echo $kde_cv_mico_incdir | sed -e 's#/include##'`
vbrfix-0.24+dfsg/aclocal.m4-3812-
##############################################
vbrfix-0.24+dfsg/aclocal.m4-3853-dnl installed MICO version
vbrfix-0.24+dfsg/aclocal.m4:3854:mico_v_maj=`echo $kde_cv_mico_version | sed -e 's/^\(.*\)\..*\..*$/\1/'`
vbrfix-0.24+dfsg/aclocal.m4:3855:mico_v_mid=`echo $kde_cv_mico_version | sed -e 's/^.*\.\(.*\)\..*$/\1/'`
vbrfix-0.24+dfsg/aclocal.m4:3856:mico_v_min=`echo $kde_cv_mico_version | sed -e 's/^.*\..*\.\(.*\)$/\1/'`
vbrfix-0.24+dfsg/aclocal.m4-3857-
##############################################
vbrfix-0.24+dfsg/aclocal.m4-3864-dnl required MICO version
vbrfix-0.24+dfsg/aclocal.m4:3865:req_v_maj=`echo $req_version | sed -e 's/^\(.*\)\..*\..*$/\1/'`
vbrfix-0.24+dfsg/aclocal.m4:3866:req_v_mid=`echo $req_version | sed -e 's/^.*\.\(.*\)\..*$/\1/'`
vbrfix-0.24+dfsg/aclocal.m4:3867:req_v_min=`echo $req_version | sed -e 's/^.*\..*\.\(.*\)$/\1/'`
vbrfix-0.24+dfsg/aclocal.m4-3868-
##############################################
vbrfix-0.24+dfsg/aclocal.m4-4243-    ac_save_CXXFLAGS="$CXXFLAGS"
vbrfix-0.24+dfsg/aclocal.m4:4244:    CXXFLAGS="`echo $CXXFLAGS | sed s/-fno-exceptions//`"
vbrfix-0.24+dfsg/aclocal.m4-4245-    KDE_CHECK_STL_SGI
##############################################
vbrfix-0.24+dfsg/aclocal.m4-4287-])dnl
vbrfix-0.24+dfsg/aclocal.m4:4288:if eval "test \"`echo $ac_cv_lib_qimgio`\" = yes"; then
vbrfix-0.24+dfsg/aclocal.m4-4289-  LIBQIMGIO="-lqimgio -lpng -lz $LIBJPEG"
##############################################
vbrfix-0.24+dfsg/aclocal.m4-4368-  TOPSUBDIRS=""
vbrfix-0.24+dfsg/aclocal.m4:4369:  files=`cd $srcdir && ls -1`
vbrfix-0.24+dfsg/aclocal.m4:4370:  dirs=`for i in $files; do if test -d $i; then echo $i; fi; done`
vbrfix-0.24+dfsg/aclocal.m4-4371-  for i in $dirs; do
##############################################
vbrfix-0.24+dfsg/aclocal.m4-4376-if test -s $srcdir/inst-apps; then
vbrfix-0.24+dfsg/aclocal.m4:4377:  ac_topsubdirs="`cat $srcdir/inst-apps`"
vbrfix-0.24+dfsg/aclocal.m4-4378-else
vbrfix-0.24+dfsg/aclocal.m4:4379:  ac_topsubdirs="`cat $srcdir/subdirs`"
vbrfix-0.24+dfsg/aclocal.m4-4380-fi
##############################################
vbrfix-0.24+dfsg/aclocal.m4-4394-  AC_MSG_RESULT($install_it)
vbrfix-0.24+dfsg/aclocal.m4:4395:  vari=`echo $i | sed -e 's,[[-+.]],_,g'`
vbrfix-0.24+dfsg/aclocal.m4-4396-  if test $install_it = "yes"; then
##############################################
vbrfix-0.24+dfsg/aclocal.m4-4580-  if test -f $srcdir/configure.files ; then
vbrfix-0.24+dfsg/aclocal.m4:4581:    val=`sed -e 's%^%\$(top_srcdir)/%' $srcdir/configure.files`
vbrfix-0.24+dfsg/aclocal.m4-4582-  fi
##############################################
vbrfix-0.24+dfsg/aclocal.m4-4602-  # And delete superflous '/' to make compares easier
vbrfix-0.24+dfsg/aclocal.m4:4603:  prefix=`echo "$prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'`
vbrfix-0.24+dfsg/aclocal.m4:4604:  exec_prefix=`echo "$exec_prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'`
vbrfix-0.24+dfsg/aclocal.m4-4605-  KDE_FAST_CONFIGURE
##############################################
vbrfix-0.24+dfsg/aclocal.m4-4723-[
vbrfix-0.24+dfsg/aclocal.m4:4724:	dir=`dirname "$1"`
vbrfix-0.24+dfsg/aclocal.m4:4725:	base=`basename "$1"`
vbrfix-0.24+dfsg/aclocal.m4:4726:	list=`ls -1 $dir 2> /dev/null`
vbrfix-0.24+dfsg/aclocal.m4-4727-	for entry in $list; do 
##############################################
vbrfix-0.24+dfsg/aclocal.m4-4790-          if test -x "$dir/java"; then
vbrfix-0.24+dfsg/aclocal.m4:4791:                libjvmdir=`find $dir/.. -name libjvm.so | sed 's,libjvm.so,,'|head -n 1`
vbrfix-0.24+dfsg/aclocal.m4-4792-		if test ! -f $libjvmdir/libjvm.so; then continue; fi
##############################################
vbrfix-0.24+dfsg/aclocal.m4-4810-          dnl this substitution might not work - well, we test for jni.h below
vbrfix-0.24+dfsg/aclocal.m4:4811:          kde_java_includedir=`echo $JAVAC | sed -e 's,bin/javac$,include/,'`
vbrfix-0.24+dfsg/aclocal.m4-4812-      else
##############################################
vbrfix-0.24+dfsg/aclocal.m4-4829-  dnl Look for libjvm.so
vbrfix-0.24+dfsg/aclocal.m4:4830:  kde_java_libjvmdir=`find $kde_java_bindir/.. -name libjvm.so | sed 's,libjvm.so,,'|head -n 1`
vbrfix-0.24+dfsg/aclocal.m4-4831-  dnl Look for libhpi.so and avoid green threads
vbrfix-0.24+dfsg/aclocal.m4:4832:  kde_java_libhpidir=`find $kde_java_bindir/.. -name libhpi.so | grep -v green | sed 's,libhpi.so,,' | head -n 1`
vbrfix-0.24+dfsg/aclocal.m4-4833-
##############################################
vbrfix-0.24+dfsg/aclocal.m4-4968-  else
vbrfix-0.24+dfsg/aclocal.m4:4969:    qtopia_minver_maj=`echo "$1" | sed -e "s/^\(.*\)\..*\..*$/\1/"`
vbrfix-0.24+dfsg/aclocal.m4:4970:    qtopia_minver_min=`echo "$1" | sed -e "s/^.*\.\(.*\)\..*$/\1/"`
vbrfix-0.24+dfsg/aclocal.m4:4971:    qtopia_minver_pat=`echo "$1" | sed -e "s/^.*\..*\.\(.*\)$/\1/"`
vbrfix-0.24+dfsg/aclocal.m4-4972-  fi
##############################################
vbrfix-0.24+dfsg/aclocal.m4-5008-
vbrfix-0.24+dfsg/aclocal.m4:5009:  qtopia_ver_maj=`cat $qtopia_incdir/qpe/version.h | sed -n -e 's,.*QPE_VERSION "\(.*\)\..*\..*".*,\1,p'`;
vbrfix-0.24+dfsg/aclocal.m4:5010:  qtopia_ver_min=`cat $qtopia_incdir/qpe/version.h | sed -n -e 's,.*QPE_VERSION ".*\.\(.*\)\..*".*,\1,p'`;
vbrfix-0.24+dfsg/aclocal.m4:5011:  qtopia_ver_pat=`cat $qtopia_incdir/qpe/version.h | sed -n -e 's,.*QPE_VERSION ".*\..*\.\(.*\)".*,\1,p'`;
vbrfix-0.24+dfsg/aclocal.m4-5012-
##############################################
vbrfix-0.24+dfsg/aclocal.m4-5221-    try="ls -1 $dir/libssl*"
vbrfix-0.24+dfsg/aclocal.m4:5222:    if test=`eval $try 2> /dev/null`; then ssl_libdir=$dir; break; else echo "tried $dir" >&AC_FD_CC ; fi
vbrfix-0.24+dfsg/aclocal.m4-5223-  done
##############################################
vbrfix-0.24+dfsg/aclocal.m4-5630-  # Remove one level of quotation (which was required for Make).
vbrfix-0.24+dfsg/aclocal.m4:5631:  ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
vbrfix-0.24+dfsg/aclocal.m4-5632-  ;;
##############################################
vbrfix-0.24+dfsg/aclocal.m4-5641-  :
vbrfix-0.24+dfsg/aclocal.m4:5642:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then
vbrfix-0.24+dfsg/aclocal.m4-5643-  # Yippee, $echo works!
##############################################
vbrfix-0.24+dfsg/aclocal.m4-5667-    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
vbrfix-0.24+dfsg/aclocal.m4:5668:    if (echo_test_string="`eval $cmd`") 2>/dev/null &&
vbrfix-0.24+dfsg/aclocal.m4:5669:       echo_test_string="`eval $cmd`" &&
vbrfix-0.24+dfsg/aclocal.m4-5670-       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
##############################################
vbrfix-0.24+dfsg/aclocal.m4-5676-
vbrfix-0.24+dfsg/aclocal.m4:5677:if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
vbrfix-0.24+dfsg/aclocal.m4:5678:   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
vbrfix-0.24+dfsg/aclocal.m4-5679-   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
vbrfix-0.24+dfsg/aclocal.m4-5691-    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
vbrfix-0.24+dfsg/aclocal.m4:5692:       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
vbrfix-0.24+dfsg/aclocal.m4:5693:       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
vbrfix-0.24+dfsg/aclocal.m4-5694-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
vbrfix-0.24+dfsg/aclocal.m4-5703-    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
vbrfix-0.24+dfsg/aclocal.m4:5704:       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
vbrfix-0.24+dfsg/aclocal.m4-5705-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
vbrfix-0.24+dfsg/aclocal.m4-5718-      echo='printf %s\n'
vbrfix-0.24+dfsg/aclocal.m4:5719:      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
vbrfix-0.24+dfsg/aclocal.m4:5720:	 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
vbrfix-0.24+dfsg/aclocal.m4-5721-	 test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
vbrfix-0.24+dfsg/aclocal.m4-5723-	:
vbrfix-0.24+dfsg/aclocal.m4:5724:      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
vbrfix-0.24+dfsg/aclocal.m4-5725-	   test "X$echo_testing_string" = 'X\t' &&
vbrfix-0.24+dfsg/aclocal.m4:5726:	   echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
vbrfix-0.24+dfsg/aclocal.m4-5727-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
vbrfix-0.24+dfsg/aclocal.m4-5732-	echo="$CONFIG_SHELL [$]0 --fallback-echo"
vbrfix-0.24+dfsg/aclocal.m4:5733:      elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
vbrfix-0.24+dfsg/aclocal.m4-5734-	   test "X$echo_testing_string" = 'X\t' &&
vbrfix-0.24+dfsg/aclocal.m4:5735:	   echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
vbrfix-0.24+dfsg/aclocal.m4-5736-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
vbrfix-0.24+dfsg/aclocal.m4-5742-	for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
vbrfix-0.24+dfsg/aclocal.m4:5743:	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
vbrfix-0.24+dfsg/aclocal.m4-5744-	  then
##############################################
vbrfix-0.24+dfsg/aclocal.m4-5750-	if test "$prev" != 'sed 50q "[$]0"'; then
vbrfix-0.24+dfsg/aclocal.m4:5751:	  echo_test_string=`eval $prev`
vbrfix-0.24+dfsg/aclocal.m4-5752-	  export echo_test_string
##############################################
vbrfix-0.24+dfsg/aclocal.m4-5790-  if AC_TRY_EVAL(ac_compile); then
vbrfix-0.24+dfsg/aclocal.m4:5791:    case `/usr/bin/file conftest.$ac_objext` in
vbrfix-0.24+dfsg/aclocal.m4-5792-    *ELF-32*)
##############################################
vbrfix-0.24+dfsg/aclocal.m4-5805-  if AC_TRY_EVAL(ac_compile); then
vbrfix-0.24+dfsg/aclocal.m4:5806:    case `/usr/bin/file conftest.$ac_objext` in
vbrfix-0.24+dfsg/aclocal.m4-5807-    *32-bit*)
##############################################
vbrfix-0.24+dfsg/aclocal.m4-5824-  if AC_TRY_EVAL(ac_compile); then
vbrfix-0.24+dfsg/aclocal.m4:5825:    case `/usr/bin/file conftest.$ac_objext` in
vbrfix-0.24+dfsg/aclocal.m4-5826-    *"ELF 32"*)
##############################################
vbrfix-0.24+dfsg/aclocal.m4-5980-    # we can't tell.
vbrfix-0.24+dfsg/aclocal.m4:5981:    while (test "X"`$CONFIG_SHELL [$]0 --fallback-echo "X$testring" 2>/dev/null` \
vbrfix-0.24+dfsg/aclocal.m4-5982-	       = "XX$testring") >/dev/null 2>&1 &&
vbrfix-0.24+dfsg/aclocal.m4:5983:	    new_result=`expr "X$testring" : ".*" 2>&1` &&
vbrfix-0.24+dfsg/aclocal.m4-5984-	    lt_cv_sys_max_cmd_len=$new_result &&
##############################################
vbrfix-0.24+dfsg/aclocal.m4-5986-    do
vbrfix-0.24+dfsg/aclocal.m4:5987:      i=`expr $i + 1`
vbrfix-0.24+dfsg/aclocal.m4-5988-      testring=$testring$testring
##############################################
vbrfix-0.24+dfsg/aclocal.m4-5993-    # It appears as though 1/2 is a usable value.
vbrfix-0.24+dfsg/aclocal.m4:5994:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
vbrfix-0.24+dfsg/aclocal.m4-5995-    ;;
##############################################
vbrfix-0.24+dfsg/aclocal.m4-6268-  if test "$hard_links" = no; then
vbrfix-0.24+dfsg/aclocal.m4:6269:    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
vbrfix-0.24+dfsg/aclocal.m4-6270-    need_locks=warn
##############################################
vbrfix-0.24+dfsg/aclocal.m4-6429-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
vbrfix-0.24+dfsg/aclocal.m4:6430:  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $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'
vbrfix-0.24+dfsg/aclocal.m4-6431-  ;;
##############################################
vbrfix-0.24+dfsg/aclocal.m4-6460-    sys_lib_search_path_spec="/lib /lib/w32api /usr/lib /usr/local/lib"
vbrfix-0.24+dfsg/aclocal.m4:6461:    soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | sed -e 's/[[.]]/-/g'`${versuffix}.dll'
vbrfix-0.24+dfsg/aclocal.m4:6462:    postinstall_cmds='dlpath=`bash 2>&1 -c '\''. $dir/${file}i;echo \$dlname'\''`~
vbrfix-0.24+dfsg/aclocal.m4:6463:      dldir=$destdir/`dirname \$dlpath`~
vbrfix-0.24+dfsg/aclocal.m4-6464-      test -d \$dldir || mkdir -p \$dldir~
vbrfix-0.24+dfsg/aclocal.m4-6465-      $install_prog .libs/$dlname \$dldir/$dlname'
vbrfix-0.24+dfsg/aclocal.m4:6466:    postuninstall_cmds='dldll=`bash 2>&1 -c '\''. $file; echo \$dlname'\''`~
vbrfix-0.24+dfsg/aclocal.m4-6467-      dlpath=$dir/\$dldll~
##############################################
vbrfix-0.24+dfsg/aclocal.m4-6470-  yes,mingw*)
vbrfix-0.24+dfsg/aclocal.m4:6471:    library_names_spec='${libname}`echo ${release} | sed -e 's/[[.]]/-/g'`${versuffix}.dll'
vbrfix-0.24+dfsg/aclocal.m4:6472:    sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | sed -e "s/^libraries://"`
vbrfix-0.24+dfsg/aclocal.m4-6473-    if echo "$sys_lib_search_path_spec" | [egrep ';[C-Z]:/' >/dev/null]; then
##############################################
vbrfix-0.24+dfsg/aclocal.m4-6479-      # which wouldn't understand a cygwinified path. Ahh.
vbrfix-0.24+dfsg/aclocal.m4:6480:      sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | sed -e 's/;/ /g'`
vbrfix-0.24+dfsg/aclocal.m4-6481-    else
vbrfix-0.24+dfsg/aclocal.m4:6482:      sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | sed  -e "s/$PATH_SEPARATOR/ /g"`
vbrfix-0.24+dfsg/aclocal.m4-6483-    fi
##############################################
vbrfix-0.24+dfsg/aclocal.m4-6485-  yes,pw32*)
vbrfix-0.24+dfsg/aclocal.m4:6486:    library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll'
vbrfix-0.24+dfsg/aclocal.m4-6487-    ;;
vbrfix-0.24+dfsg/aclocal.m4-6488-  *)
vbrfix-0.24+dfsg/aclocal.m4:6489:    library_names_spec='${libname}`echo ${release} | sed -e 's/[[.]]/-/g'`${versuffix}.dll $libname.lib'
vbrfix-0.24+dfsg/aclocal.m4-6490-    ;;
##############################################
vbrfix-0.24+dfsg/aclocal.m4-6701-  shlibpath_var=LD_LIBRARY_PATH
vbrfix-0.24+dfsg/aclocal.m4:6702:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
vbrfix-0.24+dfsg/aclocal.m4-6703-    case $host_os in
##############################################
vbrfix-0.24+dfsg/aclocal.m4-6827-  if test -z "$LTCC"; then
vbrfix-0.24+dfsg/aclocal.m4:6828:    eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
vbrfix-0.24+dfsg/aclocal.m4-6829-    if test -z "$LTCC"; then
##############################################
vbrfix-0.24+dfsg/aclocal.m4-6831-    else
vbrfix-0.24+dfsg/aclocal.m4:6832:      AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
vbrfix-0.24+dfsg/aclocal.m4-6833-    fi
##############################################
vbrfix-0.24+dfsg/aclocal.m4-6837-  # Note that this assumes the entire list is on one line.
vbrfix-0.24+dfsg/aclocal.m4:6838:  available_tags=`grep "^available_tags=" "${ofile}" | sed -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
vbrfix-0.24+dfsg/aclocal.m4-6839-
##############################################
vbrfix-0.24+dfsg/aclocal.m4-6843-    # Check whether tagname contains only valid characters
vbrfix-0.24+dfsg/aclocal.m4:6844:    case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in
vbrfix-0.24+dfsg/aclocal.m4-6845-    "") ;;
##############################################
vbrfix-0.24+dfsg/aclocal.m4-7062-	"file_magic "*)
vbrfix-0.24+dfsg/aclocal.m4:7063:	  file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
vbrfix-0.24+dfsg/aclocal.m4-7064-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
vbrfix-0.24+dfsg/aclocal.m4-7133-    # gcc leaves a trailing carriage return which upsets mingw
vbrfix-0.24+dfsg/aclocal.m4:7134:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
vbrfix-0.24+dfsg/aclocal.m4-7135-  *)
vbrfix-0.24+dfsg/aclocal.m4:7136:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
vbrfix-0.24+dfsg/aclocal.m4-7137-  esac
##############################################
vbrfix-0.24+dfsg/aclocal.m4-7142-      # Canonicalize the path of ld
vbrfix-0.24+dfsg/aclocal.m4:7143:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
vbrfix-0.24+dfsg/aclocal.m4-7144-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
vbrfix-0.24+dfsg/aclocal.m4:7145:	ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
vbrfix-0.24+dfsg/aclocal.m4-7146-      done
##############################################
vbrfix-0.24+dfsg/aclocal.m4-7328-  esac
vbrfix-0.24+dfsg/aclocal.m4:7329:  lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
vbrfix-0.24+dfsg/aclocal.m4-7330-  lt_cv_deplibs_check_method=pass_all
##############################################
vbrfix-0.24+dfsg/aclocal.m4-7365-  lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
vbrfix-0.24+dfsg/aclocal.m4:7366:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
vbrfix-0.24+dfsg/aclocal.m4-7367-    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB shared object'
##############################################
vbrfix-0.24+dfsg/aclocal.m4-7629-if test -n "$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)"; then
vbrfix-0.24+dfsg/aclocal.m4:7630:  AC_MSG_WARN([`$CC' requires `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to build shared libraries])
vbrfix-0.24+dfsg/aclocal.m4-7631-  if echo "$old_CC $old_CFLAGS " | egrep -e "[[ 	]]$]_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)[[[ 	]]" >/dev/null; then :
##############################################
vbrfix-0.24+dfsg/aclocal.m4-7750-_LT_AC_TAGVAR(compiler, $1)=$CC
vbrfix-0.24+dfsg/aclocal.m4:7751:cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
vbrfix-0.24+dfsg/aclocal.m4-7752-
##############################################
vbrfix-0.24+dfsg/aclocal.m4-7765-  # archiving commands below assume that GNU ld is being used.
vbrfix-0.24+dfsg/aclocal.m4:7766:  if eval "`$CC -print-prog-name=ld` --version 2>&1" | \
vbrfix-0.24+dfsg/aclocal.m4-7767-      egrep 'GNU ld' > /dev/null; then
##############################################
vbrfix-0.24+dfsg/aclocal.m4-7781-    # ancient GNU ld didn't support --whole-archive et. al.
vbrfix-0.24+dfsg/aclocal.m4:7782:    if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
vbrfix-0.24+dfsg/aclocal.m4-7783-	egrep 'no-whole-archive' > /dev/null; then
##############################################
vbrfix-0.24+dfsg/aclocal.m4-7847-      # below for broken collect2 doesn't work under 4.3+
vbrfix-0.24+dfsg/aclocal.m4:7848:	collect2name=`${CC} -print-prog-name=collect2`
vbrfix-0.24+dfsg/aclocal.m4-7849-	if test -f "$collect2name" && \
##############################################
vbrfix-0.24+dfsg/aclocal.m4-7890-
vbrfix-0.24+dfsg/aclocal.m4:7891:      _LT_AC_TAGVAR(archive_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '" $shared_flag"
vbrfix-0.24+dfsg/aclocal.m4:7892:      _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
vbrfix-0.24+dfsg/aclocal.m4-7893-     else
##############################################
vbrfix-0.24+dfsg/aclocal.m4-8000-	# dependencies.
vbrfix-0.24+dfsg/aclocal.m4:8001:	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; echo $list'
vbrfix-0.24+dfsg/aclocal.m4-8002-	;;
##############################################
vbrfix-0.24+dfsg/aclocal.m4-8029-	# SGI C++
vbrfix-0.24+dfsg/aclocal.m4:8030:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
vbrfix-0.24+dfsg/aclocal.m4-8031-
##############################################
vbrfix-0.24+dfsg/aclocal.m4-8040-	  if test "$with_gnu_ld" = no; then
vbrfix-0.24+dfsg/aclocal.m4:8041:	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
vbrfix-0.24+dfsg/aclocal.m4-8042-	  else
vbrfix-0.24+dfsg/aclocal.m4:8043:	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -o $lib'
vbrfix-0.24+dfsg/aclocal.m4-8044-	  fi
##############################################
vbrfix-0.24+dfsg/aclocal.m4-8059-	# to its proper name (with version) after linking.
vbrfix-0.24+dfsg/aclocal.m4:8060:	_LT_AC_TAGVAR(archive_cmds, $1)='templib=`echo $lib | sed -e "s/\.so\..*/\.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
vbrfix-0.24+dfsg/aclocal.m4:8061:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='templib=`echo $lib | sed -e "s/\.so\..*/\.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
vbrfix-0.24+dfsg/aclocal.m4-8062-
##############################################
vbrfix-0.24+dfsg/aclocal.m4-8070-	# dependencies.
vbrfix-0.24+dfsg/aclocal.m4:8071:	output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest.so 2>&1 | egrep "ld"`; rm -f libconftest.so; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
vbrfix-0.24+dfsg/aclocal.m4-8072-
##############################################
vbrfix-0.24+dfsg/aclocal.m4-8096-	# dependencies.
vbrfix-0.24+dfsg/aclocal.m4:8097:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $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; echo $list'
vbrfix-0.24+dfsg/aclocal.m4-8098-	;;
##############################################
vbrfix-0.24+dfsg/aclocal.m4-8131-	# to its proper name (with version) after linking.
vbrfix-0.24+dfsg/aclocal.m4:8132:	_LT_AC_TAGVAR(archive_cmds, $1)='templib=`echo $lib | sed -e "s/\.so\..*/\.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
vbrfix-0.24+dfsg/aclocal.m4-8133-
##############################################
vbrfix-0.24+dfsg/aclocal.m4-8148-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
vbrfix-0.24+dfsg/aclocal.m4:8149:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
vbrfix-0.24+dfsg/aclocal.m4-8150-
##############################################
vbrfix-0.24+dfsg/aclocal.m4-8161-	# dependencies.
vbrfix-0.24+dfsg/aclocal.m4:8162:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $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; echo $list'
vbrfix-0.24+dfsg/aclocal.m4-8163-	;;
##############################################
vbrfix-0.24+dfsg/aclocal.m4-8166-	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
vbrfix-0.24+dfsg/aclocal.m4:8167:	  _LT_AC_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" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
vbrfix-0.24+dfsg/aclocal.m4-8168-
##############################################
vbrfix-0.24+dfsg/aclocal.m4-8191-	# to its proper name (with version) after linking.
vbrfix-0.24+dfsg/aclocal.m4:8192:	_LT_AC_TAGVAR(archive_cmds, $1)='templib=`echo $lib | sed -e "s/\.so\..*/\.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
vbrfix-0.24+dfsg/aclocal.m4-8193-
##############################################
vbrfix-0.24+dfsg/aclocal.m4-8207-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
vbrfix-0.24+dfsg/aclocal.m4:8208:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
vbrfix-0.24+dfsg/aclocal.m4:8209:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "-exported_symbol " >> $lib.exp; echo "\$i" >> $lib.exp; done~
vbrfix-0.24+dfsg/aclocal.m4-8210-	  echo "-hidden">> $lib.exp~
vbrfix-0.24+dfsg/aclocal.m4:8211:	  $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 $objdir/so_locations -o $lib~
vbrfix-0.24+dfsg/aclocal.m4-8212-	  $rm $lib.exp'
##############################################
vbrfix-0.24+dfsg/aclocal.m4-8224-	# dependencies.
vbrfix-0.24+dfsg/aclocal.m4:8225:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $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; echo $list'
vbrfix-0.24+dfsg/aclocal.m4-8226-	;;
##############################################
vbrfix-0.24+dfsg/aclocal.m4-8229-	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
vbrfix-0.24+dfsg/aclocal.m4:8230:	 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
vbrfix-0.24+dfsg/aclocal.m4-8231-
##############################################
vbrfix-0.24+dfsg/aclocal.m4-8312-	# dependencies.
vbrfix-0.24+dfsg/aclocal.m4:8313:	output_verbose_link_cmd='templist=`$CC -G $CFLAGS -v conftest.$objext 2>&1 | egrep "\-R|\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
vbrfix-0.24+dfsg/aclocal.m4-8314-
##############################################
vbrfix-0.24+dfsg/aclocal.m4-8410-  # eval without this substitution.
vbrfix-0.24+dfsg/aclocal.m4:8411:  output_verbose_link_cmd="`$echo \"X$output_verbose_link_cmd\" | $Xsed -e \"$no_glob_subst\"`"
vbrfix-0.24+dfsg/aclocal.m4-8412-
vbrfix-0.24+dfsg/aclocal.m4:8413:  for p in `eval $output_verbose_link_cmd`; do
vbrfix-0.24+dfsg/aclocal.m4-8414-    case $p in
##############################################
vbrfix-0.24+dfsg/aclocal.m4-8668-      # Double-quote double-evaled strings.
vbrfix-0.24+dfsg/aclocal.m4:8669:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
vbrfix-0.24+dfsg/aclocal.m4-8670-      ;;
vbrfix-0.24+dfsg/aclocal.m4-8671-    *)
vbrfix-0.24+dfsg/aclocal.m4:8672:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
vbrfix-0.24+dfsg/aclocal.m4-8673-      ;;
##############################################
vbrfix-0.24+dfsg/aclocal.m4-8678-  *'\[$]0 --fallback-echo"')
vbrfix-0.24+dfsg/aclocal.m4:8679:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\[$]0 --fallback-echo"[$]/[$]0 --fallback-echo"/'`
vbrfix-0.24+dfsg/aclocal.m4-8680-    ;;
##############################################
vbrfix-0.24+dfsg/aclocal.m4-8693-
vbrfix-0.24+dfsg/aclocal.m4:8694:# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
vbrfix-0.24+dfsg/aclocal.m4-8695-# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
##############################################
vbrfix-0.24+dfsg/aclocal.m4-9171-    nlist=conftest.nm
vbrfix-0.24+dfsg/aclocal.m4:9172:    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
vbrfix-0.24+dfsg/aclocal.m4-9173-      # Try sorting and uniquifying the output.
##############################################
vbrfix-0.24+dfsg/aclocal.m4-9858-      # If DATA tags from a recent dlltool are present, honour them!
vbrfix-0.24+dfsg/aclocal.m4:9859:      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`head -1 $export_symbols`" = xEXPORTS; then
vbrfix-0.24+dfsg/aclocal.m4-9860-	  cp $export_symbols $output_objdir/$soname-def;
##############################################
vbrfix-0.24+dfsg/aclocal.m4-9867-	     2) echo "   \[$]2 @ \$_lt_hint ; " >> $output_objdir/$soname-def;;
vbrfix-0.24+dfsg/aclocal.m4:9868:	     *) echo "   \[$]2 @ \$_lt_hint \[$]3 ; " >> $output_objdir/$soname-def;;
vbrfix-0.24+dfsg/aclocal.m4-9869-	   esac;
vbrfix-0.24+dfsg/aclocal.m4:9870:	   _lt_hint=`expr 1 + \$_lt_hint`;
vbrfix-0.24+dfsg/aclocal.m4-9871-	  done;
##############################################
vbrfix-0.24+dfsg/aclocal.m4-10001-	# below for broken collect2 doesn't work under 4.3+
vbrfix-0.24+dfsg/aclocal.m4:10002:	  collect2name=`${CC} -print-prog-name=collect2`
vbrfix-0.24+dfsg/aclocal.m4-10003-	  if test -f "$collect2name" && \
##############################################
vbrfix-0.24+dfsg/aclocal.m4-10043-	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
vbrfix-0.24+dfsg/aclocal.m4:10044:	_LT_AC_TAGVAR(archive_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '" $shared_flag"
vbrfix-0.24+dfsg/aclocal.m4:10045:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
vbrfix-0.24+dfsg/aclocal.m4-10046-       else
##############################################
vbrfix-0.24+dfsg/aclocal.m4-10091-      # FIXME: Setting linknames here is a bad hack.
vbrfix-0.24+dfsg/aclocal.m4:10092:      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | sed -e '\''s/ -lc$//'\''` -link -dll~linknames='
vbrfix-0.24+dfsg/aclocal.m4-10093-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
vbrfix-0.24+dfsg/aclocal.m4-10096-      _LT_AC_TAGVAR(old_archive_cmds, $1)='lib /OUT:$oldlib$oldobjs$old_deplibs'
vbrfix-0.24+dfsg/aclocal.m4:10097:      fix_srcfile_path='`cygpath -w "$srcfile"`'
vbrfix-0.24+dfsg/aclocal.m4-10098-      ;;
##############################################
vbrfix-0.24+dfsg/aclocal.m4-10203-      if test "$GCC" = yes; then
vbrfix-0.24+dfsg/aclocal.m4:10204:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
vbrfix-0.24+dfsg/aclocal.m4-10205-      else
vbrfix-0.24+dfsg/aclocal.m4:10206:	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
vbrfix-0.24+dfsg/aclocal.m4-10207-      fi
##############################################
vbrfix-0.24+dfsg/aclocal.m4-10235-
vbrfix-0.24+dfsg/aclocal.m4:10236:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
vbrfix-0.24+dfsg/aclocal.m4-10237-	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linker_flags'
##############################################
vbrfix-0.24+dfsg/aclocal.m4-10264-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
vbrfix-0.24+dfsg/aclocal.m4:10265:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
vbrfix-0.24+dfsg/aclocal.m4-10266-      else
vbrfix-0.24+dfsg/aclocal.m4-10267-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
vbrfix-0.24+dfsg/aclocal.m4:10268:	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
vbrfix-0.24+dfsg/aclocal.m4-10269-      fi
##############################################
vbrfix-0.24+dfsg/aclocal.m4-10276-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
vbrfix-0.24+dfsg/aclocal.m4:10277:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
vbrfix-0.24+dfsg/aclocal.m4-10278-	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
vbrfix-0.24+dfsg/aclocal.m4-10280-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
vbrfix-0.24+dfsg/aclocal.m4:10281:	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
vbrfix-0.24+dfsg/aclocal.m4:10282:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "-exported_symbol " >> $lib.exp; echo "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
vbrfix-0.24+dfsg/aclocal.m4:10283:	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
vbrfix-0.24+dfsg/aclocal.m4-10284-
##############################################
vbrfix-0.24+dfsg/aclocal.m4-10443-      _LT_AC_TAGVAR(allow_undefined_flag, $1)=
vbrfix-0.24+dfsg/aclocal.m4:10444:      if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1)
vbrfix-0.24+dfsg/aclocal.m4-10445-      then
##############################################
vbrfix-0.24+dfsg/aclocal.m4-10705-{
vbrfix-0.24+dfsg/aclocal.m4:10706:  tmp=`(umask 077 && mktemp -d -q "$TMPDIR/sedXXXXXX") 2>/dev/null` &&
vbrfix-0.24+dfsg/aclocal.m4-10707-  test -n "$tmp" && test -d "$tmp"
##############################################
vbrfix-0.24+dfsg/aclocal.m4-10739-      test $_count -gt 10 && break
vbrfix-0.24+dfsg/aclocal.m4:10740:      _count=`expr $_count + 1`
vbrfix-0.24+dfsg/aclocal.m4-10741-      if test $_count -gt $_max; then
##############################################
vbrfix-0.24+dfsg/aclocal.m4-10786-# test to see if srcdir already configured
vbrfix-0.24+dfsg/aclocal.m4:10787:if test "`CDPATH=:; cd $srcdir && pwd`" != "`pwd`" &&
vbrfix-0.24+dfsg/aclocal.m4-10788-   test -f $srcdir/config.status; then
##############################################
vbrfix-0.24+dfsg/aclocal.m4-10860-if (
vbrfix-0.24+dfsg/aclocal.m4:10861:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
vbrfix-0.24+dfsg/aclocal.m4-10862-   if test "$[*]" = "X"; then
vbrfix-0.24+dfsg/aclocal.m4-10863-      # -L didn't work.
vbrfix-0.24+dfsg/aclocal.m4:10864:      set X `ls -t $srcdir/configure conftest.file`
vbrfix-0.24+dfsg/aclocal.m4-10865-   fi
##############################################
vbrfix-0.24+dfsg/aclocal.m4-10920-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
vbrfix-0.24+dfsg/aclocal.m4:10921:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
vbrfix-0.24+dfsg/aclocal.m4-10922-#
##############################################
vbrfix-0.24+dfsg/aclocal.m4-10944-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
vbrfix-0.24+dfsg/aclocal.m4:10945:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
vbrfix-0.24+dfsg/aclocal.m4-10946-# and then we would define $MISSING as
##############################################
vbrfix-0.24+dfsg/aclocal.m4-10958-# expand $ac_aux_dir to an absolute path
vbrfix-0.24+dfsg/aclocal.m4:10959:am_aux_dir=`CDPATH=:; cd $ac_aux_dir && pwd`
vbrfix-0.24+dfsg/aclocal.m4-10960-])
##############################################
vbrfix-0.24+dfsg/aclocal.m4-11031-  if test "$am_compiler_list" = ""; then
vbrfix-0.24+dfsg/aclocal.m4:11032:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
vbrfix-0.24+dfsg/aclocal.m4-11033-  fi
##############################################
vbrfix-0.24+dfsg/aclocal.m4-11127-  Makefile) dirpart=.;;
vbrfix-0.24+dfsg/aclocal.m4:11128:  */Makefile) dirpart=`echo "$mf" | sed -e 's|/[^/]*$||'`;;
vbrfix-0.24+dfsg/aclocal.m4-11129-  *) continue;;
##############################################
vbrfix-0.24+dfsg/aclocal.m4-11133-  # running `make'.
vbrfix-0.24+dfsg/aclocal.m4:11134:  DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
vbrfix-0.24+dfsg/aclocal.m4-11135-  test -z "$DEPDIR" && continue
vbrfix-0.24+dfsg/aclocal.m4-11136-  # When using ansi2knr, U may be empty or an underscore; expand it
vbrfix-0.24+dfsg/aclocal.m4:11137:  U=`sed -n -e '/^U = / s///p' < "$mf"`
vbrfix-0.24+dfsg/aclocal.m4-11138-  test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
##############################################
vbrfix-0.24+dfsg/aclocal.m4-11154-    test -f "$dirpart/$file" && continue
vbrfix-0.24+dfsg/aclocal.m4:11155:    fdir=`echo "$file" | sed -e 's|/[^/]*$||'`
vbrfix-0.24+dfsg/aclocal.m4-11156-    $ac_aux_dir/mkinstalldirs "$dirpart/$fdir" > /dev/null 2>&1
##############################################
vbrfix-0.24+dfsg/aclocal.m4-11184-# case it prints its new name instead of `make'.
vbrfix-0.24+dfsg/aclocal.m4:11185:if test "`$am_make -s -f confmf 2> /dev/null | fgrep -v 'ing directory'`" = "done"; then
vbrfix-0.24+dfsg/aclocal.m4-11186-   am__include=include
##############################################
vbrfix-0.24+dfsg/aclocal.m4-11192-   echo '.include "confinc"' > confmf
vbrfix-0.24+dfsg/aclocal.m4:11193:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
vbrfix-0.24+dfsg/aclocal.m4-11194-      am__include=.include
##############################################
vbrfix-0.24+dfsg/aclocal.m4-11277-  *" \$am_file "*)
vbrfix-0.24+dfsg/aclocal.m4:11278:    am_dir=\`echo \$am_file |sed 's%:.*%%;s%[^/]*\$%%'\`
vbrfix-0.24+dfsg/aclocal.m4-11279-    if test -n "\$am_dir"; then
vbrfix-0.24+dfsg/aclocal.m4:11280:      am_tmpdir=\`echo \$am_dir |sed 's%^\(/*\).*\$%\1%'\`
vbrfix-0.24+dfsg/aclocal.m4:11281:      for am_subdir in \`echo \$am_dir |sed 's%/% %'\`; do
vbrfix-0.24+dfsg/aclocal.m4-11282-        am_tmpdir=\$am_tmpdir\$am_subdir/
##############################################
vbrfix-0.24+dfsg/aclocal.m4-11290-  esac
vbrfix-0.24+dfsg/aclocal.m4:11291:  am_indx=\`expr \$am_indx + 1\`
vbrfix-0.24+dfsg/aclocal.m4-11292-done])
##############################################
vbrfix-0.24+dfsg/configure-43-do
vbrfix-0.24+dfsg/configure:44:  if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
vbrfix-0.24+dfsg/configure-45-    eval $as_var=C; export $as_var
##############################################
vbrfix-0.24+dfsg/configure-101-  as_lineno_2=$LINENO
vbrfix-0.24+dfsg/configure:102:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
vbrfix-0.24+dfsg/configure-103-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
vbrfix-0.24+dfsg/configure-140-  as_lineno_2=$LINENO
vbrfix-0.24+dfsg/configure:141:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
vbrfix-0.24+dfsg/configure-142-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
vbrfix-0.24+dfsg/configure-249-  # Remove one level of quotation (which was required for Make).
vbrfix-0.24+dfsg/configure:250:  ECHO=`echo "$ECHO" | sed 's,\\\\\$\\$0,'$0','`
vbrfix-0.24+dfsg/configure-251-  ;;
##############################################
vbrfix-0.24+dfsg/configure-260-  :
vbrfix-0.24+dfsg/configure:261:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then
vbrfix-0.24+dfsg/configure-262-  # Yippee, $echo works!
##############################################
vbrfix-0.24+dfsg/configure-286-    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
vbrfix-0.24+dfsg/configure:287:    if (echo_test_string="`eval $cmd`") 2>/dev/null &&
vbrfix-0.24+dfsg/configure:288:       echo_test_string="`eval $cmd`" &&
vbrfix-0.24+dfsg/configure-289-       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
##############################################
vbrfix-0.24+dfsg/configure-295-
vbrfix-0.24+dfsg/configure:296:if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
vbrfix-0.24+dfsg/configure:297:   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
vbrfix-0.24+dfsg/configure-298-   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
vbrfix-0.24+dfsg/configure-310-    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
vbrfix-0.24+dfsg/configure:311:       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
vbrfix-0.24+dfsg/configure:312:       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
vbrfix-0.24+dfsg/configure-313-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
vbrfix-0.24+dfsg/configure-322-    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
vbrfix-0.24+dfsg/configure:323:       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
vbrfix-0.24+dfsg/configure-324-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
vbrfix-0.24+dfsg/configure-337-      echo='printf %s\n'
vbrfix-0.24+dfsg/configure:338:      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
vbrfix-0.24+dfsg/configure:339:	 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
vbrfix-0.24+dfsg/configure-340-	 test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
vbrfix-0.24+dfsg/configure-342-	:
vbrfix-0.24+dfsg/configure:343:      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
vbrfix-0.24+dfsg/configure-344-	   test "X$echo_testing_string" = 'X\t' &&
vbrfix-0.24+dfsg/configure:345:	   echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
vbrfix-0.24+dfsg/configure-346-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
vbrfix-0.24+dfsg/configure-351-	echo="$CONFIG_SHELL $0 --fallback-echo"
vbrfix-0.24+dfsg/configure:352:      elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
vbrfix-0.24+dfsg/configure-353-	   test "X$echo_testing_string" = 'X\t' &&
vbrfix-0.24+dfsg/configure:354:	   echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
vbrfix-0.24+dfsg/configure-355-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
vbrfix-0.24+dfsg/configure-361-	for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
vbrfix-0.24+dfsg/configure:362:	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
vbrfix-0.24+dfsg/configure-363-	  then
##############################################
vbrfix-0.24+dfsg/configure-369-	if test "$prev" != 'sed 50q "$0"'; then
vbrfix-0.24+dfsg/configure:370:	  echo_test_string=`eval $prev`
vbrfix-0.24+dfsg/configure-371-	  export echo_test_string
##############################################
vbrfix-0.24+dfsg/configure-511-
vbrfix-0.24+dfsg/configure:512:  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
vbrfix-0.24+dfsg/configure-513-
##############################################
vbrfix-0.24+dfsg/configure-544-  -disable-* | --disable-*)
vbrfix-0.24+dfsg/configure:545:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
vbrfix-0.24+dfsg/configure-546-    # Reject names that are not valid shell variable names.
##############################################
vbrfix-0.24+dfsg/configure-549-   { (exit 1); exit 1; }; }
vbrfix-0.24+dfsg/configure:550:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
vbrfix-0.24+dfsg/configure-551-    eval "enable_$ac_feature=no" ;;
##############################################
vbrfix-0.24+dfsg/configure-553-  -enable-* | --enable-*)
vbrfix-0.24+dfsg/configure:554:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
vbrfix-0.24+dfsg/configure-555-    # Reject names that are not valid shell variable names.
##############################################
vbrfix-0.24+dfsg/configure-558-   { (exit 1); exit 1; }; }
vbrfix-0.24+dfsg/configure:559:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
vbrfix-0.24+dfsg/configure-560-    case $ac_option in
vbrfix-0.24+dfsg/configure:561:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
vbrfix-0.24+dfsg/configure-562-      *) ac_optarg=yes ;;
##############################################
vbrfix-0.24+dfsg/configure-735-  -with-* | --with-*)
vbrfix-0.24+dfsg/configure:736:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
vbrfix-0.24+dfsg/configure-737-    # Reject names that are not valid shell variable names.
##############################################
vbrfix-0.24+dfsg/configure-740-   { (exit 1); exit 1; }; }
vbrfix-0.24+dfsg/configure:741:    ac_package=`echo $ac_package| sed 's/-/_/g'`
vbrfix-0.24+dfsg/configure-742-    case $ac_option in
vbrfix-0.24+dfsg/configure:743:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
vbrfix-0.24+dfsg/configure-744-      *) ac_optarg=yes ;;
##############################################
vbrfix-0.24+dfsg/configure-748-  -without-* | --without-*)
vbrfix-0.24+dfsg/configure:749:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
vbrfix-0.24+dfsg/configure-750-    # Reject names that are not valid shell variable names.
##############################################
vbrfix-0.24+dfsg/configure-753-   { (exit 1); exit 1; }; }
vbrfix-0.24+dfsg/configure:754:    ac_package=`echo $ac_package | sed 's/-/_/g'`
vbrfix-0.24+dfsg/configure-755-    eval "with_$ac_package=no" ;;
##############################################
vbrfix-0.24+dfsg/configure-780-  *=*)
vbrfix-0.24+dfsg/configure:781:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
vbrfix-0.24+dfsg/configure-782-    # Reject names that are not valid shell variable names.
##############################################
vbrfix-0.24+dfsg/configure-785-   { (exit 1); exit 1; }; }
vbrfix-0.24+dfsg/configure:786:    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
vbrfix-0.24+dfsg/configure-787-    eval "$ac_envvar='$ac_optarg'"
##############################################
vbrfix-0.24+dfsg/configure-801-if test -n "$ac_prev"; then
vbrfix-0.24+dfsg/configure:802:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
vbrfix-0.24+dfsg/configure-803-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
vbrfix-0.24+dfsg/configure-809-do
vbrfix-0.24+dfsg/configure:810:  eval ac_val=$`echo $ac_var`
vbrfix-0.24+dfsg/configure-811-  case $ac_val in
##############################################
vbrfix-0.24+dfsg/configure-821-do
vbrfix-0.24+dfsg/configure:822:  eval ac_val=$`echo $ac_var`
vbrfix-0.24+dfsg/configure-823-  case $ac_val in
##############################################
vbrfix-0.24+dfsg/configure-888-   { (exit 1); exit 1; }; }
vbrfix-0.24+dfsg/configure:889:srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
vbrfix-0.24+dfsg/configure-890-ac_env_build_alias_set=${build_alias+set}
##############################################
vbrfix-0.24+dfsg/configure-971-By default, \`make install' will install all the files in
vbrfix-0.24+dfsg/configure:972:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
vbrfix-0.24+dfsg/configure:973:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
vbrfix-0.24+dfsg/configure-974-for instance \`--prefix=\$HOME'.
##############################################
vbrfix-0.24+dfsg/configure-1071-if test "$ac_dir" != .; then
vbrfix-0.24+dfsg/configure:1072:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
vbrfix-0.24+dfsg/configure-1073-  # A "../" for each directory in $ac_dir_suffix.
vbrfix-0.24+dfsg/configure:1074:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
vbrfix-0.24+dfsg/configure-1075-else
##############################################
vbrfix-0.24+dfsg/configure-1084-    else
vbrfix-0.24+dfsg/configure:1085:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
vbrfix-0.24+dfsg/configure-1086-    fi ;;
##############################################
vbrfix-0.24+dfsg/configure-1093-esac
vbrfix-0.24+dfsg/configure:1094:# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
vbrfix-0.24+dfsg/configure-1095-# absolute.
vbrfix-0.24+dfsg/configure:1096:ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
vbrfix-0.24+dfsg/configure:1097:ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
vbrfix-0.24+dfsg/configure:1098:ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
vbrfix-0.24+dfsg/configure:1099:ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
vbrfix-0.24+dfsg/configure-1100-
##############################################
vbrfix-0.24+dfsg/configure-1206-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
vbrfix-0.24+dfsg/configure:1207:      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
vbrfix-0.24+dfsg/configure-1208-    esac
##############################################
vbrfix-0.24+dfsg/configure-1278-    do
vbrfix-0.24+dfsg/configure:1279:      eval ac_val=$`echo $ac_var`
vbrfix-0.24+dfsg/configure-1280-      echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
vbrfix-0.24+dfsg/configure-1292-      do
vbrfix-0.24+dfsg/configure:1293:	eval ac_val=$`echo $ac_var`
vbrfix-0.24+dfsg/configure-1294-        echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
vbrfix-0.24+dfsg/configure-1399-    set,)
vbrfix-0.24+dfsg/configure:1400:      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
vbrfix-0.24+dfsg/configure:1401:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
vbrfix-0.24+dfsg/configure-1402-      ac_cache_corrupted=: ;;
##############################################
vbrfix-0.24+dfsg/configure-1422-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
vbrfix-0.24+dfsg/configure:1423:      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
vbrfix-0.24+dfsg/configure-1424-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
vbrfix-0.24+dfsg/configure-1504-test -z "$ac_cv_build_alias" &&
vbrfix-0.24+dfsg/configure:1505:  ac_cv_build_alias=`$ac_config_guess`
vbrfix-0.24+dfsg/configure-1506-test -z "$ac_cv_build_alias" &&
##############################################
vbrfix-0.24+dfsg/configure-1509-   { (exit 1); exit 1; }; }
vbrfix-0.24+dfsg/configure:1510:ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
vbrfix-0.24+dfsg/configure-1511-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
##############################################
vbrfix-0.24+dfsg/configure-1518-build=$ac_cv_build
vbrfix-0.24+dfsg/configure:1519:build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
vbrfix-0.24+dfsg/configure:1520:build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
vbrfix-0.24+dfsg/configure:1521:build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
vbrfix-0.24+dfsg/configure-1522-
##############################################
vbrfix-0.24+dfsg/configure-1531-  ac_cv_host_alias=$ac_cv_build_alias
vbrfix-0.24+dfsg/configure:1532:ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
vbrfix-0.24+dfsg/configure-1533-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
##############################################
vbrfix-0.24+dfsg/configure-1540-host=$ac_cv_host
vbrfix-0.24+dfsg/configure:1541:host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
vbrfix-0.24+dfsg/configure:1542:host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
vbrfix-0.24+dfsg/configure:1543:host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
vbrfix-0.24+dfsg/configure-1544-
##############################################
vbrfix-0.24+dfsg/configure-1553-  ac_cv_target_alias=$ac_cv_host_alias
vbrfix-0.24+dfsg/configure:1554:ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
vbrfix-0.24+dfsg/configure-1555-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
##############################################
vbrfix-0.24+dfsg/configure-1562-target=$ac_cv_target
vbrfix-0.24+dfsg/configure:1563:target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
vbrfix-0.24+dfsg/configure:1564:target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
vbrfix-0.24+dfsg/configure:1565:target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
vbrfix-0.24+dfsg/configure-1566-
##############################################
vbrfix-0.24+dfsg/configure-1583-_ACEOF
vbrfix-0.24+dfsg/configure:1584:program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
vbrfix-0.24+dfsg/configure-1585-rm conftest.sed
##############################################
vbrfix-0.24+dfsg/configure-1708-if (
vbrfix-0.24+dfsg/configure:1709:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
vbrfix-0.24+dfsg/configure-1710-   if test "$*" = "X"; then
vbrfix-0.24+dfsg/configure-1711-      # -L didn't work.
vbrfix-0.24+dfsg/configure:1712:      set X `ls -t $srcdir/configure conftest.file`
vbrfix-0.24+dfsg/configure-1713-   fi
##############################################
vbrfix-0.24+dfsg/configure-1744-# expand $ac_aux_dir to an absolute path
vbrfix-0.24+dfsg/configure:1745:am_aux_dir=`CDPATH=:; cd $ac_aux_dir && pwd`
vbrfix-0.24+dfsg/configure-1746-
##############################################
vbrfix-0.24+dfsg/configure-1799-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
vbrfix-0.24+dfsg/configure:1800:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
vbrfix-0.24+dfsg/configure-1801-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
##############################################
vbrfix-0.24+dfsg/configure-1808-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
vbrfix-0.24+dfsg/configure:1809:eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
vbrfix-0.24+dfsg/configure-1810-if test -n "$ac_maketemp"; then
##############################################
vbrfix-0.24+dfsg/configure-1816-fi
vbrfix-0.24+dfsg/configure:1817:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
vbrfix-0.24+dfsg/configure-1818-  echo "$as_me:$LINENO: result: yes" >&5
##############################################
vbrfix-0.24+dfsg/configure-1860-# test to see if srcdir already configured
vbrfix-0.24+dfsg/configure:1861:if test "`CDPATH=:; cd $srcdir && pwd`" != "`pwd`" &&
vbrfix-0.24+dfsg/configure-1862-   test -f $srcdir/config.status; then
##############################################
vbrfix-0.24+dfsg/configure-1939-  if test -f $srcdir/configure.files ; then
vbrfix-0.24+dfsg/configure:1940:    val=`sed -e 's%^%\$(top_srcdir)/%' $srcdir/configure.files`
vbrfix-0.24+dfsg/configure-1941-  fi
##############################################
vbrfix-0.24+dfsg/configure-1977-# case it prints its new name instead of `make'.
vbrfix-0.24+dfsg/configure:1978:if test "`$am_make -s -f confmf 2> /dev/null | fgrep -v 'ing directory'`" = "done"; then
vbrfix-0.24+dfsg/configure-1979-   am__include=include
##############################################
vbrfix-0.24+dfsg/configure-1985-   echo '.include "confinc"' > confmf
vbrfix-0.24+dfsg/configure:1986:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
vbrfix-0.24+dfsg/configure-1987-      am__include=.include
##############################################
vbrfix-0.24+dfsg/configure-2391-     "checking for C compiler version" >&5
vbrfix-0.24+dfsg/configure:2392:ac_compiler=`set X $ac_compile; echo $2`
vbrfix-0.24+dfsg/configure-2393-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
vbrfix-0.24+dfsg/configure-2431-echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
vbrfix-0.24+dfsg/configure:2432:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
vbrfix-0.24+dfsg/configure-2433-if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
##############################################
vbrfix-0.24+dfsg/configure-2459-    *.* )
vbrfix-0.24+dfsg/configure:2460:        ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
vbrfix-0.24+dfsg/configure-2461-        # FIXME: I believe we export ac_cv_exeext for Libtool,
##############################################
vbrfix-0.24+dfsg/configure-2539-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
vbrfix-0.24+dfsg/configure:2540:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
vbrfix-0.24+dfsg/configure-2541-          export ac_cv_exeext
##############################################
vbrfix-0.24+dfsg/configure-2590-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
vbrfix-0.24+dfsg/configure:2591:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
vbrfix-0.24+dfsg/configure-2592-       break;;
##############################################
vbrfix-0.24+dfsg/configure-2660-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
vbrfix-0.24+dfsg/configure:2661:GCC=`test $ac_compiler_gnu = yes && echo yes`
vbrfix-0.24+dfsg/configure-2662-ac_test_CFLAGS=${CFLAGS+set}
##############################################
vbrfix-0.24+dfsg/configure-2962-  if test "$am_compiler_list" = ""; then
vbrfix-0.24+dfsg/configure:2963:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
vbrfix-0.24+dfsg/configure-2964-  fi
##############################################
vbrfix-0.24+dfsg/configure-3370-     "checking for C++ compiler version" >&5
vbrfix-0.24+dfsg/configure:3371:ac_compiler=`set X $ac_compile; echo $2`
vbrfix-0.24+dfsg/configure-3372-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
vbrfix-0.24+dfsg/configure-3436-echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
vbrfix-0.24+dfsg/configure:3437:GXX=`test $ac_compiler_gnu = yes && echo yes`
vbrfix-0.24+dfsg/configure-3438-ac_test_CXXFLAGS=${CXXFLAGS+set}
##############################################
vbrfix-0.24+dfsg/configure-3615-  if test "$am_compiler_list" = ""; then
vbrfix-0.24+dfsg/configure:3616:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
vbrfix-0.24+dfsg/configure-3617-  fi
##############################################
vbrfix-0.24+dfsg/configure-3743-
vbrfix-0.24+dfsg/configure:3744:if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
vbrfix-0.24+dfsg/configure-3745- echo "$as_me:$LINENO: result: yes" >&5
##############################################
vbrfix-0.24+dfsg/configure-3822-
vbrfix-0.24+dfsg/configure:3823:if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
vbrfix-0.24+dfsg/configure-3824- echo "$as_me:$LINENO: result: yes" >&5
##############################################
vbrfix-0.24+dfsg/configure-3915-
vbrfix-0.24+dfsg/configure:3916:if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
vbrfix-0.24+dfsg/configure-3917- echo "$as_me:$LINENO: result: yes" >&5
##############################################
vbrfix-0.24+dfsg/configure-4007-
vbrfix-0.24+dfsg/configure:4008:if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
vbrfix-0.24+dfsg/configure-4009- echo "$as_me:$LINENO: result: yes" >&5
##############################################
vbrfix-0.24+dfsg/configure-4085-
vbrfix-0.24+dfsg/configure:4086:if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
vbrfix-0.24+dfsg/configure-4087- echo "$as_me:$LINENO: result: yes" >&5
##############################################
vbrfix-0.24+dfsg/configure-4163-
vbrfix-0.24+dfsg/configure:4164:if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
vbrfix-0.24+dfsg/configure-4165- echo "$as_me:$LINENO: result: yes" >&5
##############################################
vbrfix-0.24+dfsg/configure-4249-
vbrfix-0.24+dfsg/configure:4250:if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
vbrfix-0.24+dfsg/configure-4251- echo "$as_me:$LINENO: result: yes" >&5
##############################################
vbrfix-0.24+dfsg/configure-4327-
vbrfix-0.24+dfsg/configure:4328:if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
vbrfix-0.24+dfsg/configure-4329- echo "$as_me:$LINENO: result: yes" >&5
##############################################
vbrfix-0.24+dfsg/configure-4405-
vbrfix-0.24+dfsg/configure:4406:if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
vbrfix-0.24+dfsg/configure-4407- echo "$as_me:$LINENO: result: yes" >&5
##############################################
vbrfix-0.24+dfsg/configure-4497-
vbrfix-0.24+dfsg/configure:4498:if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
vbrfix-0.24+dfsg/configure-4499- echo "$as_me:$LINENO: result: yes" >&5
##############################################
vbrfix-0.24+dfsg/configure-4576-
vbrfix-0.24+dfsg/configure:4577:if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
vbrfix-0.24+dfsg/configure-4578- echo "$as_me:$LINENO: result: yes" >&5
##############################################
vbrfix-0.24+dfsg/configure-4654-
vbrfix-0.24+dfsg/configure:4655:if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
vbrfix-0.24+dfsg/configure-4656- echo "$as_me:$LINENO: result: yes" >&5
##############################################
vbrfix-0.24+dfsg/configure-4732-
vbrfix-0.24+dfsg/configure:4733:if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
vbrfix-0.24+dfsg/configure-4734- echo "$as_me:$LINENO: result: yes" >&5
##############################################
vbrfix-0.24+dfsg/configure-4810-
vbrfix-0.24+dfsg/configure:4811:if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
vbrfix-0.24+dfsg/configure-4812- echo "$as_me:$LINENO: result: yes" >&5
##############################################
vbrfix-0.24+dfsg/configure-4888-
vbrfix-0.24+dfsg/configure:4889:if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
vbrfix-0.24+dfsg/configure-4890- echo "$as_me:$LINENO: result: yes" >&5
##############################################
vbrfix-0.24+dfsg/configure-4911-        if test "$GXX" = yes; then
vbrfix-0.24+dfsg/configure:4912:          libstdcpp=`$CXX -print-file-name=libstdc++.so`
vbrfix-0.24+dfsg/configure-4913-          if test ! -f $libstdcpp; then
##############################################
vbrfix-0.24+dfsg/configure-5320-
vbrfix-0.24+dfsg/configure:5321:if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
vbrfix-0.24+dfsg/configure-5322- echo "$as_me:$LINENO: result: yes" >&5
##############################################
vbrfix-0.24+dfsg/configure-5403-
vbrfix-0.24+dfsg/configure:5404:if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
vbrfix-0.24+dfsg/configure-5405- echo "$as_me:$LINENO: result: yes" >&5
##############################################
vbrfix-0.24+dfsg/configure-5594-    # gcc leaves a trailing carriage return which upsets mingw
vbrfix-0.24+dfsg/configure:5595:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
vbrfix-0.24+dfsg/configure-5596-  *)
vbrfix-0.24+dfsg/configure:5597:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
vbrfix-0.24+dfsg/configure-5598-  esac
##############################################
vbrfix-0.24+dfsg/configure-5603-      # Canonicalize the path of ld
vbrfix-0.24+dfsg/configure:5604:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
vbrfix-0.24+dfsg/configure-5605-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
vbrfix-0.24+dfsg/configure:5606:	ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
vbrfix-0.24+dfsg/configure-5607-      done
##############################################
vbrfix-0.24+dfsg/configure-5765-{
vbrfix-0.24+dfsg/configure:5766:  tmp=`(umask 077 && mktemp -d -q "$TMPDIR/sedXXXXXX") 2>/dev/null` &&
vbrfix-0.24+dfsg/configure-5767-  test -n "$tmp" && test -d "$tmp"
##############################################
vbrfix-0.24+dfsg/configure-5799-      test $_count -gt 10 && break
vbrfix-0.24+dfsg/configure:5800:      _count=`expr $_count + 1`
vbrfix-0.24+dfsg/configure-5801-      if test $_count -gt $_max; then
##############################################
vbrfix-0.24+dfsg/configure-5924-  esac
vbrfix-0.24+dfsg/configure:5925:  lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
vbrfix-0.24+dfsg/configure-5926-  lt_cv_deplibs_check_method=pass_all
##############################################
vbrfix-0.24+dfsg/configure-5961-  lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
vbrfix-0.24+dfsg/configure:5962:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
vbrfix-0.24+dfsg/configure-5963-    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object'
##############################################
vbrfix-0.24+dfsg/configure-6044-  (exit $ac_status); }; then
vbrfix-0.24+dfsg/configure:6045:    case `/usr/bin/file conftest.$ac_objext` in
vbrfix-0.24+dfsg/configure-6046-    *ELF-32*)
##############################################
vbrfix-0.24+dfsg/configure-6063-  (exit $ac_status); }; then
vbrfix-0.24+dfsg/configure:6064:    case `/usr/bin/file conftest.$ac_objext` in
vbrfix-0.24+dfsg/configure-6065-    *32-bit*)
##############################################
vbrfix-0.24+dfsg/configure-6086-  (exit $ac_status); }; then
vbrfix-0.24+dfsg/configure:6087:    case `/usr/bin/file conftest.$ac_objext` in
vbrfix-0.24+dfsg/configure-6088-    *"ELF 32"*)
##############################################
vbrfix-0.24+dfsg/configure-6358-do
vbrfix-0.24+dfsg/configure:6359:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
vbrfix-0.24+dfsg/configure-6360-echo "$as_me:$LINENO: checking for $ac_header" >&5
##############################################
vbrfix-0.24+dfsg/configure-6396-fi
vbrfix-0.24+dfsg/configure:6397:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
vbrfix-0.24+dfsg/configure:6398:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
vbrfix-0.24+dfsg/configure:6399:if test `eval echo '${'$as_ac_Header'}'` = yes; then
vbrfix-0.24+dfsg/configure-6400-  cat >>confdefs.h <<_ACEOF
vbrfix-0.24+dfsg/configure:6401:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
vbrfix-0.24+dfsg/configure-6402-_ACEOF
##############################################
vbrfix-0.24+dfsg/configure-6411-do
vbrfix-0.24+dfsg/configure:6412:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
vbrfix-0.24+dfsg/configure-6413-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
vbrfix-0.24+dfsg/configure-6418-fi
vbrfix-0.24+dfsg/configure:6419:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
vbrfix-0.24+dfsg/configure:6420:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
vbrfix-0.24+dfsg/configure-6421-else
##############################################
vbrfix-0.24+dfsg/configure-6537-fi
vbrfix-0.24+dfsg/configure:6538:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
vbrfix-0.24+dfsg/configure:6539:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
vbrfix-0.24+dfsg/configure-6540-
vbrfix-0.24+dfsg/configure-6541-fi
vbrfix-0.24+dfsg/configure:6542:if test `eval echo '${'$as_ac_Header'}'` = yes; then
vbrfix-0.24+dfsg/configure-6543-  cat >>confdefs.h <<_ACEOF
vbrfix-0.24+dfsg/configure:6544:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
vbrfix-0.24+dfsg/configure-6545-_ACEOF
##############################################
vbrfix-0.24+dfsg/configure-6582-    # we can't tell.
vbrfix-0.24+dfsg/configure:6583:    while (test "X"`$CONFIG_SHELL $0 --fallback-echo "X$testring" 2>/dev/null` \
vbrfix-0.24+dfsg/configure-6584-	       = "XX$testring") >/dev/null 2>&1 &&
vbrfix-0.24+dfsg/configure:6585:	    new_result=`expr "X$testring" : ".*" 2>&1` &&
vbrfix-0.24+dfsg/configure-6586-	    lt_cv_sys_max_cmd_len=$new_result &&
##############################################
vbrfix-0.24+dfsg/configure-6588-    do
vbrfix-0.24+dfsg/configure:6589:      i=`expr $i + 1`
vbrfix-0.24+dfsg/configure-6590-      testring=$testring$testring
##############################################
vbrfix-0.24+dfsg/configure-6595-    # It appears as though 1/2 is a usable value.
vbrfix-0.24+dfsg/configure:6596:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
vbrfix-0.24+dfsg/configure-6597-    ;;
##############################################
vbrfix-0.24+dfsg/configure-7092-	"file_magic "*)
vbrfix-0.24+dfsg/configure:7093:	  file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
vbrfix-0.24+dfsg/configure-7094-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
vbrfix-0.24+dfsg/configure-7154-	"file_magic "*)
vbrfix-0.24+dfsg/configure:7155:	  file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
vbrfix-0.24+dfsg/configure-7156-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
vbrfix-0.24+dfsg/configure-7266-if test -n "$lt_prog_cc_shlib"; then
vbrfix-0.24+dfsg/configure:7267:  { echo "$as_me:$LINENO: WARNING: \`$CC' requires \`$lt_prog_cc_shlib' to build shared libraries" >&5
vbrfix-0.24+dfsg/configure:7268:echo "$as_me: WARNING: \`$CC' requires \`$lt_prog_cc_shlib' to build shared libraries" >&2;}
vbrfix-0.24+dfsg/configure-7269-  if echo "$old_CC $old_CFLAGS " | egrep -e "[ 	]$lt_prog_cc_shlib[ 	]" >/dev/null; then :
##############################################
vbrfix-0.24+dfsg/configure-7626-  if test "$hard_links" = no; then
vbrfix-0.24+dfsg/configure:7627:    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
vbrfix-0.24+dfsg/configure:7628:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
vbrfix-0.24+dfsg/configure-7629-    need_locks=warn
##############################################
vbrfix-0.24+dfsg/configure-7788-      # If DATA tags from a recent dlltool are present, honour them!
vbrfix-0.24+dfsg/configure:7789:      archive_expsym_cmds='if test "x`head -1 $export_symbols`" = xEXPORTS; then
vbrfix-0.24+dfsg/configure-7790-	  cp $export_symbols $output_objdir/$soname-def;
##############################################
vbrfix-0.24+dfsg/configure-7799-	   esac;
vbrfix-0.24+dfsg/configure:7800:	   _lt_hint=`expr 1 + \$_lt_hint`;
vbrfix-0.24+dfsg/configure-7801-	  done;
##############################################
vbrfix-0.24+dfsg/configure-7931-	# below for broken collect2 doesn't work under 4.3+
vbrfix-0.24+dfsg/configure:7932:	  collect2name=`${CC} -print-prog-name=collect2`
vbrfix-0.24+dfsg/configure-7933-	  if test -f "$collect2name" && \
##############################################
vbrfix-0.24+dfsg/configure-8014-	hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
vbrfix-0.24+dfsg/configure:8015:	archive_cmds="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '" $shared_flag"
vbrfix-0.24+dfsg/configure:8016:	archive_expsym_cmds="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
vbrfix-0.24+dfsg/configure-8017-       else
##############################################
vbrfix-0.24+dfsg/configure-8103-      # FIXME: Setting linknames here is a bad hack.
vbrfix-0.24+dfsg/configure:8104:      archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | sed -e '\''s/ -lc$//'\''` -link -dll~linknames='
vbrfix-0.24+dfsg/configure-8105-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
vbrfix-0.24+dfsg/configure-8108-      old_archive_cmds='lib /OUT:$oldlib$oldobjs$old_deplibs'
vbrfix-0.24+dfsg/configure:8109:      fix_srcfile_path='`cygpath -w "$srcfile"`'
vbrfix-0.24+dfsg/configure-8110-      ;;
##############################################
vbrfix-0.24+dfsg/configure-8215-      if test "$GCC" = yes; then
vbrfix-0.24+dfsg/configure:8216:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
vbrfix-0.24+dfsg/configure-8217-      else
vbrfix-0.24+dfsg/configure:8218:	archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
vbrfix-0.24+dfsg/configure-8219-      fi
##############################################
vbrfix-0.24+dfsg/configure-8247-
vbrfix-0.24+dfsg/configure:8248:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
vbrfix-0.24+dfsg/configure-8249-	archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linker_flags'
##############################################
vbrfix-0.24+dfsg/configure-8276-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
vbrfix-0.24+dfsg/configure:8277:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
vbrfix-0.24+dfsg/configure-8278-      else
vbrfix-0.24+dfsg/configure-8279-	allow_undefined_flag=' -expect_unresolved \*'
vbrfix-0.24+dfsg/configure:8280:	archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
vbrfix-0.24+dfsg/configure-8281-      fi
##############################################
vbrfix-0.24+dfsg/configure-8288-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
vbrfix-0.24+dfsg/configure:8289:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
vbrfix-0.24+dfsg/configure-8290-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
vbrfix-0.24+dfsg/configure-8292-	allow_undefined_flag=' -expect_unresolved \*'
vbrfix-0.24+dfsg/configure:8293:	archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
vbrfix-0.24+dfsg/configure:8294:	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "-exported_symbol " >> $lib.exp; echo "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
vbrfix-0.24+dfsg/configure:8295:	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
vbrfix-0.24+dfsg/configure-8296-
##############################################
vbrfix-0.24+dfsg/configure-8608-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
vbrfix-0.24+dfsg/configure:8609:  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $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'
vbrfix-0.24+dfsg/configure-8610-  ;;
##############################################
vbrfix-0.24+dfsg/configure-8639-    sys_lib_search_path_spec="/lib /lib/w32api /usr/lib /usr/local/lib"
vbrfix-0.24+dfsg/configure:8640:    soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll'
vbrfix-0.24+dfsg/configure:8641:    postinstall_cmds='dlpath=`bash 2>&1 -c '\''. $dir/${file}i;echo \$dlname'\''`~
vbrfix-0.24+dfsg/configure:8642:      dldir=$destdir/`dirname \$dlpath`~
vbrfix-0.24+dfsg/configure-8643-      test -d \$dldir || mkdir -p \$dldir~
vbrfix-0.24+dfsg/configure-8644-      $install_prog .libs/$dlname \$dldir/$dlname'
vbrfix-0.24+dfsg/configure:8645:    postuninstall_cmds='dldll=`bash 2>&1 -c '\''. $file; echo \$dlname'\''`~
vbrfix-0.24+dfsg/configure-8646-      dlpath=$dir/\$dldll~
##############################################
vbrfix-0.24+dfsg/configure-8649-  yes,mingw*)
vbrfix-0.24+dfsg/configure:8650:    library_names_spec='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll'
vbrfix-0.24+dfsg/configure:8651:    sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | sed -e "s/^libraries://"`
vbrfix-0.24+dfsg/configure-8652-    if echo "$sys_lib_search_path_spec" | egrep ';[C-Z]:/' >/dev/null; then
##############################################
vbrfix-0.24+dfsg/configure-8658-      # which wouldn't understand a cygwinified path. Ahh.
vbrfix-0.24+dfsg/configure:8659:      sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | sed -e 's/;/ /g'`
vbrfix-0.24+dfsg/configure-8660-    else
vbrfix-0.24+dfsg/configure:8661:      sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | sed  -e "s/$PATH_SEPARATOR/ /g"`
vbrfix-0.24+dfsg/configure-8662-    fi
##############################################
vbrfix-0.24+dfsg/configure-8664-  yes,pw32*)
vbrfix-0.24+dfsg/configure:8665:    library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | sed -e 's/./-/g'`${versuffix}.dll'
vbrfix-0.24+dfsg/configure-8666-    ;;
vbrfix-0.24+dfsg/configure-8667-  *)
vbrfix-0.24+dfsg/configure:8668:    library_names_spec='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll $libname.lib'
vbrfix-0.24+dfsg/configure-8669-    ;;
##############################################
vbrfix-0.24+dfsg/configure-8880-  shlibpath_var=LD_LIBRARY_PATH
vbrfix-0.24+dfsg/configure:8881:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
vbrfix-0.24+dfsg/configure-8882-    case $host_os in
##############################################
vbrfix-0.24+dfsg/configure-9731-      # Double-quote double-evaled strings.
vbrfix-0.24+dfsg/configure:9732:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
vbrfix-0.24+dfsg/configure-9733-      ;;
vbrfix-0.24+dfsg/configure-9734-    *)
vbrfix-0.24+dfsg/configure:9735:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
vbrfix-0.24+dfsg/configure-9736-      ;;
##############################################
vbrfix-0.24+dfsg/configure-9741-  *'\$0 --fallback-echo"')
vbrfix-0.24+dfsg/configure:9742:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
vbrfix-0.24+dfsg/configure-9743-    ;;
##############################################
vbrfix-0.24+dfsg/configure-9754-
vbrfix-0.24+dfsg/configure:9755:# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
vbrfix-0.24+dfsg/configure-9756-# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
##############################################
vbrfix-0.24+dfsg/configure-10314-  if test -z "$LTCC"; then
vbrfix-0.24+dfsg/configure:10315:    eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
vbrfix-0.24+dfsg/configure-10316-    if test -z "$LTCC"; then
##############################################
vbrfix-0.24+dfsg/configure-10319-    else
vbrfix-0.24+dfsg/configure:10320:      { echo "$as_me:$LINENO: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&5
vbrfix-0.24+dfsg/configure:10321:echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&2;}
vbrfix-0.24+dfsg/configure-10322-    fi
##############################################
vbrfix-0.24+dfsg/configure-10326-  # Note that this assumes the entire list is on one line.
vbrfix-0.24+dfsg/configure:10327:  available_tags=`grep "^available_tags=" "${ofile}" | sed -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
vbrfix-0.24+dfsg/configure-10328-
##############################################
vbrfix-0.24+dfsg/configure-10332-    # Check whether tagname contains only valid characters
vbrfix-0.24+dfsg/configure:10333:    case `$echo "X$tagname" | $Xsed -e 's:[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]::g'` in
vbrfix-0.24+dfsg/configure-10334-    "") ;;
##############################################
vbrfix-0.24+dfsg/configure-10412-compiler_CXX=$CC
vbrfix-0.24+dfsg/configure:10413:cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
vbrfix-0.24+dfsg/configure-10414-
##############################################
vbrfix-0.24+dfsg/configure-10427-  # archiving commands below assume that GNU ld is being used.
vbrfix-0.24+dfsg/configure:10428:  if eval "`$CC -print-prog-name=ld` --version 2>&1" | \
vbrfix-0.24+dfsg/configure-10429-      egrep 'GNU ld' > /dev/null; then
##############################################
vbrfix-0.24+dfsg/configure-10443-    # ancient GNU ld didn't support --whole-archive et. al.
vbrfix-0.24+dfsg/configure:10444:    if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
vbrfix-0.24+dfsg/configure-10445-	egrep 'no-whole-archive' > /dev/null; then
##############################################
vbrfix-0.24+dfsg/configure-10510-      # below for broken collect2 doesn't work under 4.3+
vbrfix-0.24+dfsg/configure:10511:	collect2name=`${CC} -print-prog-name=collect2`
vbrfix-0.24+dfsg/configure-10512-	if test -f "$collect2name" && \
##############################################
vbrfix-0.24+dfsg/configure-10594-
vbrfix-0.24+dfsg/configure:10595:      archive_cmds_CXX="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '" $shared_flag"
vbrfix-0.24+dfsg/configure:10596:      archive_expsym_cmds_CXX="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
vbrfix-0.24+dfsg/configure-10597-     else
##############################################
vbrfix-0.24+dfsg/configure-10745-	# dependencies.
vbrfix-0.24+dfsg/configure:10746:	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; echo $list'
vbrfix-0.24+dfsg/configure-10747-	;;
##############################################
vbrfix-0.24+dfsg/configure-10774-	# SGI C++
vbrfix-0.24+dfsg/configure:10775:	archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
vbrfix-0.24+dfsg/configure-10776-
##############################################
vbrfix-0.24+dfsg/configure-10785-	  if test "$with_gnu_ld" = no; then
vbrfix-0.24+dfsg/configure:10786:	    archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
vbrfix-0.24+dfsg/configure-10787-	  else
vbrfix-0.24+dfsg/configure:10788:	    archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -o $lib'
vbrfix-0.24+dfsg/configure-10789-	  fi
##############################################
vbrfix-0.24+dfsg/configure-10804-	# to its proper name (with version) after linking.
vbrfix-0.24+dfsg/configure:10805:	archive_cmds_CXX='templib=`echo $lib | sed -e "s/\.so\..*/\.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
vbrfix-0.24+dfsg/configure:10806:	archive_expsym_cmds_CXX='templib=`echo $lib | sed -e "s/\.so\..*/\.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
vbrfix-0.24+dfsg/configure-10807-
##############################################
vbrfix-0.24+dfsg/configure-10815-	# dependencies.
vbrfix-0.24+dfsg/configure:10816:	output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest.so 2>&1 | egrep "ld"`; rm -f libconftest.so; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
vbrfix-0.24+dfsg/configure-10817-
##############################################
vbrfix-0.24+dfsg/configure-10841-	# dependencies.
vbrfix-0.24+dfsg/configure:10842:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $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; echo $list'
vbrfix-0.24+dfsg/configure-10843-	;;
##############################################
vbrfix-0.24+dfsg/configure-10876-	# to its proper name (with version) after linking.
vbrfix-0.24+dfsg/configure:10877:	archive_cmds_CXX='templib=`echo $lib | sed -e "s/\.so\..*/\.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
vbrfix-0.24+dfsg/configure-10878-
##############################################
vbrfix-0.24+dfsg/configure-10893-	allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
vbrfix-0.24+dfsg/configure:10894:	archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
vbrfix-0.24+dfsg/configure-10895-
##############################################
vbrfix-0.24+dfsg/configure-10906-	# dependencies.
vbrfix-0.24+dfsg/configure:10907:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $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; echo $list'
vbrfix-0.24+dfsg/configure-10908-	;;
##############################################
vbrfix-0.24+dfsg/configure-10911-	  allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
vbrfix-0.24+dfsg/configure:10912:	  archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
vbrfix-0.24+dfsg/configure-10913-
##############################################
vbrfix-0.24+dfsg/configure-10936-	# to its proper name (with version) after linking.
vbrfix-0.24+dfsg/configure:10937:	archive_cmds_CXX='templib=`echo $lib | sed -e "s/\.so\..*/\.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
vbrfix-0.24+dfsg/configure-10938-
##############################################
vbrfix-0.24+dfsg/configure-10952-	allow_undefined_flag_CXX=' -expect_unresolved \*'
vbrfix-0.24+dfsg/configure:10953:	archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
vbrfix-0.24+dfsg/configure:10954:	archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "-exported_symbol " >> $lib.exp; echo "\$i" >> $lib.exp; done~
vbrfix-0.24+dfsg/configure-10955-	  echo "-hidden">> $lib.exp~
vbrfix-0.24+dfsg/configure:10956:	  $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 $objdir/so_locations -o $lib~
vbrfix-0.24+dfsg/configure-10957-	  $rm $lib.exp'
##############################################
vbrfix-0.24+dfsg/configure-10969-	# dependencies.
vbrfix-0.24+dfsg/configure:10970:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $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; echo $list'
vbrfix-0.24+dfsg/configure-10971-	;;
##############################################
vbrfix-0.24+dfsg/configure-10974-	  allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
vbrfix-0.24+dfsg/configure:10975:	 archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
vbrfix-0.24+dfsg/configure-10976-
##############################################
vbrfix-0.24+dfsg/configure-11057-	# dependencies.
vbrfix-0.24+dfsg/configure:11058:	output_verbose_link_cmd='templist=`$CC -G $CFLAGS -v conftest.$objext 2>&1 | egrep "\-R|\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
vbrfix-0.24+dfsg/configure-11059-
##############################################
vbrfix-0.24+dfsg/configure-11160-  # eval without this substitution.
vbrfix-0.24+dfsg/configure:11161:  output_verbose_link_cmd="`$echo \"X$output_verbose_link_cmd\" | $Xsed -e \"$no_glob_subst\"`"
vbrfix-0.24+dfsg/configure-11162-
vbrfix-0.24+dfsg/configure:11163:  for p in `eval $output_verbose_link_cmd`; do
vbrfix-0.24+dfsg/configure-11164-    case $p in
##############################################
vbrfix-0.24+dfsg/configure-11598-  if test "$hard_links" = no; then
vbrfix-0.24+dfsg/configure:11599:    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
vbrfix-0.24+dfsg/configure:11600:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
vbrfix-0.24+dfsg/configure-11601-    need_locks=warn
##############################################
vbrfix-0.24+dfsg/configure-11819-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
vbrfix-0.24+dfsg/configure:11820:  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $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'
vbrfix-0.24+dfsg/configure-11821-  ;;
##############################################
vbrfix-0.24+dfsg/configure-11850-    sys_lib_search_path_spec="/lib /lib/w32api /usr/lib /usr/local/lib"
vbrfix-0.24+dfsg/configure:11851:    soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll'
vbrfix-0.24+dfsg/configure:11852:    postinstall_cmds='dlpath=`bash 2>&1 -c '\''. $dir/${file}i;echo \$dlname'\''`~
vbrfix-0.24+dfsg/configure:11853:      dldir=$destdir/`dirname \$dlpath`~
vbrfix-0.24+dfsg/configure-11854-      test -d \$dldir || mkdir -p \$dldir~
vbrfix-0.24+dfsg/configure-11855-      $install_prog .libs/$dlname \$dldir/$dlname'
vbrfix-0.24+dfsg/configure:11856:    postuninstall_cmds='dldll=`bash 2>&1 -c '\''. $file; echo \$dlname'\''`~
vbrfix-0.24+dfsg/configure-11857-      dlpath=$dir/\$dldll~
##############################################
vbrfix-0.24+dfsg/configure-11860-  yes,mingw*)
vbrfix-0.24+dfsg/configure:11861:    library_names_spec='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll'
vbrfix-0.24+dfsg/configure:11862:    sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | sed -e "s/^libraries://"`
vbrfix-0.24+dfsg/configure-11863-    if echo "$sys_lib_search_path_spec" | egrep ';[C-Z]:/' >/dev/null; then
##############################################
vbrfix-0.24+dfsg/configure-11869-      # which wouldn't understand a cygwinified path. Ahh.
vbrfix-0.24+dfsg/configure:11870:      sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | sed -e 's/;/ /g'`
vbrfix-0.24+dfsg/configure-11871-    else
vbrfix-0.24+dfsg/configure:11872:      sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | sed  -e "s/$PATH_SEPARATOR/ /g"`
vbrfix-0.24+dfsg/configure-11873-    fi
##############################################
vbrfix-0.24+dfsg/configure-11875-  yes,pw32*)
vbrfix-0.24+dfsg/configure:11876:    library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | sed -e 's/./-/g'`${versuffix}.dll'
vbrfix-0.24+dfsg/configure-11877-    ;;
vbrfix-0.24+dfsg/configure-11878-  *)
vbrfix-0.24+dfsg/configure:11879:    library_names_spec='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll $libname.lib'
vbrfix-0.24+dfsg/configure-11880-    ;;
##############################################
vbrfix-0.24+dfsg/configure-12091-  shlibpath_var=LD_LIBRARY_PATH
vbrfix-0.24+dfsg/configure:12092:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
vbrfix-0.24+dfsg/configure-12093-    case $host_os in
##############################################
vbrfix-0.24+dfsg/configure-12905-      # Double-quote double-evaled strings.
vbrfix-0.24+dfsg/configure:12906:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
vbrfix-0.24+dfsg/configure-12907-      ;;
vbrfix-0.24+dfsg/configure-12908-    *)
vbrfix-0.24+dfsg/configure:12909:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
vbrfix-0.24+dfsg/configure-12910-      ;;
##############################################
vbrfix-0.24+dfsg/configure-12915-  *'\$0 --fallback-echo"')
vbrfix-0.24+dfsg/configure:12916:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
vbrfix-0.24+dfsg/configure-12917-    ;;
##############################################
vbrfix-0.24+dfsg/configure-13569-  if test "$hard_links" = no; then
vbrfix-0.24+dfsg/configure:13570:    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
vbrfix-0.24+dfsg/configure:13571:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
vbrfix-0.24+dfsg/configure-13572-    need_locks=warn
##############################################
vbrfix-0.24+dfsg/configure-13731-      # If DATA tags from a recent dlltool are present, honour them!
vbrfix-0.24+dfsg/configure:13732:      archive_expsym_cmds_GCJ='if test "x`head -1 $export_symbols`" = xEXPORTS; then
vbrfix-0.24+dfsg/configure-13733-	  cp $export_symbols $output_objdir/$soname-def;
##############################################
vbrfix-0.24+dfsg/configure-13742-	   esac;
vbrfix-0.24+dfsg/configure:13743:	   _lt_hint=`expr 1 + \$_lt_hint`;
vbrfix-0.24+dfsg/configure-13744-	  done;
##############################################
vbrfix-0.24+dfsg/configure-13874-	# below for broken collect2 doesn't work under 4.3+
vbrfix-0.24+dfsg/configure:13875:	  collect2name=`${CC} -print-prog-name=collect2`
vbrfix-0.24+dfsg/configure-13876-	  if test -f "$collect2name" && \
##############################################
vbrfix-0.24+dfsg/configure-13957-	hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath"
vbrfix-0.24+dfsg/configure:13958:	archive_cmds_GCJ="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '" $shared_flag"
vbrfix-0.24+dfsg/configure:13959:	archive_expsym_cmds_GCJ="\$CC"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
vbrfix-0.24+dfsg/configure-13960-       else
##############################################
vbrfix-0.24+dfsg/configure-14046-      # FIXME: Setting linknames here is a bad hack.
vbrfix-0.24+dfsg/configure:14047:      archive_cmds_GCJ='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | sed -e '\''s/ -lc$//'\''` -link -dll~linknames='
vbrfix-0.24+dfsg/configure-14048-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
vbrfix-0.24+dfsg/configure-14051-      old_archive_cmds_GCJ='lib /OUT:$oldlib$oldobjs$old_deplibs'
vbrfix-0.24+dfsg/configure:14052:      fix_srcfile_path='`cygpath -w "$srcfile"`'
vbrfix-0.24+dfsg/configure-14053-      ;;
##############################################
vbrfix-0.24+dfsg/configure-14158-      if test "$GCC" = yes; then
vbrfix-0.24+dfsg/configure:14159:	archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
vbrfix-0.24+dfsg/configure-14160-      else
vbrfix-0.24+dfsg/configure:14161:	archive_cmds_GCJ='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
vbrfix-0.24+dfsg/configure-14162-      fi
##############################################
vbrfix-0.24+dfsg/configure-14190-
vbrfix-0.24+dfsg/configure:14191:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
vbrfix-0.24+dfsg/configure-14192-	archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linker_flags'
##############################################
vbrfix-0.24+dfsg/configure-14219-	allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*'
vbrfix-0.24+dfsg/configure:14220:	archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
vbrfix-0.24+dfsg/configure-14221-      else
vbrfix-0.24+dfsg/configure-14222-	allow_undefined_flag_GCJ=' -expect_unresolved \*'
vbrfix-0.24+dfsg/configure:14223:	archive_cmds_GCJ='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
vbrfix-0.24+dfsg/configure-14224-      fi
##############################################
vbrfix-0.24+dfsg/configure-14231-	allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*'
vbrfix-0.24+dfsg/configure:14232:	archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
vbrfix-0.24+dfsg/configure-14233-	hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir'
##############################################
vbrfix-0.24+dfsg/configure-14235-	allow_undefined_flag_GCJ=' -expect_unresolved \*'
vbrfix-0.24+dfsg/configure:14236:	archive_cmds_GCJ='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
vbrfix-0.24+dfsg/configure:14237:	archive_expsym_cmds_GCJ='for i in `cat $export_symbols`; do printf "-exported_symbol " >> $lib.exp; echo "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
vbrfix-0.24+dfsg/configure:14238:	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
vbrfix-0.24+dfsg/configure-14239-
##############################################
vbrfix-0.24+dfsg/configure-14551-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
vbrfix-0.24+dfsg/configure:14552:  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $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'
vbrfix-0.24+dfsg/configure-14553-  ;;
##############################################
vbrfix-0.24+dfsg/configure-14582-    sys_lib_search_path_spec="/lib /lib/w32api /usr/lib /usr/local/lib"
vbrfix-0.24+dfsg/configure:14583:    soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll'
vbrfix-0.24+dfsg/configure:14584:    postinstall_cmds='dlpath=`bash 2>&1 -c '\''. $dir/${file}i;echo \$dlname'\''`~
vbrfix-0.24+dfsg/configure:14585:      dldir=$destdir/`dirname \$dlpath`~
vbrfix-0.24+dfsg/configure-14586-      test -d \$dldir || mkdir -p \$dldir~
vbrfix-0.24+dfsg/configure-14587-      $install_prog .libs/$dlname \$dldir/$dlname'
vbrfix-0.24+dfsg/configure:14588:    postuninstall_cmds='dldll=`bash 2>&1 -c '\''. $file; echo \$dlname'\''`~
vbrfix-0.24+dfsg/configure-14589-      dlpath=$dir/\$dldll~
##############################################
vbrfix-0.24+dfsg/configure-14592-  yes,mingw*)
vbrfix-0.24+dfsg/configure:14593:    library_names_spec='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll'
vbrfix-0.24+dfsg/configure:14594:    sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | sed -e "s/^libraries://"`
vbrfix-0.24+dfsg/configure-14595-    if echo "$sys_lib_search_path_spec" | egrep ';[C-Z]:/' >/dev/null; then
##############################################
vbrfix-0.24+dfsg/configure-14601-      # which wouldn't understand a cygwinified path. Ahh.
vbrfix-0.24+dfsg/configure:14602:      sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | sed -e 's/;/ /g'`
vbrfix-0.24+dfsg/configure-14603-    else
vbrfix-0.24+dfsg/configure:14604:      sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | sed  -e "s/$PATH_SEPARATOR/ /g"`
vbrfix-0.24+dfsg/configure-14605-    fi
##############################################
vbrfix-0.24+dfsg/configure-14607-  yes,pw32*)
vbrfix-0.24+dfsg/configure:14608:    library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | sed -e 's/./-/g'`${versuffix}.dll'
vbrfix-0.24+dfsg/configure-14609-    ;;
vbrfix-0.24+dfsg/configure-14610-  *)
vbrfix-0.24+dfsg/configure:14611:    library_names_spec='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll $libname.lib'
vbrfix-0.24+dfsg/configure-14612-    ;;
##############################################
vbrfix-0.24+dfsg/configure-14823-  shlibpath_var=LD_LIBRARY_PATH
vbrfix-0.24+dfsg/configure:14824:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
vbrfix-0.24+dfsg/configure-14825-    case $host_os in
##############################################
vbrfix-0.24+dfsg/configure-15637-      # Double-quote double-evaled strings.
vbrfix-0.24+dfsg/configure:15638:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
vbrfix-0.24+dfsg/configure-15639-      ;;
vbrfix-0.24+dfsg/configure-15640-    *)
vbrfix-0.24+dfsg/configure:15641:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
vbrfix-0.24+dfsg/configure-15642-      ;;
##############################################
vbrfix-0.24+dfsg/configure-15647-  *'\$0 --fallback-echo"')
vbrfix-0.24+dfsg/configure:15648:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
vbrfix-0.24+dfsg/configure-15649-    ;;
##############################################
vbrfix-0.24+dfsg/configure-16046-      # Double-quote double-evaled strings.
vbrfix-0.24+dfsg/configure:16047:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
vbrfix-0.24+dfsg/configure-16048-      ;;
vbrfix-0.24+dfsg/configure-16049-    *)
vbrfix-0.24+dfsg/configure:16050:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
vbrfix-0.24+dfsg/configure-16051-      ;;
##############################################
vbrfix-0.24+dfsg/configure-16056-  *'\$0 --fallback-echo"')
vbrfix-0.24+dfsg/configure:16057:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
vbrfix-0.24+dfsg/configure-16058-    ;;
##############################################
vbrfix-0.24+dfsg/configure-16549-    TOPSUBDIRS=""
vbrfix-0.24+dfsg/configure:16550:  files=`cd $srcdir && ls -1`
vbrfix-0.24+dfsg/configure:16551:  dirs=`for i in $files; do if test -d $i; then echo $i; fi; done`
vbrfix-0.24+dfsg/configure-16552-  for i in $dirs; do
##############################################
vbrfix-0.24+dfsg/configure-16557-if test -s $srcdir/inst-apps; then
vbrfix-0.24+dfsg/configure:16558:  ac_topsubdirs="`cat $srcdir/inst-apps`"
vbrfix-0.24+dfsg/configure-16559-else
vbrfix-0.24+dfsg/configure:16560:  ac_topsubdirs="`cat $srcdir/subdirs`"
vbrfix-0.24+dfsg/configure-16561-fi
##############################################
vbrfix-0.24+dfsg/configure-16577-echo "${ECHO_T}$install_it" >&6
vbrfix-0.24+dfsg/configure:16578:  vari=`echo $i | sed -e 's,[-+.],_,g'`
vbrfix-0.24+dfsg/configure-16579-  if test $install_it = "yes"; then
##############################################
vbrfix-0.24+dfsg/configure-16742-do
vbrfix-0.24+dfsg/configure:16743:  if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
vbrfix-0.24+dfsg/configure-16744-    eval $as_var=C; export $as_var
##############################################
vbrfix-0.24+dfsg/configure-16800-  as_lineno_2=$LINENO
vbrfix-0.24+dfsg/configure:16801:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
vbrfix-0.24+dfsg/configure-16802-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
vbrfix-0.24+dfsg/configure-16840-  as_lineno_2=$LINENO
vbrfix-0.24+dfsg/configure:16841:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
vbrfix-0.24+dfsg/configure-16842-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
vbrfix-0.24+dfsg/configure-17021-configured by $0, generated by GNU Autoconf 2.57,
vbrfix-0.24+dfsg/configure:17022:  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
vbrfix-0.24+dfsg/configure-17023-
##############################################
vbrfix-0.24+dfsg/configure-17039-  --*=*)
vbrfix-0.24+dfsg/configure:17040:    ac_option=`expr "x$1" : 'x\([^=]*\)='`
vbrfix-0.24+dfsg/configure:17041:    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
vbrfix-0.24+dfsg/configure-17042-    ac_shift=:
##############################################
vbrfix-0.24+dfsg/configure-17331-      fi
vbrfix-0.24+dfsg/configure:17332:      ac_sed_frag=`expr $ac_sed_frag + 1`
vbrfix-0.24+dfsg/configure-17333-      ac_beg=$ac_end
vbrfix-0.24+dfsg/configure:17334:      ac_end=`expr $ac_end + $ac_max_sed_lines`
vbrfix-0.24+dfsg/configure-17335-    fi
##############################################
vbrfix-0.24+dfsg/configure-17348-        cat >$tmp/stdin
vbrfix-0.24+dfsg/configure:17349:        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
vbrfix-0.24+dfsg/configure:17350:        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
vbrfix-0.24+dfsg/configure:17351:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
vbrfix-0.24+dfsg/configure:17352:        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
vbrfix-0.24+dfsg/configure-17353-  * )   ac_file_in=$ac_file.in ;;
##############################################
vbrfix-0.24+dfsg/configure-17396-if test "$ac_dir" != .; then
vbrfix-0.24+dfsg/configure:17397:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
vbrfix-0.24+dfsg/configure-17398-  # A "../" for each directory in $ac_dir_suffix.
vbrfix-0.24+dfsg/configure:17399:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
vbrfix-0.24+dfsg/configure-17400-else
##############################################
vbrfix-0.24+dfsg/configure-17409-    else
vbrfix-0.24+dfsg/configure:17410:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
vbrfix-0.24+dfsg/configure-17411-    fi ;;
##############################################
vbrfix-0.24+dfsg/configure-17418-esac
vbrfix-0.24+dfsg/configure:17419:# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
vbrfix-0.24+dfsg/configure-17420-# absolute.
vbrfix-0.24+dfsg/configure:17421:ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
vbrfix-0.24+dfsg/configure:17422:ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
vbrfix-0.24+dfsg/configure:17423:ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
vbrfix-0.24+dfsg/configure:17424:ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
vbrfix-0.24+dfsg/configure-17425-
##############################################
vbrfix-0.24+dfsg/configure-17528-        cat >$tmp/stdin
vbrfix-0.24+dfsg/configure:17529:        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
vbrfix-0.24+dfsg/configure:17530:        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
vbrfix-0.24+dfsg/configure:17531:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
vbrfix-0.24+dfsg/configure:17532:        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
vbrfix-0.24+dfsg/configure-17533-  * )   ac_file_in=$ac_file.in ;;
##############################################
vbrfix-0.24+dfsg/configure-17737-for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
vbrfix-0.24+dfsg/configure:17738:  ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
vbrfix-0.24+dfsg/configure:17739:  ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
vbrfix-0.24+dfsg/configure-17740-  ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
##############################################
vbrfix-0.24+dfsg/configure-17754-if test "$ac_dir" != .; then
vbrfix-0.24+dfsg/configure:17755:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
vbrfix-0.24+dfsg/configure-17756-  # A "../" for each directory in $ac_dir_suffix.
vbrfix-0.24+dfsg/configure:17757:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
vbrfix-0.24+dfsg/configure-17758-else
##############################################
vbrfix-0.24+dfsg/configure-17767-    else
vbrfix-0.24+dfsg/configure:17768:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
vbrfix-0.24+dfsg/configure-17769-    fi ;;
##############################################
vbrfix-0.24+dfsg/configure-17776-esac
vbrfix-0.24+dfsg/configure:17777:# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
vbrfix-0.24+dfsg/configure-17778-# absolute.
vbrfix-0.24+dfsg/configure:17779:ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
vbrfix-0.24+dfsg/configure:17780:ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
vbrfix-0.24+dfsg/configure:17781:ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
vbrfix-0.24+dfsg/configure:17782:ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
vbrfix-0.24+dfsg/configure-17783-
##############################################
vbrfix-0.24+dfsg/configure-17792-  Makefile) dirpart=.;;
vbrfix-0.24+dfsg/configure:17793:  */Makefile) dirpart=`echo "$mf" | sed -e 's|/[^/]*$||'`;;
vbrfix-0.24+dfsg/configure-17794-  *) continue;;
##############################################
vbrfix-0.24+dfsg/configure-17798-  # running `make'.
vbrfix-0.24+dfsg/configure:17799:  DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
vbrfix-0.24+dfsg/configure-17800-  test -z "$DEPDIR" && continue
vbrfix-0.24+dfsg/configure-17801-  # When using ansi2knr, U may be empty or an underscore; expand it
vbrfix-0.24+dfsg/configure:17802:  U=`sed -n -e '/^U = / s///p' < "$mf"`
vbrfix-0.24+dfsg/configure-17803-  test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
##############################################
vbrfix-0.24+dfsg/configure-17819-    test -f "$dirpart/$file" && continue
vbrfix-0.24+dfsg/configure:17820:    fdir=`echo "$file" | sed -e 's|/[^/]*$||'`
vbrfix-0.24+dfsg/configure-17821-    $ac_aux_dir/mkinstalldirs "$dirpart/$fdir" > /dev/null 2>&1
##############################################
vbrfix-0.24+dfsg/vbrfixc/Makefile.in-342-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
vbrfix-0.24+dfsg/vbrfixc/Makefile.in:343:	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
vbrfix-0.24+dfsg/vbrfixc/Makefile.in-344-	  if test -f $$p \
##############################################
vbrfix-0.24+dfsg/vbrfixc/Makefile.in-346-	  ; then \
vbrfix-0.24+dfsg/vbrfixc/Makefile.in:347:	    f=`echo $$p1|sed '$(transform);s/$$/$(EXEEXT)/'`; \
vbrfix-0.24+dfsg/vbrfixc/Makefile.in-348-	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/$$f"; \
##############################################
vbrfix-0.24+dfsg/vbrfixc/Makefile.in-355-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
vbrfix-0.24+dfsg/vbrfixc/Makefile.in:356:	  f=`echo $$p|sed 's/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
vbrfix-0.24+dfsg/vbrfixc/Makefile.in-357-	  echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
##############################################
vbrfix-0.24+dfsg/vbrfixc/Makefile.in-382-@AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
vbrfix-0.24+dfsg/vbrfixc/Makefile.in:383:	$(CXXCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
vbrfix-0.24+dfsg/vbrfixc/Makefile.in-384-
##############################################
vbrfix-0.24+dfsg/vbrfixc/Makefile.in-388-@AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
vbrfix-0.24+dfsg/vbrfixc/Makefile.in:389:	$(CXXCOMPILE) -c -o $@ `cygpath -w $<`
vbrfix-0.24+dfsg/vbrfixc/Makefile.in-390-
##############################################
vbrfix-0.24+dfsg/vbrfixc/Makefile.in-394-@AMDEP_TRUE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
vbrfix-0.24+dfsg/vbrfixc/Makefile.in:395:	$(LTCXXCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
vbrfix-0.24+dfsg/vbrfixc/Makefile.in-396-CXXDEPMODE = @CXXDEPMODE@
##############################################
vbrfix-0.24+dfsg/vbrfixc/Makefile.in-407-	dot_seen=no; \
vbrfix-0.24+dfsg/vbrfixc/Makefile.in:408:	target=`echo $@ | sed s/-recursive//`; \
vbrfix-0.24+dfsg/vbrfixc/Makefile.in-409-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
vbrfix-0.24+dfsg/vbrfixc/Makefile.in-437-	rev="$$rev ."; \
vbrfix-0.24+dfsg/vbrfixc/Makefile.in:438:	target=`echo $@ | sed s/-recursive//`; \
vbrfix-0.24+dfsg/vbrfixc/Makefile.in-439-	for subdir in $$rev; do \
##############################################
vbrfix-0.24+dfsg/vbrfixc/Makefile.in-483-GTAGS:
vbrfix-0.24+dfsg/vbrfixc/Makefile.in:484:	here=`CDPATH=: && cd $(top_builddir) && pwd` \
vbrfix-0.24+dfsg/vbrfixc/Makefile.in-485-	  && cd $(top_srcdir) \
##############################################
vbrfix-0.24+dfsg/vbrfixc/Makefile.in-503-	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
vbrfix-0.24+dfsg/vbrfixc/Makefile.in:504:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
vbrfix-0.24+dfsg/vbrfixc/Makefile.in-505-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
vbrfix-0.24+dfsg/vbrfixc/docs/Makefile.in-290-	dot_seen=no; \
vbrfix-0.24+dfsg/vbrfixc/docs/Makefile.in:291:	target=`echo $@ | sed s/-recursive//`; \
vbrfix-0.24+dfsg/vbrfixc/docs/Makefile.in-292-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
vbrfix-0.24+dfsg/vbrfixc/docs/Makefile.in-320-	rev="$$rev ."; \
vbrfix-0.24+dfsg/vbrfixc/docs/Makefile.in:321:	target=`echo $@ | sed s/-recursive//`; \
vbrfix-0.24+dfsg/vbrfixc/docs/Makefile.in-322-	for subdir in $$rev; do \
##############################################
vbrfix-0.24+dfsg/vbrfixc/docs/Makefile.in-366-GTAGS:
vbrfix-0.24+dfsg/vbrfixc/docs/Makefile.in:367:	here=`CDPATH=: && cd $(top_builddir) && pwd` \
vbrfix-0.24+dfsg/vbrfixc/docs/Makefile.in-368-	  && cd $(top_srcdir) \
##############################################
vbrfix-0.24+dfsg/vbrfixc/docs/Makefile.in-381-	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
vbrfix-0.24+dfsg/vbrfixc/docs/Makefile.in:382:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
vbrfix-0.24+dfsg/vbrfixc/docs/Makefile.in-383-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
vbrfix-0.24+dfsg/vbrfixc/docs/en/Makefile.in-291-	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
vbrfix-0.24+dfsg/vbrfixc/docs/en/Makefile.in:292:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
vbrfix-0.24+dfsg/vbrfixc/docs/en/Makefile.in-293-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-115-# Check X11 before X11Rn because it is often a symlink to the current release.
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in:116:for ac_dir in `echo "$ac_x_includes" | sed s/include/lib${kdelibsuff}/` \
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-117-    /usr/X11/lib${kdelibsuff}           \
##############################################
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-193-   else
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in:194:        kde_cache=`echo $1 | sed 'y%./+-%__p_%'`
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-195-
##############################################
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-226-
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in:227:      eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-228-
##############################################
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-268-    AC_MSG_CHECKING([whether uic supports -$1 ])
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in:269:    kde_cache=`echo $1 | sed 'y% .=/+-%____p_%'`
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-270-    AC_CACHE_VAL(kde_cv_prog_uic_$kde_cache,
##############################################
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-283-
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in:284:    if eval "test \"`echo '$kde_cv_prog_uic_'$kde_cache`\" = yes"; then
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-285-        AC_MSG_RESULT([yes])
##############################################
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-565-        if test -x "$KDECONFIG"; then # it can be "compiled"
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in:566:          kde_libs_prefix=`$KDECONFIG --prefix`
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-567-          if test -z "$kde_libs_prefix" || test ! -x "$kde_libs_prefix"; then
##############################################
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-572-           fi
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in:573:           kde_libs_htmldir=`$KDECONFIG --install html --expandvars`
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-574-        else
##############################################
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-1110-else
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in:1111:  kde_qtsubver=`echo "$1" | sed -e 's#[0-9][0-9]*\.\([0-9][0-9]*\).*#\1#'`
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-1112-  # following is the check if subversion isnt found in passed argument
##############################################
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-1115-  fi
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in:1116:  kde_qtver=`echo "$1" | sed -e 's#^\([0-9][0-9]*\)\..*#\1#'`
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-1117-  if test "$kde_qtver" = "1"; then
##############################################
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-1420-    try="ls -1 $dir/${LIBQT_GLOB}"
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in:1421:    if test -n "`$try 2> /dev/null`"; then qt_libdir=$dir; break; else echo "tried $dir" >&AC_FD_CC ; fi
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-1422-  done
##############################################
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-2322-])dnl
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in:2323:if eval "test \"`echo $ac_cv_lib_gif`\" = yes"; then
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-2324-  AC_MSG_RESULT(yes)
##############################################
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-2363-
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in:2364:if eval "test ! \"`echo $ac_cv_lib_jpeg_$1`\" = no"; then
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-2365-  LIBJPEG="$ac_cv_lib_jpeg_$1"
##############################################
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-2434-LIBS="$all_libraries $USER_LDFLAGS $LIBQT"
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in:2435:LIBS=`echo $LIBS | sed "s/$LIBJPEG//"`
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-2436-ac_save_CXXFLAGS="$CXXFLAGS"
##############################################
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-2450-
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in:2451:if eval "test ! \"`echo $kde_cv_qt_jpeg`\" = no"; then
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-2452-  AC_MSG_RESULT(yes)
##############################################
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-2584-])dnl
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in:2585:if eval "test ! \"`echo $ac_cv_lib_png`\" = no"; then
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-2586-  AC_DEFINE_UNQUOTED(HAVE_LIBPNG, 1, [Define if you have libpng])
##############################################
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-2632-AC_MSG_CHECKING(whether $CXX supports -$1)
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in:2633:kde_cache=`echo $1 | sed 'y% .=/+-%____p_%'`
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-2634-AC_CACHE_VAL(kde_cv_prog_cxx_$kde_cache,
##############################################
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-2643-])
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in:2644:if eval "test \"`echo '$kde_cv_prog_cxx_'$kde_cache`\" = yes"; then
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-2645- AC_MSG_RESULT(yes)
##############################################
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-2889-        if test "$GXX" = yes; then
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in:2890:          libstdcpp=`$CXX -print-file-name=libstdc++.so`
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-2891-          if test ! -f $libstdcpp; then
##############################################
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-3090-    AM_PATH_PROG_WITH_TEST_KDE(MSGFMT, msgfmt,
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in:3091:        [test -n "`$ac_dir/$ac_word --version 2>&1 | grep 'GNU gettext'`"], msgfmt)
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-3092-    AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT)
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-3093-
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in:3094:     if test -z "`$GMSGFMT --version 2>&1 | grep 'GNU gettext'`"; then
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-3095-        AC_MSG_RESULT([found msgfmt program is not GNU msgfmt; ignore it])
##############################################
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-3102-      AM_PATH_PROG_WITH_TEST_KDE(XGETTEXT, xgettext,
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in:3103:	[test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :)
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-3104-
##############################################
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-3249-   AC_MSG_RESULT($kde_cv_func_stpcpy)
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in:3250:   if eval "test \"`echo $kde_cv_func_stpcpy`\" = yes"; then
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-3251-     AC_DEFINE(HAVE_STPCPY, 1, [Define if you have stpcpy])
##############################################
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-3798-])
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in:3799:kde_micodir=`echo $kde_cv_mico_incdir | sed -e 's#/include##'`
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-3800-
##############################################
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-3841-dnl installed MICO version
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in:3842:mico_v_maj=`echo $kde_cv_mico_version | sed -e 's/^\(.*\)\..*\..*$/\1/'`
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in:3843:mico_v_mid=`echo $kde_cv_mico_version | sed -e 's/^.*\.\(.*\)\..*$/\1/'`
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in:3844:mico_v_min=`echo $kde_cv_mico_version | sed -e 's/^.*\..*\.\(.*\)$/\1/'`
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-3845-
##############################################
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-3852-dnl required MICO version
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in:3853:req_v_maj=`echo $req_version | sed -e 's/^\(.*\)\..*\..*$/\1/'`
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in:3854:req_v_mid=`echo $req_version | sed -e 's/^.*\.\(.*\)\..*$/\1/'`
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in:3855:req_v_min=`echo $req_version | sed -e 's/^.*\..*\.\(.*\)$/\1/'`
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-3856-
##############################################
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-4231-    ac_save_CXXFLAGS="$CXXFLAGS"
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in:4232:    CXXFLAGS="`echo $CXXFLAGS | sed s/-fno-exceptions//`"
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-4233-    KDE_CHECK_STL_SGI
##############################################
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-4275-])dnl
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in:4276:if eval "test \"`echo $ac_cv_lib_qimgio`\" = yes"; then
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-4277-  LIBQIMGIO="-lqimgio -lpng -lz $LIBJPEG"
##############################################
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-4356-  TOPSUBDIRS=""
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in:4357:  files=`cd $srcdir && ls -1`
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in:4358:  dirs=`for i in $files; do if test -d $i; then echo $i; fi; done`
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-4359-  for i in $dirs; do
##############################################
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-4364-if test -s $srcdir/inst-apps; then
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in:4365:  ac_topsubdirs="`cat $srcdir/inst-apps`"
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-4366-else
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in:4367:  ac_topsubdirs="`cat $srcdir/subdirs`"
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-4368-fi
##############################################
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-4382-  AC_MSG_RESULT($install_it)
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in:4383:  vari=`echo $i | sed -e 's,[[-+.]],_,g'`
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-4384-  if test $install_it = "yes"; then
##############################################
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-4568-  if test -f $srcdir/configure.files ; then
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in:4569:    val=`sed -e 's%^%\$(top_srcdir)/%' $srcdir/configure.files`
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-4570-  fi
##############################################
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-4590-  # And delete superflous '/' to make compares easier
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in:4591:  prefix=`echo "$prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'`
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in:4592:  exec_prefix=`echo "$exec_prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'`
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-4593-  KDE_FAST_CONFIGURE
##############################################
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-4711-[
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in:4712:	dir=`dirname "$1"`
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in:4713:	base=`basename "$1"`
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in:4714:	list=`ls -1 $dir 2> /dev/null`
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-4715-	for entry in $list; do 
##############################################
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-4778-          if test -x "$dir/java"; then
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in:4779:                libjvmdir=`find $dir/.. -name libjvm.so | sed 's,libjvm.so,,'|head -n 1`
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-4780-		if test ! -f $libjvmdir/libjvm.so; then continue; fi
##############################################
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-4798-          dnl this substitution might not work - well, we test for jni.h below
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in:4799:          kde_java_includedir=`echo $JAVAC | sed -e 's,bin/javac$,include/,'`
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-4800-      else
##############################################
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-4817-  dnl Look for libjvm.so
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in:4818:  kde_java_libjvmdir=`find $kde_java_bindir/.. -name libjvm.so | sed 's,libjvm.so,,'|head -n 1`
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-4819-  dnl Look for libhpi.so and avoid green threads
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in:4820:  kde_java_libhpidir=`find $kde_java_bindir/.. -name libhpi.so | grep -v green | sed 's,libhpi.so,,' | head -n 1`
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-4821-
##############################################
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-4956-  else
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in:4957:    qtopia_minver_maj=`echo "$1" | sed -e "s/^\(.*\)\..*\..*$/\1/"`
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in:4958:    qtopia_minver_min=`echo "$1" | sed -e "s/^.*\.\(.*\)\..*$/\1/"`
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in:4959:    qtopia_minver_pat=`echo "$1" | sed -e "s/^.*\..*\.\(.*\)$/\1/"`
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-4960-  fi
##############################################
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-4996-
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in:4997:  qtopia_ver_maj=`cat $qtopia_incdir/qpe/version.h | sed -n -e 's,.*QPE_VERSION "\(.*\)\..*\..*".*,\1,p'`;
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in:4998:  qtopia_ver_min=`cat $qtopia_incdir/qpe/version.h | sed -n -e 's,.*QPE_VERSION ".*\.\(.*\)\..*".*,\1,p'`;
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in:4999:  qtopia_ver_pat=`cat $qtopia_incdir/qpe/version.h | sed -n -e 's,.*QPE_VERSION ".*\..*\.\(.*\)".*,\1,p'`;
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-5000-
##############################################
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-5209-    try="ls -1 $dir/libssl*"
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in:5210:    if test=`eval $try 2> /dev/null`; then ssl_libdir=$dir; break; else echo "tried $dir" >&AC_FD_CC ; fi
vbrfix-0.24+dfsg/.pc/armhf-ftbfs.patch/admin/acinclude.m4.in-5211-  done