===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
cvs-1.12.13+real/build-aux/compile-105-# Name of file we expect compiler to create.
cvs-1.12.13+real/build-aux/compile:106:cofile=`echo "$cfile" | sed -e 's|^.*/||' -e 's/\.c$/.o/'`
cvs-1.12.13+real/build-aux/compile-107-
##############################################
cvs-1.12.13+real/build-aux/compile-111-# object file name, since that is what matters with a parallel build.
cvs-1.12.13+real/build-aux/compile:112:lockdir=`echo "$cofile" | sed -e 's|[/.-]|_|g'`.d
cvs-1.12.13+real/build-aux/compile-113-while true; do
##############################################
cvs-1.12.13+real/build-aux/config.guess-37-
cvs-1.12.13+real/build-aux/config.guess:38:me=`echo "$0" | sed -e 's,.*/,,'`
cvs-1.12.13+real/build-aux/config.guess-39-
##############################################
cvs-1.12.13+real/build-aux/config.guess-106-: ${TMPDIR=/tmp} ;
cvs-1.12.13+real/build-aux/config.guess:107: { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
cvs-1.12.13+real/build-aux/config.guess-108- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
cvs-1.12.13+real/build-aux/config.guess-198-	    *)
cvs-1.12.13+real/build-aux/config.guess:199:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
cvs-1.12.13+real/build-aux/config.guess-200-		;;
##############################################
cvs-1.12.13+real/build-aux/config.guess-247-	if test $UNAME_RELEASE = "V4.0"; then
cvs-1.12.13+real/build-aux/config.guess:248:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
cvs-1.12.13+real/build-aux/config.guess-249-	fi
##############################################
cvs-1.12.13+real/build-aux/config.guess-253-	# types through head -n 1, so we only detect the type of CPU 0.
cvs-1.12.13+real/build-aux/config.guess:254:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
cvs-1.12.13+real/build-aux/config.guess-255-	case "$ALPHA_CPU_TYPE" in
##############################################
cvs-1.12.13+real/build-aux/config.guess-290-	# 1.2 uses "1.2" for uname -r.
cvs-1.12.13+real/build-aux/config.guess:291:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[VTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
cvs-1.12.13+real/build-aux/config.guess-292-	exit 0 ;;
##############################################
cvs-1.12.13+real/build-aux/config.guess-341-    sun4H:SunOS:5.*:*)
cvs-1.12.13+real/build-aux/config.guess:342:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
cvs-1.12.13+real/build-aux/config.guess-343-	exit 0 ;;
cvs-1.12.13+real/build-aux/config.guess-344-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
cvs-1.12.13+real/build-aux/config.guess:345:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
cvs-1.12.13+real/build-aux/config.guess-346-	exit 0 ;;
cvs-1.12.13+real/build-aux/config.guess-347-    i86pc:SunOS:5.*:*)
cvs-1.12.13+real/build-aux/config.guess:348:	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
cvs-1.12.13+real/build-aux/config.guess-349-	exit 0 ;;
##############################################
cvs-1.12.13+real/build-aux/config.guess-353-	# it's likely to be more like Solaris than SunOS4.
cvs-1.12.13+real/build-aux/config.guess:354:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
cvs-1.12.13+real/build-aux/config.guess-355-	exit 0 ;;
##############################################
cvs-1.12.13+real/build-aux/config.guess-362-	# Japanese Language versions have a version number like `4.1.3-JL'.
cvs-1.12.13+real/build-aux/config.guess:363:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
cvs-1.12.13+real/build-aux/config.guess-364-	exit 0 ;;
##############################################
cvs-1.12.13+real/build-aux/config.guess-368-    sun*:*:4.2BSD:*)
cvs-1.12.13+real/build-aux/config.guess:369:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
cvs-1.12.13+real/build-aux/config.guess-370-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
cvs-1.12.13+real/build-aux/config.guess-447-	$CC_FOR_BUILD -o $dummy $dummy.c \
cvs-1.12.13+real/build-aux/config.guess:448:	  && $dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \
cvs-1.12.13+real/build-aux/config.guess-449-	  && exit 0
##############################################
cvs-1.12.13+real/build-aux/config.guess-502-    *:IRIX*:*:*)
cvs-1.12.13+real/build-aux/config.guess:503:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
cvs-1.12.13+real/build-aux/config.guess-504-	exit 0 ;;
##############################################
cvs-1.12.13+real/build-aux/config.guess-541-    *:AIX:*:[45])
cvs-1.12.13+real/build-aux/config.guess:542:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
cvs-1.12.13+real/build-aux/config.guess-543-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
cvs-1.12.13+real/build-aux/config.guess-576-    9000/[34678]??:HP-UX:*:*)
cvs-1.12.13+real/build-aux/config.guess:577:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
cvs-1.12.13+real/build-aux/config.guess-578-	case "${UNAME_MACHINE}" in
##############################################
cvs-1.12.13+real/build-aux/config.guess-630-EOF
cvs-1.12.13+real/build-aux/config.guess:631:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
cvs-1.12.13+real/build-aux/config.guess-632-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
cvs-1.12.13+real/build-aux/config.guess-648-    ia64:HP-UX:*:*)
cvs-1.12.13+real/build-aux/config.guess:649:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
cvs-1.12.13+real/build-aux/config.guess-650-	echo ia64-hp-hpux${HPUX_REV}
##############################################
cvs-1.12.13+real/build-aux/config.guess-748-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
cvs-1.12.13+real/build-aux/config.guess:749:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
cvs-1.12.13+real/build-aux/config.guess-750-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
cvs-1.12.13+real/build-aux/config.guess-771-EOF
cvs-1.12.13+real/build-aux/config.guess:772:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
cvs-1.12.13+real/build-aux/config.guess:773:	echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`${LIBC:+-$LIBC}
cvs-1.12.13+real/build-aux/config.guess-774-	exit 0 ;;
##############################################
cvs-1.12.13+real/build-aux/config.guess-802-    prep*:SunOS:5.*:*)
cvs-1.12.13+real/build-aux/config.guess:803:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
cvs-1.12.13+real/build-aux/config.guess-804-	exit 0 ;;
cvs-1.12.13+real/build-aux/config.guess-805-    *:GNU:*:*)
cvs-1.12.13+real/build-aux/config.guess:806:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
cvs-1.12.13+real/build-aux/config.guess-807-	exit 0 ;;
##############################################
cvs-1.12.13+real/build-aux/config.guess-838-EOF
cvs-1.12.13+real/build-aux/config.guess:839:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
cvs-1.12.13+real/build-aux/config.guess-840-	test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
##############################################
cvs-1.12.13+real/build-aux/config.guess-857-EOF
cvs-1.12.13+real/build-aux/config.guess:858:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
cvs-1.12.13+real/build-aux/config.guess-859-	test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
##############################################
cvs-1.12.13+real/build-aux/config.guess-955-EOF
cvs-1.12.13+real/build-aux/config.guess:956:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
cvs-1.12.13+real/build-aux/config.guess-957-	test x"${LIBC}" != x && echo "${UNAME_MACHINE}-${VENDOR:-pc}-linux-${LIBC}" && exit 0
##############################################
cvs-1.12.13+real/build-aux/config.guess-991-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
cvs-1.12.13+real/build-aux/config.guess:992:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
cvs-1.12.13+real/build-aux/config.guess-993-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
cvs-1.12.13+real/build-aux/config.rpath-33-host="$1"
cvs-1.12.13+real/build-aux/config.rpath:34:host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
cvs-1.12.13+real/build-aux/config.rpath:35:host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
cvs-1.12.13+real/build-aux/config.rpath:36:host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
cvs-1.12.13+real/build-aux/config.rpath-37-
cvs-1.12.13+real/build-aux/config.rpath:38:cc_basename=`echo "$CC" | sed -e 's%^.*/%%'`
cvs-1.12.13+real/build-aux/config.rpath-39-
##############################################
cvs-1.12.13+real/build-aux/config.rpath-233-        case $host_os in aix4.[012]|aix4.[012].*)
cvs-1.12.13+real/build-aux/config.rpath:234:          collect2name=`${CC} -print-prog-name=collect2`
cvs-1.12.13+real/build-aux/config.rpath-235-          if test -f "$collect2name" && \
##############################################
cvs-1.12.13+real/build-aux/config.rpath-369-      hardcode_direct=yes
cvs-1.12.13+real/build-aux/config.rpath:370:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
cvs-1.12.13+real/build-aux/config.rpath-371-        hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
##############################################
cvs-1.12.13+real/build-aux/config.rpath-540-sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
cvs-1.12.13+real/build-aux/config.rpath:541:escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"`
cvs-1.12.13+real/build-aux/config.rpath:542:shlibext=`echo "$shrext" | sed -e 's,^\.,,'`
cvs-1.12.13+real/build-aux/config.rpath:543:escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
cvs-1.12.13+real/build-aux/config.rpath-544-
##############################################
cvs-1.12.13+real/build-aux/config.sub-54-
cvs-1.12.13+real/build-aux/config.sub:55:me=`echo "$0" | sed -e 's,.*/,,'`
cvs-1.12.13+real/build-aux/config.sub-56-
##############################################
cvs-1.12.13+real/build-aux/config.sub-118-# Here we must recognize all the valid KERNEL-OS combinations.
cvs-1.12.13+real/build-aux/config.sub:119:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
cvs-1.12.13+real/build-aux/config.sub-120-case $maybe_os in
##############################################
cvs-1.12.13+real/build-aux/config.sub-122-    os=-$maybe_os
cvs-1.12.13+real/build-aux/config.sub:123:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
cvs-1.12.13+real/build-aux/config.sub-124-    ;;
cvs-1.12.13+real/build-aux/config.sub-125-  *)
cvs-1.12.13+real/build-aux/config.sub:126:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
cvs-1.12.13+real/build-aux/config.sub-127-    if [ $basic_machine != $1 ]
cvs-1.12.13+real/build-aux/config.sub:128:    then os=`echo $1 | sed 's/.*-/-/'`
cvs-1.12.13+real/build-aux/config.sub-129-    else os=; fi
##############################################
cvs-1.12.13+real/build-aux/config.sub-173-		os=-sco3.2v5
cvs-1.12.13+real/build-aux/config.sub:174:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
cvs-1.12.13+real/build-aux/config.sub-175-		;;
##############################################
cvs-1.12.13+real/build-aux/config.sub-177-		os=-sco3.2v4
cvs-1.12.13+real/build-aux/config.sub:178:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
cvs-1.12.13+real/build-aux/config.sub-179-		;;
cvs-1.12.13+real/build-aux/config.sub-180-	-sco3.2.[4-9]*)
cvs-1.12.13+real/build-aux/config.sub:181:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
cvs-1.12.13+real/build-aux/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
cvs-1.12.13+real/build-aux/config.sub-183-		;;
##############################################
cvs-1.12.13+real/build-aux/config.sub-185-		# Don't forget version if it is 3.2v4 or newer.
cvs-1.12.13+real/build-aux/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
cvs-1.12.13+real/build-aux/config.sub-187-		;;
##############################################
cvs-1.12.13+real/build-aux/config.sub-189-		os=-sco3.2v2
cvs-1.12.13+real/build-aux/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
cvs-1.12.13+real/build-aux/config.sub-191-		;;
cvs-1.12.13+real/build-aux/config.sub-192-	-udk*)
cvs-1.12.13+real/build-aux/config.sub:193:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
cvs-1.12.13+real/build-aux/config.sub-194-		;;
##############################################
cvs-1.12.13+real/build-aux/config.sub-196-		os=-isc2.2
cvs-1.12.13+real/build-aux/config.sub:197:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
cvs-1.12.13+real/build-aux/config.sub-198-		;;
##############################################
cvs-1.12.13+real/build-aux/config.sub-202-	-isc*)
cvs-1.12.13+real/build-aux/config.sub:203:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
cvs-1.12.13+real/build-aux/config.sub-204-		;;
##############################################
cvs-1.12.13+real/build-aux/config.sub-208-	-ptx*)
cvs-1.12.13+real/build-aux/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
cvs-1.12.13+real/build-aux/config.sub-210-		;;
cvs-1.12.13+real/build-aux/config.sub-211-	-windowsnt*)
cvs-1.12.13+real/build-aux/config.sub:212:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
cvs-1.12.13+real/build-aux/config.sub-213-		;;
##############################################
cvs-1.12.13+real/build-aux/config.sub-287-	*-*-*)
cvs-1.12.13+real/build-aux/config.sub:288:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
cvs-1.12.13+real/build-aux/config.sub-289-		exit 1
##############################################
cvs-1.12.13+real/build-aux/config.sub-580-	i*86v32)
cvs-1.12.13+real/build-aux/config.sub:581:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
cvs-1.12.13+real/build-aux/config.sub-582-		os=-sysv32
##############################################
cvs-1.12.13+real/build-aux/config.sub-584-	i*86v4*)
cvs-1.12.13+real/build-aux/config.sub:585:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
cvs-1.12.13+real/build-aux/config.sub-586-		os=-sysv4
##############################################
cvs-1.12.13+real/build-aux/config.sub-588-	i*86v)
cvs-1.12.13+real/build-aux/config.sub:589:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
cvs-1.12.13+real/build-aux/config.sub-590-		os=-sysv
##############################################
cvs-1.12.13+real/build-aux/config.sub-592-	i*86sol2)
cvs-1.12.13+real/build-aux/config.sub:593:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
cvs-1.12.13+real/build-aux/config.sub-594-		os=-solaris2
##############################################
cvs-1.12.13+real/build-aux/config.sub-640-	mips3*-*)
cvs-1.12.13+real/build-aux/config.sub:641:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
cvs-1.12.13+real/build-aux/config.sub-642-		;;
cvs-1.12.13+real/build-aux/config.sub-643-	mips3*)
cvs-1.12.13+real/build-aux/config.sub:644:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
cvs-1.12.13+real/build-aux/config.sub-645-		;;
##############################################
cvs-1.12.13+real/build-aux/config.sub-782-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
cvs-1.12.13+real/build-aux/config.sub:783:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
cvs-1.12.13+real/build-aux/config.sub-784-		;;
cvs-1.12.13+real/build-aux/config.sub-785-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
cvs-1.12.13+real/build-aux/config.sub:786:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
cvs-1.12.13+real/build-aux/config.sub-787-		;;
cvs-1.12.13+real/build-aux/config.sub-788-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
cvs-1.12.13+real/build-aux/config.sub:789:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
cvs-1.12.13+real/build-aux/config.sub-790-		;;
cvs-1.12.13+real/build-aux/config.sub-791-	pentium4-*)
cvs-1.12.13+real/build-aux/config.sub:792:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
cvs-1.12.13+real/build-aux/config.sub-793-		;;
##############################################
cvs-1.12.13+real/build-aux/config.sub-800-		;;
cvs-1.12.13+real/build-aux/config.sub:801:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
cvs-1.12.13+real/build-aux/config.sub-802-		;;
##############################################
cvs-1.12.13+real/build-aux/config.sub-806-	ppcle-* | powerpclittle-*)
cvs-1.12.13+real/build-aux/config.sub:807:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
cvs-1.12.13+real/build-aux/config.sub-808-		;;
##############################################
cvs-1.12.13+real/build-aux/config.sub-810-		;;
cvs-1.12.13+real/build-aux/config.sub:811:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
cvs-1.12.13+real/build-aux/config.sub-812-		;;
##############################################
cvs-1.12.13+real/build-aux/config.sub-816-	ppc64le-* | powerpc64little-*)
cvs-1.12.13+real/build-aux/config.sub:817:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
cvs-1.12.13+real/build-aux/config.sub-818-		;;
##############################################
cvs-1.12.13+real/build-aux/config.sub-1075-	*)
cvs-1.12.13+real/build-aux/config.sub:1076:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
cvs-1.12.13+real/build-aux/config.sub-1077-		exit 1
##############################################
cvs-1.12.13+real/build-aux/config.sub-1083-	*-digital*)
cvs-1.12.13+real/build-aux/config.sub:1084:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
cvs-1.12.13+real/build-aux/config.sub-1085-		;;
cvs-1.12.13+real/build-aux/config.sub-1086-	*-commodore*)
cvs-1.12.13+real/build-aux/config.sub:1087:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
cvs-1.12.13+real/build-aux/config.sub-1088-		;;
##############################################
cvs-1.12.13+real/build-aux/config.sub-1101-	-solaris1 | -solaris1.*)
cvs-1.12.13+real/build-aux/config.sub:1102:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
cvs-1.12.13+real/build-aux/config.sub-1103-		;;
##############################################
cvs-1.12.13+real/build-aux/config.sub-1113-	-gnu/linux*)
cvs-1.12.13+real/build-aux/config.sub:1114:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
cvs-1.12.13+real/build-aux/config.sub-1115-		;;
##############################################
cvs-1.12.13+real/build-aux/config.sub-1153-	-nto*)
cvs-1.12.13+real/build-aux/config.sub:1154:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
cvs-1.12.13+real/build-aux/config.sub-1155-		;;
##############################################
cvs-1.12.13+real/build-aux/config.sub-1160-	-mac*)
cvs-1.12.13+real/build-aux/config.sub:1161:		os=`echo $os | sed -e 's|mac|macos|'`
cvs-1.12.13+real/build-aux/config.sub-1162-		;;
cvs-1.12.13+real/build-aux/config.sub-1163-	-linux*)
cvs-1.12.13+real/build-aux/config.sub:1164:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
cvs-1.12.13+real/build-aux/config.sub-1165-		;;
cvs-1.12.13+real/build-aux/config.sub-1166-	-sunos5*)
cvs-1.12.13+real/build-aux/config.sub:1167:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
cvs-1.12.13+real/build-aux/config.sub-1168-		;;
cvs-1.12.13+real/build-aux/config.sub-1169-	-sunos6*)
cvs-1.12.13+real/build-aux/config.sub:1170:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
cvs-1.12.13+real/build-aux/config.sub-1171-		;;
##############################################
cvs-1.12.13+real/build-aux/config.sub-1212-	-sinix5.*)
cvs-1.12.13+real/build-aux/config.sub:1213:		os=`echo $os | sed -e 's|sinix|sysv|'`
cvs-1.12.13+real/build-aux/config.sub-1214-		;;
##############################################
cvs-1.12.13+real/build-aux/config.sub-1257-		# Get rid of the `-' at the beginning of $os.
cvs-1.12.13+real/build-aux/config.sub:1258:		os=`echo $os | sed 's/[^-]*-//'`
cvs-1.12.13+real/build-aux/config.sub:1259:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
cvs-1.12.13+real/build-aux/config.sub-1260-		exit 1
##############################################
cvs-1.12.13+real/build-aux/config.sub-1487-		esac
cvs-1.12.13+real/build-aux/config.sub:1488:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
cvs-1.12.13+real/build-aux/config.sub-1489-		;;
##############################################
cvs-1.12.13+real/build-aux/depcomp-68-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
cvs-1.12.13+real/build-aux/depcomp:69:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
cvs-1.12.13+real/build-aux/depcomp-70-
##############################################
cvs-1.12.13+real/build-aux/depcomp-203-  # Version 6 uses the directory in both cases.
cvs-1.12.13+real/build-aux/depcomp:204:  stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
cvs-1.12.13+real/build-aux/depcomp-205-  tmpdepfile="$stripped.u"
##############################################
cvs-1.12.13+real/build-aux/depcomp-214-  else
cvs-1.12.13+real/build-aux/depcomp:215:    stripped=`echo "$stripped" | sed 's,^.*/,,'`
cvs-1.12.13+real/build-aux/depcomp-216-    tmpdepfile="$stripped.u"
##############################################
cvs-1.12.13+real/build-aux/depcomp-228-    # Do two passes, one to just change these to
cvs-1.12.13+real/build-aux/depcomp:229:    # `$object: dependent.h' and one to simply `dependent.h:'.
cvs-1.12.13+real/build-aux/depcomp-230-    sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
cvs-1.12.13+real/build-aux/depcomp-269-  # Do two passes, one to just change these to
cvs-1.12.13+real/build-aux/depcomp:270:  # `$object: dependent.h' and one to simply `dependent.h:'.
cvs-1.12.13+real/build-aux/depcomp-271-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
cvs-1.12.13+real/build-aux/depcomp-284-   # Subdirectories are respected.
cvs-1.12.13+real/build-aux/depcomp:285:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
cvs-1.12.13+real/build-aux/depcomp-286-   test "x$dir" = "x$object" && dir=
cvs-1.12.13+real/build-aux/depcomp:287:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
cvs-1.12.13+real/build-aux/depcomp-288-
##############################################
cvs-1.12.13+real/build-aux/depcomp-423-  done
cvs-1.12.13+real/build-aux/depcomp:424:  obj_suffix="`echo $object | sed 's/^.*\././'`"
cvs-1.12.13+real/build-aux/depcomp-425-  touch "$tmpdepfile"
##############################################
cvs-1.12.13+real/build-aux/install-sh-210-      fi
cvs-1.12.13+real/build-aux/install-sh:211:      dst=$dst/`basename "$src"`
cvs-1.12.13+real/build-aux/install-sh-212-    fi
##############################################
cvs-1.12.13+real/build-aux/install-sh-215-  # This sed command emulates the dirname command.
cvs-1.12.13+real/build-aux/install-sh:216:  dstdir=`echo "$dst" | sed -e 's,/*$,,;s,[^/]*$,,;s,/*$,,;s,^$,.,'`
cvs-1.12.13+real/build-aux/install-sh-217-
##############################################
cvs-1.12.13+real/build-aux/install-sh-228-    IFS='%'
cvs-1.12.13+real/build-aux/install-sh:229:    set x `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'`
cvs-1.12.13+real/build-aux/install-sh-230-    shift
##############################################
cvs-1.12.13+real/build-aux/install-sh-256-  else
cvs-1.12.13+real/build-aux/install-sh:257:    dstfile=`basename "$dst"`
cvs-1.12.13+real/build-aux/install-sh-258-
##############################################
cvs-1.12.13+real/build-aux/mdate-sh-110-# Get the extended ls output of the file or directory.
cvs-1.12.13+real/build-aux/mdate-sh:111:set dummy x`eval "$ls_command \"\$save_arg1\""`
cvs-1.12.13+real/build-aux/mdate-sh-112-
##############################################
cvs-1.12.13+real/build-aux/mdate-sh-177-       then
cvs-1.12.13+real/build-aux/mdate-sh:178:	 year=`expr $year - 1`
cvs-1.12.13+real/build-aux/mdate-sh-179-       fi;;
##############################################
cvs-1.12.13+real/build-aux/missing-128-       # Could not run --version or --help.  This is probably someone
cvs-1.12.13+real/build-aux/missing:129:       # running `$TOOL --version' or `$TOOL --help' to check whether
cvs-1.12.13+real/build-aux/missing-130-       # $TOOL exists and not knowing $TOOL uses missing.
##############################################
cvs-1.12.13+real/build-aux/missing-162-         from any GNU archive site."
cvs-1.12.13+real/build-aux/missing:163:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
cvs-1.12.13+real/build-aux/missing-164-    test -z "$files" && files="config.h"
##############################################
cvs-1.12.13+real/build-aux/missing-191-         proper tools for further handling them.
cvs-1.12.13+real/build-aux/missing:192:         You can get \`$1' as part of \`Autoconf' from any GNU
cvs-1.12.13+real/build-aux/missing-193-         archive site."
cvs-1.12.13+real/build-aux/missing-194-
cvs-1.12.13+real/build-aux/missing:195:    file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
cvs-1.12.13+real/build-aux/missing:196:    test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'`
cvs-1.12.13+real/build-aux/missing-197-    if test -f "$file"; then
##############################################
cvs-1.12.13+real/build-aux/missing-220-	*.y)
cvs-1.12.13+real/build-aux/missing:221:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
cvs-1.12.13+real/build-aux/missing-222-	    if [ -f "$SRCFILE" ]; then
##############################################
cvs-1.12.13+real/build-aux/missing-224-	    fi
cvs-1.12.13+real/build-aux/missing:225:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
cvs-1.12.13+real/build-aux/missing-226-	    if [ -f "$SRCFILE" ]; then
##############################################
cvs-1.12.13+real/build-aux/missing-250-	*.l)
cvs-1.12.13+real/build-aux/missing:251:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
cvs-1.12.13+real/build-aux/missing-252-	    if [ -f "$SRCFILE" ]; then
##############################################
cvs-1.12.13+real/build-aux/missing-269-
cvs-1.12.13+real/build-aux/missing:270:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
cvs-1.12.13+real/build-aux/missing-271-    if test -z "$file"; then
cvs-1.12.13+real/build-aux/missing:272:	file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'`
cvs-1.12.13+real/build-aux/missing-273-    fi
##############################################
cvs-1.12.13+real/build-aux/missing-291-    # The file to touch is that specified with -o ...
cvs-1.12.13+real/build-aux/missing:292:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
cvs-1.12.13+real/build-aux/missing-293-    if test -z "$file"; then
cvs-1.12.13+real/build-aux/missing-294-      # ... or it is the one specified with @setfilename ...
cvs-1.12.13+real/build-aux/missing:295:      infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
cvs-1.12.13+real/build-aux/missing:296:      file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $infile`
cvs-1.12.13+real/build-aux/missing-297-      # ... or it is derived from the source name (dir/f.texi becomes f.info)
cvs-1.12.13+real/build-aux/missing:298:      test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
cvs-1.12.13+real/build-aux/missing-299-    fi
##############################################
cvs-1.12.13+real/build-aux/missing-318-	*o*)
cvs-1.12.13+real/build-aux/missing:319:	    firstarg=`echo "$firstarg" | sed s/o//`
cvs-1.12.13+real/build-aux/missing-320-	    tar "$firstarg" "$@" && exit 0
##############################################
cvs-1.12.13+real/build-aux/missing-324-	*h*)
cvs-1.12.13+real/build-aux/missing:325:	    firstarg=`echo "$firstarg" | sed s/h//`
cvs-1.12.13+real/build-aux/missing-326-	    tar "$firstarg" "$@" && exit 0
##############################################
cvs-1.12.13+real/build-aux/texinfo.tex-4740-  \catcode `\\=0 \catcode `\{=1 \catcode `\}=2
cvs-1.12.13+real/build-aux/texinfo.tex:4741:  \catcode `\$=3 \catcode `\&=4 \catcode `\#=6
cvs-1.12.13+real/build-aux/texinfo.tex-4742-  \catcode `\^=7 \catcode `\_=8 \catcode `\~=\active \let~=\tie
##############################################
cvs-1.12.13+real/build-aux/ylwrap-126-  # The directory holding the input.
cvs-1.12.13+real/build-aux/ylwrap:127:  input_dir=`echo "$input" | sed -e 's,\([\\/]\)[^\\/]*$,\1,'`
cvs-1.12.13+real/build-aux/ylwrap-128-  # Quote $INPUT_DIR so we can use it in a regexp.
cvs-1.12.13+real/build-aux/ylwrap-129-  # FIXME: really we should care about more than `.' and `\'.
cvs-1.12.13+real/build-aux/ylwrap:130:  input_rx=`echo "$input_dir" | sed 's,\\\\,\\\\\\\\,g;s,\\.,\\\\.,g'`
cvs-1.12.13+real/build-aux/ylwrap-131-
##############################################
cvs-1.12.13+real/build-aux/ylwrap-159-	realtarget="$target"
cvs-1.12.13+real/build-aux/ylwrap:160:	target="tmp-`echo $target | sed s/.*[\\/]//g`"
cvs-1.12.13+real/build-aux/ylwrap-161-      fi
##############################################
cvs-1.12.13+real/contrib/Makefile.am-81-	@list='$(bin_LINKS)'; for p in $$list; do \
cvs-1.12.13+real/contrib/Makefile.am:82:	    echo "test ! -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
cvs-1.12.13+real/contrib/Makefile.am:83:	    echo "  && cd $(DESTDIR)$(bindir) && $(LN_S) ../share/$(PACKAGE)/contrib/`echo $$p|sed '$(transform)'` ."; \
cvs-1.12.13+real/contrib/Makefile.am:84:	    (test ! -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'` \
cvs-1.12.13+real/contrib/Makefile.am:85:	        && cd $(DESTDIR)$(bindir) && $(LN_S) ../share/$(PACKAGE)/contrib/`echo $$p|sed '$(transform)'` .) \
cvs-1.12.13+real/contrib/Makefile.am-86-	      || (echo "Link creation failed" && if test -f $$p; then \
cvs-1.12.13+real/contrib/Makefile.am:87:	           echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
cvs-1.12.13+real/contrib/Makefile.am:88:	           $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
cvs-1.12.13+real/contrib/Makefile.am-89-	         else if test -f $(srcdir)/$$p; then \
cvs-1.12.13+real/contrib/Makefile.am:90:	           echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
cvs-1.12.13+real/contrib/Makefile.am:91:	           $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
cvs-1.12.13+real/contrib/Makefile.am-92-	         else :; fi; fi); \
##############################################
cvs-1.12.13+real/contrib/Makefile.am-97-	list='$(bin_LINKS)'; for p in $$list; do \
cvs-1.12.13+real/contrib/Makefile.am:98:	  rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
cvs-1.12.13+real/contrib/Makefile.am-99-	done
##############################################
cvs-1.12.13+real/contrib/Makefile.in-150-	uninstall-recursive
cvs-1.12.13+real/contrib/Makefile.in:151:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
cvs-1.12.13+real/contrib/Makefile.in-152-am__vpath_adj = case $$p in \
cvs-1.12.13+real/contrib/Makefile.in:153:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
cvs-1.12.13+real/contrib/Makefile.in-154-    *) f=$$p;; \
cvs-1.12.13+real/contrib/Makefile.in-155-  esac;
cvs-1.12.13+real/contrib/Makefile.in:156:am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
cvs-1.12.13+real/contrib/Makefile.in-157-contribDATA_INSTALL = $(INSTALL_DATA)
##############################################
cvs-1.12.13+real/contrib/Makefile.in-410-	  if test -f $$d$$p; then \
cvs-1.12.13+real/contrib/Makefile.in:411:	    f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
cvs-1.12.13+real/contrib/Makefile.in-412-	    echo " $(contribSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(contribdir)/$$f'"; \
##############################################
cvs-1.12.13+real/contrib/Makefile.in-419-	@list='$(contrib_SCRIPTS)'; for p in $$list; do \
cvs-1.12.13+real/contrib/Makefile.in:420:	  f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
cvs-1.12.13+real/contrib/Makefile.in-421-	  echo " rm -f '$(DESTDIR)$(contribdir)/$$f'"; \
##############################################
cvs-1.12.13+real/contrib/Makefile.in-457-	dot_seen=no; \
cvs-1.12.13+real/contrib/Makefile.in:458:	target=`echo $@ | sed s/-recursive//`; \
cvs-1.12.13+real/contrib/Makefile.in-459-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
cvs-1.12.13+real/contrib/Makefile.in-493-	rev="$$rev ."; \
cvs-1.12.13+real/contrib/Makefile.in:494:	target=`echo $@ | sed s/-recursive//`; \
cvs-1.12.13+real/contrib/Makefile.in-495-	for subdir in $$rev; do \
##############################################
cvs-1.12.13+real/contrib/Makefile.in-567-GTAGS:
cvs-1.12.13+real/contrib/Makefile.in:568:	here=`$(am__cd) $(top_builddir) && pwd` \
cvs-1.12.13+real/contrib/Makefile.in-569-	  && cd $(top_srcdir) \
##############################################
cvs-1.12.13+real/contrib/Makefile.in-575-distdir: $(DISTFILES)
cvs-1.12.13+real/contrib/Makefile.in:576:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
cvs-1.12.13+real/contrib/Makefile.in:577:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
cvs-1.12.13+real/contrib/Makefile.in-578-	list='$(DISTFILES)'; for file in $$list; do \
cvs-1.12.13+real/contrib/Makefile.in-579-	  case $$file in \
cvs-1.12.13+real/contrib/Makefile.in:580:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
cvs-1.12.13+real/contrib/Makefile.in:581:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
cvs-1.12.13+real/contrib/Makefile.in-582-	  esac; \
cvs-1.12.13+real/contrib/Makefile.in-583-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
cvs-1.12.13+real/contrib/Makefile.in:584:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
cvs-1.12.13+real/contrib/Makefile.in-585-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
cvs-1.12.13+real/contrib/Makefile.in-606-	    || exit 1; \
cvs-1.12.13+real/contrib/Makefile.in:607:	    distdir=`$(am__cd) $(distdir) && pwd`; \
cvs-1.12.13+real/contrib/Makefile.in:608:	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
cvs-1.12.13+real/contrib/Makefile.in-609-	    (cd $$subdir && \
##############################################
cvs-1.12.13+real/contrib/Makefile.in-721-	@list='$(bin_LINKS)'; for p in $$list; do \
cvs-1.12.13+real/contrib/Makefile.in:722:	    echo "test ! -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
cvs-1.12.13+real/contrib/Makefile.in:723:	    echo "  && cd $(DESTDIR)$(bindir) && $(LN_S) ../share/$(PACKAGE)/contrib/`echo $$p|sed '$(transform)'` ."; \
cvs-1.12.13+real/contrib/Makefile.in:724:	    (test ! -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'` \
cvs-1.12.13+real/contrib/Makefile.in:725:	        && cd $(DESTDIR)$(bindir) && $(LN_S) ../share/$(PACKAGE)/contrib/`echo $$p|sed '$(transform)'` .) \
cvs-1.12.13+real/contrib/Makefile.in-726-	      || (echo "Link creation failed" && if test -f $$p; then \
cvs-1.12.13+real/contrib/Makefile.in:727:	           echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
cvs-1.12.13+real/contrib/Makefile.in:728:	           $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
cvs-1.12.13+real/contrib/Makefile.in-729-	         else if test -f $(srcdir)/$$p; then \
cvs-1.12.13+real/contrib/Makefile.in:730:	           echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
cvs-1.12.13+real/contrib/Makefile.in:731:	           $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
cvs-1.12.13+real/contrib/Makefile.in-732-	         else :; fi; fi); \
##############################################
cvs-1.12.13+real/contrib/Makefile.in-737-	list='$(bin_LINKS)'; for p in $$list; do \
cvs-1.12.13+real/contrib/Makefile.in:738:	  rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
cvs-1.12.13+real/contrib/Makefile.in-739-	done
##############################################
cvs-1.12.13+real/contrib/log.in-157-	$mailfh = new IO::File $mailcmd
cvs-1.12.13+real/contrib/log.in:158:		or die "Could not Exec($mailcmd): $!\n";
cvs-1.12.13+real/contrib/log.in-159-}
##############################################
cvs-1.12.13+real/contrib/pvcs2rcs.in-482-					error_count 'error', \$errors,
cvs-1.12.13+real/contrib/pvcs2rcs.in:483:"failed to make directory \`$cvs_dir' - skipping directory \`$cd'";
cvs-1.12.13+real/contrib/pvcs2rcs.in-484-					chdir $old_dir or die
##############################################
cvs-1.12.13+real/contrib/pvcs2rcs.in-640-		#        filenames remain unquoted.
cvs-1.12.13+real/contrib/pvcs2rcs.in:641:		my $vlog_output = `vlog \"$pvcsarchive\"`;
cvs-1.12.13+real/contrib/pvcs2rcs.in-642-
##############################################
cvs-1.12.13+real/contrib/pvcs2rcs.in-841-			print "get -r$revision $pvcsarchive\n";
cvs-1.12.13+real/contrib/pvcs2rcs.in:842:			# $vcs_output = `vcs -u -r$revision $pvcsarchive`;
cvs-1.12.13+real/contrib/pvcs2rcs.in:843:			# $get_output = `get -p$revision $pvcsarchive >$workfile`;
cvs-1.12.13+real/contrib/pvcs2rcs.in-844-			# FIXME: Doesn't handle quotes in filenames as FIXME above.
cvs-1.12.13+real/contrib/pvcs2rcs.in:845:			$get_output = `get -r$revision \"$pvcsarchive\"`;
cvs-1.12.13+real/contrib/pvcs2rcs.in-846-
##############################################
cvs-1.12.13+real/contrib/pvcs2rcs.in-875-
cvs-1.12.13+real/contrib/pvcs2rcs.in:876:				# $rcs_output = `$rcs_base_command -i -kb $workfile`;
cvs-1.12.13+real/contrib/pvcs2rcs.in-877-				}
##############################################
cvs-1.12.13+real/contrib/pvcs2rcs.in-894-					if $options{'debug'};
cvs-1.12.13+real/contrib/pvcs2rcs.in:895:				$rcs_output = `$rcs_base_command -l$branch \"$workfile\"`;
cvs-1.12.13+real/contrib/pvcs2rcs.in-896-			}
##############################################
cvs-1.12.13+real/contrib/pvcs2rcs.in-916-			$wtr->close;
cvs-1.12.13+real/contrib/pvcs2rcs.in:917:			# $ci_output = `$ci_command`;
cvs-1.12.13+real/contrib/pvcs2rcs.in:918:			# $ci_output = `cat $tmpdir/ci.out`;
cvs-1.12.13+real/contrib/pvcs2rcs.in-919-
##############################################
cvs-1.12.13+real/contrib/pvcs2rcs.in-930-				if $options{'debug'};
cvs-1.12.13+real/contrib/pvcs2rcs.in:931:			$rcs_output = `$rcs_base_command -n$new_label[$i]:$label_revision[$i] \"$workfile\"`;
cvs-1.12.13+real/contrib/pvcs2rcs.in-932-			print "Version label $new_label[$i] added to revision $label_revision[$i]\n";
##############################################
cvs-1.12.13+real/contrib/pvcs2rcs.in-970-
cvs-1.12.13+real/contrib/pvcs2rcs.in:971:			$rcs_output = `$rcs_base_command -n$new_label[$i]:$label_revision[$i] \"$workfile\"`;
cvs-1.12.13+real/contrib/pvcs2rcs.in-972-			print "Version label $new_label[$i] added to revision $label_revision[$i]\n";
##############################################
cvs-1.12.13+real/contrib/pvcs2rcs.in-978-				$rootlbl =~ s/.$/_broot$&/;
cvs-1.12.13+real/contrib/pvcs2rcs.in:979:				$rcs_output = `$rcs_base_command -n$rootlbl:$base \"$workfile\"`;
cvs-1.12.13+real/contrib/pvcs2rcs.in-980-				print "Version label $rootlbl added to revision $base\n";
##############################################
cvs-1.12.13+real/contrib/validate_repo.in-484-					push @invalid_revs, { 'file' => $file, 'rev' => $revision };
cvs-1.12.13+real/contrib/validate_repo.in:485:					verbose( "Adding invalid revision `$revision' of file `$file' to invalid revs list.\n" );
cvs-1.12.13+real/contrib/validate_repo.in-486-				}
##############################################
cvs-1.12.13+real/contrib/cvs2vendor.sh-61-
cvs-1.12.13+real/contrib/cvs2vendor.sh:62:srcdirs=`cd $tsrcdir && find . -type d -print | sed 's~^\.[/]*~~'`
cvs-1.12.13+real/contrib/cvs2vendor.sh-63-
##############################################
cvs-1.12.13+real/contrib/cvs2vendor.sh-73-		# get rid of the ",v" at the end of the name
cvs-1.12.13+real/contrib/cvs2vendor.sh:74:		file=`echo $vfile | sed -e 's/,v$//'`
cvs-1.12.13+real/contrib/cvs2vendor.sh:75:		bfile=`basename $file`
cvs-1.12.13+real/contrib/cvs2vendor.sh-76-
##############################################
cvs-1.12.13+real/contrib/cvs2vendor.sh-89-
cvs-1.12.13+real/contrib/cvs2vendor.sh:90:		for rev in `cat $revfile`; do
cvs-1.12.13+real/contrib/cvs2vendor.sh-91-
##############################################
cvs-1.12.13+real/contrib/cvs2vendor.sh-93-			1.1)
cvs-1.12.13+real/contrib/cvs2vendor.sh:94:				newdate=`rlog -r$rev $file | grep "^date: " | awk '{printf("%s.%s\n",$2,$3); exit}' | sed -e 's~/~.~g' -e 's/:/./g' -e 's/;//' -e 's/^19//'`
cvs-1.12.13+real/contrib/cvs2vendor.sh:95:				olddate=`rlog -r1.1.1.1 $dstdir/$bfile | grep "^date: " | awk '{printf("%s.%s\n",$2,$3); exit}' | sed -e 's~/~.~g' -e 's/:/./g' -e 's/;//' -e 's/^19//'`
cvs-1.12.13+real/contrib/cvs2vendor.sh-96-				sed "s/$olddate/$newdate/" < $dstdir/$bfile,v > $dstdir/$bfile.x
##############################################
cvs-1.12.13+real/contrib/cvs2vendor.sh-98-				chmod -w $dstdir/$bfile,v
cvs-1.12.13+real/contrib/cvs2vendor.sh:99:				symname=`rlog -h $file | sed -e '1,/^symbolic names:/d' -e 's/[ 	]*//g' | awk -F: '$2 == "'"$rev"'" {printf("-n%s:1.1.1.1\n",$1)}'`
cvs-1.12.13+real/contrib/cvs2vendor.sh-100-				if [ -n "$symname" ]; then
##############################################
cvs-1.12.13+real/contrib/cvs2vendor.sh-120-			# get file into current dir and get stats
cvs-1.12.13+real/contrib/cvs2vendor.sh:121:			date=`rlog -r$rev $file | grep "^date: " | awk '{printf("%s %s\n",$2,$3); exit}' | sed -e 's/;//'`
cvs-1.12.13+real/contrib/cvs2vendor.sh:122:			author=`rlog -r$rev $file | grep "^date: " | awk '{print $5; exit}' | sed -e 's/;//'`
cvs-1.12.13+real/contrib/cvs2vendor.sh-123-
cvs-1.12.13+real/contrib/cvs2vendor.sh:124:			symname=`rlog -h $file | sed -e '1,/^symbolic names:/d' -e 's/[ 	]*//g' | awk -F: '$2 == "'"$rev"'" {printf("-n%s\n",$1)}'`
cvs-1.12.13+real/contrib/cvs2vendor.sh-125-
##############################################
cvs-1.12.13+real/contrib/cvs2vendor.sh-136-			# check file into vendor repository...
cvs-1.12.13+real/contrib/cvs2vendor.sh:137:			ci -f -m"`cat $commentfile`" -d"$date" $symname -w"$author" $bfile $dstdir/$bfile,v
cvs-1.12.13+real/contrib/cvs2vendor.sh-138-			if [ $? != 0 ]; then
cvs-1.12.13+real/contrib/cvs2vendor.sh:139:				echo ERROR - ci -f -m"`cat $commentfile`" -d"$date" $symname -w"$author" $bfile $dstdir/$bfile,v
cvs-1.12.13+real/contrib/cvs2vendor.sh-140-				exit 1
##############################################
cvs-1.12.13+real/contrib/sandbox_status.sh-50-	    echo "file added:      $file - not CVS committed"
cvs-1.12.13+real/contrib/sandbox_status.sh:51:	    changes=`expr $changes + 1`
cvs-1.12.13+real/contrib/sandbox_status.sh-52-	elif cvs status $file | grep -s '^From:[ 	]*no entry for' ; then
cvs-1.12.13+real/contrib/sandbox_status.sh-53-	    echo "file added:      $file - not CVS added, not CVS committed"
cvs-1.12.13+real/contrib/sandbox_status.sh:54:	    changes=`expr $changes + 1`
cvs-1.12.13+real/contrib/sandbox_status.sh-55-	fi
##############################################
cvs-1.12.13+real/contrib/sandbox_status.sh-66-	    echo "directory added: $file - not CVS added"
cvs-1.12.13+real/contrib/sandbox_status.sh:67:	    changes=`expr $changes + 1`
cvs-1.12.13+real/contrib/sandbox_status.sh-68-	fi
##############################################
cvs-1.12.13+real/contrib/sandbox_status.sh-75-# Identify changed files
cvs-1.12.13+real/contrib/sandbox_status.sh:76:changedfiles=`cvs diff | egrep '^diff' | awk '{print $3}'`
cvs-1.12.13+real/contrib/sandbox_status.sh-77-for file in $changedfiles ; do
cvs-1.12.13+real/contrib/sandbox_status.sh-78-    echo "file changed:    $file - not CVS committed"
cvs-1.12.13+real/contrib/sandbox_status.sh:79:    changes=`expr $changes + 1`
cvs-1.12.13+real/contrib/sandbox_status.sh-80-done
##############################################
cvs-1.12.13+real/contrib/sandbox_status.sh-82-# Identify files removed from working directory
cvs-1.12.13+real/contrib/sandbox_status.sh:83:removedfiles=`cvs status | egrep '^File:[ 	]*no file' | awk '{print $4}'`
cvs-1.12.13+real/contrib/sandbox_status.sh-84-
##############################################
cvs-1.12.13+real/contrib/sandbox_status.sh-91-    fi
cvs-1.12.13+real/contrib/sandbox_status.sh:92:    changes=`expr $changes + 1`
cvs-1.12.13+real/contrib/sandbox_status.sh-93-done
##############################################
cvs-1.12.13+real/contrib/debug_check_log.sh-51-	# information is being lost in the transition
cvs-1.12.13+real/contrib/debug_check_log.sh:52:	while test $dcl_line -lt `wc -l <$1` -a $dcl_line -lt `wc -l <$2`; do
cvs-1.12.13+real/contrib/debug_check_log.sh:53:		dcl_line=`expr $dcl_line + 1`
cvs-1.12.13+real/contrib/debug_check_log.sh:54:		if test `sed -ne${dcl_line}p <$1 |wc -c` -eq 1 \
cvs-1.12.13+real/contrib/debug_check_log.sh:55:				-a `sed -ne${dcl_line}p <$2 |wc -c` -eq 1; then
cvs-1.12.13+real/contrib/debug_check_log.sh-56-			# This is a workaround for what I am calling a bug in GNU
##############################################
cvs-1.12.13+real/contrib/debug_check_log.sh-62-			: 
cvs-1.12.13+real/contrib/debug_check_log.sh:63:		elif expr "`sed -ne${dcl_line}p <$1`" : \
cvs-1.12.13+real/contrib/debug_check_log.sh:64:				"`sed -ne${dcl_line}p <$2`\$" >/dev/null; then
cvs-1.12.13+real/contrib/debug_check_log.sh-65-			:
cvs-1.12.13+real/contrib/debug_check_log.sh-66-		else
cvs-1.12.13+real/contrib/debug_check_log.sh:67:			echo "$dcl_line: `sed -ne${dcl_line}p <$1`"
cvs-1.12.13+real/contrib/debug_check_log.sh:68:			echo "$dcl_line: `sed -ne${dcl_line}p <$2`\$"
cvs-1.12.13+real/contrib/debug_check_log.sh-69-			dcl_wrong="$dcl_wrong $dcl_line"
##############################################
cvs-1.12.13+real/contrib/debug_check_log.sh-71-	done
cvs-1.12.13+real/contrib/debug_check_log.sh:72:	if test `wc -l <$1` -ne `wc -l <$2`; then
cvs-1.12.13+real/contrib/debug_check_log.sh-73-		echo "output & pattern contain differing number of lines"
##############################################
cvs-1.12.13+real/contrib/debug_check_log.sh-179-# dispose of processed args
cvs-1.12.13+real/contrib/debug_check_log.sh:180:shift `expr $OPTIND - 1`
cvs-1.12.13+real/contrib/debug_check_log.sh-181-OPTIND=1
##############################################
cvs-1.12.13+real/contrib/descend.sh-56-done
cvs-1.12.13+real/contrib/descend.sh:57:shift `expr $OPTIND - 1`
cvs-1.12.13+real/contrib/descend.sh-58-
##############################################
cvs-1.12.13+real/contrib/newcvsroot.sh-32-
cvs-1.12.13+real/contrib/newcvsroot.sh:33:prog=`basename "$0"`
cvs-1.12.13+real/contrib/newcvsroot.sh-34-
##############################################
cvs-1.12.13+real/contrib/newcvsroot.sh-42-
cvs-1.12.13+real/contrib/newcvsroot.sh:43:for dir in `find "${@:-.}" -name CVS`; do
cvs-1.12.13+real/contrib/newcvsroot.sh-44-	cp /tmp/$prog$$ "$dir"/Root
##############################################
cvs-1.12.13+real/contrib/rcs-to-cvs.sh-148-	if grep -s '\$Log.*\$' "${name}"; then # If $Log keyword
cvs-1.12.13+real/contrib/rcs-to-cvs.sh:149:	    myext=`echo $name | sed 's,.*\.,,'`
cvs-1.12.13+real/contrib/rcs-to-cvs.sh-150-	    [ "$myext" = "$name" ] && myext=
##############################################
cvs-1.12.13+real/contrib/rcs2sccs.sh-61-    # get rid of the ",v" at the end of the name
cvs-1.12.13+real/contrib/rcs2sccs.sh:62:    file=`echo $vfile | sed -e 's/,v$//'`
cvs-1.12.13+real/contrib/rcs2sccs.sh-63-
##############################################
cvs-1.12.13+real/contrib/rcs2sccs.sh-66-    rlog $file | grep "^revision [0-9][0-9]*\." | awk '{print $2}' | sed -e 's/\./ /g' | sort -n -u $sort_each_field | sed -e 's/ /./g' > $revfile
cvs-1.12.13+real/contrib/rcs2sccs.sh:67:    for rev in `cat $revfile`; do
cvs-1.12.13+real/contrib/rcs2sccs.sh-68-        if [ $? != 0 ]; then
##############################################
cvs-1.12.13+real/contrib/rcs2sccs.sh-72-        # get file into current dir and get stats
cvs-1.12.13+real/contrib/rcs2sccs.sh:73:        date=`rlog -r$rev $file | grep "^date: " | awk '{print $2; exit}' | sed -e 's/^19\|^20//'`
cvs-1.12.13+real/contrib/rcs2sccs.sh:74:        time=`rlog -r$rev $file | grep "^date: " | awk '{print $3; exit}' | sed -e 's/;//'`
cvs-1.12.13+real/contrib/rcs2sccs.sh:75:        author=`rlog -r$rev $file | grep "^date: " | awk '{print $5; exit}' | sed -e 's/;//'`
cvs-1.12.13+real/contrib/rcs2sccs.sh-76-	date="$date $time"
##############################################
cvs-1.12.13+real/contrib/rcs2sccs.sh-111-	    *.*.*.*)
cvs-1.12.13+real/contrib/rcs2sccs.sh:112:		brev=`echo $rev | sed -e 's/\.[0-9]*$//'`
cvs-1.12.13+real/contrib/rcs2sccs.sh-113-		sccs admin -fb $file 2>>$logfile
##############################################
cvs-1.12.13+real/contrib/pam/Makefile.in-310-distdir: $(DISTFILES)
cvs-1.12.13+real/contrib/pam/Makefile.in:311:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
cvs-1.12.13+real/contrib/pam/Makefile.in:312:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
cvs-1.12.13+real/contrib/pam/Makefile.in-313-	list='$(DISTFILES)'; for file in $$list; do \
cvs-1.12.13+real/contrib/pam/Makefile.in-314-	  case $$file in \
cvs-1.12.13+real/contrib/pam/Makefile.in:315:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
cvs-1.12.13+real/contrib/pam/Makefile.in:316:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
cvs-1.12.13+real/contrib/pam/Makefile.in-317-	  esac; \
cvs-1.12.13+real/contrib/pam/Makefile.in-318-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
cvs-1.12.13+real/contrib/pam/Makefile.in:319:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
cvs-1.12.13+real/contrib/pam/Makefile.in-320-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
cvs-1.12.13+real/contrib/rcs2log.sh-152-				sf="\\([^$t]*\\)" # The selected field.
cvs-1.12.13+real/contrib/rcs2log.sh:153:				login=`expr "X$2" : "X$sf"`
cvs-1.12.13+real/contrib/rcs2log.sh-154-				lfm="$login$tab"`
cvs-1.12.13+real/contrib/rcs2log.sh-155-					expr "X$2" : "$uf$sf"
cvs-1.12.13+real/contrib/rcs2log.sh:156:				  `"$tab"`
cvs-1.12.13+real/contrib/rcs2log.sh-157-					expr "X$2" : "$uf$uf$sf"
##############################################
cvs-1.12.13+real/contrib/rcs2log.sh-238-			'
cvs-1.12.13+real/contrib/rcs2log.sh:239:			d=`$AWK "$e" <"$changelog"` || exit
cvs-1.12.13+real/contrib/rcs2log.sh-240-			case $d in
##############################################
cvs-1.12.13+real/contrib/rcs2log.sh-256-		'
cvs-1.12.13+real/contrib/rcs2log.sh:257:		logTZ=`tail "$changelog" | sed -n "$extractTZ"`
cvs-1.12.13+real/contrib/rcs2log.sh-258-		case $logTZ in
##############################################
cvs-1.12.13+real/contrib/rcs2log.sh-277-			# remote repository
cvs-1.12.13+real/contrib/rcs2log.sh:278:			pository=`expr "X$repository" : '.*:\(/.*\)'`;;
cvs-1.12.13+real/contrib/rcs2log.sh-279-		*)
##############################################
cvs-1.12.13+real/contrib/rcs2log.sh-296-			case $pository in
cvs-1.12.13+real/contrib/rcs2log.sh:297:			*//) pository=`expr "X$pository" : 'X\(.*\)/'`;;
cvs-1.12.13+real/contrib/rcs2log.sh-298-			*/) break;;
##############################################
cvs-1.12.13+real/contrib/rcs2log.sh-305-	# Use $rlog's -zLT option, if $rlog supports it.
cvs-1.12.13+real/contrib/rcs2log.sh:306:	case `$rlog -zLT 2>&1` in
cvs-1.12.13+real/contrib/rcs2log.sh-307-	*' option'*) ;;
##############################################
cvs-1.12.13+real/contrib/rcs2log.sh-390-EOF
cvs-1.12.13+real/contrib/rcs2log.sh:391:		loginFullnameMailaddrs=`cat $llogout`;;
cvs-1.12.13+real/contrib/rcs2log.sh-392-	esac
##############################################
cvs-1.12.13+real/contrib/rcs2log.sh-434-	initialize_author_script='s/["\\]/\\&/g; s/.*/author[\"&\"] = 1/'
cvs-1.12.13+real/contrib/rcs2log.sh:435:	initialize_author=`sed -e "$initialize_author_script" <$llogout`
cvs-1.12.13+real/contrib/rcs2log.sh-436-	awkscript='
##############################################
cvs-1.12.13+real/contrib/sccs2rcs.in-196-    # get rid of the "s." at the beginning of the name
cvs-1.12.13+real/contrib/sccs2rcs.in:197:    set file = `echo $sfile:t | sed -e "s/^..//"`
cvs-1.12.13+real/contrib/sccs2rcs.in-198-
##############################################
cvs-1.12.13+real/contrib/sccs2rcs.in-204-    # <ctrl>-aI denoting the start of the file (or end of header).
cvs-1.12.13+real/contrib/sccs2rcs.in:205:    set binary = (`sed -e '/^.I/,$d' < $sfile | grep '^.f e 1$'`)
cvs-1.12.13+real/contrib/sccs2rcs.in-206-    #if ($#binary) then
##############################################
cvs-1.12.13+real/contrib/sccs2rcs.in-212-    sccs prs $file | grep "^D " | @AWK@ '{print $2}' | sed -e 's/\./ /g' | sort -n -u $sort_each_field | sed -e 's/ /./g' > $revfile
cvs-1.12.13+real/contrib/sccs2rcs.in:213:    foreach rev (`cat $revfile`)
cvs-1.12.13+real/contrib/sccs2rcs.in-214-        if ($status != 0) goto ERROR
##############################################
cvs-1.12.13+real/contrib/sccs2rcs.in-222-	# mawk, or nawk instead.
cvs-1.12.13+real/contrib/sccs2rcs.in:223:	set date = `sccs prs -r$rev $file | @AWK@ '/^D / {print (substr($3,1,2)+0<70?20:19) $3, $4; exit}'`
cvs-1.12.13+real/contrib/sccs2rcs.in:224:        set author = `sccs prs -r$rev $file | @AWK@ '/^D / {print $5; exit}'`
cvs-1.12.13+real/contrib/sccs2rcs.in-225-        echo ""
##############################################
cvs-1.12.13+real/contrib/sccs2rcs.in-264-            # get RCS lock
cvs-1.12.13+real/contrib/sccs2rcs.in:265:	    set lckrev = `echo $rev | sed -e 's/\.[0-9]*$//'`
cvs-1.12.13+real/contrib/sccs2rcs.in-266-	    if ("$lckrev" =~ [0-9]*.*) then
##############################################
cvs-1.12.13+real/doc/Makefile.in-373-	  cd $(srcdir) && \
cvs-1.12.13+real/doc/Makefile.in:374:	  $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \
cvs-1.12.13+real/doc/Makefile.in-375-	fi; \
##############################################
cvs-1.12.13+real/doc/Makefile.in-407-	@(dir=.; test -f ./cvs.texinfo || dir=$(srcdir); \
cvs-1.12.13+real/doc/Makefile.in:408:	set `$(SHELL) $(top_srcdir)/build-aux/mdate-sh $$dir/cvs.texinfo`; \
cvs-1.12.13+real/doc/Makefile.in-409-	echo "@set UPDATED $$1 $$2 $$3"; \
##############################################
cvs-1.12.13+real/doc/Makefile.in-442-	  cd $(srcdir) && \
cvs-1.12.13+real/doc/Makefile.in:443:	  $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \
cvs-1.12.13+real/doc/Makefile.in-444-	fi; \
##############################################
cvs-1.12.13+real/doc/Makefile.in-476-	@(dir=.; test -f ./cvsclient.texi || dir=$(srcdir); \
cvs-1.12.13+real/doc/Makefile.in:477:	set `$(SHELL) $(top_srcdir)/build-aux/mdate-sh $$dir/cvsclient.texi`; \
cvs-1.12.13+real/doc/Makefile.in-478-	echo "@set UPDATED $$1 $$2 $$3"; \
##############################################
cvs-1.12.13+real/doc/Makefile.in-502-	  for file in $$list; do \
cvs-1.12.13+real/doc/Makefile.in:503:	    relfile=`echo "$$file" | sed 's|^.*/||'`; \
cvs-1.12.13+real/doc/Makefile.in-504-	    echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \
##############################################
cvs-1.12.13+real/doc/Makefile.in-510-	for file in $$list; do \
cvs-1.12.13+real/doc/Makefile.in:511:	  relfile=`echo "$$file" | sed 's|^.*/||'`; \
cvs-1.12.13+real/doc/Makefile.in:512:	  relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \
cvs-1.12.13+real/doc/Makefile.in-513-	  (if cd "$(DESTDIR)$(infodir)"; then \
##############################################
cvs-1.12.13+real/doc/Makefile.in-519-dist-info: $(INFO_DEPS)
cvs-1.12.13+real/doc/Makefile.in:520:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
cvs-1.12.13+real/doc/Makefile.in-521-	list='$(INFO_DEPS)'; \
##############################################
cvs-1.12.13+real/doc/Makefile.in-523-	  case $$base in \
cvs-1.12.13+real/doc/Makefile.in:524:	    $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \
cvs-1.12.13+real/doc/Makefile.in-525-	  esac; \
##############################################
cvs-1.12.13+real/doc/Makefile.in-527-	  for file in $$d/$$base*; do \
cvs-1.12.13+real/doc/Makefile.in:528:	    relfile=`expr "$$file" : "$$d/\(.*\)"`; \
cvs-1.12.13+real/doc/Makefile.in-529-	    test -f $(distdir)/$$relfile || \
##############################################
cvs-1.12.13+real/doc/Makefile.in-545-	@list='$(INFO_DEPS)'; for i in $$list; do \
cvs-1.12.13+real/doc/Makefile.in:546:	  i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \
cvs-1.12.13+real/doc/Makefile.in-547-	  echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \
##############################################
cvs-1.12.13+real/doc/Makefile.in-562-	  else file=$$i; fi; \
cvs-1.12.13+real/doc/Makefile.in:563:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
cvs-1.12.13+real/doc/Makefile.in-564-	  case "$$ext" in \
##############################################
cvs-1.12.13+real/doc/Makefile.in-567-	  esac; \
cvs-1.12.13+real/doc/Makefile.in:568:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
cvs-1.12.13+real/doc/Makefile.in:569:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
cvs-1.12.13+real/doc/Makefile.in:570:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
cvs-1.12.13+real/doc/Makefile.in-571-	  echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
##############################################
cvs-1.12.13+real/doc/Makefile.in-583-	for i in $$list; do \
cvs-1.12.13+real/doc/Makefile.in:584:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
cvs-1.12.13+real/doc/Makefile.in-585-	  case "$$ext" in \
##############################################
cvs-1.12.13+real/doc/Makefile.in-588-	  esac; \
cvs-1.12.13+real/doc/Makefile.in:589:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
cvs-1.12.13+real/doc/Makefile.in:590:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
cvs-1.12.13+real/doc/Makefile.in:591:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
cvs-1.12.13+real/doc/Makefile.in-592-	  echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
##############################################
cvs-1.12.13+real/doc/Makefile.in-610-	dot_seen=no; \
cvs-1.12.13+real/doc/Makefile.in:611:	target=`echo $@ | sed s/-recursive//`; \
cvs-1.12.13+real/doc/Makefile.in-612-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
cvs-1.12.13+real/doc/Makefile.in-646-	rev="$$rev ."; \
cvs-1.12.13+real/doc/Makefile.in:647:	target=`echo $@ | sed s/-recursive//`; \
cvs-1.12.13+real/doc/Makefile.in-648-	for subdir in $$rev; do \
##############################################
cvs-1.12.13+real/doc/Makefile.in-720-GTAGS:
cvs-1.12.13+real/doc/Makefile.in:721:	here=`$(am__cd) $(top_builddir) && pwd` \
cvs-1.12.13+real/doc/Makefile.in-722-	  && cd $(top_srcdir) \
##############################################
cvs-1.12.13+real/doc/Makefile.in-729-	$(mkdir_p) $(distdir)/$(srcdir)
cvs-1.12.13+real/doc/Makefile.in:730:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
cvs-1.12.13+real/doc/Makefile.in:731:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
cvs-1.12.13+real/doc/Makefile.in-732-	list='$(DISTFILES)'; for file in $$list; do \
cvs-1.12.13+real/doc/Makefile.in-733-	  case $$file in \
cvs-1.12.13+real/doc/Makefile.in:734:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
cvs-1.12.13+real/doc/Makefile.in:735:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
cvs-1.12.13+real/doc/Makefile.in-736-	  esac; \
cvs-1.12.13+real/doc/Makefile.in-737-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
cvs-1.12.13+real/doc/Makefile.in:738:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
cvs-1.12.13+real/doc/Makefile.in-739-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
cvs-1.12.13+real/doc/Makefile.in-760-	    || exit 1; \
cvs-1.12.13+real/doc/Makefile.in:761:	    distdir=`$(am__cd) $(distdir) && pwd`; \
cvs-1.12.13+real/doc/Makefile.in:762:	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
cvs-1.12.13+real/doc/Makefile.in-763-	    (cd $$subdir && \
##############################################
cvs-1.12.13+real/doc/Makefile.in-836-	test -z "$(infodir)" || $(mkdir_p) "$(DESTDIR)$(infodir)"
cvs-1.12.13+real/doc/Makefile.in:837:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
cvs-1.12.13+real/doc/Makefile.in-838-	list='$(INFO_DEPS)'; \
##############################################
cvs-1.12.13+real/doc/Makefile.in-840-	  case $$file in \
cvs-1.12.13+real/doc/Makefile.in:841:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
cvs-1.12.13+real/doc/Makefile.in-842-	  esac; \
cvs-1.12.13+real/doc/Makefile.in-843-	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
cvs-1.12.13+real/doc/Makefile.in:844:	  file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \
cvs-1.12.13+real/doc/Makefile.in-845-	  for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \
##############################################
cvs-1.12.13+real/doc/Makefile.in-847-	    if test -f $$ifile; then \
cvs-1.12.13+real/doc/Makefile.in:848:	      relfile=`echo "$$ifile" | sed 's|^.*/||'`; \
cvs-1.12.13+real/doc/Makefile.in-849-	      echo " $(INSTALL_DATA) '$$ifile' '$(DESTDIR)$(infodir)/$$relfile'"; \
##############################################
cvs-1.12.13+real/doc/Makefile.in-858-	  for file in $$list; do \
cvs-1.12.13+real/doc/Makefile.in:859:	    relfile=`echo "$$file" | sed 's|^.*/||'`; \
cvs-1.12.13+real/doc/Makefile.in-860-	    echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile'";\
##############################################
cvs-1.12.13+real/doc/Makefile.in-973-	$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
cvs-1.12.13+real/doc/Makefile.in:974:	 --no-headers -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
cvs-1.12.13+real/doc/Makefile.in-975-.txi.txt:
cvs-1.12.13+real/doc/Makefile.in-976-	$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
cvs-1.12.13+real/doc/Makefile.in:977:	 --no-headers -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
cvs-1.12.13+real/doc/Makefile.in-978-.texi.txt:
cvs-1.12.13+real/doc/Makefile.in-979-	$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
cvs-1.12.13+real/doc/Makefile.in:980:	 --no-headers -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
cvs-1.12.13+real/doc/Makefile.in-981-
##############################################
cvs-1.12.13+real/doc/ChangeLog-5117-        `Basics' and `Repository'.
cvs-1.12.13+real/doc/ChangeLog:5118:        (Repository): documented new `-d' vs. `$CVSROOT' vs. `CVS/Root'
cvs-1.12.13+real/doc/ChangeLog-5119-        behavior.
##############################################
cvs-1.12.13+real/doc/mdate-sh-110-# Get the extended ls output of the file or directory.
cvs-1.12.13+real/doc/mdate-sh:111:set dummy x`eval "$ls_command \"\$save_arg1\""`
cvs-1.12.13+real/doc/mdate-sh-112-
##############################################
cvs-1.12.13+real/doc/mdate-sh-177-       then
cvs-1.12.13+real/doc/mdate-sh:178:	 year=`expr $year - 1`
cvs-1.12.13+real/doc/mdate-sh-179-       fi;;
##############################################
cvs-1.12.13+real/doc/i18n/Makefile.in-327-	dot_seen=no; \
cvs-1.12.13+real/doc/i18n/Makefile.in:328:	target=`echo $@ | sed s/-recursive//`; \
cvs-1.12.13+real/doc/i18n/Makefile.in-329-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
cvs-1.12.13+real/doc/i18n/Makefile.in-363-	rev="$$rev ."; \
cvs-1.12.13+real/doc/i18n/Makefile.in:364:	target=`echo $@ | sed s/-recursive//`; \
cvs-1.12.13+real/doc/i18n/Makefile.in-365-	for subdir in $$rev; do \
##############################################
cvs-1.12.13+real/doc/i18n/Makefile.in-437-GTAGS:
cvs-1.12.13+real/doc/i18n/Makefile.in:438:	here=`$(am__cd) $(top_builddir) && pwd` \
cvs-1.12.13+real/doc/i18n/Makefile.in-439-	  && cd $(top_srcdir) \
##############################################
cvs-1.12.13+real/doc/i18n/Makefile.in-445-distdir: $(DISTFILES)
cvs-1.12.13+real/doc/i18n/Makefile.in:446:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
cvs-1.12.13+real/doc/i18n/Makefile.in:447:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
cvs-1.12.13+real/doc/i18n/Makefile.in-448-	list='$(DISTFILES)'; for file in $$list; do \
cvs-1.12.13+real/doc/i18n/Makefile.in-449-	  case $$file in \
cvs-1.12.13+real/doc/i18n/Makefile.in:450:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
cvs-1.12.13+real/doc/i18n/Makefile.in:451:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
cvs-1.12.13+real/doc/i18n/Makefile.in-452-	  esac; \
cvs-1.12.13+real/doc/i18n/Makefile.in-453-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
cvs-1.12.13+real/doc/i18n/Makefile.in:454:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
cvs-1.12.13+real/doc/i18n/Makefile.in-455-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
cvs-1.12.13+real/doc/i18n/Makefile.in-476-	    || exit 1; \
cvs-1.12.13+real/doc/i18n/Makefile.in:477:	    distdir=`$(am__cd) $(distdir) && pwd`; \
cvs-1.12.13+real/doc/i18n/Makefile.in:478:	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
cvs-1.12.13+real/doc/i18n/Makefile.in-479-	    (cd $$subdir && \
##############################################
cvs-1.12.13+real/doc/i18n/pt_BR/Makefile.in-309-distdir: $(DISTFILES)
cvs-1.12.13+real/doc/i18n/pt_BR/Makefile.in:310:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
cvs-1.12.13+real/doc/i18n/pt_BR/Makefile.in:311:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
cvs-1.12.13+real/doc/i18n/pt_BR/Makefile.in-312-	list='$(DISTFILES)'; for file in $$list; do \
cvs-1.12.13+real/doc/i18n/pt_BR/Makefile.in-313-	  case $$file in \
cvs-1.12.13+real/doc/i18n/pt_BR/Makefile.in:314:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
cvs-1.12.13+real/doc/i18n/pt_BR/Makefile.in:315:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
cvs-1.12.13+real/doc/i18n/pt_BR/Makefile.in-316-	  esac; \
cvs-1.12.13+real/doc/i18n/pt_BR/Makefile.in-317-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
cvs-1.12.13+real/doc/i18n/pt_BR/Makefile.in:318:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
cvs-1.12.13+real/doc/i18n/pt_BR/Makefile.in-319-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
cvs-1.12.13+real/doc/i18n/pt_BR/cvs.texinfo-18713-@c	:
cvs-1.12.13+real/doc/i18n/pt_BR/cvs.texinfo:18714:@c	DIRNAME=`echo $1 | sed -e "s|/.*/||g"`
cvs-1.12.13+real/doc/i18n/pt_BR/cvs.texinfo-18715-@c	if [ ! -d $DIRNAME ] ; then
cvs-1.12.13+real/doc/i18n/pt_BR/cvs.texinfo:18716:@c	      DIRNAME=`echo $1 | sed -e "s|.*/||g"`
cvs-1.12.13+real/doc/i18n/pt_BR/cvs.texinfo-18717-@c	fi
##############################################
cvs-1.12.13+real/doc/cvs.info-1-344-started.  If `$CVSEDITOR' is not set, then if the environment variable
cvs-1.12.13+real/doc/cvs.info-1:345:`$EDITOR' is set, it will be used. If both `$CVSEDITOR' and `$EDITOR'
cvs-1.12.13+real/doc/cvs.info-1-346-are not set then there is a default which will vary with your operating
##############################################
cvs-1.12.13+real/doc/cvs.info-1-515-path to the root of the repository, `/usr/local/cvsroot' in this
cvs-1.12.13+real/doc/cvs.info-1:516:example.  To set `$CVSROOT', `csh' and `tcsh' users should have this
cvs-1.12.13+real/doc/cvs.info-1-517-line in their `.cshrc' or `.tcshrc' files:
##############################################
cvs-1.12.13+real/doc/cvs.info-1-1647-First of all, you probably want to tighten the permissions on the
cvs-1.12.13+real/doc/cvs.info-1:1648:`$CVSROOT' and `$CVSROOT/CVSROOT' directories.  See *Note Password
cvs-1.12.13+real/doc/cvs.info-1-1649-authentication security::, for more details.
##############################################
cvs-1.12.13+real/doc/cvs.info-1-1969-
cvs-1.12.13+real/doc/cvs.info-1:1970:   Note that because the `$CVSROOT/CVSROOT' directory contains `passwd'
cvs-1.12.13+real/doc/cvs.info-1-1971-and other files which are used to check security, you must control the
##############################################
cvs-1.12.13+real/doc/cvs.info-1-4821-expansion") to help identifying the files.  Embedded strings of the form
cvs-1.12.13+real/doc/cvs.info-1:4822:`$KEYWORD$' and `$KEYWORD:...$' in a file are replaced with strings of
cvs-1.12.13+real/doc/cvs.info-1-4823-the form `$KEYWORD:VALUE$' whenever you obtain a new revision of the
##############################################
cvs-1.12.13+real/doc/cvs.info-1-5027-though they appear in the final product.  For example, the source for
cvs-1.12.13+real/doc/cvs.info-1:5028:this manual contains `$@asis{}Author$' whenever the text `$Author$'
cvs-1.12.13+real/doc/cvs.info-1-5029-should appear.  In `nroff' and `troff' you can embed the null-character
##############################################
cvs-1.12.13+real/doc/cvs.info-1-5064-     For example, for the `Revision' keyword, generate the string
cvs-1.12.13+real/doc/cvs.info-1:5065:     `$Revision$' instead of `$Revision: 5.7 $'.  This option is useful
cvs-1.12.13+real/doc/cvs.info-1-5066-     to ignore differences due to keyword substitution when comparing
##############################################
cvs-1.12.13+real/doc/cvs.info-1-5180-working on your development system the information is easily accessible
cvs-1.12.13+real/doc/cvs.info-1:5181:even if you do not use the `$Log$' keyword--just do a `cvs log'.  Once
cvs-1.12.13+real/doc/cvs.info-1-5182-you export the file the history information might be useless anyhow.
##############################################
cvs-1.12.13+real/doc/cvs.info-1-5659-     Use EDITOR to enter revision log information.  Overrides the
cvs-1.12.13+real/doc/cvs.info-1:5660:     setting of the `$CVSEDITOR' and `$EDITOR' environment variables.
cvs-1.12.13+real/doc/cvs.info-1-5661-     For more information, see *Note Committing your changes::.
##############################################
cvs-1.12.13+real/doc/cvs.info-1-5726-     `$CVSREAD' environment variable.  Files are created read-write by
cvs-1.12.13+real/doc/cvs.info-1:5727:     default, unless `$CVSREAD' is set or `-r' is given.
cvs-1.12.13+real/doc/cvs.info-1-5728-
##############################################
cvs-1.12.13+real/doc/Makefile.am-140-	$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
cvs-1.12.13+real/doc/Makefile.am:141:	 --no-headers -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
cvs-1.12.13+real/doc/Makefile.am-142-.txi.txt:
cvs-1.12.13+real/doc/Makefile.am-143-	$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
cvs-1.12.13+real/doc/Makefile.am:144:	 --no-headers -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
cvs-1.12.13+real/doc/Makefile.am-145-.texi.txt:
cvs-1.12.13+real/doc/Makefile.am-146-	$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
cvs-1.12.13+real/doc/Makefile.am:147:	 --no-headers -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
cvs-1.12.13+real/doc/Makefile.am-148-
##############################################
cvs-1.12.13+real/doc/cvs.texinfo-13357-@c	:
cvs-1.12.13+real/doc/cvs.texinfo:13358:@c	DIRNAME=`echo $1 | sed -e "s|/.*/||g"`
cvs-1.12.13+real/doc/cvs.texinfo-13359-@c	if [ ! -d $DIRNAME ] ; then
cvs-1.12.13+real/doc/cvs.texinfo:13360:@c	      DIRNAME=`echo $1 | sed -e "s|.*/||g"`
cvs-1.12.13+real/doc/cvs.texinfo-13361-@c	fi
##############################################
cvs-1.12.13+real/emx/Makefile.in-306-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
cvs-1.12.13+real/emx/Makefile.in:307:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
cvs-1.12.13+real/emx/Makefile.in-308-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
cvs-1.12.13+real/emx/Makefile-306-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
cvs-1.12.13+real/emx/Makefile:307:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
cvs-1.12.13+real/emx/Makefile-308-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
cvs-1.12.13+real/m4/acx_with_external_zlib.m4-100-  ACX_EXTRACT_HEADER_DEFN([ZLIB_VERSION], [zlib.h])
cvs-1.12.13+real/m4/acx_with_external_zlib.m4:101:  ZLIB_VERSION=`echo "$ZLIB_VERSION" |sed 's/"//g'`
cvs-1.12.13+real/m4/acx_with_external_zlib.m4-102-  ASX_VERSION_COMPARE([$LOCAL_ZLIB_VERSION], [$ZLIB_VERSION],
##############################################
cvs-1.12.13+real/m4/asx_version_compare.m4-48-  for vsub1 in $asx_version_1; do
cvs-1.12.13+real/m4/asx_version_compare.m4:49:    vsub2=`echo "$asx_version_2" |awk -F. "{print \\\$$asx_count}"`
cvs-1.12.13+real/m4/asx_version_compare.m4-50-    if test -z "$vsub2" || test $vsub1 -gt $vsub2; then
##############################################
cvs-1.12.13+real/m4/asx_version_compare.m4-55-    fi
cvs-1.12.13+real/m4/asx_version_compare.m4:56:    asx_count=`expr $asx_count + 1`
cvs-1.12.13+real/m4/asx_version_compare.m4-57-  done
##############################################
cvs-1.12.13+real/m4/bison.m4-14-  # expand $ac_aux_dir to an absolute path
cvs-1.12.13+real/m4/bison.m4:15:  am_aux_dir=`cd $ac_aux_dir && pwd`
cvs-1.12.13+real/m4/bison.m4-16-
##############################################
cvs-1.12.13+real/m4/gettext.m4-238-        LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV"
cvs-1.12.13+real/m4/gettext.m4:239:        LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
cvs-1.12.13+real/m4/gettext.m4-240-      fi
##############################################
cvs-1.12.13+real/m4/gettext.m4-467-changequote(<<,>>)dnl
cvs-1.12.13+real/m4/gettext.m4:468:    ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
cvs-1.12.13+real/m4/gettext.m4-469-    case $ac_prog_version in
##############################################
cvs-1.12.13+real/m4/iconv.m4-94-      am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"])
cvs-1.12.13+real/m4/iconv.m4:95:    am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
cvs-1.12.13+real/m4/iconv.m4-96-    AC_MSG_RESULT([$]{ac_t:-
##############################################
cvs-1.12.13+real/m4/lib-ld.m4-14-[# I'd rather use --version here, but apparently some GNU ld's only accept -v.
cvs-1.12.13+real/m4/lib-ld.m4:15:case `$LD -v 2>&1 </dev/null` in
cvs-1.12.13+real/m4/lib-ld.m4-16-*GNU* | *'with BFD'*)
##############################################
cvs-1.12.13+real/m4/lib-ld.m4-50-    # gcc leaves a trailing carriage return which upsets mingw
cvs-1.12.13+real/m4/lib-ld.m4:51:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
cvs-1.12.13+real/m4/lib-ld.m4-52-  *)
cvs-1.12.13+real/m4/lib-ld.m4:53:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
cvs-1.12.13+real/m4/lib-ld.m4-54-  esac
##############################################
cvs-1.12.13+real/m4/lib-ld.m4-59-      # Canonicalize the path of ld
cvs-1.12.13+real/m4/lib-ld.m4:60:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
cvs-1.12.13+real/m4/lib-ld.m4-61-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
cvs-1.12.13+real/m4/lib-ld.m4:62:	ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
cvs-1.12.13+real/m4/lib-ld.m4-63-      done
##############################################
cvs-1.12.13+real/m4/lib-ld.m4-89-      # Break only if it was the GNU/non-GNU ld that we prefer.
cvs-1.12.13+real/m4/lib-ld.m4:90:      case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in
cvs-1.12.13+real/m4/lib-ld.m4-91-      *GNU* | *'with BFD'*)
##############################################
cvs-1.12.13+real/m4/lib-link.m4-179-        dnl or AC_LIB_HAVE_LINKFLAGS call.
cvs-1.12.13+real/m4/lib-link.m4:180:        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
cvs-1.12.13+real/m4/lib-link.m4-181-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
cvs-1.12.13+real/m4/lib-link.m4-221-                -L*)
cvs-1.12.13+real/m4/lib-link.m4:222:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
cvs-1.12.13+real/m4/lib-link.m4-223-                  if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
##############################################
cvs-1.12.13+real/m4/lib-link.m4-338-              */$acl_libdirstem | */$acl_libdirstem/)
cvs-1.12.13+real/m4/lib-link.m4:339:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
cvs-1.12.13+real/m4/lib-link.m4-340-                additional_includedir="$basedir/include"
##############################################
cvs-1.12.13+real/m4/lib-link.m4-391-                  -L*)
cvs-1.12.13+real/m4/lib-link.m4:392:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
cvs-1.12.13+real/m4/lib-link.m4-393-                    dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
##############################################
cvs-1.12.13+real/m4/lib-link.m4-441-                  -R*)
cvs-1.12.13+real/m4/lib-link.m4:442:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
cvs-1.12.13+real/m4/lib-link.m4-443-                    if test "$enable_rpath" != no; then
##############################################
cvs-1.12.13+real/m4/lib-link.m4-471-                    dnl Handle this in the next round.
cvs-1.12.13+real/m4/lib-link.m4:472:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
cvs-1.12.13+real/m4/lib-link.m4-473-                    ;;
##############################################
cvs-1.12.13+real/m4/lib-link.m4-477-                    dnl option.
cvs-1.12.13+real/m4/lib-link.m4:478:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
cvs-1.12.13+real/m4/lib-link.m4-479-                    ;;
##############################################
cvs-1.12.13+real/m4/lib-prefix.m4-168-  acl_libdirstem=lib
cvs-1.12.13+real/m4/lib-prefix.m4:169:  searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
cvs-1.12.13+real/m4/lib-prefix.m4-170-  if test -n "$searchpath"; then
##############################################
cvs-1.12.13+real/m4/lib-prefix.m4-175-          */lib64/ | */lib64 ) acl_libdirstem=lib64 ;;
cvs-1.12.13+real/m4/lib-prefix.m4:176:          *) searchdir=`cd "$searchdir" && pwd`
cvs-1.12.13+real/m4/lib-prefix.m4-177-             case "$searchdir" in
##############################################
cvs-1.12.13+real/m4/po.m4-64-    else
cvs-1.12.13+real/m4/po.m4:65:      GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
cvs-1.12.13+real/m4/po.m4-66-      AC_MSG_RESULT(
##############################################
cvs-1.12.13+real/m4/po.m4-92-      case "$ac_file" in
cvs-1.12.13+real/m4/po.m4:93:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
cvs-1.12.13+real/m4/po.m4-94-      esac
##############################################
cvs-1.12.13+real/m4/po.m4-97-        # Adjust a relative srcdir.
cvs-1.12.13+real/m4/po.m4:98:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
cvs-1.12.13+real/m4/po.m4:99:        ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
cvs-1.12.13+real/m4/po.m4:100:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
cvs-1.12.13+real/m4/po.m4-101-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
cvs-1.12.13+real/m4/po.m4-104-        case "$ac_given_srcdir" in
cvs-1.12.13+real/m4/po.m4:105:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
cvs-1.12.13+real/m4/po.m4-106-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
cvs-1.12.13+real/m4/po.m4-124-            fi
cvs-1.12.13+real/m4/po.m4:125:            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
cvs-1.12.13+real/m4/po.m4-126-            # Hide the ALL_LINGUAS assigment from automake.
##############################################
cvs-1.12.13+real/m4/po.m4-220-  # Adjust a relative srcdir.
cvs-1.12.13+real/m4/po.m4:221:  ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
cvs-1.12.13+real/m4/po.m4:222:  ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
cvs-1.12.13+real/m4/po.m4:223:  ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
cvs-1.12.13+real/m4/po.m4-224-  # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
cvs-1.12.13+real/m4/po.m4-227-  case "$ac_given_srcdir" in
cvs-1.12.13+real/m4/po.m4:228:    .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
cvs-1.12.13+real/m4/po.m4-229-    /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
cvs-1.12.13+real/m4/po.m4-288-  # Set POTFILES to the value of the Makefile variable POTFILES.
cvs-1.12.13+real/m4/po.m4:289:  sed_x_POTFILES="`$gt_echo \"$sed_x_variable\" | sed -e '/^ *#/d' -e 's/VARIABLE/POTFILES/g'`"
cvs-1.12.13+real/m4/po.m4:290:  POTFILES=`sed -n -e "$sed_x_POTFILES" < "$ac_file"`
cvs-1.12.13+real/m4/po.m4-291-  # Compute POTFILES_DEPS as
##############################################
cvs-1.12.13+real/m4/po.m4-303-    # The LINGUAS file contains the set of available languages.
cvs-1.12.13+real/m4/po.m4:304:    ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
cvs-1.12.13+real/m4/po.m4-305-    POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
##############################################
cvs-1.12.13+real/m4/po.m4-307-    # Set ALL_LINGUAS to the value of the Makefile variable LINGUAS.
cvs-1.12.13+real/m4/po.m4:308:    sed_x_LINGUAS="`$gt_echo \"$sed_x_variable\" | sed -e '/^ *#/d' -e 's/VARIABLE/LINGUAS/g'`"
cvs-1.12.13+real/m4/po.m4:309:    ALL_LINGUAS_=`sed -n -e "$sed_x_LINGUAS" < "$ac_file"`
cvs-1.12.13+real/m4/po.m4-310-  fi
##############################################
cvs-1.12.13+real/m4/po.m4-351-    QMFILES="$QMFILES $srcdirpre$lang.qm"
cvs-1.12.13+real/m4/po.m4:352:    frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
cvs-1.12.13+real/m4/po.m4-353-    MSGFILES="$MSGFILES $srcdirpre$frobbedlang.msg"
cvs-1.12.13+real/m4/po.m4:354:    frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
cvs-1.12.13+real/m4/po.m4-355-    RESOURCESDLLFILES="$RESOURCESDLLFILES $srcdirpre$frobbedlang/\$(DOMAIN).resources.dll"
##############################################
cvs-1.12.13+real/m4/po.m4-392-      QTCATALOGS="$QTCATALOGS $lang.qm"
cvs-1.12.13+real/m4/po.m4:393:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
cvs-1.12.13+real/m4/po.m4-394-      TCLCATALOGS="$TCLCATALOGS $frobbedlang.msg"
cvs-1.12.13+real/m4/po.m4:395:      frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
cvs-1.12.13+real/m4/po.m4-396-      CSHARPCATALOGS="$CSHARPCATALOGS $frobbedlang/\$(DOMAIN).resources.dll"
##############################################
cvs-1.12.13+real/m4/po.m4-403-    for lang in $ALL_LINGUAS; do
cvs-1.12.13+real/m4/po.m4:404:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
cvs-1.12.13+real/m4/po.m4-405-      cat >> "$ac_file.tmp" <<EOF
##############################################
cvs-1.12.13+real/m4/po.m4-414-    for lang in $ALL_LINGUAS; do
cvs-1.12.13+real/m4/po.m4:415:      frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
cvs-1.12.13+real/m4/po.m4-416-      cat >> "$ac_file.tmp" <<EOF
##############################################
cvs-1.12.13+real/os2/Makefile.in-293-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
cvs-1.12.13+real/os2/Makefile.in:294:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
cvs-1.12.13+real/os2/Makefile.in-295-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
cvs-1.12.13+real/os2/tcpip.h-19- *
cvs-1.12.13+real/os2/tcpip.h:20: *  * Use HOST_ERRNO when using gethostbyname() or gethostbyaddr()
cvs-1.12.13+real/os2/tcpip.h-21- *    functions.
##############################################
cvs-1.12.13+real/os2/Makefile-293-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
cvs-1.12.13+real/os2/Makefile:294:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
cvs-1.12.13+real/os2/Makefile-295-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
cvs-1.12.13+real/src/Makefile.in-454-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
cvs-1.12.13+real/src/Makefile.in:455:	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
cvs-1.12.13+real/src/Makefile.in-456-	  if test -f $$p \
cvs-1.12.13+real/src/Makefile.in-457-	  ; then \
cvs-1.12.13+real/src/Makefile.in:458:	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
cvs-1.12.13+real/src/Makefile.in-459-	   echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
##############################################
cvs-1.12.13+real/src/Makefile.in-466-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
cvs-1.12.13+real/src/Makefile.in:467:	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
cvs-1.12.13+real/src/Makefile.in-468-	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
##############################################
cvs-1.12.13+real/src/Makefile.in-482-	  if test -f $$d$$p; then \
cvs-1.12.13+real/src/Makefile.in:483:	    f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
cvs-1.12.13+real/src/Makefile.in-484-	    echo " $(binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \
##############################################
cvs-1.12.13+real/src/Makefile.in-491-	@list='$(bin_SCRIPTS)'; for p in $$list; do \
cvs-1.12.13+real/src/Makefile.in:492:	  f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
cvs-1.12.13+real/src/Makefile.in-493-	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
##############################################
cvs-1.12.13+real/src/Makefile.in-574-.c.obj:
cvs-1.12.13+real/src/Makefile.in:575:@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
cvs-1.12.13+real/src/Makefile.in-576-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
##############################################
cvs-1.12.13+real/src/Makefile.in-578-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
cvs-1.12.13+real/src/Makefile.in:579:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
cvs-1.12.13+real/src/Makefile.in-580-uninstall-info-am:
##############################################
cvs-1.12.13+real/src/Makefile.in-622-GTAGS:
cvs-1.12.13+real/src/Makefile.in:623:	here=`$(am__cd) $(top_builddir) && pwd` \
cvs-1.12.13+real/src/Makefile.in-624-	  && cd $(top_srcdir) \
##############################################
cvs-1.12.13+real/src/Makefile.in-630-distdir: $(DISTFILES)
cvs-1.12.13+real/src/Makefile.in:631:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
cvs-1.12.13+real/src/Makefile.in:632:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
cvs-1.12.13+real/src/Makefile.in-633-	list='$(DISTFILES)'; for file in $$list; do \
cvs-1.12.13+real/src/Makefile.in-634-	  case $$file in \
cvs-1.12.13+real/src/Makefile.in:635:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
cvs-1.12.13+real/src/Makefile.in:636:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
cvs-1.12.13+real/src/Makefile.in-637-	  esac; \
cvs-1.12.13+real/src/Makefile.in-638-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
cvs-1.12.13+real/src/Makefile.in:639:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
cvs-1.12.13+real/src/Makefile.in-640-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
cvs-1.12.13+real/src/cvsbug.in-58-MAIL_AGENT="$SENDMAIL -oi -t"
cvs-1.12.13+real/src/cvsbug.in:59:MAILER=`echo $MAIL_AGENT | sed -e 's, .*,,'`
cvs-1.12.13+real/src/cvsbug.in-60-if [ ! -f "$MAILER" ] ; then
##############################################
cvs-1.12.13+real/src/cvsbug.in-88-
cvs-1.12.13+real/src/cvsbug.in:89:TEMP="`$MKTEMP $TMPDIR/p.XXXXXX`"
cvs-1.12.13+real/src/cvsbug.in:90:BAD="`$MKTEMP $TMPDIR/pbad.XXXXXX`"
cvs-1.12.13+real/src/cvsbug.in:91:REF="`$MKTEMP $TMPDIR/pf.XXXXXX`"
cvs-1.12.13+real/src/cvsbug.in-92-
##############################################
cvs-1.12.13+real/src/cvsbug.in-103-elif [ -f $HOME/.fullname ]; then
cvs-1.12.13+real/src/cvsbug.in:104:  ORIGINATOR="`sed -e '1q' $HOME/.fullname`"
cvs-1.12.13+real/src/cvsbug.in-105-elif [ -f /bin/domainname ]; then
##############################################
cvs-1.12.13+real/src/cvsbug.in-110-      cut -f5 -d':' | sed -e 's/,.*//' > $TEMP
cvs-1.12.13+real/src/cvsbug.in:111:    ORIGINATOR="`cat $TEMP`"
cvs-1.12.13+real/src/cvsbug.in-112-    rm -f $TEMP
##############################################
cvs-1.12.13+real/src/cvsbug.in-117-  grep "^$LOGNAME:" /etc/passwd | cut -f5 -d':' | sed -e 's/,.*//' > $TEMP
cvs-1.12.13+real/src/cvsbug.in:118:  ORIGINATOR="`cat $TEMP`"
cvs-1.12.13+real/src/cvsbug.in-119-  rm -f $TEMP
##############################################
cvs-1.12.13+real/src/cvsbug.in-123-  if [ -f "$ORGANIZATION" ]; then
cvs-1.12.13+real/src/cvsbug.in:124:    ORGANIZATION="`cat $ORGANIZATION`"
cvs-1.12.13+real/src/cvsbug.in-125-  fi
##############################################
cvs-1.12.13+real/src/cvsbug.in-129-  elif [ -f $HOME/.organization ]; then
cvs-1.12.13+real/src/cvsbug.in:130:    ORGANIZATION="`cat $HOME/.organization`"
cvs-1.12.13+real/src/cvsbug.in-131-  elif [ -f $HOME/.signature ]; then
cvs-1.12.13+real/src/cvsbug.in:132:    ORGANIZATION="`cat $HOME/.signature`"
cvs-1.12.13+real/src/cvsbug.in-133-  fi
##############################################
cvs-1.12.13+real/src/cvsbug.in-152-
cvs-1.12.13+real/src/cvsbug.in:153:COMMAND=`echo $0 | sed -e 's,.*/,,'`
cvs-1.12.13+real/src/cvsbug.in-154-## USAGE="Usage: $COMMAND [-PVL] [-t address] [-f filename] [--request-id] 
##############################################
cvs-1.12.13+real/src/cvsbug.in-220-## if [ -r "$DATADIR/gnats/$GNATS_SITE" ]; then
cvs-1.12.13+real/src/cvsbug.in:221:##   CATEGORIES=`grep -v '^#' $DATADIR/gnats/$GNATS_SITE | sort`
cvs-1.12.13+real/src/cvsbug.in-222-## else
##############################################
cvs-1.12.13+real/src/cvsbug.in-243-	     END {print max + 1;}'`
cvs-1.12.13+real/src/cvsbug.in:244:	c=`expr 70 / $l`
cvs-1.12.13+real/src/cvsbug.in-245-	if [ $c -eq 0 ]; then c=1; fi
##############################################
cvs-1.12.13+real/src/cvsbug.in-319-	     END {print max + 1;}'`
cvs-1.12.13+real/src/cvsbug.in:320:	c=`expr 61 / $l`
cvs-1.12.13+real/src/cvsbug.in-321-	if [ $c -eq 0 ]; then c=1; fi
##############################################
cvs-1.12.13+real/src/cvsbug.in-348-    	$ENVIRONMENT_C
cvs-1.12.13+real/src/cvsbug.in:349:`[ -n "$SYSTEM" ] && echo System: $SYSTEM`
cvs-1.12.13+real/src/cvsbug.in:350:`[ -n "$ARCH" ] && echo Architecture: $ARCH`
cvs-1.12.13+real/src/cvsbug.in:351:`[ -n "$MACHINE" ] && echo Machine: $MACHINE`
cvs-1.12.13+real/src/cvsbug.in-352->Description:
##############################################
cvs-1.12.13+real/src/cvsbug.in-407-  PATTERN=">Confidential:"
cvs-1.12.13+real/src/cvsbug.in:408:  CONFIDENTIAL=`eval sed -n -e "\"$SED_CMD\"" $TEMP`
cvs-1.12.13+real/src/cvsbug.in-409-  case "$CONFIDENTIAL" in
cvs-1.12.13+real/src/cvsbug.in:410:    ""|yes|no) CNT=`expr $CNT + 1` ;;
cvs-1.12.13+real/src/cvsbug.in:411:    *) echo "$COMMAND: \`$CONFIDENTIAL' is not a valid value for \`Confidential'." ;;
cvs-1.12.13+real/src/cvsbug.in-412-  esac
##############################################
cvs-1.12.13+real/src/cvsbug.in-416-  PATTERN=">Severity:"
cvs-1.12.13+real/src/cvsbug.in:417:  SEVERITY=`eval sed -n -e "\"$SED_CMD\"" $TEMP`
cvs-1.12.13+real/src/cvsbug.in-418-  case "$SEVERITY" in
cvs-1.12.13+real/src/cvsbug.in:419:    ""|non-critical|serious|critical) CNT=`expr $CNT + 1` ;;
cvs-1.12.13+real/src/cvsbug.in:420:    *)  echo "$COMMAND: \`$SEVERITY' is not a valid value for \`Severity'."
cvs-1.12.13+real/src/cvsbug.in-421-  esac
##############################################
cvs-1.12.13+real/src/cvsbug.in-425-  PATTERN=">Priority:"
cvs-1.12.13+real/src/cvsbug.in:426:  PRIORITY=`eval sed -n -e "\"$SED_CMD\"" $TEMP`
cvs-1.12.13+real/src/cvsbug.in-427-  case "$PRIORITY" in
cvs-1.12.13+real/src/cvsbug.in:428:    ""|low|medium|high) CNT=`expr $CNT + 1` ;;
cvs-1.12.13+real/src/cvsbug.in:429:    *)  echo "$COMMAND: \`$PRIORITY' is not a valid value for \`Priority'."
cvs-1.12.13+real/src/cvsbug.in-430-  esac
##############################################
cvs-1.12.13+real/src/cvsbug.in-434-  PATTERN=">Category:"
cvs-1.12.13+real/src/cvsbug.in:435:  CATEGORY=`eval sed -n -e "\"$SED_CMD\"" $TEMP`
cvs-1.12.13+real/src/cvsbug.in-436-  FOUND=
##############################################
cvs-1.12.13+real/src/cvsbug.in-441-  if [ -n "$FOUND" ]; then
cvs-1.12.13+real/src/cvsbug.in:442:    CNT=`expr $CNT + 1`	
cvs-1.12.13+real/src/cvsbug.in-443-  else
##############################################
cvs-1.12.13+real/src/cvsbug.in-453-  PATTERN=">Class:"
cvs-1.12.13+real/src/cvsbug.in:454:  CLASS=`eval sed -n -e "\"$SED_CMD\"" $TEMP`
cvs-1.12.13+real/src/cvsbug.in-455-  case "$CLASS" in
cvs-1.12.13+real/src/cvsbug.in:456:    ""|sw-bug|doc-bug|change-request|support) CNT=`expr $CNT + 1` ;;
cvs-1.12.13+real/src/cvsbug.in:457:    *)  echo "$COMMAND: \`$CLASS' is not a valid value for \`Class'."
cvs-1.12.13+real/src/cvsbug.in-458-  esac
##############################################
cvs-1.12.13+real/src/ChangeLog-9395-381-        * client.c (auth_server_port_number): don't call htons();
cvs-1.12.13+real/src/ChangeLog-9395:382:        init_sockaddr() does that for us.
cvs-1.12.13+real/src/ChangeLog-9395-383-        (init_sockaddr): zero the sockadder_in struct before doing
##############################################
cvs-1.12.13+real/src/ChangeLog-9395-390-        with new func auth_server_port_number() and pass to
cvs-1.12.13+real/src/ChangeLog-9395:391:        init_sockaddr().
cvs-1.12.13+real/src/ChangeLog-9395-392-        (auth_server_port_number): new func.  Right now it just returns
##############################################
cvs-1.12.13+real/src/ChangeLog-5398-	contain symlinks.  Allow $CVS_SERVER to be overridden via the
cvs-1.12.13+real/src/ChangeLog:5399:	environment for `-h'.  Default $CVS_RSH to `ssh'.
cvs-1.12.13+real/src/ChangeLog-5400-	(*): Use $CVS_RSH to perform certain commands on the remote host (esp.
##############################################
cvs-1.12.13+real/src/client.c-3530-        proxy_port_number = get_proxy_port_number (root);
cvs-1.12.13+real/src/client.c:3531:	hostinfo = init_sockaddr (&client_sai.addr_in, root->proxy_hostname,
cvs-1.12.13+real/src/client.c-3532-                                  proxy_port_number);
##############################################
cvs-1.12.13+real/src/client.c-3538-    {
cvs-1.12.13+real/src/client.c:3539:	hostinfo = init_sockaddr (&client_sai.addr_in, root->hostname,
cvs-1.12.13+real/src/client.c-3540-				  port_number);
##############################################
cvs-1.12.13+real/src/client.c-5178-struct hostent *
cvs-1.12.13+real/src/client.c:5179:init_sockaddr (struct sockaddr_in *name, char *hostname, unsigned int port)
cvs-1.12.13+real/src/client.c-5180-{
##############################################
cvs-1.12.13+real/src/client.h-218-# include <netdb.h>
cvs-1.12.13+real/src/client.h:219:struct hostent *init_sockaddr (struct sockaddr_in *, char *, unsigned int);
cvs-1.12.13+real/src/client.h-220-#endif
##############################################
cvs-1.12.13+real/src/history.c-847-    /*
cvs-1.12.13+real/src/history.c:848:     * "workdir" is the directory where the file "name" is. ("^~" == $HOME)
cvs-1.12.13+real/src/history.c-849-     * "repos"	is the Repository, relative to $CVSROOT where the RCS file is.
##############################################
cvs-1.12.13+real/src/kerberos4-client.c-64-
cvs-1.12.13+real/src/kerberos4-client.c:65:    hp = init_sockaddr (&sin, root->hostname, port);
cvs-1.12.13+real/src/kerberos4-client.c-66-
##############################################
cvs-1.12.13+real/src/sanity.sh-27-{
cvs-1.12.13+real/src/sanity.sh:28:    echo "Usage: `basename $0` --help"
cvs-1.12.13+real/src/sanity.sh:29:    echo "Usage: `basename $0` [-eklnpr] [-c CONFIG-FILE] [-f FROM-TEST] \\"
cvs-1.12.13+real/src/sanity.sh-30-    echo "                 [-h HOSTNAME] [-s CVS-FOR-CVS-SERVER] CVS-TO-TEST \\"
##############################################
cvs-1.12.13+real/src/sanity.sh-158-	if echo "$OPTARG" |grep = >/dev/null; then
cvs-1.12.13+real/src/sanity.sh:159:	    LONGOPT=`echo "$OPTARG" |sed 's/=.*$//'`
cvs-1.12.13+real/src/sanity.sh:160:	    OPTARG=`echo "$OPTARG" |sed -e 's/^.*=//'`
cvs-1.12.13+real/src/sanity.sh-161-	else
##############################################
cvs-1.12.13+real/src/sanity.sh-165-	# Convert LONGOPT to lower case
cvs-1.12.13+real/src/sanity.sh:166:	LONGOPT=`echo "$LONGOPT" |sed 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
cvs-1.12.13+real/src/sanity.sh-167-	case "$LONGOPT" in
##############################################
cvs-1.12.13+real/src/sanity.sh-280-    shift
cvs-1.12.13+real/src/sanity.sh:281:    OPTIND=`expr $OPTIND - 1`
cvs-1.12.13+real/src/sanity.sh-282-done
##############################################
cvs-1.12.13+real/src/sanity.sh-327-if test -z "$configfile"; then
cvs-1.12.13+real/src/sanity.sh:328:	configfile=`dirname $testcvs`/sanity.config.sh
cvs-1.12.13+real/src/sanity.sh-329-fi
##############################################
cvs-1.12.13+real/src/sanity.sh-345-    # Verify that $CVS_RSH $remotehost works.
cvs-1.12.13+real/src/sanity.sh:346:    result=`$CVS_RSH $remotehost 'echo test'`
cvs-1.12.13+real/src/sanity.sh-347-    if test $? != 0 || test "x$result" != "xtest"; then
##############################################
cvs-1.12.13+real/src/sanity.sh-463-# special characters we are probably in big trouble.
cvs-1.12.13+real/src/sanity.sh:464:CPROG=`basename ${testcvs} |sed 's/\.exe$//'`
cvs-1.12.13+real/src/sanity.sh-465-# And the regexp for the CVS server when we have one.  In local mode, this
##############################################
cvs-1.12.13+real/src/sanity.sh-470-# its own name.
cvs-1.12.13+real/src/sanity.sh:471:SPROG=`basename ${servercvs} |sed 's/\.exe$//'`
cvs-1.12.13+real/src/sanity.sh-472-
##############################################
cvs-1.12.13+real/src/sanity.sh-559-    /*) test $t $1 && echo $1 ;;
cvs-1.12.13+real/src/sanity.sh:560:    *) for d in `IFS=:; echo ${2-$SEARCHPATH}`
cvs-1.12.13+real/src/sanity.sh-561-       do
##############################################
cvs-1.12.13+real/src/sanity.sh-626-	# messages generated by the server.
cvs-1.12.13+real/src/sanity.sh:627:	tmp=`$CVS_RSH $remotehost 'cd /tmp; /bin/pwd || pwd' 2>/dev/null`
cvs-1.12.13+real/src/sanity.sh-628-	if test $? != 0; then
##############################################
cvs-1.12.13+real/src/sanity.sh-688-      eval "\$1"
cvs-1.12.13+real/src/sanity.sh:689:      var=\`echo "\$1" | sed 's/^\\(.*\\)=.*\$/\\1/'\`
cvs-1.12.13+real/src/sanity.sh-690-      export \$var
##############################################
cvs-1.12.13+real/src/sanity.sh-768-  verbad=:
cvs-1.12.13+real/src/sanity.sh:769:  if RES=`$vercmd --version </dev/null 2>&1`; then
cvs-1.12.13+real/src/sanity.sh-770-    if test "X$RES" != "X--version" && test "X$RES" != "X" ; then
##############################################
cvs-1.12.13+real/src/sanity.sh-788-  echo find_tool: ${1+"$@"} >>$LOGFILE
cvs-1.12.13+real/src/sanity.sh:789:  cmds="`IFS=:; echo $1`"; shift; tooltests="${1+$@}"
cvs-1.12.13+real/src/sanity.sh-790-  if test -z "$tooltests"; then tooltests=version_test; fi
cvs-1.12.13+real/src/sanity.sh:791:  clist=; for cmd in $cmds; do clist="$clist `Which -a $cmd`"; done
cvs-1.12.13+real/src/sanity.sh-792-  # Make sure the default tool is just the first real command name
cvs-1.12.13+real/src/sanity.sh:793:  for default_TOOL in $clist `IFS=:; echo $default_TOOL`; do break; done
cvs-1.12.13+real/src/sanity.sh-794-  TOOL=""
##############################################
cvs-1.12.13+real/src/sanity.sh-797-    for tooltest in $tooltests; do
cvs-1.12.13+real/src/sanity.sh:798:      result=`eval $tooltest $trytool`
cvs-1.12.13+real/src/sanity.sh-799-      rc=$?
##############################################
cvs-1.12.13+real/src/sanity.sh-850-for pass in false :; do
cvs-1.12.13+real/src/sanity.sh:851:  case "`$ID -u 2>/dev/null`" in
cvs-1.12.13+real/src/sanity.sh-852-    "0")
##############################################
cvs-1.12.13+real/src/sanity.sh-910-test ! -f ${TESTDIR}/bar && expr_create_bar
cvs-1.12.13+real/src/sanity.sh:911:if $expr "`cat ${TESTDIR}/bar`" : "`cat ${TESTDIR}/bar`" >/dev/null; then
cvs-1.12.13+real/src/sanity.sh-912-  : good, it works
##############################################
cvs-1.12.13+real/src/sanity.sh-918-fi
cvs-1.12.13+real/src/sanity.sh:919:if $expr "`cat ${TESTDIR}/bar`x" : "`cat ${TESTDIR}/bar`y" >/dev/null; then
cvs-1.12.13+real/src/sanity.sh-920-  echo 'Warning: you are using a version of expr that does not correctly'
##############################################
cvs-1.12.13+real/src/sanity.sh-978-test ! -f ${TESTDIR}/bar && expr_create_bar
cvs-1.12.13+real/src/sanity.sh:979:if $expr "`cat ${TESTDIR}/bar`" : "${DOTSTAR}xyzABC${DOTSTAR}$" >/dev/null; then
cvs-1.12.13+real/src/sanity.sh-980-  # good, it works
##############################################
cvs-1.12.13+real/src/sanity.sh-1027-# Now test the username to make sure it contains only valid characters
cvs-1.12.13+real/src/sanity.sh:1028:username=`$ID -un`
cvs-1.12.13+real/src/sanity.sh-1029-if $EXPR "${username}" : "${username}" >/dev/null; then
##############################################
cvs-1.12.13+real/src/sanity.sh-1037-# Only 8 characters of $username appear in some output.
cvs-1.12.13+real/src/sanity.sh:1038:if test `echo $username |wc -c` -gt 8; then
cvs-1.12.13+real/src/sanity.sh:1039:  username8=`echo $username |sed 's/^\(........\).*/\1/'`
cvs-1.12.13+real/src/sanity.sh-1040-else
##############################################
cvs-1.12.13+real/src/sanity.sh-1059-tr=$1
cvs-1.12.13+real/src/sanity.sh:1060:if $EXPR `echo "123" | $tr '2' '\0'` : "123" >/dev/null 2>&1; then
cvs-1.12.13+real/src/sanity.sh-1061-  echo 'Warning: you are using a version of tr which does not correctly'
##############################################
cvs-1.12.13+real/src/sanity.sh-1069-
cvs-1.12.13+real/src/sanity.sh:1070:TR=`find_tool ${TR}:gtr version_test tr_tooltest1`
cvs-1.12.13+real/src/sanity.sh-1071-echo "Using TR=$TR" >>$LOGFILE
##############################################
cvs-1.12.13+real/src/sanity.sh-1173-
cvs-1.12.13+real/src/sanity.sh:1174:    if is_bad_tool `Which $rsync` ; then continue ; fi
cvs-1.12.13+real/src/sanity.sh-1175-    # Make some data to test rsync on.
##############################################
cvs-1.12.13+real/src/sanity.sh-1206-      # Only use Which because of ${RSYNC} in the for loop.
cvs-1.12.13+real/src/sanity.sh:1207:      set_bad_tool `Which $rsync`
cvs-1.12.13+real/src/sanity.sh-1208-    fi
##############################################
cvs-1.12.13+real/src/sanity.sh-1236-  host=${remotehost-"`hostname`"}
cvs-1.12.13+real/src/sanity.sh:1237:  result=`$1 $host 'echo test'`
cvs-1.12.13+real/src/sanity.sh-1238-  rc=$?
##############################################
cvs-1.12.13+real/src/sanity.sh-1254-    *ssh*|*putty*)
cvs-1.12.13+real/src/sanity.sh:1255:      tryssh=`Which $CVS_RSH`
cvs-1.12.13+real/src/sanity.sh-1256-      if [ ! -n "$tryssh" ]; then
##############################################
cvs-1.12.13+real/src/sanity.sh-1280-  echo "PASS: $1" >>${LOGFILE}
cvs-1.12.13+real/src/sanity.sh:1281:  passed=`expr $passed + 1`
cvs-1.12.13+real/src/sanity.sh-1282-}
##############################################
cvs-1.12.13+real/src/sanity.sh-1287-  echo "SKIP: $1${2+ ($2)}" >>$LOGFILE
cvs-1.12.13+real/src/sanity.sh:1288:  skipped=`expr $skipped + 1`
cvs-1.12.13+real/src/sanity.sh-1289-}
##############################################
cvs-1.12.13+real/src/sanity.sh-1325-  fi
cvs-1.12.13+real/src/sanity.sh:1326:  warnings=`expr $warnings + 1`
cvs-1.12.13+real/src/sanity.sh-1327-}
##############################################
cvs-1.12.13+real/src/sanity.sh-1362-{
cvs-1.12.13+real/src/sanity.sh:1363:  if $EXPR "`cat ${TESTDIR}/dotest.tmp`" : "$3${ENDANCHOR}" >/dev/null; then
cvs-1.12.13+real/src/sanity.sh-1364-    # Why, I hear you ask, do we write this to the logfile
##############################################
cvs-1.12.13+real/src/sanity.sh-1382-  elif test x"$4" != x; then
cvs-1.12.13+real/src/sanity.sh:1383:    if $EXPR "`cat ${TESTDIR}/dotest.tmp`" : "$4${ENDANCHOR}" >/dev/null; then
cvs-1.12.13+real/src/sanity.sh-1384-      cat ${TESTDIR}/dotest.tmp >>${LOGFILE}
##############################################
cvs-1.12.13+real/src/sanity.sh-1409-{
cvs-1.12.13+real/src/sanity.sh:1410:  if $EXPR "`cat ${TESTDIR}/dotest.tmp`" : \
cvs-1.12.13+real/src/sanity.sh:1411:         "`cat ${TESTDIR}/dotest.exp`" >/dev/null; then
cvs-1.12.13+real/src/sanity.sh-1412-    return 0
##############################################
cvs-1.12.13+real/src/sanity.sh-1421-  line=1
cvs-1.12.13+real/src/sanity.sh:1422:  while [ $line -le `wc -l <${TESTDIR}/dotest.tmp` ] ; do
cvs-1.12.13+real/src/sanity.sh:1423:    if $EXPR "`sed -n ${line}p ${TESTDIR}/dotest.tmp`" : \
cvs-1.12.13+real/src/sanity.sh:1424:       "`sed -n ${line}p ${TESTDIR}/dotest.exp`" >/dev/null; then
cvs-1.12.13+real/src/sanity.sh-1425-      :
cvs-1.12.13+real/src/sanity.sh:1426:    elif test -z "`sed -n ${line}p ${TESTDIR}/dotest.tmp`" &&
cvs-1.12.13+real/src/sanity.sh:1427:       test -z "`sed -n ${line}p ${TESTDIR}/dotest.exp`"; then
cvs-1.12.13+real/src/sanity.sh-1428-      :
##############################################
cvs-1.12.13+real/src/sanity.sh-1437-    fi
cvs-1.12.13+real/src/sanity.sh:1438:    line=`expr $line + 1`
cvs-1.12.13+real/src/sanity.sh-1439-  done
##############################################
cvs-1.12.13+real/src/sanity.sh-1737-	for sub in $fromtest; do
cvs-1.12.13+real/src/sanity.sh:1738:	  count=`expr $count + 1`
cvs-1.12.13+real/src/sanity.sh-1739-	done
##############################################
cvs-1.12.13+real/src/sanity.sh-2637-CVSROOT_DIRNAME=${TESTDIR}/cvsroot
cvs-1.12.13+real/src/sanity.sh:2638:CVSROOT=`newroot $CVSROOT_DIRNAME`; export CVSROOT
cvs-1.12.13+real/src/sanity.sh-2639-
##############################################
cvs-1.12.13+real/src/sanity.sh-2674-	rootoptions=";Redirect=no"
cvs-1.12.13+real/src/sanity.sh:2675:	SECONDARY_CVSROOT=`newroot $PRIMARY_CVSROOT_DIRNAME`
cvs-1.12.13+real/src/sanity.sh-2676-    else
cvs-1.12.13+real/src/sanity.sh:2677:	SECONDARY_CVSROOT=`newroot $SECONDARY_CVSROOT_DIRNAME`
cvs-1.12.13+real/src/sanity.sh-2678-    fi
##############################################
cvs-1.12.13+real/src/sanity.sh-2707-if test -n "$CVS_SERVER_LOG"; then
cvs-1.12.13+real/src/sanity.sh:2708:  CVS_SERVER_LOG=`dirname "$CVS_SERVER_LOG"`/cvsprimarylog
cvs-1.12.13+real/src/sanity.sh-2709-  export CVS_SERVER_LOG
##############################################
cvs-1.12.13+real/src/sanity.sh-2733-
cvs-1.12.13+real/src/sanity.sh:2734:# echo "updating from \$ps for command \\\`\$cmd' in dir \\\`\$dir'" \${1+"\$@"} \\
cvs-1.12.13+real/src/sanity.sh-2735-#      >>$TESTDIR/update-log
##############################################
cvs-1.12.13+real/src/sanity.sh-2761-	       $PRIMARY_CVSROOT_DIRNAME/"\$dir" \\
cvs-1.12.13+real/src/sanity.sh:2762:	       $SECONDARY_CVSROOT_DIRNAME/\`dirname -- "\$dir"\`
cvs-1.12.13+real/src/sanity.sh-2763-        ;;
##############################################
cvs-1.12.13+real/src/sanity.sh-3258-	  dotest basicb-2a11 "${testcvs} status sfile1" \
cvs-1.12.13+real/src/sanity.sh:3259:"${SPROG} status: use \`${SPROG} add' to create an entry for \`sfile1'
cvs-1.12.13+real/src/sanity.sh-3260-===================================================================
##############################################
cvs-1.12.13+real/src/sanity.sh-8948-	    # 10 * 30 characters + len $CVSROOT_DIRNAME
cvs-1.12.13+real/src/sanity.sh:8949:	    count=`expr $count + 1`
cvs-1.12.13+real/src/sanity.sh-8950-	    longpath=$longpath/123456789012345678901234567890
##############################################
cvs-1.12.13+real/src/sanity.sh-23470-          while [ $cnt -lt 5 ] ; do
cvs-1.12.13+real/src/sanity.sh:23471:            cnt=`expr $cnt + 1` ;
cvs-1.12.13+real/src/sanity.sh-23472-            mv aaa aaa.old
##############################################
cvs-1.12.13+real/src/sanity.sh-26115-	  # Extract the author value.
cvs-1.12.13+real/src/sanity.sh:26116:	  name=`sed -n 's/.*;	author \([^;]*\);.*/\1/p' ${CVSROOT_DIRNAME}/$module/$file,v|sed 1q`
cvs-1.12.13+real/src/sanity.sh-26117-
##############################################
cvs-1.12.13+real/src/sanity.sh-26119-	  # CAREFUL: this will lose if $name is longer than 16.
cvs-1.12.13+real/src/sanity.sh:26120:	  sed_pattern=`echo $name|sed s/././g`
cvs-1.12.13+real/src/sanity.sh:26121:	  suffix=`echo 1234567890123456|sed s/$sed_pattern//`
cvs-1.12.13+real/src/sanity.sh-26122-
##############################################
cvs-1.12.13+real/src/sanity.sh-27218-#!${TESTSHELL}
cvs-1.12.13+real/src/sanity.sh:27219:line=\`grep <\$1/\$2,v 'locks $anyusername:1\.[0-9];'\`
cvs-1.12.13+real/src/sanity.sh-27220-if test -z "\$line"; then
##############################################
cvs-1.12.13+real/src/sanity.sh-27223-else
cvs-1.12.13+real/src/sanity.sh:27224:  user=\`echo \$line | sed -e 's/locks \\($anyusername\\):[0-9.]*;.*/\\1/'\`
cvs-1.12.13+real/src/sanity.sh:27225:  version=\`echo \$line | sed -e 's/locks $anyusername:\\([0-9.]*\\);.*/\\1/'\`
cvs-1.12.13+real/src/sanity.sh-27226-  echo "\$user has file a-lock locked for version  \$version" >&2
##############################################
cvs-1.12.13+real/src/sanity.sh-28902-	  CVSROOT2_DIRNAME=${TESTDIR}/root.2
cvs-1.12.13+real/src/sanity.sh:28903:	  CVSROOT1=`newroot $CVSROOT1_DIRNAME`
cvs-1.12.13+real/src/sanity.sh:28904:	  CVSROOT2=`newroot $CVSROOT2_DIRNAME`
cvs-1.12.13+real/src/sanity.sh-28905-	  testcvs1="$testcvs -d '$CVSROOT1'"
##############################################
cvs-1.12.13+real/src/sanity.sh-30035-	  CVSROOT2_DIRNAME=${TESTDIR}/root2
cvs-1.12.13+real/src/sanity.sh:30036:	  CVSROOT1=`newroot $CVSROOT1_DIRNAME`
cvs-1.12.13+real/src/sanity.sh:30037:	  CVSROOT2=`newroot $CVSROOT2_DIRNAME`
cvs-1.12.13+real/src/sanity.sh-30038-
##############################################
cvs-1.12.13+real/src/sanity.sh-30212-
cvs-1.12.13+real/src/sanity.sh:30213:	  CVSROOT1=`newroot ${TESTDIR}/root1`
cvs-1.12.13+real/src/sanity.sh:30214:	  CVSROOT2=`newroot ${TESTDIR}/root2`
cvs-1.12.13+real/src/sanity.sh-30215-
##############################################
cvs-1.12.13+real/src/sanity.sh-30360-
cvs-1.12.13+real/src/sanity.sh:30361:	  CVSROOT1=`newroot ${TESTDIR}/root1`
cvs-1.12.13+real/src/sanity.sh:30362:	  CVSROOT2=`newroot ${TESTDIR}/root2`
cvs-1.12.13+real/src/sanity.sh-30363-
##############################################
cvs-1.12.13+real/src/sanity.sh-30485-
cvs-1.12.13+real/src/sanity.sh:30486:	  CVSROOT1=`newroot ${TESTDIR}/root1`
cvs-1.12.13+real/src/sanity.sh:30487:	  CVSROOT_MOVED=`newroot ${TESTDIR}/root-moved`
cvs-1.12.13+real/src/sanity.sh-30488-
##############################################
cvs-1.12.13+real/src/sanity.sh-30635-
cvs-1.12.13+real/src/sanity.sh:30636:	    regexp='^'`dirname ${CVSROOT_DIRNAME}`'/[^/]+$'
cvs-1.12.13+real/src/sanity.sh-30637-	    dotest pserver-3b "${testcvs} --allow-root-regexp=$regexp pserver" \
##############################################
cvs-1.12.13+real/src/sanity.sh-30645-
cvs-1.12.13+real/src/sanity.sh:30646:	    regexp='^'`dirname ${CVSROOT_DIRNAME}`'/[^/]+$'
cvs-1.12.13+real/src/sanity.sh-30647-	    dotest_fail pserver-3c "${testcvs} --allow-root-regexp=$regexp pserver" \
##############################################
cvs-1.12.13+real/src/sanity.sh-30664-	      cat <garbageseg >>garbageseg2
cvs-1.12.13+real/src/sanity.sh:30665:	      i=`expr $i + 1`
cvs-1.12.13+real/src/sanity.sh-30666-	    done
##############################################
cvs-1.12.13+real/src/sanity.sh-30669-	      cat <garbageseg2 >>garbageinput
cvs-1.12.13+real/src/sanity.sh:30670:	      i=`expr $i + 1`
cvs-1.12.13+real/src/sanity.sh-30671-	    done
##############################################
cvs-1.12.13+real/src/sanity.sh-31775-	  CVSROOT_DIRNAME=${TESTDIR}/cvs.root
cvs-1.12.13+real/src/sanity.sh:31776:	  CVSROOT=`newroot ${CVSROOT_DIRNAME}`
cvs-1.12.13+real/src/sanity.sh-31777-
##############################################
cvs-1.12.13+real/src/sanity.sh-32122-	  PRIMARY_CVSROOT_DIRNAME=$TESTDIR/primary_cvsroot
cvs-1.12.13+real/src/sanity.sh:32123:	  PRIMARY_CVSROOT=`newroot $PRIMARY_CVSROOT_DIRNAME`
cvs-1.12.13+real/src/sanity.sh-32124-	  SECONDARY_CVSROOT_DIRNAME_save=$SECONDARY_CVSROOT_DIRNAME
##############################################
cvs-1.12.13+real/src/sanity.sh-32126-	  SECONDARY_CVSROOT_DIRNAME=$TESTDIR/writeproxy_cvsroot
cvs-1.12.13+real/src/sanity.sh:32127:	  SECONDARY_CVSROOT=`newroot $SECONDARY_CVSROOT_DIRNAME`
cvs-1.12.13+real/src/sanity.sh-32128-	  write_secondary_wrapper
##############################################
cvs-1.12.13+real/src/sanity.sh-32339-	  PRIMARY_CVSROOT_DIRNAME=$TESTDIR/primary_cvsroot
cvs-1.12.13+real/src/sanity.sh:32340:	  PRIMARY_CVSROOT=`newroot $PRIMARY_CVSROOT_DIRNAME`
cvs-1.12.13+real/src/sanity.sh-32341-	  SECONDARY_CVSROOT_DIRNAME_save=$SECONDARY_CVSROOT_DIRNAME
##############################################
cvs-1.12.13+real/src/sanity.sh-35699-  *-> remove_locks()
cvs-1.12.13+real/src/sanity.sh:35700:  *-> run_popen(${testcvs} -n -q -d ${CVSROOT_DIRNAME} update,r)
cvs-1.12.13+real/src/sanity.sh-35701-  *-> set_lock (${CVSROOT_DIRNAME}/trace, 0)
##############################################
cvs-1.12.13+real/src/sanity.sh-35762-  *-> parse_cvsroot ( ${CVSROOT} )
cvs-1.12.13+real/src/sanity.sh:35763:  *-> run_popen(${testcvs} -n -q -d ${CVSROOT} update,r)
cvs-1.12.13+real/src/sanity.sh-35764-  *-> start_recursion ( fileproc=${PFMT}, filesdoneproc=${PFMT},
##############################################
cvs-1.12.13+real/src/sanity.sh-35874-	            $CVSROOT_DIRNAME/CVSROOT/postwatch; do
cvs-1.12.13+real/src/sanity.sh:35875:	    if cmp $file $TESTDIR/`basename $file`-clean >/dev/null 2>&1; then
cvs-1.12.13+real/src/sanity.sh-35876-		:;
cvs-1.12.13+real/src/sanity.sh-35877-	    else
cvs-1.12.13+real/src/sanity.sh:35878:		echo "'$file' and '$TESTDIR/`basename $file`-clean' differ." \
cvs-1.12.13+real/src/sanity.sh-35879-		     >>$LOGFILE
##############################################
cvs-1.12.13+real/src/sanity.sh-35985-else
cvs-1.12.13+real/src/sanity.sh:35986:    cd `dirname $TESTDIR`
cvs-1.12.13+real/src/sanity.sh-35987-    rm -rf $TESTDIR
##############################################
cvs-1.12.13+real/zlib/Makefile.in-13-
cvs-1.12.13+real/zlib/Makefile.in:14:# To use the asm code, type:
cvs-1.12.13+real/zlib/Makefile.in-15-#    cp contrib/asm?86/match.S ./match.S
##############################################
cvs-1.12.13+real/zlib/Makefile.in-57-OBJA =
cvs-1.12.13+real/zlib/Makefile.in:58:# to use the asm code: make OBJA=match.o
cvs-1.12.13+real/zlib/Makefile.in-59-
##############################################
cvs-1.12.13+real/zlib/Makefile.in-186-	@d=$(srcdir); \
cvs-1.12.13+real/zlib/Makefile.in:187:	for file in `cd $$d; echo $(DISTFILES)`; do \
cvs-1.12.13+real/zlib/Makefile.in:188:	  if test -d $(distdir)/`dirname $$file`; then \
cvs-1.12.13+real/zlib/Makefile.in-189-	    :; \
cvs-1.12.13+real/zlib/Makefile.in-190-	  else \
cvs-1.12.13+real/zlib/Makefile.in:191:	    mkdir $(distdir)/`dirname $$file`; \
cvs-1.12.13+real/zlib/Makefile.in-192-	  fi; \
##############################################
cvs-1.12.13+real/zlib/Makefile.in-242-	here=`pwd`; \
cvs-1.12.13+real/zlib/Makefile.in:243:	list=`(echo *.[ch] && cd $(srcdir) && echo *.[ch]) |sort |uniq`; \
cvs-1.12.13+real/zlib/Makefile.in-244-	unique=`for i in $$list; do \
##############################################
cvs-1.12.13+real/zlib/ChangeLog-310-- Fix DecompressBuf in contrib/delphi/ZLib.pas [ManChesTer]
cvs-1.12.13+real/zlib/ChangeLog:311:- Update contrib/masmx86/inffas32.asm and gvmat32.asm [Vollant]
cvs-1.12.13+real/zlib/ChangeLog-312-- Use z_off_t for adler32_combine() and crc32_combine() lengths
##############################################
cvs-1.12.13+real/zlib/ChangeLog-446-- Add contrib/ada [Anisimkov]
cvs-1.12.13+real/zlib/ChangeLog:447:- Move asm files from contrib/vstudio/vc70_32 to contrib/asm386 [Truta]
cvs-1.12.13+real/zlib/ChangeLog-448-- Rename contrib/asm386 to contrib/masmx86 [Truta, Vollant]
##############################################
cvs-1.12.13+real/zlib/ChangeLog-470-- Fix prototype of syncsearch in inflate.c [Truta]
cvs-1.12.13+real/zlib/ChangeLog:471:- Introduce ASMINF macro to be enabled when using an ASM implementation
cvs-1.12.13+real/zlib/ChangeLog-472-  of inflate_fast [Truta]
##############################################
cvs-1.12.13+real/zlib/ChangeLog-722-- added compress2 in zconf.h, zlib.def, zlib.dnt
cvs-1.12.13+real/zlib/ChangeLog:723:- new asm code from Gilles Vollant in contrib/asm386
cvs-1.12.13+real/zlib/ChangeLog-724-- simplify the inflate code (Mark):
##############################################
cvs-1.12.13+real/zlib/ChangeLog-740-Changes in 1.0.8 (27 Jan 1998)
cvs-1.12.13+real/zlib/ChangeLog:741:- fixed offsets in contrib/asm386/gvmat32.asm (Gilles Vollant)
cvs-1.12.13+real/zlib/ChangeLog-742-- fix gzgetc and gzputc for big endian systems (Markus Oberhumer)
##############################################
cvs-1.12.13+real/zlib/ChangeLog-802-   contrib/asm386/ by Gilles Vollant <info@winimage.com>
cvs-1.12.13+real/zlib/ChangeLog:803:        386 asm code replacing longest_match().
cvs-1.12.13+real/zlib/ChangeLog-804-   contrib/iostream/ by Kevin Ruland <kevin@rodin.wustl.edu>
##############################################
cvs-1.12.13+real/zlib/configure-46-        exit 0;;
cvs-1.12.13+real/zlib/configure:47:    -p*=* | --p*=*) prefix=`echo $1 | sed 's/[-a-z_]*=//'`; shift;;
cvs-1.12.13+real/zlib/configure:48:    -e*=* | --e*=*) exec_prefix=`echo $1 | sed 's/[-a-z_]*=//'`; shift;;
cvs-1.12.13+real/zlib/configure:49:    -l*=* | --libdir=*) libdir=`echo $1 | sed 's/[-a-z_]*=//'`; shift;;
cvs-1.12.13+real/zlib/configure:50:    -i*=* | --includedir=*) includedir=`echo $1 | sed 's/[-a-z_]*=//'`;shift;;
cvs-1.12.13+real/zlib/configure-51-    -p* | --p*) prefix="$2"; shift; shift;;
##############################################
cvs-1.12.13+real/zlib/configure-68-cflags=${CFLAGS-"-O3"}
cvs-1.12.13+real/zlib/configure:69:# to force the asm version use: CFLAGS="-O3 -DASMV" ./configure
cvs-1.12.13+real/zlib/configure-70-case "$cc" in
##############################################
cvs-1.12.13+real/zlib/configure-173-  # we must test in two steps (cc then ld), required at least on SunOS 4.x
cvs-1.12.13+real/zlib/configure:174:  if test "`($CC -c $SFLAGS $test.c) 2>&1`" = "" &&
cvs-1.12.13+real/zlib/configure:175:     test "`($LDSHARED -o $test$shared_ext $test.o) 2>&1`" = ""; then
cvs-1.12.13+real/zlib/configure-176-    CFLAGS="$SFLAGS"
##############################################
cvs-1.12.13+real/zlib/configure-197-EOF
cvs-1.12.13+real/zlib/configure:198:if test "`($CC -c $CFLAGS $test.c) 2>&1`" = ""; then
cvs-1.12.13+real/zlib/configure-199-  sed < zconf.in.h "/HAVE_UNISTD_H/s%0%1%" > zconf.h
##############################################
cvs-1.12.13+real/zlib/configure-220-
cvs-1.12.13+real/zlib/configure:221:if test "`($CC -c $CFLAGS $test.c) 2>&1`" = ""; then
cvs-1.12.13+real/zlib/configure-222-  echo "Checking whether to use vs[n]printf() or s[n]printf()... using vs[n]printf()"
##############################################
cvs-1.12.13+real/zlib/configure-244-
cvs-1.12.13+real/zlib/configure:245:  if test "`($CC $CFLAGS -o $test $test.c) 2>&1`" = ""; then
cvs-1.12.13+real/zlib/configure-246-    echo "Checking for vsnprintf() in stdio.h... Yes."
##############################################
cvs-1.12.13+real/zlib/configure-269-
cvs-1.12.13+real/zlib/configure:270:    if test "`($CC -c $CFLAGS $test.c) 2>&1`" = ""; then
cvs-1.12.13+real/zlib/configure-271-      echo "Checking for return value of vsnprintf()... Yes."
##############################################
cvs-1.12.13+real/zlib/configure-307-
cvs-1.12.13+real/zlib/configure:308:    if test "`($CC -c $CFLAGS $test.c) 2>&1`" = ""; then
cvs-1.12.13+real/zlib/configure-309-      echo "Checking for return value of vsprintf()... Yes."
##############################################
cvs-1.12.13+real/zlib/configure-337-
cvs-1.12.13+real/zlib/configure:338:  if test "`($CC $CFLAGS -o $test $test.c) 2>&1`" = ""; then
cvs-1.12.13+real/zlib/configure-339-    echo "Checking for snprintf() in stdio.h... Yes."
##############################################
cvs-1.12.13+real/zlib/configure-356-
cvs-1.12.13+real/zlib/configure:357:    if test "`($CC -c $CFLAGS $test.c) 2>&1`" = ""; then
cvs-1.12.13+real/zlib/configure-358-      echo "Checking for return value of snprintf()... Yes."
##############################################
cvs-1.12.13+real/zlib/configure-388-
cvs-1.12.13+real/zlib/configure:389:    if test "`($CC -c $CFLAGS $test.c) 2>&1`" = ""; then
cvs-1.12.13+real/zlib/configure-390-      echo "Checking for return value of sprintf()... Yes."
##############################################
cvs-1.12.13+real/zlib/configure-404-EOF
cvs-1.12.13+real/zlib/configure:405:if test "`($CC -c $CFLAGS $test.c) 2>&1`" = ""; then
cvs-1.12.13+real/zlib/configure-406-  echo "Checking for errno.h... Yes."
##############################################
cvs-1.12.13+real/zlib/configure-419-EOF
cvs-1.12.13+real/zlib/configure:420:if test "`($CC -c $CFLAGS $test.c) 2>&1`" = ""; then
cvs-1.12.13+real/zlib/configure-421-  CFLAGS="$CFLAGS -DUSE_MMAP"
##############################################
cvs-1.12.13+real/zlib/configure-429-  *ASMV*)
cvs-1.12.13+real/zlib/configure:430:    if test "`nm $test.o | grep _hello`" = ""; then
cvs-1.12.13+real/zlib/configure-431-      CPP="$CPP -DNO_UNDERLINE"
##############################################
cvs-1.12.13+real/zlib/crc32.c-202-/* =========================================================================
cvs-1.12.13+real/zlib/crc32.c:203: * This function can be used by asm versions of crc32()
cvs-1.12.13+real/zlib/crc32.c-204- */
##############################################
cvs-1.12.13+real/zlib/deflate.c-87-#ifdef ASMV
cvs-1.12.13+real/zlib/deflate.c:88:      void match_init OF((void)); /* asm code initialization */
cvs-1.12.13+real/zlib/deflate.c-89-      uInt longest_match  OF((deflate_state *s, IPos cur_match));
##############################################
cvs-1.12.13+real/zlib/deflate.c-1007-#ifdef ASMV
cvs-1.12.13+real/zlib/deflate.c:1008:    match_init(); /* initialize the asm code */
cvs-1.12.13+real/zlib/deflate.c-1009-#endif
##############################################
cvs-1.12.13+real/zlib/deflate.c-1023-#ifndef ASMV
cvs-1.12.13+real/zlib/deflate.c:1024:/* For 80x86 and 680x0, an optimized version will be provided in match.asm or
cvs-1.12.13+real/zlib/deflate.c-1025- * match.S. The code will be functionally equivalent.
##############################################
cvs-1.12.13+real/zlib/zlib.h-967-     8: DEBUG
cvs-1.12.13+real/zlib/zlib.h:968:     9: ASMV or ASMINF -- use ASM code
cvs-1.12.13+real/zlib/zlib.h-969-     10: ZLIB_WINAPI -- exported functions use the WINAPI calling convention
##############################################
cvs-1.12.13+real/zlib/msdos/Makefile.dj2-57-OBJA =
cvs-1.12.13+real/zlib/msdos/Makefile.dj2:58:# to use the asm code: make OBJA=match.o
cvs-1.12.13+real/zlib/msdos/Makefile.dj2-59-
##############################################
cvs-1.12.13+real/zlib/win32/Makefile.gcc-13-#
cvs-1.12.13+real/zlib/win32/Makefile.gcc:14:# To use the asm code, type:
cvs-1.12.13+real/zlib/win32/Makefile.gcc-15-#   cp contrib/asm?86/match.S ./match.S
##############################################
cvs-1.12.13+real/zlib/win32/Makefile.msc-12-#   nmake -f win32/Makefile.msc LOC=-DFOO  (nonstandard build)
cvs-1.12.13+real/zlib/win32/Makefile.msc:13:#   nmake -f win32/Makefile.msc LOC=-DASMV OBJA=match.obj  (use ASM code)
cvs-1.12.13+real/zlib/win32/Makefile.msc-14-
##############################################
cvs-1.12.13+real/zlib/contrib/README.contrib-12-asm686/     by Brian Raiter <breadbox@muppetlabs.com>
cvs-1.12.13+real/zlib/contrib/README.contrib:13:        asm code for Pentium and PPro/PII, using the AT&T (GNU as) syntax
cvs-1.12.13+real/zlib/contrib/README.contrib-14-        See http://www.muppetlabs.com/~breadbox/software/assembly.html
##############################################
cvs-1.12.13+real/zlib/contrib/README.contrib-28-inflate86/  by Chris Anderson <christop@charm.net>
cvs-1.12.13+real/zlib/contrib/README.contrib:29:        Tuned x86 gcc asm code to replace inflate_fast()
cvs-1.12.13+real/zlib/contrib/README.contrib-30-
##############################################
cvs-1.12.13+real/zlib/contrib/README.contrib-42-            and Chuck Walbourn <chuckw@kinesoft.com>
cvs-1.12.13+real/zlib/contrib/README.contrib:43:        asm code for Pentium Pro/PII, using the MASM syntax
cvs-1.12.13+real/zlib/contrib/README.contrib-44-
##############################################
cvs-1.12.13+real/zlib/contrib/README.contrib-49-masmx86/    by Gilles Vollant <info@winimage.com>
cvs-1.12.13+real/zlib/contrib/README.contrib:50:        x86 asm code to replace longest_match() and inflate_fast(),
cvs-1.12.13+real/zlib/contrib/README.contrib-51-        for Visual C++ and MASM
##############################################
cvs-1.12.13+real/zlib/contrib/asm586/match.S-49-/* All the +zlib1222add offsets are due to the addition of fields
cvs-1.12.13+real/zlib/contrib/asm586/match.S:50: *  in zlib in the deflate_state structure since the asm code was first written
cvs-1.12.13+real/zlib/contrib/asm586/match.S-51- * (if you compile with zlib 1.0.4 or older, use "zlib1222add equ (-4)").
##############################################
cvs-1.12.13+real/zlib/contrib/asm586/README.586-38-
cvs-1.12.13+real/zlib/contrib/asm586/README.586:39:To compile zlib with this asm file, copy match.S to the zlib directory
cvs-1.12.13+real/zlib/contrib/asm586/README.586-40-then do:
##############################################
cvs-1.12.13+real/zlib/contrib/asm686/match.S-41-/* All the +zlib1222add offsets are due to the addition of fields
cvs-1.12.13+real/zlib/contrib/asm686/match.S:42: *  in zlib in the deflate_state structure since the asm code was first written
cvs-1.12.13+real/zlib/contrib/asm686/match.S-43- * (if you compile with zlib 1.0.4 or older, use "zlib1222add equ (-4)").
##############################################
cvs-1.12.13+real/zlib/contrib/asm686/README.686-29-
cvs-1.12.13+real/zlib/contrib/asm686/README.686:30:To compile zlib with this asm file, copy match.S to the zlib directory
cvs-1.12.13+real/zlib/contrib/asm686/README.686-31-then do:
##############################################
cvs-1.12.13+real/zlib/contrib/inflate86/inffas86.c-9- *
cvs-1.12.13+real/zlib/contrib/inflate86/inffas86.c:10: * Dec-29-2003 -- I added AMD64 inflate asm support.  This version is also
cvs-1.12.13+real/zlib/contrib/inflate86/inffas86.c-11- * slightly quicker on x86 systems because, instead of using rep movsb to copy
##############################################
cvs-1.12.13+real/zlib/contrib/inflate86/inffas86.c-797-#elif defined( _MSC_VER ) && ! defined( _M_AMD64 )
cvs-1.12.13+real/zlib/contrib/inflate86/inffas86.c:798:    __asm {
cvs-1.12.13+real/zlib/contrib/inflate86/inffas86.c-799-	lea	eax, ar
##############################################
cvs-1.12.13+real/zlib/contrib/masm686/match.asm-1-
cvs-1.12.13+real/zlib/contrib/masm686/match.asm:2:; match.asm -- Pentium-Pro optimized version of longest_match()
cvs-1.12.13+real/zlib/contrib/masm686/match.asm-3-;
cvs-1.12.13+real/zlib/contrib/masm686/match.asm:4:; Updated for zlib 1.1.3 and converted to MASM 6.1x
cvs-1.12.13+real/zlib/contrib/masm686/match.asm-5-; Copyright (C) 2000 Dan Higdon <hdan@kinesoft.com>
##############################################
cvs-1.12.13+real/zlib/contrib/masmx64/bld_ml64.bat:1:ml64.exe /Flinffasx64 /c /Zi inffasx64.asm
cvs-1.12.13+real/zlib/contrib/masmx64/bld_ml64.bat:2:ml64.exe /Flgvmat64   /c /Zi gvmat64.asm
##############################################
cvs-1.12.13+real/zlib/contrib/masmx64/gvmat64.asm-4-
cvs-1.12.13+real/zlib/contrib/masmx64/gvmat64.asm:5:; gvmat64.asm -- Asm portion of the optimized longest_match for 32 bits x86
cvs-1.12.13+real/zlib/contrib/masmx64/gvmat64.asm-6-; Copyright (C) 1995-2005 Jean-loup Gailly, Brian Raiter and Gilles Vollant.
##############################################
cvs-1.12.13+real/zlib/contrib/masmx64/gvmat64.asm-18-; to compile this file for infozip Zip, I use option:
cvs-1.12.13+real/zlib/contrib/masmx64/gvmat64.asm:19:;   ml64.exe /Flgvmat64 /c /Zi /DINFOZIP gvmat64.asm
cvs-1.12.13+real/zlib/contrib/masmx64/gvmat64.asm-20-;
cvs-1.12.13+real/zlib/contrib/masmx64/gvmat64.asm-21-; to compile this file for zLib, I use option:
cvs-1.12.13+real/zlib/contrib/masmx64/gvmat64.asm:22:;   ml64.exe /Flgvmat64 /c /Zi gvmat64.asm
cvs-1.12.13+real/zlib/contrib/masmx64/gvmat64.asm-23-; Be carrefull to adapt zlib1222add below to your version of zLib
##############################################
cvs-1.12.13+real/zlib/contrib/masmx64/gvmat64.asm-75-;  all the +4 offsets are due to the addition of pending_buf_size (in zlib
cvs-1.12.13+real/zlib/contrib/masmx64/gvmat64.asm:76:;  in the deflate_state structure since the asm code was first written
cvs-1.12.13+real/zlib/contrib/masmx64/gvmat64.asm-77-;  (if you compile with zlib 1.0.4 or older, remove the +4).
##############################################
cvs-1.12.13+real/zlib/contrib/masmx64/gvmat64.asm-93-;  all the +zlib1222add offsets are due to the addition of fields
cvs-1.12.13+real/zlib/contrib/masmx64/gvmat64.asm:94:;  in zlib in the deflate_state structure since the asm code was first written
cvs-1.12.13+real/zlib/contrib/masmx64/gvmat64.asm-95-;  (if you compile with zlib 1.0.4 or older, use "zlib1222add equ (-4)").
##############################################
cvs-1.12.13+real/zlib/contrib/masmx64/inffas8664.c-11- *
cvs-1.12.13+real/zlib/contrib/masmx64/inffas8664.c:12: * inffas8664.c call function inffas8664fnc in inffasx64.asm
cvs-1.12.13+real/zlib/contrib/masmx64/inffas8664.c:13: *  inffasx64.asm is automatically convert from AMD64 portion of inffas86.c
cvs-1.12.13+real/zlib/contrib/masmx64/inffas8664.c-14- *
cvs-1.12.13+real/zlib/contrib/masmx64/inffas8664.c:15: * Dec-29-2003 -- I added AMD64 inflate asm support.  This version is also
cvs-1.12.13+real/zlib/contrib/masmx64/inffas8664.c-16- * slightly quicker on x86 systems because, instead of using rep movsb to copy
##############################################
cvs-1.12.13+real/zlib/contrib/masmx64/inffasx64.asm:1:; inffasx64.asm is a hand tuned assembler version of inffast.c - fast decoding
cvs-1.12.13+real/zlib/contrib/masmx64/inffasx64.asm-2-; version for AMD64 on Windows using Microsoft C compiler
cvs-1.12.13+real/zlib/contrib/masmx64/inffasx64.asm-3-;
cvs-1.12.13+real/zlib/contrib/masmx64/inffasx64.asm:4:; inffasx64.asm is automatically convert from AMD64 portion of inffas86.c
cvs-1.12.13+real/zlib/contrib/masmx64/inffasx64.asm:5:; inffasx64.asm is called by inffas8664.c, which contain more info.
cvs-1.12.13+real/zlib/contrib/masmx64/inffasx64.asm-6-
##############################################
cvs-1.12.13+real/zlib/contrib/masmx64/inffasx64.asm-8-; to compile this file, I use option
cvs-1.12.13+real/zlib/contrib/masmx64/inffasx64.asm:9:;   ml64.exe /Flinffasx64 /c /Zi inffasx64.asm
cvs-1.12.13+real/zlib/contrib/masmx64/inffasx64.asm-10-;   with Microsoft Macro Assembler (x64) for AMD64
##############################################
cvs-1.12.13+real/zlib/contrib/masmx64/readme.txt-2--------
cvs-1.12.13+real/zlib/contrib/masmx64/readme.txt:3:This directory contains ASM implementations of the functions
cvs-1.12.13+real/zlib/contrib/masmx64/readme.txt-4-longest_match() and inflate_fast(), for 64 bits x86 (both AMD64 and Intel EM64t),
##############################################
cvs-1.12.13+real/zlib/contrib/masmx64/readme.txt-6-
cvs-1.12.13+real/zlib/contrib/masmx64/readme.txt:7:gvmat64.asm is written by Gilles Vollant (2005), by using Brian Raiter 686/32 bits
cvs-1.12.13+real/zlib/contrib/masmx64/readme.txt-8-   assembly optimized version from Jean-loup Gailly original longest_match function
cvs-1.12.13+real/zlib/contrib/masmx64/readme.txt-9-
cvs-1.12.13+real/zlib/contrib/masmx64/readme.txt:10:inffasx64.asm and inffas8664.c were written by Chris Anderson, by optimizing
cvs-1.12.13+real/zlib/contrib/masmx64/readme.txt-11-   original function from Mark Adler
##############################################
cvs-1.12.13+real/zlib/contrib/masmx86/bld_ml32.bat:1:ml /coff /Zi /c /Flgvmat32.lst  gvmat32.asm 
cvs-1.12.13+real/zlib/contrib/masmx86/bld_ml32.bat:2:ml /coff /Zi /c /Flinffas32.lst inffas32.asm 
##############################################
cvs-1.12.13+real/zlib/contrib/masmx86/gvmat32.asm:1:; gvmat32.asm -- Asm portion of the optimized longest_match for 32 bits x86
cvs-1.12.13+real/zlib/contrib/masmx86/gvmat32.asm-2-; Copyright (C) 1995-1996 Jean-loup Gailly and Gilles Vollant.
##############################################
cvs-1.12.13+real/zlib/contrib/masmx86/gvmat32.asm-21-;  for using an seembly version of longest_match, you need define ASMV in project
cvs-1.12.13+real/zlib/contrib/masmx86/gvmat32.asm:22:;  There is two way in using gvmat32.asm
cvs-1.12.13+real/zlib/contrib/masmx86/gvmat32.asm-23-;
##############################################
cvs-1.12.13+real/zlib/contrib/masmx86/gvmat32.asm-25-;    if you want include both longest_match_7fff and longest_match_686
cvs-1.12.13+real/zlib/contrib/masmx86/gvmat32.asm:26:;    compile the asm file running
cvs-1.12.13+real/zlib/contrib/masmx86/gvmat32.asm:27:;           ml /coff /Zi /Flgvmat32.lst /c gvmat32.asm
cvs-1.12.13+real/zlib/contrib/masmx86/gvmat32.asm-28-;    and include gvmat32c.c in your project
##############################################
cvs-1.12.13+real/zlib/contrib/masmx86/gvmat32.asm-39-;
cvs-1.12.13+real/zlib/contrib/masmx86/gvmat32.asm:40:;    compile the asm file running
cvs-1.12.13+real/zlib/contrib/masmx86/gvmat32.asm:41:;           ml /coff /Zi /c /Flgvmat32.lst /DNOOLDPENTIUMCODE gvmat32.asm
cvs-1.12.13+real/zlib/contrib/masmx86/gvmat32.asm-42-;    and do not include gvmat32c.c in your project (ou define also 
##############################################
cvs-1.12.13+real/zlib/contrib/masmx86/gvmat32.asm-88-;  all the +zlib1222add offsets are due to the addition of fields
cvs-1.12.13+real/zlib/contrib/masmx86/gvmat32.asm:89:;  in zlib in the deflate_state structure since the asm code was first written
cvs-1.12.13+real/zlib/contrib/masmx86/gvmat32.asm-90-;  (if you compile with zlib 1.0.4 or older, use "zlib1222add equ (-4)").
##############################################
cvs-1.12.13+real/zlib/contrib/masmx86/gvmat32.asm-655-
cvs-1.12.13+real/zlib/contrib/masmx86/gvmat32.asm:656:;;; match.asm -- Pentium-Pro-optimized version of longest_match()
cvs-1.12.13+real/zlib/contrib/masmx86/gvmat32.asm-657-;;; Written for zlib 1.1.2
##############################################
cvs-1.12.13+real/zlib/contrib/masmx86/gvmat32c.c-4- *  from Jean-loup Gailly in deflate.c
cvs-1.12.13+real/zlib/contrib/masmx86/gvmat32c.c:5: *  it prepare all parameters and call the assembly longest_match_gvasm
cvs-1.12.13+real/zlib/contrib/masmx86/gvmat32c.c-6- *  longest_match execute standard C code is wmask != 0x7fff
##############################################
cvs-1.12.13+real/zlib/contrib/masmx86/gvmat32c.c-8- *
cvs-1.12.13+real/zlib/contrib/masmx86/gvmat32c.c:9: * Read comment at beginning of gvmat32.asm for more information
cvs-1.12.13+real/zlib/contrib/masmx86/gvmat32c.c-10- */
##############################################
cvs-1.12.13+real/zlib/contrib/masmx86/inffas32.asm:1:;/* inffas32.asm is a hand tuned assembler version of inffast.c -- fast decoding
cvs-1.12.13+real/zlib/contrib/masmx86/inffas32.asm-2-; *
cvs-1.12.13+real/zlib/contrib/masmx86/inffas32.asm:3:; * inffas32.asm is derivated from inffas86.c, with translation of assembly code
cvs-1.12.13+real/zlib/contrib/masmx86/inffas32.asm-4-; *
##############################################
cvs-1.12.13+real/zlib/contrib/masmx86/inffas32.asm-28-;   compile with command line option
cvs-1.12.13+real/zlib/contrib/masmx86/inffas32.asm:29:;   ml  /coff /Zi /c /Flinffas32.lst inffas32.asm
cvs-1.12.13+real/zlib/contrib/masmx86/inffas32.asm-30-
cvs-1.12.13+real/zlib/contrib/masmx86/inffas32.asm-31-;   if you define NO_GZIP (see inflate.h), compile with
cvs-1.12.13+real/zlib/contrib/masmx86/inffas32.asm:32:;   ml  /coff /Zi /c /Flinffas32.lst /DNO_GUNZIP inffas32.asm
cvs-1.12.13+real/zlib/contrib/masmx86/inffas32.asm-33-
##############################################
cvs-1.12.13+real/zlib/contrib/masmx86/mkasm.bat-1-cl /DASMV /I..\.. /O2 /c gvmat32c.c
cvs-1.12.13+real/zlib/contrib/masmx86/mkasm.bat:2:ml /coff /Zi /c /Flgvmat32.lst gvmat32.asm
cvs-1.12.13+real/zlib/contrib/masmx86/mkasm.bat:3:ml /coff /Zi /c /Flinffas32.lst inffas32.asm
##############################################
cvs-1.12.13+real/zlib/contrib/masmx86/readme.txt-3--------
cvs-1.12.13+real/zlib/contrib/masmx86/readme.txt:4:This directory contains ASM implementations of the functions
cvs-1.12.13+real/zlib/contrib/masmx86/readme.txt-5-longest_match() and inflate_fast().
##############################################
cvs-1.12.13+real/zlib/contrib/testzlib/testzlib.c-41-    DWORD dwEdx,dwEax;
cvs-1.12.13+real/zlib/contrib/testzlib/testzlib.c:42:    _asm
cvs-1.12.13+real/zlib/contrib/testzlib/testzlib.c-43-    {
##############################################
cvs-1.12.13+real/zlib/contrib/vstudio/vc7/zlibvc.sln-16-		ConfigName.2 = ReleaseAxp
cvs-1.12.13+real/zlib/contrib/vstudio/vc7/zlibvc.sln:17:		ConfigName.3 = ReleaseWithoutAsm
cvs-1.12.13+real/zlib/contrib/vstudio/vc7/zlibvc.sln-18-		ConfigName.4 = ReleaseWithoutCrtdll
##############################################
cvs-1.12.13+real/zlib/old/os2/Makefile.os2-52-  nt/Makefile.nt nt/zlib.dnt  contrib/README.contrib contrib/*.txt \
cvs-1.12.13+real/zlib/old/os2/Makefile.os2:53:  contrib/asm386/*.asm contrib/asm386/*.c \
cvs-1.12.13+real/zlib/old/os2/Makefile.os2-54-  contrib/asm386/*.bat contrib/asm386/zlibvc.d?? contrib/iostream/*.cpp \
##############################################
cvs-1.12.13+real/zlib/os2/Makefile.os2-52-  nt/Makefile.nt nt/zlib.dnt  contrib/README.contrib contrib/*.txt \
cvs-1.12.13+real/zlib/os2/Makefile.os2:53:  contrib/asm386/*.asm contrib/asm386/*.c \
cvs-1.12.13+real/zlib/os2/Makefile.os2-54-  contrib/asm386/*.bat contrib/asm386/zlibvc.d?? contrib/iostream/*.cpp \
##############################################
cvs-1.12.13+real/aclocal.m4-42-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
cvs-1.12.13+real/aclocal.m4:43:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
cvs-1.12.13+real/aclocal.m4-44-#
##############################################
cvs-1.12.13+real/aclocal.m4-66-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
cvs-1.12.13+real/aclocal.m4:67:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
cvs-1.12.13+real/aclocal.m4-68-# and then we would define $MISSING as
##############################################
cvs-1.12.13+real/aclocal.m4-82-# expand $ac_aux_dir to an absolute path
cvs-1.12.13+real/aclocal.m4:83:am_aux_dir=`cd $ac_aux_dir && pwd`
cvs-1.12.13+real/aclocal.m4-84-])
##############################################
cvs-1.12.13+real/aclocal.m4-180-  if test "$am_compiler_list" = ""; then
cvs-1.12.13+real/aclocal.m4:181:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
cvs-1.12.13+real/aclocal.m4-182-  fi
##############################################
cvs-1.12.13+real/aclocal.m4-290-  # Strip MF so we end up with the name of the file.
cvs-1.12.13+real/aclocal.m4:291:  mf=`echo "$mf" | sed -e 's/:.*$//'`
cvs-1.12.13+real/aclocal.m4-292-  # Check whether this is an Automake generated Makefile or not.
##############################################
cvs-1.12.13+real/aclocal.m4-298-  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
cvs-1.12.13+real/aclocal.m4:299:    dirpart=`AS_DIRNAME("$mf")`
cvs-1.12.13+real/aclocal.m4-300-  else
##############################################
cvs-1.12.13+real/aclocal.m4-304-  # from the Makefile without running `make'.
cvs-1.12.13+real/aclocal.m4:305:  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
cvs-1.12.13+real/aclocal.m4-306-  test -z "$DEPDIR" && continue
cvs-1.12.13+real/aclocal.m4:307:  am__include=`sed -n 's/^am__include = //p' < "$mf"`
cvs-1.12.13+real/aclocal.m4-308-  test -z "am__include" && continue
cvs-1.12.13+real/aclocal.m4:309:  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
cvs-1.12.13+real/aclocal.m4-310-  # When using ansi2knr, U may be empty or an underscore; expand it
cvs-1.12.13+real/aclocal.m4:311:  U=`sed -n 's/^U = //p' < "$mf"`
cvs-1.12.13+real/aclocal.m4-312-  # Find all dependency output files, they are included files with
##############################################
cvs-1.12.13+real/aclocal.m4-320-    test -f "$dirpart/$file" && continue
cvs-1.12.13+real/aclocal.m4:321:    fdir=`AS_DIRNAME(["$file"])`
cvs-1.12.13+real/aclocal.m4-322-    AS_MKDIR_P([$dirpart/$fdir])
##############################################
cvs-1.12.13+real/aclocal.m4-387-# test to see if srcdir already configured
cvs-1.12.13+real/aclocal.m4:388:if test "`cd $srcdir && pwd`" != "`pwd`" &&
cvs-1.12.13+real/aclocal.m4-389-   test -f $srcdir/config.status; then
##############################################
cvs-1.12.13+real/aclocal.m4-463-    * )
cvs-1.12.13+real/aclocal.m4:464:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
cvs-1.12.13+real/aclocal.m4-465-  esac
cvs-1.12.13+real/aclocal.m4-466-done
cvs-1.12.13+real/aclocal.m4:467:echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
cvs-1.12.13+real/aclocal.m4-468-
##############################################
cvs-1.12.13+real/aclocal.m4-564-# case it prints its new name instead of `make'.
cvs-1.12.13+real/aclocal.m4:565:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
cvs-1.12.13+real/aclocal.m4-566-   am__include=include
##############################################
cvs-1.12.13+real/aclocal.m4-572-   echo '.include "confinc"' > confmf
cvs-1.12.13+real/aclocal.m4:573:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
cvs-1.12.13+real/aclocal.m4-574-      am__include=.include
##############################################
cvs-1.12.13+real/aclocal.m4-601-set dummy $CC
cvs-1.12.13+real/aclocal.m4:602:ac_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']`
cvs-1.12.13+real/aclocal.m4:603:if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then
cvs-1.12.13+real/aclocal.m4-604-   # Losing compiler, so override with the script.
##############################################
cvs-1.12.13+real/aclocal.m4-767-if (
cvs-1.12.13+real/aclocal.m4:768:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
cvs-1.12.13+real/aclocal.m4-769-   if test "$[*]" = "X"; then
cvs-1.12.13+real/aclocal.m4-770-      # -L didn't work.
cvs-1.12.13+real/aclocal.m4:771:      set X `ls -t $srcdir/configure conftest.file`
cvs-1.12.13+real/aclocal.m4-772-   fi
##############################################
cvs-1.12.13+real/Makefile.in-401-	dot_seen=no; \
cvs-1.12.13+real/Makefile.in:402:	target=`echo $@ | sed s/-recursive//`; \
cvs-1.12.13+real/Makefile.in-403-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
cvs-1.12.13+real/Makefile.in-437-	rev="$$rev ."; \
cvs-1.12.13+real/Makefile.in:438:	target=`echo $@ | sed s/-recursive//`; \
cvs-1.12.13+real/Makefile.in-439-	for subdir in $$rev; do \
##############################################
cvs-1.12.13+real/Makefile.in-511-GTAGS:
cvs-1.12.13+real/Makefile.in:512:	here=`$(am__cd) $(top_builddir) && pwd` \
cvs-1.12.13+real/Makefile.in-513-	  && cd $(top_srcdir) \
##############################################
cvs-1.12.13+real/Makefile.in-522-	$(mkdir_p) $(distdir)/. $(distdir)/build-aux $(distdir)/contrib $(distdir)/doc $(distdir)/emx $(distdir)/m4 $(distdir)/os2 $(distdir)/src $(distdir)/zlib
cvs-1.12.13+real/Makefile.in:523:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
cvs-1.12.13+real/Makefile.in:524:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
cvs-1.12.13+real/Makefile.in-525-	list='$(DISTFILES)'; for file in $$list; do \
cvs-1.12.13+real/Makefile.in-526-	  case $$file in \
cvs-1.12.13+real/Makefile.in:527:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
cvs-1.12.13+real/Makefile.in:528:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
cvs-1.12.13+real/Makefile.in-529-	  esac; \
cvs-1.12.13+real/Makefile.in-530-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
cvs-1.12.13+real/Makefile.in:531:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
cvs-1.12.13+real/Makefile.in-532-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
cvs-1.12.13+real/Makefile.in-553-	    || exit 1; \
cvs-1.12.13+real/Makefile.in:554:	    distdir=`$(am__cd) $(distdir) && pwd`; \
cvs-1.12.13+real/Makefile.in:555:	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
cvs-1.12.13+real/Makefile.in-556-	    (cd $$subdir && \
##############################################
cvs-1.12.13+real/Makefile.in-613-	chmod a-w $(distdir)
cvs-1.12.13+real/Makefile.in:614:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
cvs-1.12.13+real/Makefile.in-615-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
cvs-1.12.13+real/Makefile.in-644-	@cd $(distuninstallcheck_dir) \
cvs-1.12.13+real/Makefile.in:645:	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
cvs-1.12.13+real/Makefile.in-646-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
cvs-1.12.13+real/Makefile.in-656-	fi
cvs-1.12.13+real/Makefile.in:657:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
cvs-1.12.13+real/Makefile.in-658-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
cvs-1.12.13+real/configure-59-do
cvs-1.12.13+real/configure:60:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
cvs-1.12.13+real/configure-61-    eval $as_var=C; export $as_var
##############################################
cvs-1.12.13+real/configure-117-  as_lineno_2=$LINENO
cvs-1.12.13+real/configure:118:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
cvs-1.12.13+real/configure-119-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
cvs-1.12.13+real/configure-156-  as_lineno_2=$LINENO
cvs-1.12.13+real/configure:157:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
cvs-1.12.13+real/configure-158-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
cvs-1.12.13+real/configure-380-
cvs-1.12.13+real/configure:381:  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
cvs-1.12.13+real/configure-382-
##############################################
cvs-1.12.13+real/configure-413-  -disable-* | --disable-*)
cvs-1.12.13+real/configure:414:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
cvs-1.12.13+real/configure-415-    # Reject names that are not valid shell variable names.
##############################################
cvs-1.12.13+real/configure-418-   { (exit 1); exit 1; }; }
cvs-1.12.13+real/configure:419:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
cvs-1.12.13+real/configure-420-    eval "enable_$ac_feature=no" ;;
##############################################
cvs-1.12.13+real/configure-422-  -enable-* | --enable-*)
cvs-1.12.13+real/configure:423:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
cvs-1.12.13+real/configure-424-    # Reject names that are not valid shell variable names.
##############################################
cvs-1.12.13+real/configure-427-   { (exit 1); exit 1; }; }
cvs-1.12.13+real/configure:428:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
cvs-1.12.13+real/configure-429-    case $ac_option in
cvs-1.12.13+real/configure:430:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
cvs-1.12.13+real/configure-431-      *) ac_optarg=yes ;;
##############################################
cvs-1.12.13+real/configure-604-  -with-* | --with-*)
cvs-1.12.13+real/configure:605:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
cvs-1.12.13+real/configure-606-    # Reject names that are not valid shell variable names.
##############################################
cvs-1.12.13+real/configure-609-   { (exit 1); exit 1; }; }
cvs-1.12.13+real/configure:610:    ac_package=`echo $ac_package| sed 's/-/_/g'`
cvs-1.12.13+real/configure-611-    case $ac_option in
cvs-1.12.13+real/configure:612:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
cvs-1.12.13+real/configure-613-      *) ac_optarg=yes ;;
##############################################
cvs-1.12.13+real/configure-617-  -without-* | --without-*)
cvs-1.12.13+real/configure:618:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
cvs-1.12.13+real/configure-619-    # Reject names that are not valid shell variable names.
##############################################
cvs-1.12.13+real/configure-622-   { (exit 1); exit 1; }; }
cvs-1.12.13+real/configure:623:    ac_package=`echo $ac_package | sed 's/-/_/g'`
cvs-1.12.13+real/configure-624-    eval "with_$ac_package=no" ;;
##############################################
cvs-1.12.13+real/configure-649-  *=*)
cvs-1.12.13+real/configure:650:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
cvs-1.12.13+real/configure-651-    # Reject names that are not valid shell variable names.
##############################################
cvs-1.12.13+real/configure-654-   { (exit 1); exit 1; }; }
cvs-1.12.13+real/configure:655:    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
cvs-1.12.13+real/configure-656-    eval "$ac_envvar='$ac_optarg'"
##############################################
cvs-1.12.13+real/configure-670-if test -n "$ac_prev"; then
cvs-1.12.13+real/configure:671:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
cvs-1.12.13+real/configure-672-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
cvs-1.12.13+real/configure-678-do
cvs-1.12.13+real/configure:679:  eval ac_val=$`echo $ac_var`
cvs-1.12.13+real/configure-680-  case $ac_val in
##############################################
cvs-1.12.13+real/configure-690-do
cvs-1.12.13+real/configure:691:  eval ac_val=$`echo $ac_var`
cvs-1.12.13+real/configure-692-  case $ac_val in
##############################################
cvs-1.12.13+real/configure-757-   { (exit 1); exit 1; }; }
cvs-1.12.13+real/configure:758:srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
cvs-1.12.13+real/configure-759-ac_env_build_alias_set=${build_alias+set}
##############################################
cvs-1.12.13+real/configure-840-By default, \`make install' will install all the files in
cvs-1.12.13+real/configure:841:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
cvs-1.12.13+real/configure:842:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
cvs-1.12.13+real/configure-843-for instance \`--prefix=\$HOME'.
##############################################
cvs-1.12.13+real/configure-1046-if test "$ac_dir" != .; then
cvs-1.12.13+real/configure:1047:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
cvs-1.12.13+real/configure-1048-  # A "../" for each directory in $ac_dir_suffix.
cvs-1.12.13+real/configure:1049:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
cvs-1.12.13+real/configure-1050-else
##############################################
cvs-1.12.13+real/configure-1059-    else
cvs-1.12.13+real/configure:1060:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
cvs-1.12.13+real/configure-1061-    fi ;;
##############################################
cvs-1.12.13+real/configure-1229-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
cvs-1.12.13+real/configure:1230:      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
cvs-1.12.13+real/configure-1231-    esac
##############################################
cvs-1.12.13+real/configure-1301-    do
cvs-1.12.13+real/configure:1302:      eval ac_val=$`echo $ac_var`
cvs-1.12.13+real/configure-1303-      echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
cvs-1.12.13+real/configure-1315-      do
cvs-1.12.13+real/configure:1316:	eval ac_val=$`echo $ac_var`
cvs-1.12.13+real/configure-1317-	echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
cvs-1.12.13+real/configure-1422-    set,)
cvs-1.12.13+real/configure:1423:      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
cvs-1.12.13+real/configure:1424:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
cvs-1.12.13+real/configure-1425-      ac_cache_corrupted=: ;;
##############################################
cvs-1.12.13+real/configure-1445-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
cvs-1.12.13+real/configure:1446:      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
cvs-1.12.13+real/configure-1447-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
cvs-1.12.13+real/configure-1642-if (
cvs-1.12.13+real/configure:1643:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
cvs-1.12.13+real/configure-1644-   if test "$*" = "X"; then
cvs-1.12.13+real/configure-1645-      # -L didn't work.
cvs-1.12.13+real/configure:1646:      set X `ls -t $srcdir/configure conftest.file`
cvs-1.12.13+real/configure-1647-   fi
##############################################
cvs-1.12.13+real/configure-1686-_ACEOF
cvs-1.12.13+real/configure:1687:program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
cvs-1.12.13+real/configure-1688-rm conftest.sed
##############################################
cvs-1.12.13+real/configure-1690-# expand $ac_aux_dir to an absolute path
cvs-1.12.13+real/configure:1691:am_aux_dir=`cd $ac_aux_dir && pwd`
cvs-1.12.13+real/configure-1692-
##############################################
cvs-1.12.13+real/configure-1777-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
cvs-1.12.13+real/configure:1778:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
cvs-1.12.13+real/configure-1779-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
##############################################
cvs-1.12.13+real/configure-1786-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
cvs-1.12.13+real/configure:1787:eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
cvs-1.12.13+real/configure-1788-if test -n "$ac_maketemp"; then
##############################################
cvs-1.12.13+real/configure-1794-fi
cvs-1.12.13+real/configure:1795:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
cvs-1.12.13+real/configure-1796-  echo "$as_me:$LINENO: result: yes" >&5
##############################################
cvs-1.12.13+real/configure-1814-# test to see if srcdir already configured
cvs-1.12.13+real/configure:1815:if test "`cd $srcdir && pwd`" != "`pwd`" &&
cvs-1.12.13+real/configure-1816-   test -f $srcdir/config.status; then
##############################################
cvs-1.12.13+real/configure-2082-# case it prints its new name instead of `make'.
cvs-1.12.13+real/configure:2083:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
cvs-1.12.13+real/configure-2084-   am__include=include
##############################################
cvs-1.12.13+real/configure-2090-   echo '.include "confinc"' > confmf
cvs-1.12.13+real/configure:2091:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
cvs-1.12.13+real/configure-2092-      am__include=.include
##############################################
cvs-1.12.13+real/configure-2441-     "checking for C compiler version" >&5
cvs-1.12.13+real/configure:2442:ac_compiler=`set X $ac_compile; echo $2`
cvs-1.12.13+real/configure-2443-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
cvs-1.12.13+real/configure-2480-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
cvs-1.12.13+real/configure:2481:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
cvs-1.12.13+real/configure-2482-if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
##############################################
cvs-1.12.13+real/configure-2508-    *.* )
cvs-1.12.13+real/configure:2509:	ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
cvs-1.12.13+real/configure-2510-	# FIXME: I believe we export ac_cv_exeext for Libtool,
##############################################
cvs-1.12.13+real/configure-2588-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
cvs-1.12.13+real/configure:2589:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
cvs-1.12.13+real/configure-2590-	  export ac_cv_exeext
##############################################
cvs-1.12.13+real/configure-2638-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
cvs-1.12.13+real/configure:2639:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
cvs-1.12.13+real/configure-2640-       break;;
##############################################
cvs-1.12.13+real/configure-2717-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
cvs-1.12.13+real/configure:2718:GCC=`test $ac_compiler_gnu = yes && echo yes`
cvs-1.12.13+real/configure-2719-ac_test_CFLAGS=${CFLAGS+set}
##############################################
cvs-1.12.13+real/configure-3081-  if test "$am_compiler_list" = ""; then
cvs-1.12.13+real/configure:3082:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
cvs-1.12.13+real/configure-3083-  fi
##############################################
cvs-1.12.13+real/configure-3621-do
cvs-1.12.13+real/configure:3622:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
cvs-1.12.13+real/configure-3623-echo "$as_me:$LINENO: checking for $ac_header" >&5
##############################################
cvs-1.12.13+real/configure-3668-fi
cvs-1.12.13+real/configure:3669:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
cvs-1.12.13+real/configure:3670:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
cvs-1.12.13+real/configure:3671:if test `eval echo '${'$as_ac_Header'}'` = yes; then
cvs-1.12.13+real/configure-3672-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:3673:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-3674-_ACEOF
##############################################
cvs-1.12.13+real/configure-4184-     "checking for C compiler version" >&5
cvs-1.12.13+real/configure:4185:ac_compiler=`set X $ac_compile; echo $2`
cvs-1.12.13+real/configure-4186-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
cvs-1.12.13+real/configure-4259-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
cvs-1.12.13+real/configure:4260:GCC=`test $ac_compiler_gnu = yes && echo yes`
cvs-1.12.13+real/configure-4261-ac_test_CFLAGS=${CFLAGS+set}
##############################################
cvs-1.12.13+real/configure-4623-  if test "$am_compiler_list" = ""; then
cvs-1.12.13+real/configure:4624:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
cvs-1.12.13+real/configure-4625-  fi
##############################################
cvs-1.12.13+real/configure-4781-fi
cvs-1.12.13+real/configure:4782:if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" = yes"; then
cvs-1.12.13+real/configure-4783-  echo "$as_me:$LINENO: result: yes" >&5
##############################################
cvs-1.12.13+real/configure-4797-set dummy $CC
cvs-1.12.13+real/configure:4798:ac_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
cvs-1.12.13+real/configure:4799:if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then
cvs-1.12.13+real/configure-4800-   # Losing compiler, so override with the script.
##############################################
cvs-1.12.13+real/configure-5612-
cvs-1.12.13+real/configure:5613:missing_dir=`cd $ac_aux_dir && pwd`
cvs-1.12.13+real/configure-5614-glocs="$PATH:/usr/local/bin:/usr/contrib/bin:/usr/gnu/bin:/local/bin:/local/gnu/bin:/gnu/bin"
##############################################
cvs-1.12.13+real/configure-5834-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
cvs-1.12.13+real/configure:5835:  as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
cvs-1.12.13+real/configure-5836-echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5
##############################################
cvs-1.12.13+real/configure-5889-fi
cvs-1.12.13+real/configure:5890:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
cvs-1.12.13+real/configure:5891:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
cvs-1.12.13+real/configure:5892:if test `eval echo '${'$as_ac_Header'}'` = yes; then
cvs-1.12.13+real/configure-5893-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:5894:#define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-5895-_ACEOF
##############################################
cvs-1.12.13+real/configure-6425-do
cvs-1.12.13+real/configure:6426:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
cvs-1.12.13+real/configure-6427-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
cvs-1.12.13+real/configure-6432-fi
cvs-1.12.13+real/configure:6433:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
cvs-1.12.13+real/configure:6434:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
cvs-1.12.13+real/configure-6435-else
##############################################
cvs-1.12.13+real/configure-6559-fi
cvs-1.12.13+real/configure:6560:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
cvs-1.12.13+real/configure:6561:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
cvs-1.12.13+real/configure-6562-
cvs-1.12.13+real/configure-6563-fi
cvs-1.12.13+real/configure:6564:if test `eval echo '${'$as_ac_Header'}'` = yes; then
cvs-1.12.13+real/configure-6565-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:6566:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-6567-_ACEOF
##############################################
cvs-1.12.13+real/configure-7399-do
cvs-1.12.13+real/configure:7400:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
cvs-1.12.13+real/configure-7401-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
cvs-1.12.13+real/configure-7488-fi
cvs-1.12.13+real/configure:7489:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
cvs-1.12.13+real/configure:7490:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
cvs-1.12.13+real/configure:7491:if test `eval echo '${'$as_ac_var'}'` = yes; then
cvs-1.12.13+real/configure-7492-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:7493:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-7494-_ACEOF
##############################################
cvs-1.12.13+real/configure-7516-do
cvs-1.12.13+real/configure:7517:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
cvs-1.12.13+real/configure-7518-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
cvs-1.12.13+real/configure-7523-fi
cvs-1.12.13+real/configure:7524:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
cvs-1.12.13+real/configure:7525:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
cvs-1.12.13+real/configure-7526-else
##############################################
cvs-1.12.13+real/configure-7650-fi
cvs-1.12.13+real/configure:7651:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
cvs-1.12.13+real/configure:7652:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
cvs-1.12.13+real/configure-7653-
cvs-1.12.13+real/configure-7654-fi
cvs-1.12.13+real/configure:7655:if test `eval echo '${'$as_ac_Header'}'` = yes; then
cvs-1.12.13+real/configure-7656-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:7657:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-7658-_ACEOF
##############################################
cvs-1.12.13+real/configure-7738-do
cvs-1.12.13+real/configure:7739:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
cvs-1.12.13+real/configure-7740-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
cvs-1.12.13+real/configure-7745-fi
cvs-1.12.13+real/configure:7746:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
cvs-1.12.13+real/configure:7747:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
cvs-1.12.13+real/configure-7748-else
##############################################
cvs-1.12.13+real/configure-7872-fi
cvs-1.12.13+real/configure:7873:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
cvs-1.12.13+real/configure:7874:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
cvs-1.12.13+real/configure-7875-
cvs-1.12.13+real/configure-7876-fi
cvs-1.12.13+real/configure:7877:if test `eval echo '${'$as_ac_Header'}'` = yes; then
cvs-1.12.13+real/configure-7878-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:7879:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-7880-_ACEOF
##############################################
cvs-1.12.13+real/configure-8097-  for ac_func in _getb67 GETB67 getb67; do
cvs-1.12.13+real/configure:8098:    as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
cvs-1.12.13+real/configure-8099-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
cvs-1.12.13+real/configure-8186-fi
cvs-1.12.13+real/configure:8187:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
cvs-1.12.13+real/configure:8188:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
cvs-1.12.13+real/configure:8189:if test `eval echo '${'$as_ac_var'}'` = yes; then
cvs-1.12.13+real/configure-8190-
##############################################
cvs-1.12.13+real/configure-8271-do
cvs-1.12.13+real/configure:8272:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
cvs-1.12.13+real/configure-8273-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
cvs-1.12.13+real/configure-8278-fi
cvs-1.12.13+real/configure:8279:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
cvs-1.12.13+real/configure:8280:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
cvs-1.12.13+real/configure-8281-else
##############################################
cvs-1.12.13+real/configure-8405-fi
cvs-1.12.13+real/configure:8406:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
cvs-1.12.13+real/configure:8407:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
cvs-1.12.13+real/configure-8408-
cvs-1.12.13+real/configure-8409-fi
cvs-1.12.13+real/configure:8410:if test `eval echo '${'$as_ac_Header'}'` = yes; then
cvs-1.12.13+real/configure-8411-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:8412:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-8413-_ACEOF
##############################################
cvs-1.12.13+real/configure-9014-do
cvs-1.12.13+real/configure:9015:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
cvs-1.12.13+real/configure-9016-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
cvs-1.12.13+real/configure-9103-fi
cvs-1.12.13+real/configure:9104:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
cvs-1.12.13+real/configure:9105:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
cvs-1.12.13+real/configure:9106:if test `eval echo '${'$as_ac_var'}'` = yes; then
cvs-1.12.13+real/configure-9107-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:9108:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-9109-_ACEOF
##############################################
cvs-1.12.13+real/configure-9299-do
cvs-1.12.13+real/configure:9300:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
cvs-1.12.13+real/configure-9301-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
cvs-1.12.13+real/configure-9388-fi
cvs-1.12.13+real/configure:9389:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
cvs-1.12.13+real/configure:9390:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
cvs-1.12.13+real/configure:9391:if test `eval echo '${'$as_ac_var'}'` = yes; then
cvs-1.12.13+real/configure-9392-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:9393:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-9394-_ACEOF
##############################################
cvs-1.12.13+real/configure-9410-do
cvs-1.12.13+real/configure:9411:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
cvs-1.12.13+real/configure-9412-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
cvs-1.12.13+real/configure-9417-fi
cvs-1.12.13+real/configure:9418:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
cvs-1.12.13+real/configure:9419:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
cvs-1.12.13+real/configure-9420-else
##############################################
cvs-1.12.13+real/configure-9544-fi
cvs-1.12.13+real/configure:9545:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
cvs-1.12.13+real/configure:9546:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
cvs-1.12.13+real/configure-9547-
cvs-1.12.13+real/configure-9548-fi
cvs-1.12.13+real/configure:9549:if test `eval echo '${'$as_ac_Header'}'` = yes; then
cvs-1.12.13+real/configure-9550-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:9551:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-9552-_ACEOF
##############################################
cvs-1.12.13+real/configure-9821-do
cvs-1.12.13+real/configure:9822:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
cvs-1.12.13+real/configure-9823-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
cvs-1.12.13+real/configure-9910-fi
cvs-1.12.13+real/configure:9911:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
cvs-1.12.13+real/configure:9912:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
cvs-1.12.13+real/configure:9913:if test `eval echo '${'$as_ac_var'}'` = yes; then
cvs-1.12.13+real/configure-9914-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:9915:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-9916-_ACEOF
##############################################
cvs-1.12.13+real/configure-10581-  # expand $ac_aux_dir to an absolute path
cvs-1.12.13+real/configure:10582:  am_aux_dir=`cd $ac_aux_dir && pwd`
cvs-1.12.13+real/configure-10583-
##############################################
cvs-1.12.13+real/configure-10798-do
cvs-1.12.13+real/configure:10799:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
cvs-1.12.13+real/configure-10800-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
cvs-1.12.13+real/configure-10887-fi
cvs-1.12.13+real/configure:10888:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
cvs-1.12.13+real/configure:10889:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
cvs-1.12.13+real/configure:10890:if test `eval echo '${'$as_ac_var'}'` = yes; then
cvs-1.12.13+real/configure-10891-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:10892:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-10893-_ACEOF
##############################################
cvs-1.12.13+real/configure-11301-do
cvs-1.12.13+real/configure:11302:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
cvs-1.12.13+real/configure-11303-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
cvs-1.12.13+real/configure-11308-fi
cvs-1.12.13+real/configure:11309:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
cvs-1.12.13+real/configure:11310:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
cvs-1.12.13+real/configure-11311-else
##############################################
cvs-1.12.13+real/configure-11435-fi
cvs-1.12.13+real/configure:11436:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
cvs-1.12.13+real/configure:11437:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
cvs-1.12.13+real/configure-11438-
cvs-1.12.13+real/configure-11439-fi
cvs-1.12.13+real/configure:11440:if test `eval echo '${'$as_ac_Header'}'` = yes; then
cvs-1.12.13+real/configure-11441-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:11442:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-11443-_ACEOF
##############################################
cvs-1.12.13+real/configure-11456-do
cvs-1.12.13+real/configure:11457:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
cvs-1.12.13+real/configure-11458-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
cvs-1.12.13+real/configure-11545-fi
cvs-1.12.13+real/configure:11546:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
cvs-1.12.13+real/configure:11547:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
cvs-1.12.13+real/configure:11548:if test `eval echo '${'$as_ac_var'}'` = yes; then
cvs-1.12.13+real/configure-11549-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:11550:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-11551-_ACEOF
##############################################
cvs-1.12.13+real/configure-13234-do
cvs-1.12.13+real/configure:13235:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
cvs-1.12.13+real/configure-13236-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
cvs-1.12.13+real/configure-13241-fi
cvs-1.12.13+real/configure:13242:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
cvs-1.12.13+real/configure:13243:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
cvs-1.12.13+real/configure-13244-else
##############################################
cvs-1.12.13+real/configure-13368-fi
cvs-1.12.13+real/configure:13369:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
cvs-1.12.13+real/configure:13370:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
cvs-1.12.13+real/configure-13371-
cvs-1.12.13+real/configure-13372-fi
cvs-1.12.13+real/configure:13373:if test `eval echo '${'$as_ac_Header'}'` = yes; then
cvs-1.12.13+real/configure-13374-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:13375:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-13376-_ACEOF
##############################################
cvs-1.12.13+real/configure-13384-do
cvs-1.12.13+real/configure:13385:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
cvs-1.12.13+real/configure-13386-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
cvs-1.12.13+real/configure-13473-fi
cvs-1.12.13+real/configure:13474:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
cvs-1.12.13+real/configure:13475:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
cvs-1.12.13+real/configure:13476:if test `eval echo '${'$as_ac_var'}'` = yes; then
cvs-1.12.13+real/configure-13477-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:13478:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-13479-_ACEOF
##############################################
cvs-1.12.13+real/configure-13711-do
cvs-1.12.13+real/configure:13712:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
cvs-1.12.13+real/configure-13713-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
cvs-1.12.13+real/configure-13718-fi
cvs-1.12.13+real/configure:13719:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
cvs-1.12.13+real/configure:13720:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
cvs-1.12.13+real/configure-13721-else
##############################################
cvs-1.12.13+real/configure-13845-fi
cvs-1.12.13+real/configure:13846:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
cvs-1.12.13+real/configure:13847:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
cvs-1.12.13+real/configure-13848-
cvs-1.12.13+real/configure-13849-fi
cvs-1.12.13+real/configure:13850:if test `eval echo '${'$as_ac_Header'}'` = yes; then
cvs-1.12.13+real/configure-13851-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:13852:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-13853-_ACEOF
##############################################
cvs-1.12.13+real/configure-13861-do
cvs-1.12.13+real/configure:13862:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
cvs-1.12.13+real/configure-13863-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
cvs-1.12.13+real/configure-13950-fi
cvs-1.12.13+real/configure:13951:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
cvs-1.12.13+real/configure:13952:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
cvs-1.12.13+real/configure:13953:if test `eval echo '${'$as_ac_var'}'` = yes; then
cvs-1.12.13+real/configure-13954-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:13955:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-13956-_ACEOF
##############################################
cvs-1.12.13+real/configure-14451-do
cvs-1.12.13+real/configure:14452:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
cvs-1.12.13+real/configure-14453-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
cvs-1.12.13+real/configure-14540-fi
cvs-1.12.13+real/configure:14541:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
cvs-1.12.13+real/configure:14542:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
cvs-1.12.13+real/configure:14543:if test `eval echo '${'$as_ac_var'}'` = yes; then
cvs-1.12.13+real/configure-14544-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:14545:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-14546-_ACEOF
##############################################
cvs-1.12.13+real/configure-15586-
cvs-1.12.13+real/configure:15587:ac_lo=`expr $ac_mid + 1`
cvs-1.12.13+real/configure-15588-		    if test $ac_lo -le $ac_mid; then
##############################################
cvs-1.12.13+real/configure-15591-		    fi
cvs-1.12.13+real/configure:15592:		    ac_mid=`expr 2 '*' $ac_mid + 1`
cvs-1.12.13+real/configure-15593-fi
##############################################
cvs-1.12.13+real/configure-15696-
cvs-1.12.13+real/configure:15697:ac_hi=`expr '(' $ac_mid ')' - 1`
cvs-1.12.13+real/configure-15698-		       if test $ac_mid -le $ac_hi; then
##############################################
cvs-1.12.13+real/configure-15701-		       fi
cvs-1.12.13+real/configure:15702:		       ac_mid=`expr 2 '*' $ac_mid`
cvs-1.12.13+real/configure-15703-fi
##############################################
cvs-1.12.13+real/configure-15716-while test "x$ac_lo" != "x$ac_hi"; do
cvs-1.12.13+real/configure:15717:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
cvs-1.12.13+real/configure-15718-  cat >conftest.$ac_ext <<_ACEOF
##############################################
cvs-1.12.13+real/configure-15767-
cvs-1.12.13+real/configure:15768:ac_lo=`expr '(' $ac_mid ')' + 1`
cvs-1.12.13+real/configure-15769-fi
##############################################
cvs-1.12.13+real/configure-16262-do
cvs-1.12.13+real/configure:16263:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
cvs-1.12.13+real/configure-16264-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
cvs-1.12.13+real/configure-16351-fi
cvs-1.12.13+real/configure:16352:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
cvs-1.12.13+real/configure:16353:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
cvs-1.12.13+real/configure:16354:if test `eval echo '${'$as_ac_var'}'` = yes; then
cvs-1.12.13+real/configure-16355-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:16356:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-16357-_ACEOF
##############################################
cvs-1.12.13+real/configure-16407-do
cvs-1.12.13+real/configure:16408:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
cvs-1.12.13+real/configure-16409-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
cvs-1.12.13+real/configure-16414-fi
cvs-1.12.13+real/configure:16415:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
cvs-1.12.13+real/configure:16416:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
cvs-1.12.13+real/configure-16417-else
##############################################
cvs-1.12.13+real/configure-16541-fi
cvs-1.12.13+real/configure:16542:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
cvs-1.12.13+real/configure:16543:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
cvs-1.12.13+real/configure-16544-
cvs-1.12.13+real/configure-16545-fi
cvs-1.12.13+real/configure:16546:if test `eval echo '${'$as_ac_Header'}'` = yes; then
cvs-1.12.13+real/configure-16547-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:16548:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-16549-_ACEOF
##############################################
cvs-1.12.13+real/configure-16558-do
cvs-1.12.13+real/configure:16559:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
cvs-1.12.13+real/configure-16560-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
cvs-1.12.13+real/configure-16647-fi
cvs-1.12.13+real/configure:16648:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
cvs-1.12.13+real/configure:16649:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
cvs-1.12.13+real/configure:16650:if test `eval echo '${'$as_ac_var'}'` = yes; then
cvs-1.12.13+real/configure-16651-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:16652:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-16653-_ACEOF
##############################################
cvs-1.12.13+real/configure-16726-do
cvs-1.12.13+real/configure:16727:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
cvs-1.12.13+real/configure-16728-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
cvs-1.12.13+real/configure-16815-fi
cvs-1.12.13+real/configure:16816:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
cvs-1.12.13+real/configure:16817:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
cvs-1.12.13+real/configure:16818:if test `eval echo '${'$as_ac_var'}'` = yes; then
cvs-1.12.13+real/configure-16819-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:16820:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-16821-_ACEOF
##############################################
cvs-1.12.13+real/configure-16847-do
cvs-1.12.13+real/configure:16848:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
cvs-1.12.13+real/configure-16849-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
cvs-1.12.13+real/configure-16936-fi
cvs-1.12.13+real/configure:16937:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
cvs-1.12.13+real/configure:16938:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
cvs-1.12.13+real/configure:16939:if test `eval echo '${'$as_ac_var'}'` = yes; then
cvs-1.12.13+real/configure-16940-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:16941:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-16942-_ACEOF
##############################################
cvs-1.12.13+real/configure-16985-do
cvs-1.12.13+real/configure:16986:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
cvs-1.12.13+real/configure-16987-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
cvs-1.12.13+real/configure-17074-fi
cvs-1.12.13+real/configure:17075:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
cvs-1.12.13+real/configure:17076:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
cvs-1.12.13+real/configure:17077:if test `eval echo '${'$as_ac_var'}'` = yes; then
cvs-1.12.13+real/configure-17078-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:17079:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-17080-_ACEOF
##############################################
cvs-1.12.13+real/configure-17132-do
cvs-1.12.13+real/configure:17133:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
cvs-1.12.13+real/configure-17134-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
cvs-1.12.13+real/configure-17221-fi
cvs-1.12.13+real/configure:17222:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
cvs-1.12.13+real/configure:17223:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
cvs-1.12.13+real/configure:17224:if test `eval echo '${'$as_ac_var'}'` = yes; then
cvs-1.12.13+real/configure-17225-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:17226:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-17227-_ACEOF
##############################################
cvs-1.12.13+real/configure-17437-do
cvs-1.12.13+real/configure:17438:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
cvs-1.12.13+real/configure-17439-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
cvs-1.12.13+real/configure-17526-fi
cvs-1.12.13+real/configure:17527:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
cvs-1.12.13+real/configure:17528:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
cvs-1.12.13+real/configure:17529:if test `eval echo '${'$as_ac_var'}'` = yes; then
cvs-1.12.13+real/configure-17530-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:17531:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-17532-_ACEOF
##############################################
cvs-1.12.13+real/configure-17540-do
cvs-1.12.13+real/configure:17541:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
cvs-1.12.13+real/configure-17542-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
cvs-1.12.13+real/configure-17547-fi
cvs-1.12.13+real/configure:17548:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
cvs-1.12.13+real/configure:17549:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
cvs-1.12.13+real/configure-17550-else
##############################################
cvs-1.12.13+real/configure-17674-fi
cvs-1.12.13+real/configure:17675:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
cvs-1.12.13+real/configure:17676:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
cvs-1.12.13+real/configure-17677-
cvs-1.12.13+real/configure-17678-fi
cvs-1.12.13+real/configure:17679:if test `eval echo '${'$as_ac_Header'}'` = yes; then
cvs-1.12.13+real/configure-17680-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:17681:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-17682-_ACEOF
##############################################
cvs-1.12.13+real/configure-17715-do
cvs-1.12.13+real/configure:17716:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
cvs-1.12.13+real/configure-17717-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
cvs-1.12.13+real/configure-17722-fi
cvs-1.12.13+real/configure:17723:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
cvs-1.12.13+real/configure:17724:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
cvs-1.12.13+real/configure-17725-else
##############################################
cvs-1.12.13+real/configure-17849-fi
cvs-1.12.13+real/configure:17850:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
cvs-1.12.13+real/configure:17851:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
cvs-1.12.13+real/configure-17852-
cvs-1.12.13+real/configure-17853-fi
cvs-1.12.13+real/configure:17854:if test `eval echo '${'$as_ac_Header'}'` = yes; then
cvs-1.12.13+real/configure-17855-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:17856:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-17857-_ACEOF
##############################################
cvs-1.12.13+real/configure-17865-do
cvs-1.12.13+real/configure:17866:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
cvs-1.12.13+real/configure-17867-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
cvs-1.12.13+real/configure-17954-fi
cvs-1.12.13+real/configure:17955:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
cvs-1.12.13+real/configure:17956:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
cvs-1.12.13+real/configure:17957:if test `eval echo '${'$as_ac_var'}'` = yes; then
cvs-1.12.13+real/configure-17958-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:17959:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-17960-_ACEOF
##############################################
cvs-1.12.13+real/configure-18155-do
cvs-1.12.13+real/configure:18156:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
cvs-1.12.13+real/configure-18157-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
cvs-1.12.13+real/configure-18244-fi
cvs-1.12.13+real/configure:18245:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
cvs-1.12.13+real/configure:18246:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
cvs-1.12.13+real/configure:18247:if test `eval echo '${'$as_ac_var'}'` = yes; then
cvs-1.12.13+real/configure-18248-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:18249:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-18250-_ACEOF
##############################################
cvs-1.12.13+real/configure-18276-do
cvs-1.12.13+real/configure:18277:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
cvs-1.12.13+real/configure-18278-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
cvs-1.12.13+real/configure-18365-fi
cvs-1.12.13+real/configure:18366:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
cvs-1.12.13+real/configure:18367:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
cvs-1.12.13+real/configure:18368:if test `eval echo '${'$as_ac_var'}'` = yes; then
cvs-1.12.13+real/configure-18369-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:18370:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-18371-_ACEOF
##############################################
cvs-1.12.13+real/configure-18509-do
cvs-1.12.13+real/configure:18510:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
cvs-1.12.13+real/configure-18511-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
cvs-1.12.13+real/configure-18598-fi
cvs-1.12.13+real/configure:18599:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
cvs-1.12.13+real/configure:18600:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
cvs-1.12.13+real/configure:18601:if test `eval echo '${'$as_ac_var'}'` = yes; then
cvs-1.12.13+real/configure-18602-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:18603:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-18604-_ACEOF
##############################################
cvs-1.12.13+real/configure-19090-do
cvs-1.12.13+real/configure:19091:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
cvs-1.12.13+real/configure-19092-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
cvs-1.12.13+real/configure-19179-fi
cvs-1.12.13+real/configure:19180:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
cvs-1.12.13+real/configure:19181:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
cvs-1.12.13+real/configure:19182:if test `eval echo '${'$as_ac_var'}'` = yes; then
cvs-1.12.13+real/configure-19183-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:19184:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-19185-_ACEOF
##############################################
cvs-1.12.13+real/configure-19213-do
cvs-1.12.13+real/configure:19214:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
cvs-1.12.13+real/configure-19215-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
cvs-1.12.13+real/configure-19302-fi
cvs-1.12.13+real/configure:19303:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
cvs-1.12.13+real/configure:19304:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
cvs-1.12.13+real/configure:19305:if test `eval echo '${'$as_ac_var'}'` = yes; then
cvs-1.12.13+real/configure-19306-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:19307:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-19308-_ACEOF
##############################################
cvs-1.12.13+real/configure-19319-do
cvs-1.12.13+real/configure:19320:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
cvs-1.12.13+real/configure-19321-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
cvs-1.12.13+real/configure-19408-fi
cvs-1.12.13+real/configure:19409:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
cvs-1.12.13+real/configure:19410:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
cvs-1.12.13+real/configure:19411:if test `eval echo '${'$as_ac_var'}'` = yes; then
cvs-1.12.13+real/configure-19412-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:19413:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-19414-_ACEOF
##############################################
cvs-1.12.13+real/configure-19433-do
cvs-1.12.13+real/configure:19434:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
cvs-1.12.13+real/configure-19435-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
cvs-1.12.13+real/configure-19522-fi
cvs-1.12.13+real/configure:19523:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
cvs-1.12.13+real/configure:19524:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
cvs-1.12.13+real/configure:19525:if test `eval echo '${'$as_ac_var'}'` = yes; then
cvs-1.12.13+real/configure-19526-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:19527:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-19528-_ACEOF
##############################################
cvs-1.12.13+real/configure-19794-do
cvs-1.12.13+real/configure:19795:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
cvs-1.12.13+real/configure-19796-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
cvs-1.12.13+real/configure-19883-fi
cvs-1.12.13+real/configure:19884:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
cvs-1.12.13+real/configure:19885:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
cvs-1.12.13+real/configure:19886:if test `eval echo '${'$as_ac_var'}'` = yes; then
cvs-1.12.13+real/configure-19887-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:19888:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-19889-_ACEOF
##############################################
cvs-1.12.13+real/configure-19917-do
cvs-1.12.13+real/configure:19918:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
cvs-1.12.13+real/configure-19919-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
cvs-1.12.13+real/configure-20006-fi
cvs-1.12.13+real/configure:20007:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
cvs-1.12.13+real/configure:20008:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
cvs-1.12.13+real/configure:20009:if test `eval echo '${'$as_ac_var'}'` = yes; then
cvs-1.12.13+real/configure-20010-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:20011:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-20012-_ACEOF
##############################################
cvs-1.12.13+real/configure-20026-do
cvs-1.12.13+real/configure:20027:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
cvs-1.12.13+real/configure-20028-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
cvs-1.12.13+real/configure-20115-fi
cvs-1.12.13+real/configure:20116:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
cvs-1.12.13+real/configure:20117:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
cvs-1.12.13+real/configure:20118:if test `eval echo '${'$as_ac_var'}'` = yes; then
cvs-1.12.13+real/configure-20119-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:20120:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-20121-_ACEOF
##############################################
cvs-1.12.13+real/configure-20241-do
cvs-1.12.13+real/configure:20242:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
cvs-1.12.13+real/configure-20243-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
cvs-1.12.13+real/configure-20248-fi
cvs-1.12.13+real/configure:20249:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
cvs-1.12.13+real/configure:20250:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
cvs-1.12.13+real/configure-20251-else
##############################################
cvs-1.12.13+real/configure-20375-fi
cvs-1.12.13+real/configure:20376:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
cvs-1.12.13+real/configure:20377:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
cvs-1.12.13+real/configure-20378-
cvs-1.12.13+real/configure-20379-fi
cvs-1.12.13+real/configure:20380:if test `eval echo '${'$as_ac_Header'}'` = yes; then
cvs-1.12.13+real/configure-20381-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:20382:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-20383-_ACEOF
##############################################
cvs-1.12.13+real/configure-20391-do
cvs-1.12.13+real/configure:20392:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
cvs-1.12.13+real/configure-20393-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
cvs-1.12.13+real/configure-20480-fi
cvs-1.12.13+real/configure:20481:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
cvs-1.12.13+real/configure:20482:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
cvs-1.12.13+real/configure:20483:if test `eval echo '${'$as_ac_var'}'` = yes; then
cvs-1.12.13+real/configure-20484-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:20485:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-20486-_ACEOF
##############################################
cvs-1.12.13+real/configure-20695-do
cvs-1.12.13+real/configure:20696:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
cvs-1.12.13+real/configure-20697-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
cvs-1.12.13+real/configure-20702-fi
cvs-1.12.13+real/configure:20703:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
cvs-1.12.13+real/configure:20704:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
cvs-1.12.13+real/configure-20705-else
##############################################
cvs-1.12.13+real/configure-20829-fi
cvs-1.12.13+real/configure:20830:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
cvs-1.12.13+real/configure:20831:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
cvs-1.12.13+real/configure-20832-
cvs-1.12.13+real/configure-20833-fi
cvs-1.12.13+real/configure:20834:if test `eval echo '${'$as_ac_Header'}'` = yes; then
cvs-1.12.13+real/configure-20835-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:20836:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-20837-_ACEOF
##############################################
cvs-1.12.13+real/configure-21008-do
cvs-1.12.13+real/configure:21009:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
cvs-1.12.13+real/configure-21010-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
cvs-1.12.13+real/configure-21015-fi
cvs-1.12.13+real/configure:21016:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
cvs-1.12.13+real/configure:21017:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
cvs-1.12.13+real/configure-21018-else
##############################################
cvs-1.12.13+real/configure-21142-fi
cvs-1.12.13+real/configure:21143:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
cvs-1.12.13+real/configure:21144:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
cvs-1.12.13+real/configure-21145-
cvs-1.12.13+real/configure-21146-fi
cvs-1.12.13+real/configure:21147:if test `eval echo '${'$as_ac_Header'}'` = yes; then
cvs-1.12.13+real/configure-21148-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:21149:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-21150-_ACEOF
##############################################
cvs-1.12.13+real/configure-21287-do
cvs-1.12.13+real/configure:21288:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
cvs-1.12.13+real/configure-21289-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
cvs-1.12.13+real/configure-21376-fi
cvs-1.12.13+real/configure:21377:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
cvs-1.12.13+real/configure:21378:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
cvs-1.12.13+real/configure:21379:if test `eval echo '${'$as_ac_var'}'` = yes; then
cvs-1.12.13+real/configure-21380-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:21381:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-21382-_ACEOF
##############################################
cvs-1.12.13+real/configure-21401-do
cvs-1.12.13+real/configure:21402:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
cvs-1.12.13+real/configure-21403-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
cvs-1.12.13+real/configure-21408-fi
cvs-1.12.13+real/configure:21409:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
cvs-1.12.13+real/configure:21410:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
cvs-1.12.13+real/configure-21411-else
##############################################
cvs-1.12.13+real/configure-21535-fi
cvs-1.12.13+real/configure:21536:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
cvs-1.12.13+real/configure:21537:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
cvs-1.12.13+real/configure-21538-
cvs-1.12.13+real/configure-21539-fi
cvs-1.12.13+real/configure:21540:if test `eval echo '${'$as_ac_Header'}'` = yes; then
cvs-1.12.13+real/configure-21541-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:21542:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-21543-_ACEOF
##############################################
cvs-1.12.13+real/configure-21555-do
cvs-1.12.13+real/configure:21556:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
cvs-1.12.13+real/configure-21557-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
cvs-1.12.13+real/configure-21644-fi
cvs-1.12.13+real/configure:21645:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
cvs-1.12.13+real/configure:21646:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
cvs-1.12.13+real/configure:21647:if test `eval echo '${'$as_ac_var'}'` = yes; then
cvs-1.12.13+real/configure-21648-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:21649:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-21650-_ACEOF
##############################################
cvs-1.12.13+real/configure-21678-do
cvs-1.12.13+real/configure:21679:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
cvs-1.12.13+real/configure-21680-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
cvs-1.12.13+real/configure-21767-fi
cvs-1.12.13+real/configure:21768:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
cvs-1.12.13+real/configure:21769:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
cvs-1.12.13+real/configure:21770:if test `eval echo '${'$as_ac_var'}'` = yes; then
cvs-1.12.13+real/configure-21771-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:21772:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-21773-_ACEOF
##############################################
cvs-1.12.13+real/configure-21809-do
cvs-1.12.13+real/configure:21810:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
cvs-1.12.13+real/configure-21811-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
cvs-1.12.13+real/configure-21898-fi
cvs-1.12.13+real/configure:21899:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
cvs-1.12.13+real/configure:21900:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
cvs-1.12.13+real/configure:21901:if test `eval echo '${'$as_ac_var'}'` = yes; then
cvs-1.12.13+real/configure-21902-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:21903:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-21904-_ACEOF
##############################################
cvs-1.12.13+real/configure-22002-do
cvs-1.12.13+real/configure:22003:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
cvs-1.12.13+real/configure-22004-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
cvs-1.12.13+real/configure-22091-fi
cvs-1.12.13+real/configure:22092:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
cvs-1.12.13+real/configure:22093:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
cvs-1.12.13+real/configure:22094:if test `eval echo '${'$as_ac_var'}'` = yes; then
cvs-1.12.13+real/configure-22095-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:22096:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-22097-_ACEOF
##############################################
cvs-1.12.13+real/configure-22221-do
cvs-1.12.13+real/configure:22222:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
cvs-1.12.13+real/configure-22223-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
cvs-1.12.13+real/configure-22310-fi
cvs-1.12.13+real/configure:22311:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
cvs-1.12.13+real/configure:22312:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
cvs-1.12.13+real/configure:22313:if test `eval echo '${'$as_ac_var'}'` = yes; then
cvs-1.12.13+real/configure-22314-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:22315:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-22316-_ACEOF
##############################################
cvs-1.12.13+real/configure-22589-do
cvs-1.12.13+real/configure:22590:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
cvs-1.12.13+real/configure-22591-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
cvs-1.12.13+real/configure-22678-fi
cvs-1.12.13+real/configure:22679:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
cvs-1.12.13+real/configure:22680:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
cvs-1.12.13+real/configure:22681:if test `eval echo '${'$as_ac_var'}'` = yes; then
cvs-1.12.13+real/configure-22682-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:22683:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-22684-_ACEOF
##############################################
cvs-1.12.13+real/configure-22926-do
cvs-1.12.13+real/configure:22927:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
cvs-1.12.13+real/configure-22928-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
cvs-1.12.13+real/configure-23015-fi
cvs-1.12.13+real/configure:23016:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
cvs-1.12.13+real/configure:23017:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
cvs-1.12.13+real/configure:23018:if test `eval echo '${'$as_ac_var'}'` = yes; then
cvs-1.12.13+real/configure-23019-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:23020:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-23021-_ACEOF
##############################################
cvs-1.12.13+real/configure-23042-do
cvs-1.12.13+real/configure:23043:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
cvs-1.12.13+real/configure-23044-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
cvs-1.12.13+real/configure-23049-fi
cvs-1.12.13+real/configure:23050:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
cvs-1.12.13+real/configure:23051:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
cvs-1.12.13+real/configure-23052-else
##############################################
cvs-1.12.13+real/configure-23176-fi
cvs-1.12.13+real/configure:23177:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
cvs-1.12.13+real/configure:23178:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
cvs-1.12.13+real/configure-23179-
cvs-1.12.13+real/configure-23180-fi
cvs-1.12.13+real/configure:23181:if test `eval echo '${'$as_ac_Header'}'` = yes; then
cvs-1.12.13+real/configure-23182-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:23183:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-23184-_ACEOF
##############################################
cvs-1.12.13+real/configure-23613-do
cvs-1.12.13+real/configure:23614:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
cvs-1.12.13+real/configure-23615-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
cvs-1.12.13+real/configure-23702-fi
cvs-1.12.13+real/configure:23703:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
cvs-1.12.13+real/configure:23704:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
cvs-1.12.13+real/configure:23705:if test `eval echo '${'$as_ac_var'}'` = yes; then
cvs-1.12.13+real/configure-23706-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:23707:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-23708-_ACEOF
##############################################
cvs-1.12.13+real/configure-23756-do
cvs-1.12.13+real/configure:23757:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
cvs-1.12.13+real/configure-23758-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
cvs-1.12.13+real/configure-23845-fi
cvs-1.12.13+real/configure:23846:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
cvs-1.12.13+real/configure:23847:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
cvs-1.12.13+real/configure:23848:if test `eval echo '${'$as_ac_var'}'` = yes; then
cvs-1.12.13+real/configure-23849-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:23850:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-23851-_ACEOF
##############################################
cvs-1.12.13+real/configure-23878-do
cvs-1.12.13+real/configure:23879:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
cvs-1.12.13+real/configure-23880-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
cvs-1.12.13+real/configure-23885-fi
cvs-1.12.13+real/configure:23886:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
cvs-1.12.13+real/configure:23887:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
cvs-1.12.13+real/configure-23888-else
##############################################
cvs-1.12.13+real/configure-24012-fi
cvs-1.12.13+real/configure:24013:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
cvs-1.12.13+real/configure:24014:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
cvs-1.12.13+real/configure-24015-
cvs-1.12.13+real/configure-24016-fi
cvs-1.12.13+real/configure:24017:if test `eval echo '${'$as_ac_Header'}'` = yes; then
cvs-1.12.13+real/configure-24018-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:24019:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-24020-_ACEOF
##############################################
cvs-1.12.13+real/configure-24028-do
cvs-1.12.13+real/configure:24029:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
cvs-1.12.13+real/configure-24030-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
cvs-1.12.13+real/configure-24117-fi
cvs-1.12.13+real/configure:24118:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
cvs-1.12.13+real/configure:24119:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
cvs-1.12.13+real/configure:24120:if test `eval echo '${'$as_ac_var'}'` = yes; then
cvs-1.12.13+real/configure-24121-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:24122:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-24123-_ACEOF
##############################################
cvs-1.12.13+real/configure-24480-do
cvs-1.12.13+real/configure:24481:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
cvs-1.12.13+real/configure-24482-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
cvs-1.12.13+real/configure-24487-fi
cvs-1.12.13+real/configure:24488:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
cvs-1.12.13+real/configure:24489:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
cvs-1.12.13+real/configure-24490-else
##############################################
cvs-1.12.13+real/configure-24614-fi
cvs-1.12.13+real/configure:24615:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
cvs-1.12.13+real/configure:24616:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
cvs-1.12.13+real/configure-24617-
cvs-1.12.13+real/configure-24618-fi
cvs-1.12.13+real/configure:24619:if test `eval echo '${'$as_ac_Header'}'` = yes; then
cvs-1.12.13+real/configure-24620-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:24621:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-24622-_ACEOF
##############################################
cvs-1.12.13+real/configure-24740-
cvs-1.12.13+real/configure:24741:ac_lo=`expr $ac_mid + 1`
cvs-1.12.13+real/configure-24742-		    if test $ac_lo -le $ac_mid; then
##############################################
cvs-1.12.13+real/configure-24745-		    fi
cvs-1.12.13+real/configure:24746:		    ac_mid=`expr 2 '*' $ac_mid + 1`
cvs-1.12.13+real/configure-24747-fi
##############################################
cvs-1.12.13+real/configure-24838-
cvs-1.12.13+real/configure:24839:ac_hi=`expr '(' $ac_mid ')' - 1`
cvs-1.12.13+real/configure-24840-		       if test $ac_mid -le $ac_hi; then
##############################################
cvs-1.12.13+real/configure-24843-		       fi
cvs-1.12.13+real/configure:24844:		       ac_mid=`expr 2 '*' $ac_mid`
cvs-1.12.13+real/configure-24845-fi
##############################################
cvs-1.12.13+real/configure-24858-while test "x$ac_lo" != "x$ac_hi"; do
cvs-1.12.13+real/configure:24859:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
cvs-1.12.13+real/configure-24860-  cat >conftest.$ac_ext <<_ACEOF
##############################################
cvs-1.12.13+real/configure-24903-
cvs-1.12.13+real/configure:24904:ac_lo=`expr '(' $ac_mid ')' + 1`
cvs-1.12.13+real/configure-24905-fi
##############################################
cvs-1.12.13+real/configure-25068-
cvs-1.12.13+real/configure:25069:ac_lo=`expr $ac_mid + 1`
cvs-1.12.13+real/configure-25070-		    if test $ac_lo -le $ac_mid; then
##############################################
cvs-1.12.13+real/configure-25073-		    fi
cvs-1.12.13+real/configure:25074:		    ac_mid=`expr 2 '*' $ac_mid + 1`
cvs-1.12.13+real/configure-25075-fi
##############################################
cvs-1.12.13+real/configure-25166-
cvs-1.12.13+real/configure:25167:ac_hi=`expr '(' $ac_mid ')' - 1`
cvs-1.12.13+real/configure-25168-		       if test $ac_mid -le $ac_hi; then
##############################################
cvs-1.12.13+real/configure-25171-		       fi
cvs-1.12.13+real/configure:25172:		       ac_mid=`expr 2 '*' $ac_mid`
cvs-1.12.13+real/configure-25173-fi
##############################################
cvs-1.12.13+real/configure-25186-while test "x$ac_lo" != "x$ac_hi"; do
cvs-1.12.13+real/configure:25187:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
cvs-1.12.13+real/configure-25188-  cat >conftest.$ac_ext <<_ACEOF
##############################################
cvs-1.12.13+real/configure-25231-
cvs-1.12.13+real/configure:25232:ac_lo=`expr '(' $ac_mid ')' + 1`
cvs-1.12.13+real/configure-25233-fi
##############################################
cvs-1.12.13+real/configure-25396-
cvs-1.12.13+real/configure:25397:ac_lo=`expr $ac_mid + 1`
cvs-1.12.13+real/configure-25398-		    if test $ac_lo -le $ac_mid; then
##############################################
cvs-1.12.13+real/configure-25401-		    fi
cvs-1.12.13+real/configure:25402:		    ac_mid=`expr 2 '*' $ac_mid + 1`
cvs-1.12.13+real/configure-25403-fi
##############################################
cvs-1.12.13+real/configure-25494-
cvs-1.12.13+real/configure:25495:ac_hi=`expr '(' $ac_mid ')' - 1`
cvs-1.12.13+real/configure-25496-		       if test $ac_mid -le $ac_hi; then
##############################################
cvs-1.12.13+real/configure-25499-		       fi
cvs-1.12.13+real/configure:25500:		       ac_mid=`expr 2 '*' $ac_mid`
cvs-1.12.13+real/configure-25501-fi
##############################################
cvs-1.12.13+real/configure-25514-while test "x$ac_lo" != "x$ac_hi"; do
cvs-1.12.13+real/configure:25515:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
cvs-1.12.13+real/configure-25516-  cat >conftest.$ac_ext <<_ACEOF
##############################################
cvs-1.12.13+real/configure-25559-
cvs-1.12.13+real/configure:25560:ac_lo=`expr '(' $ac_mid ')' + 1`
cvs-1.12.13+real/configure-25561-fi
##############################################
cvs-1.12.13+real/configure-25796-do
cvs-1.12.13+real/configure:25797:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
cvs-1.12.13+real/configure-25798-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
cvs-1.12.13+real/configure-25803-fi
cvs-1.12.13+real/configure:25804:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
cvs-1.12.13+real/configure:25805:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
cvs-1.12.13+real/configure-25806-else
##############################################
cvs-1.12.13+real/configure-25930-fi
cvs-1.12.13+real/configure:25931:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
cvs-1.12.13+real/configure:25932:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
cvs-1.12.13+real/configure-25933-
cvs-1.12.13+real/configure-25934-fi
cvs-1.12.13+real/configure:25935:if test `eval echo '${'$as_ac_Header'}'` = yes; then
cvs-1.12.13+real/configure-25936-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:25937:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-25938-_ACEOF
##############################################
cvs-1.12.13+real/configure-26231-do
cvs-1.12.13+real/configure:26232:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
cvs-1.12.13+real/configure-26233-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
cvs-1.12.13+real/configure-26320-fi
cvs-1.12.13+real/configure:26321:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
cvs-1.12.13+real/configure:26322:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
cvs-1.12.13+real/configure:26323:if test `eval echo '${'$as_ac_var'}'` = yes; then
cvs-1.12.13+real/configure-26324-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:26325:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-26326-_ACEOF
##############################################
cvs-1.12.13+real/configure-26353-do
cvs-1.12.13+real/configure:26354:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
cvs-1.12.13+real/configure-26355-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
cvs-1.12.13+real/configure-26442-fi
cvs-1.12.13+real/configure:26443:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
cvs-1.12.13+real/configure:26444:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
cvs-1.12.13+real/configure:26445:if test `eval echo '${'$as_ac_var'}'` = yes; then
cvs-1.12.13+real/configure-26446-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:26447:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-26448-_ACEOF
##############################################
cvs-1.12.13+real/configure-26475-do
cvs-1.12.13+real/configure:26476:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
cvs-1.12.13+real/configure-26477-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
cvs-1.12.13+real/configure-26564-fi
cvs-1.12.13+real/configure:26565:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
cvs-1.12.13+real/configure:26566:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
cvs-1.12.13+real/configure:26567:if test `eval echo '${'$as_ac_var'}'` = yes; then
cvs-1.12.13+real/configure-26568-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:26569:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-26570-_ACEOF
##############################################
cvs-1.12.13+real/configure-26674-do
cvs-1.12.13+real/configure:26675:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
cvs-1.12.13+real/configure-26676-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
cvs-1.12.13+real/configure-26763-fi
cvs-1.12.13+real/configure:26764:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
cvs-1.12.13+real/configure:26765:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
cvs-1.12.13+real/configure:26766:if test `eval echo '${'$as_ac_var'}'` = yes; then
cvs-1.12.13+real/configure-26767-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:26768:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-26769-_ACEOF
##############################################
cvs-1.12.13+real/configure-26800-do
cvs-1.12.13+real/configure:26801:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
cvs-1.12.13+real/configure-26802-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
cvs-1.12.13+real/configure-26889-fi
cvs-1.12.13+real/configure:26890:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
cvs-1.12.13+real/configure:26891:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
cvs-1.12.13+real/configure:26892:if test `eval echo '${'$as_ac_var'}'` = yes; then
cvs-1.12.13+real/configure-26893-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:26894:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-26895-_ACEOF
##############################################
cvs-1.12.13+real/configure-27399-do
cvs-1.12.13+real/configure:27400:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
cvs-1.12.13+real/configure-27401-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
cvs-1.12.13+real/configure-27488-fi
cvs-1.12.13+real/configure:27489:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
cvs-1.12.13+real/configure:27490:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
cvs-1.12.13+real/configure:27491:if test `eval echo '${'$as_ac_var'}'` = yes; then
cvs-1.12.13+real/configure-27492-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:27493:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-27494-_ACEOF
##############################################
cvs-1.12.13+real/configure-27623-do
cvs-1.12.13+real/configure:27624:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
cvs-1.12.13+real/configure-27625-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
cvs-1.12.13+real/configure-27712-fi
cvs-1.12.13+real/configure:27713:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
cvs-1.12.13+real/configure:27714:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
cvs-1.12.13+real/configure:27715:if test `eval echo '${'$as_ac_var'}'` = yes; then
cvs-1.12.13+real/configure-27716-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:27717:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-27718-_ACEOF
##############################################
cvs-1.12.13+real/configure-27731-do
cvs-1.12.13+real/configure:27732:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
cvs-1.12.13+real/configure-27733-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
cvs-1.12.13+real/configure-27820-fi
cvs-1.12.13+real/configure:27821:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
cvs-1.12.13+real/configure:27822:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
cvs-1.12.13+real/configure:27823:if test `eval echo '${'$as_ac_var'}'` = yes; then
cvs-1.12.13+real/configure-27824-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:27825:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-27826-_ACEOF
##############################################
cvs-1.12.13+real/configure-27903-do
cvs-1.12.13+real/configure:27904:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
cvs-1.12.13+real/configure-27905-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
cvs-1.12.13+real/configure-27910-fi
cvs-1.12.13+real/configure:27911:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
cvs-1.12.13+real/configure:27912:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
cvs-1.12.13+real/configure-27913-else
##############################################
cvs-1.12.13+real/configure-28037-fi
cvs-1.12.13+real/configure:28038:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
cvs-1.12.13+real/configure:28039:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
cvs-1.12.13+real/configure-28040-
cvs-1.12.13+real/configure-28041-fi
cvs-1.12.13+real/configure:28042:if test `eval echo '${'$as_ac_Header'}'` = yes; then
cvs-1.12.13+real/configure-28043-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:28044:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-28045-_ACEOF
##############################################
cvs-1.12.13+real/configure-28354-    else
cvs-1.12.13+real/configure:28355:      GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
cvs-1.12.13+real/configure-28356-      echo "$as_me:$LINENO: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
##############################################
cvs-1.12.13+real/configure-28405-test -z "$ac_cv_build_alias" &&
cvs-1.12.13+real/configure:28406:  ac_cv_build_alias=`$ac_config_guess`
cvs-1.12.13+real/configure-28407-test -z "$ac_cv_build_alias" &&
##############################################
cvs-1.12.13+real/configure-28410-   { (exit 1); exit 1; }; }
cvs-1.12.13+real/configure:28411:ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
cvs-1.12.13+real/configure-28412-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
##############################################
cvs-1.12.13+real/configure-28419-build=$ac_cv_build
cvs-1.12.13+real/configure:28420:build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
cvs-1.12.13+real/configure:28421:build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
cvs-1.12.13+real/configure:28422:build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
cvs-1.12.13+real/configure-28423-
##############################################
cvs-1.12.13+real/configure-28432-  ac_cv_host_alias=$ac_cv_build_alias
cvs-1.12.13+real/configure:28433:ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
cvs-1.12.13+real/configure-28434-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
##############################################
cvs-1.12.13+real/configure-28441-host=$ac_cv_host
cvs-1.12.13+real/configure:28442:host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
cvs-1.12.13+real/configure:28443:host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
cvs-1.12.13+real/configure:28444:host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
cvs-1.12.13+real/configure-28445-
##############################################
cvs-1.12.13+real/configure-28475-    # gcc leaves a trailing carriage return which upsets mingw
cvs-1.12.13+real/configure:28476:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
cvs-1.12.13+real/configure-28477-  *)
cvs-1.12.13+real/configure:28478:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
cvs-1.12.13+real/configure-28479-  esac
##############################################
cvs-1.12.13+real/configure-28484-      # Canonicalize the path of ld
cvs-1.12.13+real/configure:28485:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
cvs-1.12.13+real/configure-28486-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
cvs-1.12.13+real/configure:28487:	ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
cvs-1.12.13+real/configure-28488-      done
##############################################
cvs-1.12.13+real/configure-28518-      # Break only if it was the GNU/non-GNU ld that we prefer.
cvs-1.12.13+real/configure:28519:      case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in
cvs-1.12.13+real/configure-28520-      *GNU* | *'with BFD'*)
##############################################
cvs-1.12.13+real/configure-28549-  # I'd rather use --version here, but apparently some GNU ld's only accept -v.
cvs-1.12.13+real/configure:28550:case `$LD -v 2>&1 </dev/null` in
cvs-1.12.13+real/configure-28551-*GNU* | *'with BFD'*)
##############################################
cvs-1.12.13+real/configure-28595-                  acl_libdirstem=lib
cvs-1.12.13+real/configure:28596:  searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
cvs-1.12.13+real/configure-28597-  if test -n "$searchpath"; then
##############################################
cvs-1.12.13+real/configure-28602-          */lib64/ | */lib64 ) acl_libdirstem=lib64 ;;
cvs-1.12.13+real/configure:28603:          *) searchdir=`cd "$searchdir" && pwd`
cvs-1.12.13+real/configure-28604-             case "$searchdir" in
##############################################
cvs-1.12.13+real/configure-28680-        names_already_handled="$names_already_handled $name"
cvs-1.12.13+real/configure:28681:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
cvs-1.12.13+real/configure-28682-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
cvs-1.12.13+real/configure-28726-                -L*)
cvs-1.12.13+real/configure:28727:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
cvs-1.12.13+real/configure-28728-                  if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
##############################################
cvs-1.12.13+real/configure-28818-              */$acl_libdirstem | */$acl_libdirstem/)
cvs-1.12.13+real/configure:28819:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
cvs-1.12.13+real/configure-28820-                additional_includedir="$basedir/include"
##############################################
cvs-1.12.13+real/configure-28866-                  -L*)
cvs-1.12.13+real/configure:28867:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
cvs-1.12.13+real/configure-28868-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then
##############################################
cvs-1.12.13+real/configure-28923-                  -R*)
cvs-1.12.13+real/configure:28924:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
cvs-1.12.13+real/configure-28925-                    if test "$enable_rpath" != no; then
##############################################
cvs-1.12.13+real/configure-28948-                  -l*)
cvs-1.12.13+real/configure:28949:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
cvs-1.12.13+real/configure-28950-                    ;;
cvs-1.12.13+real/configure-28951-                  *.la)
cvs-1.12.13+real/configure:28952:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
cvs-1.12.13+real/configure-28953-                    ;;
##############################################
cvs-1.12.13+real/configure-29469-        names_already_handled="$names_already_handled $name"
cvs-1.12.13+real/configure:29470:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
cvs-1.12.13+real/configure-29471-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
cvs-1.12.13+real/configure-29515-                -L*)
cvs-1.12.13+real/configure:29516:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
cvs-1.12.13+real/configure-29517-                  if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
##############################################
cvs-1.12.13+real/configure-29607-              */$acl_libdirstem | */$acl_libdirstem/)
cvs-1.12.13+real/configure:29608:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
cvs-1.12.13+real/configure-29609-                additional_includedir="$basedir/include"
##############################################
cvs-1.12.13+real/configure-29655-                  -L*)
cvs-1.12.13+real/configure:29656:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
cvs-1.12.13+real/configure-29657-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then
##############################################
cvs-1.12.13+real/configure-29712-                  -R*)
cvs-1.12.13+real/configure:29713:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
cvs-1.12.13+real/configure-29714-                    if test "$enable_rpath" != no; then
##############################################
cvs-1.12.13+real/configure-29737-                  -l*)
cvs-1.12.13+real/configure:29738:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
cvs-1.12.13+real/configure-29739-                    ;;
cvs-1.12.13+real/configure-29740-                  *.la)
cvs-1.12.13+real/configure:29741:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
cvs-1.12.13+real/configure-29742-                    ;;
##############################################
cvs-1.12.13+real/configure-30097-do
cvs-1.12.13+real/configure:30098:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
cvs-1.12.13+real/configure-30099-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
cvs-1.12.13+real/configure-30186-fi
cvs-1.12.13+real/configure:30187:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
cvs-1.12.13+real/configure:30188:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
cvs-1.12.13+real/configure:30189:if test `eval echo '${'$as_ac_var'}'` = yes; then
cvs-1.12.13+real/configure-30190-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:30191:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-30192-_ACEOF
##############################################
cvs-1.12.13+real/configure-30345-do
cvs-1.12.13+real/configure:30346:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
cvs-1.12.13+real/configure-30347-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
cvs-1.12.13+real/configure-30352-fi
cvs-1.12.13+real/configure:30353:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
cvs-1.12.13+real/configure:30354:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
cvs-1.12.13+real/configure-30355-else
##############################################
cvs-1.12.13+real/configure-30479-fi
cvs-1.12.13+real/configure:30480:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
cvs-1.12.13+real/configure:30481:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
cvs-1.12.13+real/configure-30482-
cvs-1.12.13+real/configure-30483-fi
cvs-1.12.13+real/configure:30484:if test `eval echo '${'$as_ac_Header'}'` = yes; then
cvs-1.12.13+real/configure-30485-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:30486:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-30487-_ACEOF
##############################################
cvs-1.12.13+real/configure-30710-do
cvs-1.12.13+real/configure:30711:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
cvs-1.12.13+real/configure-30712-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
cvs-1.12.13+real/configure-30799-fi
cvs-1.12.13+real/configure:30800:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
cvs-1.12.13+real/configure:30801:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
cvs-1.12.13+real/configure:30802:if test `eval echo '${'$as_ac_var'}'` = yes; then
cvs-1.12.13+real/configure-30803-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:30804:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-30805-_ACEOF
##############################################
cvs-1.12.13+real/configure-30971-
cvs-1.12.13+real/configure:30972:ac_lo=`expr $ac_mid + 1`
cvs-1.12.13+real/configure-30973-		    if test $ac_lo -le $ac_mid; then
##############################################
cvs-1.12.13+real/configure-30976-		    fi
cvs-1.12.13+real/configure:30977:		    ac_mid=`expr 2 '*' $ac_mid + 1`
cvs-1.12.13+real/configure-30978-fi
##############################################
cvs-1.12.13+real/configure-31069-
cvs-1.12.13+real/configure:31070:ac_hi=`expr '(' $ac_mid ')' - 1`
cvs-1.12.13+real/configure-31071-		       if test $ac_mid -le $ac_hi; then
##############################################
cvs-1.12.13+real/configure-31074-		       fi
cvs-1.12.13+real/configure:31075:		       ac_mid=`expr 2 '*' $ac_mid`
cvs-1.12.13+real/configure-31076-fi
##############################################
cvs-1.12.13+real/configure-31089-while test "x$ac_lo" != "x$ac_hi"; do
cvs-1.12.13+real/configure:31090:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
cvs-1.12.13+real/configure-31091-  cat >conftest.$ac_ext <<_ACEOF
##############################################
cvs-1.12.13+real/configure-31134-
cvs-1.12.13+real/configure:31135:ac_lo=`expr '(' $ac_mid ')' + 1`
cvs-1.12.13+real/configure-31136-fi
##############################################
cvs-1.12.13+real/configure-31406-
cvs-1.12.13+real/configure:31407:ac_lo=`expr $ac_mid + 1`
cvs-1.12.13+real/configure-31408-		    if test $ac_lo -le $ac_mid; then
##############################################
cvs-1.12.13+real/configure-31411-		    fi
cvs-1.12.13+real/configure:31412:		    ac_mid=`expr 2 '*' $ac_mid + 1`
cvs-1.12.13+real/configure-31413-fi
##############################################
cvs-1.12.13+real/configure-31504-
cvs-1.12.13+real/configure:31505:ac_hi=`expr '(' $ac_mid ')' - 1`
cvs-1.12.13+real/configure-31506-		       if test $ac_mid -le $ac_hi; then
##############################################
cvs-1.12.13+real/configure-31509-		       fi
cvs-1.12.13+real/configure:31510:		       ac_mid=`expr 2 '*' $ac_mid`
cvs-1.12.13+real/configure-31511-fi
##############################################
cvs-1.12.13+real/configure-31524-while test "x$ac_lo" != "x$ac_hi"; do
cvs-1.12.13+real/configure:31525:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
cvs-1.12.13+real/configure-31526-  cat >conftest.$ac_ext <<_ACEOF
##############################################
cvs-1.12.13+real/configure-31569-
cvs-1.12.13+real/configure:31570:ac_lo=`expr '(' $ac_mid ')' + 1`
cvs-1.12.13+real/configure-31571-fi
##############################################
cvs-1.12.13+real/configure-31841-
cvs-1.12.13+real/configure:31842:ac_lo=`expr $ac_mid + 1`
cvs-1.12.13+real/configure-31843-		    if test $ac_lo -le $ac_mid; then
##############################################
cvs-1.12.13+real/configure-31846-		    fi
cvs-1.12.13+real/configure:31847:		    ac_mid=`expr 2 '*' $ac_mid + 1`
cvs-1.12.13+real/configure-31848-fi
##############################################
cvs-1.12.13+real/configure-31939-
cvs-1.12.13+real/configure:31940:ac_hi=`expr '(' $ac_mid ')' - 1`
cvs-1.12.13+real/configure-31941-		       if test $ac_mid -le $ac_hi; then
##############################################
cvs-1.12.13+real/configure-31944-		       fi
cvs-1.12.13+real/configure:31945:		       ac_mid=`expr 2 '*' $ac_mid`
cvs-1.12.13+real/configure-31946-fi
##############################################
cvs-1.12.13+real/configure-31959-while test "x$ac_lo" != "x$ac_hi"; do
cvs-1.12.13+real/configure:31960:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
cvs-1.12.13+real/configure-31961-  cat >conftest.$ac_ext <<_ACEOF
##############################################
cvs-1.12.13+real/configure-32004-
cvs-1.12.13+real/configure:32005:ac_lo=`expr '(' $ac_mid ')' + 1`
cvs-1.12.13+real/configure-32006-fi
##############################################
cvs-1.12.13+real/configure-32276-
cvs-1.12.13+real/configure:32277:ac_lo=`expr $ac_mid + 1`
cvs-1.12.13+real/configure-32278-		    if test $ac_lo -le $ac_mid; then
##############################################
cvs-1.12.13+real/configure-32281-		    fi
cvs-1.12.13+real/configure:32282:		    ac_mid=`expr 2 '*' $ac_mid + 1`
cvs-1.12.13+real/configure-32283-fi
##############################################
cvs-1.12.13+real/configure-32374-
cvs-1.12.13+real/configure:32375:ac_hi=`expr '(' $ac_mid ')' - 1`
cvs-1.12.13+real/configure-32376-		       if test $ac_mid -le $ac_hi; then
##############################################
cvs-1.12.13+real/configure-32379-		       fi
cvs-1.12.13+real/configure:32380:		       ac_mid=`expr 2 '*' $ac_mid`
cvs-1.12.13+real/configure-32381-fi
##############################################
cvs-1.12.13+real/configure-32394-while test "x$ac_lo" != "x$ac_hi"; do
cvs-1.12.13+real/configure:32395:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
cvs-1.12.13+real/configure-32396-  cat >conftest.$ac_ext <<_ACEOF
##############################################
cvs-1.12.13+real/configure-32439-
cvs-1.12.13+real/configure:32440:ac_lo=`expr '(' $ac_mid ')' + 1`
cvs-1.12.13+real/configure-32441-fi
##############################################
cvs-1.12.13+real/configure-32712-
cvs-1.12.13+real/configure:32713:ac_lo=`expr $ac_mid + 1`
cvs-1.12.13+real/configure-32714-		    if test $ac_lo -le $ac_mid; then
##############################################
cvs-1.12.13+real/configure-32717-		    fi
cvs-1.12.13+real/configure:32718:		    ac_mid=`expr 2 '*' $ac_mid + 1`
cvs-1.12.13+real/configure-32719-fi
##############################################
cvs-1.12.13+real/configure-32810-
cvs-1.12.13+real/configure:32811:ac_hi=`expr '(' $ac_mid ')' - 1`
cvs-1.12.13+real/configure-32812-		       if test $ac_mid -le $ac_hi; then
##############################################
cvs-1.12.13+real/configure-32815-		       fi
cvs-1.12.13+real/configure:32816:		       ac_mid=`expr 2 '*' $ac_mid`
cvs-1.12.13+real/configure-32817-fi
##############################################
cvs-1.12.13+real/configure-32830-while test "x$ac_lo" != "x$ac_hi"; do
cvs-1.12.13+real/configure:32831:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
cvs-1.12.13+real/configure-32832-  cat >conftest.$ac_ext <<_ACEOF
##############################################
cvs-1.12.13+real/configure-32875-
cvs-1.12.13+real/configure:32876:ac_lo=`expr '(' $ac_mid ')' + 1`
cvs-1.12.13+real/configure-32877-fi
##############################################
cvs-1.12.13+real/configure-33148-
cvs-1.12.13+real/configure:33149:ac_lo=`expr $ac_mid + 1`
cvs-1.12.13+real/configure-33150-		    if test $ac_lo -le $ac_mid; then
##############################################
cvs-1.12.13+real/configure-33153-		    fi
cvs-1.12.13+real/configure:33154:		    ac_mid=`expr 2 '*' $ac_mid + 1`
cvs-1.12.13+real/configure-33155-fi
##############################################
cvs-1.12.13+real/configure-33246-
cvs-1.12.13+real/configure:33247:ac_hi=`expr '(' $ac_mid ')' - 1`
cvs-1.12.13+real/configure-33248-		       if test $ac_mid -le $ac_hi; then
##############################################
cvs-1.12.13+real/configure-33251-		       fi
cvs-1.12.13+real/configure:33252:		       ac_mid=`expr 2 '*' $ac_mid`
cvs-1.12.13+real/configure-33253-fi
##############################################
cvs-1.12.13+real/configure-33266-while test "x$ac_lo" != "x$ac_hi"; do
cvs-1.12.13+real/configure:33267:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
cvs-1.12.13+real/configure-33268-  cat >conftest.$ac_ext <<_ACEOF
##############################################
cvs-1.12.13+real/configure-33311-
cvs-1.12.13+real/configure:33312:ac_lo=`expr '(' $ac_mid ')' + 1`
cvs-1.12.13+real/configure-33313-fi
##############################################
cvs-1.12.13+real/configure-33583-
cvs-1.12.13+real/configure:33584:ac_lo=`expr $ac_mid + 1`
cvs-1.12.13+real/configure-33585-		    if test $ac_lo -le $ac_mid; then
##############################################
cvs-1.12.13+real/configure-33588-		    fi
cvs-1.12.13+real/configure:33589:		    ac_mid=`expr 2 '*' $ac_mid + 1`
cvs-1.12.13+real/configure-33590-fi
##############################################
cvs-1.12.13+real/configure-33681-
cvs-1.12.13+real/configure:33682:ac_hi=`expr '(' $ac_mid ')' - 1`
cvs-1.12.13+real/configure-33683-		       if test $ac_mid -le $ac_hi; then
##############################################
cvs-1.12.13+real/configure-33686-		       fi
cvs-1.12.13+real/configure:33687:		       ac_mid=`expr 2 '*' $ac_mid`
cvs-1.12.13+real/configure-33688-fi
##############################################
cvs-1.12.13+real/configure-33701-while test "x$ac_lo" != "x$ac_hi"; do
cvs-1.12.13+real/configure:33702:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
cvs-1.12.13+real/configure-33703-  cat >conftest.$ac_ext <<_ACEOF
##############################################
cvs-1.12.13+real/configure-33746-
cvs-1.12.13+real/configure:33747:ac_lo=`expr '(' $ac_mid ')' + 1`
cvs-1.12.13+real/configure-33748-fi
##############################################
cvs-1.12.13+real/configure-34028-
cvs-1.12.13+real/configure:34029:ac_lo=`expr $ac_mid + 1`
cvs-1.12.13+real/configure-34030-		    if test $ac_lo -le $ac_mid; then
##############################################
cvs-1.12.13+real/configure-34033-		    fi
cvs-1.12.13+real/configure:34034:		    ac_mid=`expr 2 '*' $ac_mid + 1`
cvs-1.12.13+real/configure-34035-fi
##############################################
cvs-1.12.13+real/configure-34132-
cvs-1.12.13+real/configure:34133:ac_hi=`expr '(' $ac_mid ')' - 1`
cvs-1.12.13+real/configure-34134-		       if test $ac_mid -le $ac_hi; then
##############################################
cvs-1.12.13+real/configure-34137-		       fi
cvs-1.12.13+real/configure:34138:		       ac_mid=`expr 2 '*' $ac_mid`
cvs-1.12.13+real/configure-34139-fi
##############################################
cvs-1.12.13+real/configure-34152-while test "x$ac_lo" != "x$ac_hi"; do
cvs-1.12.13+real/configure:34153:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
cvs-1.12.13+real/configure-34154-  cat >conftest.$ac_ext <<_ACEOF
##############################################
cvs-1.12.13+real/configure-34200-
cvs-1.12.13+real/configure:34201:ac_lo=`expr '(' $ac_mid ')' + 1`
cvs-1.12.13+real/configure-34202-fi
##############################################
cvs-1.12.13+real/configure-34504-
cvs-1.12.13+real/configure:34505:ac_lo=`expr $ac_mid + 1`
cvs-1.12.13+real/configure-34506-		    if test $ac_lo -le $ac_mid; then
##############################################
cvs-1.12.13+real/configure-34509-		    fi
cvs-1.12.13+real/configure:34510:		    ac_mid=`expr 2 '*' $ac_mid + 1`
cvs-1.12.13+real/configure-34511-fi
##############################################
cvs-1.12.13+real/configure-34620-
cvs-1.12.13+real/configure:34621:ac_hi=`expr '(' $ac_mid ')' - 1`
cvs-1.12.13+real/configure-34622-		       if test $ac_mid -le $ac_hi; then
##############################################
cvs-1.12.13+real/configure-34625-		       fi
cvs-1.12.13+real/configure:34626:		       ac_mid=`expr 2 '*' $ac_mid`
cvs-1.12.13+real/configure-34627-fi
##############################################
cvs-1.12.13+real/configure-34640-while test "x$ac_lo" != "x$ac_hi"; do
cvs-1.12.13+real/configure:34641:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
cvs-1.12.13+real/configure-34642-  cat >conftest.$ac_ext <<_ACEOF
##############################################
cvs-1.12.13+real/configure-34694-
cvs-1.12.13+real/configure:34695:ac_lo=`expr '(' $ac_mid ')' + 1`
cvs-1.12.13+real/configure-34696-fi
##############################################
cvs-1.12.13+real/configure-34977-
cvs-1.12.13+real/configure:34978:ac_lo=`expr $ac_mid + 1`
cvs-1.12.13+real/configure-34979-		    if test $ac_lo -le $ac_mid; then
##############################################
cvs-1.12.13+real/configure-34982-		    fi
cvs-1.12.13+real/configure:34983:		    ac_mid=`expr 2 '*' $ac_mid + 1`
cvs-1.12.13+real/configure-34984-fi
##############################################
cvs-1.12.13+real/configure-35075-
cvs-1.12.13+real/configure:35076:ac_hi=`expr '(' $ac_mid ')' - 1`
cvs-1.12.13+real/configure-35077-		       if test $ac_mid -le $ac_hi; then
##############################################
cvs-1.12.13+real/configure-35080-		       fi
cvs-1.12.13+real/configure:35081:		       ac_mid=`expr 2 '*' $ac_mid`
cvs-1.12.13+real/configure-35082-fi
##############################################
cvs-1.12.13+real/configure-35095-while test "x$ac_lo" != "x$ac_hi"; do
cvs-1.12.13+real/configure:35096:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
cvs-1.12.13+real/configure-35097-  cat >conftest.$ac_ext <<_ACEOF
##############################################
cvs-1.12.13+real/configure-35140-
cvs-1.12.13+real/configure:35141:ac_lo=`expr '(' $ac_mid ')' + 1`
cvs-1.12.13+real/configure-35142-fi
##############################################
cvs-1.12.13+real/configure-35412-
cvs-1.12.13+real/configure:35413:ac_lo=`expr $ac_mid + 1`
cvs-1.12.13+real/configure-35414-		    if test $ac_lo -le $ac_mid; then
##############################################
cvs-1.12.13+real/configure-35417-		    fi
cvs-1.12.13+real/configure:35418:		    ac_mid=`expr 2 '*' $ac_mid + 1`
cvs-1.12.13+real/configure-35419-fi
##############################################
cvs-1.12.13+real/configure-35510-
cvs-1.12.13+real/configure:35511:ac_hi=`expr '(' $ac_mid ')' - 1`
cvs-1.12.13+real/configure-35512-		       if test $ac_mid -le $ac_hi; then
##############################################
cvs-1.12.13+real/configure-35515-		       fi
cvs-1.12.13+real/configure:35516:		       ac_mid=`expr 2 '*' $ac_mid`
cvs-1.12.13+real/configure-35517-fi
##############################################
cvs-1.12.13+real/configure-35530-while test "x$ac_lo" != "x$ac_hi"; do
cvs-1.12.13+real/configure:35531:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
cvs-1.12.13+real/configure-35532-  cat >conftest.$ac_ext <<_ACEOF
##############################################
cvs-1.12.13+real/configure-35575-
cvs-1.12.13+real/configure:35576:ac_lo=`expr '(' $ac_mid ')' + 1`
cvs-1.12.13+real/configure-35577-fi
##############################################
cvs-1.12.13+real/configure-35848-
cvs-1.12.13+real/configure:35849:ac_lo=`expr $ac_mid + 1`
cvs-1.12.13+real/configure-35850-		    if test $ac_lo -le $ac_mid; then
##############################################
cvs-1.12.13+real/configure-35853-		    fi
cvs-1.12.13+real/configure:35854:		    ac_mid=`expr 2 '*' $ac_mid + 1`
cvs-1.12.13+real/configure-35855-fi
##############################################
cvs-1.12.13+real/configure-35946-
cvs-1.12.13+real/configure:35947:ac_hi=`expr '(' $ac_mid ')' - 1`
cvs-1.12.13+real/configure-35948-		       if test $ac_mid -le $ac_hi; then
##############################################
cvs-1.12.13+real/configure-35951-		       fi
cvs-1.12.13+real/configure:35952:		       ac_mid=`expr 2 '*' $ac_mid`
cvs-1.12.13+real/configure-35953-fi
##############################################
cvs-1.12.13+real/configure-35966-while test "x$ac_lo" != "x$ac_hi"; do
cvs-1.12.13+real/configure:35967:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
cvs-1.12.13+real/configure-35968-  cat >conftest.$ac_ext <<_ACEOF
##############################################
cvs-1.12.13+real/configure-36011-
cvs-1.12.13+real/configure:36012:ac_lo=`expr '(' $ac_mid ')' + 1`
cvs-1.12.13+real/configure-36013-fi
##############################################
cvs-1.12.13+real/configure-36157-do
cvs-1.12.13+real/configure:36158:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
cvs-1.12.13+real/configure-36159-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
cvs-1.12.13+real/configure-36164-fi
cvs-1.12.13+real/configure:36165:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
cvs-1.12.13+real/configure:36166:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
cvs-1.12.13+real/configure-36167-else
##############################################
cvs-1.12.13+real/configure-36291-fi
cvs-1.12.13+real/configure:36292:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
cvs-1.12.13+real/configure:36293:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
cvs-1.12.13+real/configure-36294-
cvs-1.12.13+real/configure-36295-fi
cvs-1.12.13+real/configure:36296:if test `eval echo '${'$as_ac_Header'}'` = yes; then
cvs-1.12.13+real/configure-36297-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:36298:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-36299-_ACEOF
##############################################
cvs-1.12.13+real/configure-36308-do
cvs-1.12.13+real/configure:36309:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
cvs-1.12.13+real/configure-36310-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
cvs-1.12.13+real/configure-36397-fi
cvs-1.12.13+real/configure:36398:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
cvs-1.12.13+real/configure:36399:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
cvs-1.12.13+real/configure:36400:if test `eval echo '${'$as_ac_var'}'` = yes; then
cvs-1.12.13+real/configure-36401-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:36402:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-36403-_ACEOF
##############################################
cvs-1.12.13+real/configure-36917-fi
cvs-1.12.13+real/configure:36918:for ac_dir in  . $ac_tmpdirs `eval echo $prefix/lib $exec_prefix/lib` ; do
cvs-1.12.13+real/configure-36919-  test -d $ac_dir || continue
##############################################
cvs-1.12.13+real/configure-36926-  (echo 2 >$ac_tf2) 2>/dev/null
cvs-1.12.13+real/configure:36927:  ac_val=`cat $ac_tf1 2>/dev/null`
cvs-1.12.13+real/configure-36928-  if test ! -f $ac_tf1 || test "$ac_val" != 1; then
##############################################
cvs-1.12.13+real/configure-38147-do
cvs-1.12.13+real/configure:38148:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
cvs-1.12.13+real/configure-38149-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
cvs-1.12.13+real/configure-38236-fi
cvs-1.12.13+real/configure:38237:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
cvs-1.12.13+real/configure:38238:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
cvs-1.12.13+real/configure:38239:if test `eval echo '${'$as_ac_var'}'` = yes; then
cvs-1.12.13+real/configure-38240-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:38241:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-38242-_ACEOF
##############################################
cvs-1.12.13+real/configure-38317-do
cvs-1.12.13+real/configure:38318:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
cvs-1.12.13+real/configure-38319-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
cvs-1.12.13+real/configure-38324-fi
cvs-1.12.13+real/configure:38325:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
cvs-1.12.13+real/configure:38326:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
cvs-1.12.13+real/configure-38327-else
##############################################
cvs-1.12.13+real/configure-38451-fi
cvs-1.12.13+real/configure:38452:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
cvs-1.12.13+real/configure:38453:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
cvs-1.12.13+real/configure-38454-
cvs-1.12.13+real/configure-38455-fi
cvs-1.12.13+real/configure:38456:if test `eval echo '${'$as_ac_Header'}'` = yes; then
cvs-1.12.13+real/configure-38457-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:38458:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-38459-_ACEOF
##############################################
cvs-1.12.13+real/configure-38514-do
cvs-1.12.13+real/configure:38515:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
cvs-1.12.13+real/configure-38516-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
cvs-1.12.13+real/configure-38521-fi
cvs-1.12.13+real/configure:38522:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
cvs-1.12.13+real/configure:38523:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
cvs-1.12.13+real/configure-38524-else
##############################################
cvs-1.12.13+real/configure-38648-fi
cvs-1.12.13+real/configure:38649:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
cvs-1.12.13+real/configure:38650:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
cvs-1.12.13+real/configure-38651-
cvs-1.12.13+real/configure-38652-fi
cvs-1.12.13+real/configure:38653:if test `eval echo '${'$as_ac_Header'}'` = yes; then
cvs-1.12.13+real/configure-38654-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:38655:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-38656-_ACEOF
##############################################
cvs-1.12.13+real/configure-39623-   builtin and then its argument prototype would still apply.  */
cvs-1.12.13+real/configure:39624:char roken_gethostbyaddr ();
cvs-1.12.13+real/configure-39625-int
##############################################
cvs-1.12.13+real/configure-39627-{
cvs-1.12.13+real/configure:39628:roken_gethostbyaddr ();
cvs-1.12.13+real/configure-39629-  ;
##############################################
cvs-1.12.13+real/configure-39678-   builtin and then its argument prototype would still apply.  */
cvs-1.12.13+real/configure:39679:char roken_gethostbyaddr ();
cvs-1.12.13+real/configure-39680-int
##############################################
cvs-1.12.13+real/configure-39682-{
cvs-1.12.13+real/configure:39683:roken_gethostbyaddr ();
cvs-1.12.13+real/configure-39684-  ;
##############################################
cvs-1.12.13+real/configure-40333-do
cvs-1.12.13+real/configure:40334:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
cvs-1.12.13+real/configure-40335-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
cvs-1.12.13+real/configure-40340-fi
cvs-1.12.13+real/configure:40341:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
cvs-1.12.13+real/configure:40342:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
cvs-1.12.13+real/configure-40343-else
##############################################
cvs-1.12.13+real/configure-40467-fi
cvs-1.12.13+real/configure:40468:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
cvs-1.12.13+real/configure:40469:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
cvs-1.12.13+real/configure-40470-
cvs-1.12.13+real/configure-40471-fi
cvs-1.12.13+real/configure:40472:if test `eval echo '${'$as_ac_Header'}'` = yes; then
cvs-1.12.13+real/configure-40473-  cat >>confdefs.h <<_ACEOF
cvs-1.12.13+real/configure:40474:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
cvs-1.12.13+real/configure-40475-_ACEOF
##############################################
cvs-1.12.13+real/configure-40535-
cvs-1.12.13+real/configure:40536:  ZLIB_VERSION=`echo "$ZLIB_VERSION" |sed 's/"//g'`
cvs-1.12.13+real/configure-40537-  if test "x$LOCAL_ZLIB_VERSION" = "x$ZLIB_VERSION"; then
##############################################
cvs-1.12.13+real/configure-40557-  for vsub1 in $asx_version_1; do
cvs-1.12.13+real/configure:40558:    vsub2=`echo "$asx_version_2" |awk -F. "{print \\\$$asx_count}"`
cvs-1.12.13+real/configure-40559-    if test -z "$vsub2" || test $vsub1 -gt $vsub2; then
##############################################
cvs-1.12.13+real/configure-40564-    fi
cvs-1.12.13+real/configure:40565:    asx_count=`expr $asx_count + 1`
cvs-1.12.13+real/configure-40566-  done
##############################################
cvs-1.12.13+real/configure-40873-    without a default log message editor.  Searched for
cvs-1.12.13+real/configure:40874:    \`$with_editor'.  Try \`configure --with-editor'." >&5
cvs-1.12.13+real/configure-40875-echo "$as_me: error:
##############################################
cvs-1.12.13+real/configure-40877-    without a default log message editor.  Searched for
cvs-1.12.13+real/configure:40878:    \`$with_editor'.  Try \`configure --with-editor'." >&2;}
cvs-1.12.13+real/configure-40879-   { (exit 1); exit 1; }; }
##############################################
cvs-1.12.13+real/configure-41244-  if test no != $enable_server_flow_control; then
cvs-1.12.13+real/configure:41245:    ccvs_lwm=`expr "$enable_server_flow_control" : '\(.*\),'`
cvs-1.12.13+real/configure:41246:    ccvs_hwm=`expr "$enable_server_flow_control" : '.*,\(.*\)'`
cvs-1.12.13+real/configure:41247:    ccvs_lwm_E=`expr "$ccvs_lwm" : '[0-9][0-9]*\(.*\)'`
cvs-1.12.13+real/configure:41248:    ccvs_lwm=`expr "$ccvs_lwm" : '\([0-9][0-9]*\)'`
cvs-1.12.13+real/configure-41249-    test "" != "$ccvs_lwm" || ccvs_lwm_E="?"
##############################################
cvs-1.12.13+real/configure-41260-      esac
cvs-1.12.13+real/configure:41261:    ccvs_hwm_E=`expr "$ccvs_hwm" : '[0-9][0-9]*\(.*\)'`
cvs-1.12.13+real/configure:41262:    ccvs_hwm=`expr "$ccvs_hwm" : '\([0-9][0-9]*\).*'`
cvs-1.12.13+real/configure-41263-    test "" != "$ccvs_hwm" || ccvs_hwm_E="?"
##############################################
cvs-1.12.13+real/configure-41736-       *)
cvs-1.12.13+real/configure:41737:          { { echo "$as_me:$LINENO: error: Unrecognized argument to --enable-case-sensitivity: \`$enable_case_sensitivity'.  Acceptable values are \`yes', \`no', and \`auto'." >&5
cvs-1.12.13+real/configure:41738:echo "$as_me: error: Unrecognized argument to --enable-case-sensitivity: \`$enable_case_sensitivity'.  Acceptable values are \`yes', \`no', and \`auto'." >&2;}
cvs-1.12.13+real/configure-41739-   { (exit 1); exit 1; }; }
##############################################
cvs-1.12.13+real/configure-41898-   fi
cvs-1.12.13+real/configure:41899:   eval enable_config_override=`echo $sysconfdir/cvs.conf,$sysconfdir/cvs/`
cvs-1.12.13+real/configure-41900-   prefix=$cvs_save_prefix
##############################################
cvs-1.12.13+real/configure-42231-do
cvs-1.12.13+real/configure:42232:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
cvs-1.12.13+real/configure-42233-    eval $as_var=C; export $as_var
##############################################
cvs-1.12.13+real/configure-42289-  as_lineno_2=$LINENO
cvs-1.12.13+real/configure:42290:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
cvs-1.12.13+real/configure-42291-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
cvs-1.12.13+real/configure-42329-  as_lineno_2=$LINENO
cvs-1.12.13+real/configure:42330:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
cvs-1.12.13+real/configure-42331-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
cvs-1.12.13+real/configure-42511-configured by $0, generated by GNU Autoconf 2.59,
cvs-1.12.13+real/configure:42512:  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
cvs-1.12.13+real/configure-42513-
##############################################
cvs-1.12.13+real/configure-42528-  --*=*)
cvs-1.12.13+real/configure:42529:    ac_option=`expr "x$1" : 'x\([^=]*\)='`
cvs-1.12.13+real/configure:42530:    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
cvs-1.12.13+real/configure-42531-    ac_shift=:
##############################################
cvs-1.12.13+real/configure-42886-      fi
cvs-1.12.13+real/configure:42887:      ac_sed_frag=`expr $ac_sed_frag + 1`
cvs-1.12.13+real/configure-42888-      ac_beg=$ac_end
cvs-1.12.13+real/configure:42889:      ac_end=`expr $ac_end + $ac_max_sed_lines`
cvs-1.12.13+real/configure-42890-    fi
##############################################
cvs-1.12.13+real/configure-42903-	cat >$tmp/stdin
cvs-1.12.13+real/configure:42904:	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
cvs-1.12.13+real/configure:42905:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
cvs-1.12.13+real/configure:42906:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
cvs-1.12.13+real/configure:42907:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
cvs-1.12.13+real/configure-42908-  * )   ac_file_in=$ac_file.in ;;
##############################################
cvs-1.12.13+real/configure-42951-if test "$ac_dir" != .; then
cvs-1.12.13+real/configure:42952:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
cvs-1.12.13+real/configure-42953-  # A "../" for each directory in $ac_dir_suffix.
cvs-1.12.13+real/configure:42954:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
cvs-1.12.13+real/configure-42955-else
##############################################
cvs-1.12.13+real/configure-42964-    else
cvs-1.12.13+real/configure:42965:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
cvs-1.12.13+real/configure-42966-    fi ;;
##############################################
cvs-1.12.13+real/configure-43133-	cat >$tmp/stdin
cvs-1.12.13+real/configure:43134:	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
cvs-1.12.13+real/configure:43135:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
cvs-1.12.13+real/configure:43136:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
cvs-1.12.13+real/configure:43137:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
cvs-1.12.13+real/configure-43138-  * )   ac_file_in=$ac_file.in ;;
##############################################
cvs-1.12.13+real/configure-43336-    * )
cvs-1.12.13+real/configure:43337:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
cvs-1.12.13+real/configure-43338-  esac
##############################################
cvs-1.12.13+real/configure-43359-for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
cvs-1.12.13+real/configure:43360:  ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
cvs-1.12.13+real/configure:43361:  ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
cvs-1.12.13+real/configure-43362-  ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
##############################################
cvs-1.12.13+real/configure-43401-if test "$ac_dir" != .; then
cvs-1.12.13+real/configure:43402:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
cvs-1.12.13+real/configure-43403-  # A "../" for each directory in $ac_dir_suffix.
cvs-1.12.13+real/configure:43404:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
cvs-1.12.13+real/configure-43405-else
##############################################
cvs-1.12.13+real/configure-43414-    else
cvs-1.12.13+real/configure:43415:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
cvs-1.12.13+real/configure-43416-    fi ;;
##############################################
cvs-1.12.13+real/configure-43469-  # Strip MF so we end up with the name of the file.
cvs-1.12.13+real/configure:43470:  mf=`echo "$mf" | sed -e 's/:.*$//'`
cvs-1.12.13+real/configure-43471-  # Check whether this is an Automake generated Makefile or not.
##############################################
cvs-1.12.13+real/configure-43494-  # from the Makefile without running `make'.
cvs-1.12.13+real/configure:43495:  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
cvs-1.12.13+real/configure-43496-  test -z "$DEPDIR" && continue
cvs-1.12.13+real/configure:43497:  am__include=`sed -n 's/^am__include = //p' < "$mf"`
cvs-1.12.13+real/configure-43498-  test -z "am__include" && continue
cvs-1.12.13+real/configure:43499:  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
cvs-1.12.13+real/configure-43500-  # When using ansi2knr, U may be empty or an underscore; expand it
cvs-1.12.13+real/configure:43501:  U=`sed -n 's/^U = //p' < "$mf"`
cvs-1.12.13+real/configure-43502-  # Find all dependency output files, they are included files with
##############################################
cvs-1.12.13+real/configure-43556-      case "$ac_file" in
cvs-1.12.13+real/configure:43557:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
cvs-1.12.13+real/configure-43558-      esac
##############################################
cvs-1.12.13+real/configure-43561-        # Adjust a relative srcdir.
cvs-1.12.13+real/configure:43562:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
cvs-1.12.13+real/configure:43563:        ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
cvs-1.12.13+real/configure:43564:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
cvs-1.12.13+real/configure-43565-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
cvs-1.12.13+real/configure-43568-        case "$ac_given_srcdir" in
cvs-1.12.13+real/configure:43569:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
cvs-1.12.13+real/configure-43570-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
cvs-1.12.13+real/configure-43588-            fi
cvs-1.12.13+real/configure:43589:            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
cvs-1.12.13+real/configure-43590-            # Hide the ALL_LINGUAS assigment from automake.
##############################################
cvs-1.12.13+real/mktemp.sh-29-	if test x"$1" = x-d; then
cvs-1.12.13+real/mktemp.sh:30:		tmp=`echo $2 |sed "s/XXXXXX/$$/"`
cvs-1.12.13+real/mktemp.sh-31-		(umask 077 && exec mkdir $tmp) || return 1
cvs-1.12.13+real/mktemp.sh-32-	else
cvs-1.12.13+real/mktemp.sh:33:		tmp=`echo $1 |sed "s/XXXXXX/$$/"`
cvs-1.12.13+real/mktemp.sh-34-		(umask 077 && touch $tmp) || return 1
##############################################
cvs-1.12.13+real/lib/Makefile.in-508-.c.obj:
cvs-1.12.13+real/lib/Makefile.in:509:@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
cvs-1.12.13+real/lib/Makefile.in-510-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
##############################################
cvs-1.12.13+real/lib/Makefile.in-512-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
cvs-1.12.13+real/lib/Makefile.in:513:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
cvs-1.12.13+real/lib/Makefile.in-514-
cvs-1.12.13+real/lib/Makefile.in-515-getdate-error.o: error.c
cvs-1.12.13+real/lib/Makefile.in:516:@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(getdate_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT getdate-error.o -MD -MP -MF "$(DEPDIR)/getdate-error.Tpo" -c -o getdate-error.o `test -f 'error.c' || echo '$(srcdir)/'`error.c; \
cvs-1.12.13+real/lib/Makefile.in-517-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/getdate-error.Tpo" "$(DEPDIR)/getdate-error.Po"; else rm -f "$(DEPDIR)/getdate-error.Tpo"; exit 1; fi
##############################################
cvs-1.12.13+real/lib/Makefile.in-519-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
cvs-1.12.13+real/lib/Makefile.in:520:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(getdate_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getdate-error.o `test -f 'error.c' || echo '$(srcdir)/'`error.c
cvs-1.12.13+real/lib/Makefile.in-521-
cvs-1.12.13+real/lib/Makefile.in-522-getdate-error.obj: error.c
cvs-1.12.13+real/lib/Makefile.in:523:@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(getdate_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT getdate-error.obj -MD -MP -MF "$(DEPDIR)/getdate-error.Tpo" -c -o getdate-error.obj `if test -f 'error.c'; then $(CYGPATH_W) 'error.c'; else $(CYGPATH_W) '$(srcdir)/error.c'; fi`; \
cvs-1.12.13+real/lib/Makefile.in-524-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/getdate-error.Tpo" "$(DEPDIR)/getdate-error.Po"; else rm -f "$(DEPDIR)/getdate-error.Tpo"; exit 1; fi
##############################################
cvs-1.12.13+real/lib/Makefile.in-526-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
cvs-1.12.13+real/lib/Makefile.in:527:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(getdate_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getdate-error.obj `if test -f 'error.c'; then $(CYGPATH_W) 'error.c'; else $(CYGPATH_W) '$(srcdir)/error.c'; fi`
cvs-1.12.13+real/lib/Makefile.in-528-
cvs-1.12.13+real/lib/Makefile.in-529-getdate-getdate.o: getdate.c
cvs-1.12.13+real/lib/Makefile.in:530:@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(getdate_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT getdate-getdate.o -MD -MP -MF "$(DEPDIR)/getdate-getdate.Tpo" -c -o getdate-getdate.o `test -f 'getdate.c' || echo '$(srcdir)/'`getdate.c; \
cvs-1.12.13+real/lib/Makefile.in-531-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/getdate-getdate.Tpo" "$(DEPDIR)/getdate-getdate.Po"; else rm -f "$(DEPDIR)/getdate-getdate.Tpo"; exit 1; fi
##############################################
cvs-1.12.13+real/lib/Makefile.in-533-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
cvs-1.12.13+real/lib/Makefile.in:534:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(getdate_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getdate-getdate.o `test -f 'getdate.c' || echo '$(srcdir)/'`getdate.c
cvs-1.12.13+real/lib/Makefile.in-535-
cvs-1.12.13+real/lib/Makefile.in-536-getdate-getdate.obj: getdate.c
cvs-1.12.13+real/lib/Makefile.in:537:@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(getdate_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT getdate-getdate.obj -MD -MP -MF "$(DEPDIR)/getdate-getdate.Tpo" -c -o getdate-getdate.obj `if test -f 'getdate.c'; then $(CYGPATH_W) 'getdate.c'; else $(CYGPATH_W) '$(srcdir)/getdate.c'; fi`; \
cvs-1.12.13+real/lib/Makefile.in-538-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/getdate-getdate.Tpo" "$(DEPDIR)/getdate-getdate.Po"; else rm -f "$(DEPDIR)/getdate-getdate.Tpo"; exit 1; fi
##############################################
cvs-1.12.13+real/lib/Makefile.in-540-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
cvs-1.12.13+real/lib/Makefile.in:541:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(getdate_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getdate-getdate.obj `if test -f 'getdate.c'; then $(CYGPATH_W) 'getdate.c'; else $(CYGPATH_W) '$(srcdir)/getdate.c'; fi`
cvs-1.12.13+real/lib/Makefile.in-542-
cvs-1.12.13+real/lib/Makefile.in-543-getdate-progname.o: progname.c
cvs-1.12.13+real/lib/Makefile.in:544:@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(getdate_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT getdate-progname.o -MD -MP -MF "$(DEPDIR)/getdate-progname.Tpo" -c -o getdate-progname.o `test -f 'progname.c' || echo '$(srcdir)/'`progname.c; \
cvs-1.12.13+real/lib/Makefile.in-545-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/getdate-progname.Tpo" "$(DEPDIR)/getdate-progname.Po"; else rm -f "$(DEPDIR)/getdate-progname.Tpo"; exit 1; fi
##############################################
cvs-1.12.13+real/lib/Makefile.in-547-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
cvs-1.12.13+real/lib/Makefile.in:548:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(getdate_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getdate-progname.o `test -f 'progname.c' || echo '$(srcdir)/'`progname.c
cvs-1.12.13+real/lib/Makefile.in-549-
cvs-1.12.13+real/lib/Makefile.in-550-getdate-progname.obj: progname.c
cvs-1.12.13+real/lib/Makefile.in:551:@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(getdate_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT getdate-progname.obj -MD -MP -MF "$(DEPDIR)/getdate-progname.Tpo" -c -o getdate-progname.obj `if test -f 'progname.c'; then $(CYGPATH_W) 'progname.c'; else $(CYGPATH_W) '$(srcdir)/progname.c'; fi`; \
cvs-1.12.13+real/lib/Makefile.in-552-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/getdate-progname.Tpo" "$(DEPDIR)/getdate-progname.Po"; else rm -f "$(DEPDIR)/getdate-progname.Tpo"; exit 1; fi
##############################################
cvs-1.12.13+real/lib/Makefile.in-554-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
cvs-1.12.13+real/lib/Makefile.in:555:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(getdate_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getdate-progname.obj `if test -f 'progname.c'; then $(CYGPATH_W) 'progname.c'; else $(CYGPATH_W) '$(srcdir)/progname.c'; fi`
cvs-1.12.13+real/lib/Makefile.in-556-
##############################################
cvs-1.12.13+real/lib/Makefile.in-601-GTAGS:
cvs-1.12.13+real/lib/Makefile.in:602:	here=`$(am__cd) $(top_builddir) && pwd` \
cvs-1.12.13+real/lib/Makefile.in-603-	  && cd $(top_srcdir) \
##############################################
cvs-1.12.13+real/lib/Makefile.in-618-	    if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
cvs-1.12.13+real/lib/Makefile.in:619:	      all=`expr $$all + 1`; \
cvs-1.12.13+real/lib/Makefile.in-620-	      case " $(XFAIL_TESTS) " in \
cvs-1.12.13+real/lib/Makefile.in-621-	      *" $$tst "*) \
cvs-1.12.13+real/lib/Makefile.in:622:		xpass=`expr $$xpass + 1`; \
cvs-1.12.13+real/lib/Makefile.in:623:		failed=`expr $$failed + 1`; \
cvs-1.12.13+real/lib/Makefile.in-624-		echo "XPASS: $$tst"; \
##############################################
cvs-1.12.13+real/lib/Makefile.in-630-	    elif test $$? -ne 77; then \
cvs-1.12.13+real/lib/Makefile.in:631:	      all=`expr $$all + 1`; \
cvs-1.12.13+real/lib/Makefile.in-632-	      case " $(XFAIL_TESTS) " in \
cvs-1.12.13+real/lib/Makefile.in-633-	      *" $$tst "*) \
cvs-1.12.13+real/lib/Makefile.in:634:		xfail=`expr $$xfail + 1`; \
cvs-1.12.13+real/lib/Makefile.in-635-		echo "XFAIL: $$tst"; \
##############################################
cvs-1.12.13+real/lib/Makefile.in-637-	      *) \
cvs-1.12.13+real/lib/Makefile.in:638:		failed=`expr $$failed + 1`; \
cvs-1.12.13+real/lib/Makefile.in-639-		echo "FAIL: $$tst"; \
##############################################
cvs-1.12.13+real/lib/Makefile.in-642-	    else \
cvs-1.12.13+real/lib/Makefile.in:643:	      skip=`expr $$skip + 1`; \
cvs-1.12.13+real/lib/Makefile.in-644-	      echo "SKIP: $$tst"; \
##############################################
cvs-1.12.13+real/lib/Makefile.in-663-	    skipped="($$skip tests were not run)"; \
cvs-1.12.13+real/lib/Makefile.in:664:	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
cvs-1.12.13+real/lib/Makefile.in-665-	      dashes="$$skipped"; \
##############################################
cvs-1.12.13+real/lib/Makefile.in-669-	    report="Please report to $(PACKAGE_BUGREPORT)"; \
cvs-1.12.13+real/lib/Makefile.in:670:	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
cvs-1.12.13+real/lib/Makefile.in-671-	      dashes="$$report"; \
cvs-1.12.13+real/lib/Makefile.in-672-	  fi; \
cvs-1.12.13+real/lib/Makefile.in:673:	  dashes=`echo "$$dashes" | sed s/./=/g`; \
cvs-1.12.13+real/lib/Makefile.in-674-	  echo "$$dashes"; \
##############################################
cvs-1.12.13+real/lib/Makefile.in-682-distdir: $(DISTFILES)
cvs-1.12.13+real/lib/Makefile.in:683:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
cvs-1.12.13+real/lib/Makefile.in:684:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
cvs-1.12.13+real/lib/Makefile.in-685-	list='$(DISTFILES)'; for file in $$list; do \
cvs-1.12.13+real/lib/Makefile.in-686-	  case $$file in \
cvs-1.12.13+real/lib/Makefile.in:687:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
cvs-1.12.13+real/lib/Makefile.in:688:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
cvs-1.12.13+real/lib/Makefile.in-689-	  esac; \
cvs-1.12.13+real/lib/Makefile.in-690-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
cvs-1.12.13+real/lib/Makefile.in:691:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
cvs-1.12.13+real/lib/Makefile.in-692-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
cvs-1.12.13+real/lib/test-getdate.sh-73-# is used later does have the disadvantage of rejecting at least the
cvs-1.12.13+real/lib/test-getdate.sh:74:# `Europe/London' timezone for half the year when $UTZ gets set to `GMT', like
cvs-1.12.13+real/lib/test-getdate.sh-75-# happens on NetBSD, but, since I haven't come up with any better ideas and
##############################################
cvs-1.12.13+real/lib/test-getdate.sh-118-{
cvs-1.12.13+real/lib/test-getdate.sh:119:	NTZ=`TZ=$1 date +%Z`
cvs-1.12.13+real/lib/test-getdate.sh-120-	if test "$NTZ" = "$UTZ" || test "$NTZ" = "$1"; then
##############################################
cvs-1.12.13+real/diff/Makefile.in-352-.c.obj:
cvs-1.12.13+real/diff/Makefile.in:353:@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
cvs-1.12.13+real/diff/Makefile.in-354-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
##############################################
cvs-1.12.13+real/diff/Makefile.in-356-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
cvs-1.12.13+real/diff/Makefile.in:357:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
cvs-1.12.13+real/diff/Makefile.in-358-uninstall-info-am:
##############################################
cvs-1.12.13+real/diff/Makefile.in-400-GTAGS:
cvs-1.12.13+real/diff/Makefile.in:401:	here=`$(am__cd) $(top_builddir) && pwd` \
cvs-1.12.13+real/diff/Makefile.in-402-	  && cd $(top_srcdir) \
##############################################
cvs-1.12.13+real/diff/Makefile.in-408-distdir: $(DISTFILES)
cvs-1.12.13+real/diff/Makefile.in:409:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
cvs-1.12.13+real/diff/Makefile.in:410:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
cvs-1.12.13+real/diff/Makefile.in-411-	list='$(DISTFILES)'; for file in $$list; do \
cvs-1.12.13+real/diff/Makefile.in-412-	  case $$file in \
cvs-1.12.13+real/diff/Makefile.in:413:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
cvs-1.12.13+real/diff/Makefile.in:414:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
cvs-1.12.13+real/diff/Makefile.in-415-	  esac; \
cvs-1.12.13+real/diff/Makefile.in-416-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
cvs-1.12.13+real/diff/Makefile.in:417:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
cvs-1.12.13+real/diff/Makefile.in-418-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
cvs-1.12.13+real/man/Makefile.in-319-	  else file=$$i; fi; \
cvs-1.12.13+real/man/Makefile.in:320:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
cvs-1.12.13+real/man/Makefile.in-321-	  case "$$ext" in \
##############################################
cvs-1.12.13+real/man/Makefile.in-324-	  esac; \
cvs-1.12.13+real/man/Makefile.in:325:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
cvs-1.12.13+real/man/Makefile.in:326:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
cvs-1.12.13+real/man/Makefile.in:327:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
cvs-1.12.13+real/man/Makefile.in-328-	  echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \
##############################################
cvs-1.12.13+real/man/Makefile.in-340-	for i in $$list; do \
cvs-1.12.13+real/man/Makefile.in:341:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
cvs-1.12.13+real/man/Makefile.in-342-	  case "$$ext" in \
##############################################
cvs-1.12.13+real/man/Makefile.in-345-	  esac; \
cvs-1.12.13+real/man/Makefile.in:346:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
cvs-1.12.13+real/man/Makefile.in:347:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
cvs-1.12.13+real/man/Makefile.in:348:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
cvs-1.12.13+real/man/Makefile.in-349-	  echo " rm -f '$(DESTDIR)$(man5dir)/$$inst'"; \
##############################################
cvs-1.12.13+real/man/Makefile.in-364-	  else file=$$i; fi; \
cvs-1.12.13+real/man/Makefile.in:365:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
cvs-1.12.13+real/man/Makefile.in-366-	  case "$$ext" in \
##############################################
cvs-1.12.13+real/man/Makefile.in-369-	  esac; \
cvs-1.12.13+real/man/Makefile.in:370:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
cvs-1.12.13+real/man/Makefile.in:371:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
cvs-1.12.13+real/man/Makefile.in:372:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
cvs-1.12.13+real/man/Makefile.in-373-	  echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
##############################################
cvs-1.12.13+real/man/Makefile.in-385-	for i in $$list; do \
cvs-1.12.13+real/man/Makefile.in:386:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
cvs-1.12.13+real/man/Makefile.in-387-	  case "$$ext" in \
##############################################
cvs-1.12.13+real/man/Makefile.in-390-	  esac; \
cvs-1.12.13+real/man/Makefile.in:391:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
cvs-1.12.13+real/man/Makefile.in:392:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
cvs-1.12.13+real/man/Makefile.in:393:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
cvs-1.12.13+real/man/Makefile.in-394-	  echo " rm -f '$(DESTDIR)$(man8dir)/$$inst'"; \
##############################################
cvs-1.12.13+real/man/Makefile.in-404-distdir: $(DISTFILES)
cvs-1.12.13+real/man/Makefile.in:405:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
cvs-1.12.13+real/man/Makefile.in:406:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
cvs-1.12.13+real/man/Makefile.in-407-	list='$(DISTFILES)'; for file in $$list; do \
cvs-1.12.13+real/man/Makefile.in-408-	  case $$file in \
cvs-1.12.13+real/man/Makefile.in:409:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
cvs-1.12.13+real/man/Makefile.in:410:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
cvs-1.12.13+real/man/Makefile.in-411-	  esac; \
cvs-1.12.13+real/man/Makefile.in-412-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
cvs-1.12.13+real/man/Makefile.in:413:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
cvs-1.12.13+real/man/Makefile.in-414-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
cvs-1.12.13+real/tools/Makefile.in-308-distdir: $(DISTFILES)
cvs-1.12.13+real/tools/Makefile.in:309:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
cvs-1.12.13+real/tools/Makefile.in:310:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
cvs-1.12.13+real/tools/Makefile.in-311-	list='$(DISTFILES)'; for file in $$list; do \
cvs-1.12.13+real/tools/Makefile.in-312-	  case $$file in \
cvs-1.12.13+real/tools/Makefile.in:313:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
cvs-1.12.13+real/tools/Makefile.in:314:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
cvs-1.12.13+real/tools/Makefile.in-315-	  esac; \
cvs-1.12.13+real/tools/Makefile.in-316-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
cvs-1.12.13+real/tools/Makefile.in:317:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
cvs-1.12.13+real/tools/Makefile.in-318-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
cvs-1.12.13+real/windows-NT/Makefile.in-368-	dot_seen=no; \
cvs-1.12.13+real/windows-NT/Makefile.in:369:	target=`echo $@ | sed s/-recursive//`; \
cvs-1.12.13+real/windows-NT/Makefile.in-370-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
cvs-1.12.13+real/windows-NT/Makefile.in-404-	rev="$$rev ."; \
cvs-1.12.13+real/windows-NT/Makefile.in:405:	target=`echo $@ | sed s/-recursive//`; \
cvs-1.12.13+real/windows-NT/Makefile.in-406-	for subdir in $$rev; do \
##############################################
cvs-1.12.13+real/windows-NT/Makefile.in-478-GTAGS:
cvs-1.12.13+real/windows-NT/Makefile.in:479:	here=`$(am__cd) $(top_builddir) && pwd` \
cvs-1.12.13+real/windows-NT/Makefile.in-480-	  && cd $(top_srcdir) \
##############################################
cvs-1.12.13+real/windows-NT/Makefile.in-487-	$(mkdir_p) $(distdir)/arpa $(distdir)/netinet $(distdir)/sys
cvs-1.12.13+real/windows-NT/Makefile.in:488:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
cvs-1.12.13+real/windows-NT/Makefile.in:489:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
cvs-1.12.13+real/windows-NT/Makefile.in-490-	list='$(DISTFILES)'; for file in $$list; do \
cvs-1.12.13+real/windows-NT/Makefile.in-491-	  case $$file in \
cvs-1.12.13+real/windows-NT/Makefile.in:492:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
cvs-1.12.13+real/windows-NT/Makefile.in:493:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
cvs-1.12.13+real/windows-NT/Makefile.in-494-	  esac; \
cvs-1.12.13+real/windows-NT/Makefile.in-495-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
cvs-1.12.13+real/windows-NT/Makefile.in:496:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
cvs-1.12.13+real/windows-NT/Makefile.in-497-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
cvs-1.12.13+real/windows-NT/Makefile.in-518-	    || exit 1; \
cvs-1.12.13+real/windows-NT/Makefile.in:519:	    distdir=`$(am__cd) $(distdir) && pwd`; \
cvs-1.12.13+real/windows-NT/Makefile.in:520:	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
cvs-1.12.13+real/windows-NT/Makefile.in-521-	    (cd $$subdir && \
##############################################
cvs-1.12.13+real/windows-NT/rcmd.c-38-    {
cvs-1.12.13+real/windows-NT/rcmd.c:39:	unsigned long addr = inet_addr (*ahost);
cvs-1.12.13+real/windows-NT/rcmd.c-40-
##############################################
cvs-1.12.13+real/windows-NT/SCC/Makefile.in-315-distdir: $(DISTFILES)
cvs-1.12.13+real/windows-NT/SCC/Makefile.in:316:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
cvs-1.12.13+real/windows-NT/SCC/Makefile.in:317:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
cvs-1.12.13+real/windows-NT/SCC/Makefile.in-318-	list='$(DISTFILES)'; for file in $$list; do \
cvs-1.12.13+real/windows-NT/SCC/Makefile.in-319-	  case $$file in \
cvs-1.12.13+real/windows-NT/SCC/Makefile.in:320:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
cvs-1.12.13+real/windows-NT/SCC/Makefile.in:321:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
cvs-1.12.13+real/windows-NT/SCC/Makefile.in-322-	  esac; \
cvs-1.12.13+real/windows-NT/SCC/Makefile.in-323-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
cvs-1.12.13+real/windows-NT/SCC/Makefile.in:324:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
cvs-1.12.13+real/windows-NT/SCC/Makefile.in-325-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
cvs-1.12.13+real/vms/Makefile.in-347-distdir: $(DISTFILES)
cvs-1.12.13+real/vms/Makefile.in:348:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
cvs-1.12.13+real/vms/Makefile.in:349:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
cvs-1.12.13+real/vms/Makefile.in-350-	list='$(DISTFILES)'; for file in $$list; do \
cvs-1.12.13+real/vms/Makefile.in-351-	  case $$file in \
cvs-1.12.13+real/vms/Makefile.in:352:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
cvs-1.12.13+real/vms/Makefile.in:353:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
cvs-1.12.13+real/vms/Makefile.in-354-	  esac; \
cvs-1.12.13+real/vms/Makefile.in-355-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
cvs-1.12.13+real/vms/Makefile.in:356:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
cvs-1.12.13+real/vms/Makefile.in-357-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
cvs-1.12.13+real/maint-aux/Makefile.in-308-distdir: $(DISTFILES)
cvs-1.12.13+real/maint-aux/Makefile.in:309:	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
cvs-1.12.13+real/maint-aux/Makefile.in:310:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
cvs-1.12.13+real/maint-aux/Makefile.in-311-	list='$(DISTFILES)'; for file in $$list; do \
cvs-1.12.13+real/maint-aux/Makefile.in-312-	  case $$file in \
cvs-1.12.13+real/maint-aux/Makefile.in:313:	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
cvs-1.12.13+real/maint-aux/Makefile.in:314:	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
cvs-1.12.13+real/maint-aux/Makefile.in-315-	  esac; \
cvs-1.12.13+real/maint-aux/Makefile.in-316-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
cvs-1.12.13+real/maint-aux/Makefile.in:317:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
cvs-1.12.13+real/maint-aux/Makefile.in-318-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
cvs-1.12.13+real/FAQ-1479-                rm $f
cvs-1.12.13+real/FAQ:1480:                set rev = `grep "^/$f/" CVS/Entries | awk -F/ '{print $3}'`
cvs-1.12.13+real/FAQ-1481-                cvs update -p -r $rev $f > $f
##############################################
cvs-1.12.13+real/configure.in-108-dnl FIXME This is truly gross.
cvs-1.12.13+real/configure.in:109:missing_dir=`cd $ac_aux_dir && pwd`
cvs-1.12.13+real/configure.in-110-dnl FIXME I pulled this default list from sanity.sh.  Perhaps these lists
##############################################
cvs-1.12.13+real/configure.in-742-    without a default log message editor.  Searched for
cvs-1.12.13+real/configure.in:743:    \`$with_editor'.  Try \`configure --with-editor'.])
cvs-1.12.13+real/configure.in-744-    fi
##############################################
cvs-1.12.13+real/configure.in-1069-  if test no != $enable_server_flow_control; then
cvs-1.12.13+real/configure.in:1070:    ccvs_lwm=`expr "$enable_server_flow_control" : '\(.*\),'`
cvs-1.12.13+real/configure.in:1071:    ccvs_hwm=`expr "$enable_server_flow_control" : '.*,\(.*\)'`
cvs-1.12.13+real/configure.in:1072:    ccvs_lwm_E=`expr "$ccvs_lwm" : '[[0-9]][[0-9]]*\(.*\)'`
cvs-1.12.13+real/configure.in:1073:    ccvs_lwm=`expr "$ccvs_lwm" : '\([[0-9]][[0-9]]*\)'`
cvs-1.12.13+real/configure.in-1074-    test "" != "$ccvs_lwm" || ccvs_lwm_E="?"
##############################################
cvs-1.12.13+real/configure.in-1082-      esac
cvs-1.12.13+real/configure.in:1083:    ccvs_hwm_E=`expr "$ccvs_hwm" : '[[0-9]][[0-9]]*\(.*\)'`
cvs-1.12.13+real/configure.in:1084:    ccvs_hwm=`expr "$ccvs_hwm" : '\([[0-9]][[0-9]]*\).*'`
cvs-1.12.13+real/configure.in-1085-    test "" != "$ccvs_hwm" || ccvs_hwm_E="?"
##############################################
cvs-1.12.13+real/configure.in-1233-       *)
cvs-1.12.13+real/configure.in:1234:          AC_MSG_ERROR([Unrecognized argument to --enable-case-sensitivity: \`$enable_case_sensitivity'.  Acceptable values are \`yes', \`no', and \`auto'.])
cvs-1.12.13+real/configure.in-1235-          ;;
##############################################
cvs-1.12.13+real/configure.in-1470-   fi
cvs-1.12.13+real/configure.in:1471:   eval enable_config_override=`echo $sysconfdir/cvs.conf,$sysconfdir/cvs/`
cvs-1.12.13+real/configure.in-1472-   prefix=$cvs_save_prefix])