===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
cvsd-1.0.24/config.guess-38-
cvsd-1.0.24/config.guess:39:me=`echo "$0" | sed -e 's,.*/,,'`
cvsd-1.0.24/config.guess-40-
##############################################
cvsd-1.0.24/config.guess-108-: ${TMPDIR=/tmp} ;
cvsd-1.0.24/config.guess:109: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
cvsd-1.0.24/config.guess-110- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
cvsd-1.0.24/config.guess-194-	    *)
cvsd-1.0.24/config.guess:195:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
cvsd-1.0.24/config.guess-196-		;;
##############################################
cvsd-1.0.24/config.guess-221-	*4.0)
cvsd-1.0.24/config.guess:222:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
cvsd-1.0.24/config.guess-223-		;;
cvsd-1.0.24/config.guess-224-	*5.*)
cvsd-1.0.24/config.guess:225:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
cvsd-1.0.24/config.guess-226-		;;
##############################################
cvsd-1.0.24/config.guess-231-	# types through head -n 1, so we only detect the type of CPU 0.
cvsd-1.0.24/config.guess:232:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
cvsd-1.0.24/config.guess-233-	case "$ALPHA_CPU_TYPE" in
##############################################
cvsd-1.0.24/config.guess-269-	# 1.2 uses "1.2" for uname -r.
cvsd-1.0.24/config.guess:270:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
cvsd-1.0.24/config.guess-271-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
cvsd-1.0.24/config.guess-329-    s390x:SunOS:*:*)
cvsd-1.0.24/config.guess:330:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
cvsd-1.0.24/config.guess-331-	exit ;;
cvsd-1.0.24/config.guess-332-    sun4H:SunOS:5.*:*)
cvsd-1.0.24/config.guess:333:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
cvsd-1.0.24/config.guess-334-	exit ;;
cvsd-1.0.24/config.guess-335-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
cvsd-1.0.24/config.guess:336:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
cvsd-1.0.24/config.guess-337-	exit ;;
##############################################
cvsd-1.0.24/config.guess-354-	fi
cvsd-1.0.24/config.guess:355:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
cvsd-1.0.24/config.guess-356-	exit ;;
##############################################
cvsd-1.0.24/config.guess-360-	# it's likely to be more like Solaris than SunOS4.
cvsd-1.0.24/config.guess:361:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
cvsd-1.0.24/config.guess-362-	exit ;;
##############################################
cvsd-1.0.24/config.guess-369-	# Japanese Language versions have a version number like `4.1.3-JL'.
cvsd-1.0.24/config.guess:370:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
cvsd-1.0.24/config.guess-371-	exit ;;
##############################################
cvsd-1.0.24/config.guess-375-    sun*:*:4.2BSD:*)
cvsd-1.0.24/config.guess:376:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
cvsd-1.0.24/config.guess-377-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
cvsd-1.0.24/config.guess-457-	$CC_FOR_BUILD -o $dummy $dummy.c &&
cvsd-1.0.24/config.guess:458:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
cvsd-1.0.24/config.guess:459:	  SYSTEM_NAME=`$dummy $dummyarg` &&
cvsd-1.0.24/config.guess-460-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
cvsd-1.0.24/config.guess-513-    *:IRIX*:*:*)
cvsd-1.0.24/config.guess:514:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
cvsd-1.0.24/config.guess-515-	exit ;;
##############################################
cvsd-1.0.24/config.guess-543-EOF
cvsd-1.0.24/config.guess:544:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
cvsd-1.0.24/config.guess-545-		then
##############################################
cvsd-1.0.24/config.guess-556-    *:AIX:*:[4567])
cvsd-1.0.24/config.guess:557:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
cvsd-1.0.24/config.guess-558-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
cvsd-1.0.24/config.guess-591-    9000/[34678]??:HP-UX:*:*)
cvsd-1.0.24/config.guess:592:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
cvsd-1.0.24/config.guess-593-	case "${UNAME_MACHINE}" in
##############################################
cvsd-1.0.24/config.guess-645-EOF
cvsd-1.0.24/config.guess:646:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
cvsd-1.0.24/config.guess-647-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
cvsd-1.0.24/config.guess-673-    ia64:HP-UX:*:*)
cvsd-1.0.24/config.guess:674:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
cvsd-1.0.24/config.guess-675-	echo ia64-hp-hpux${HPUX_REV}
##############################################
cvsd-1.0.24/config.guess-703-EOF
cvsd-1.0.24/config.guess:704:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
cvsd-1.0.24/config.guess-705-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
cvsd-1.0.24/config.guess-774-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
cvsd-1.0.24/config.guess:775:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
cvsd-1.0.24/config.guess-776-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
cvsd-1.0.24/config.guess-779-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
cvsd-1.0.24/config.guess:780:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
cvsd-1.0.24/config.guess-781-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
cvsd-1.0.24/config.guess-795-	    amd64)
cvsd-1.0.24/config.guess:796:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
cvsd-1.0.24/config.guess-797-	    *)
cvsd-1.0.24/config.guess:798:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
cvsd-1.0.24/config.guess-799-	esac
##############################################
cvsd-1.0.24/config.guess-850-    prep*:SunOS:5.*:*)
cvsd-1.0.24/config.guess:851:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
cvsd-1.0.24/config.guess-852-	exit ;;
##############################################
cvsd-1.0.24/config.guess-854-	# the GNU system
cvsd-1.0.24/config.guess:855:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
cvsd-1.0.24/config.guess-856-	exit ;;
##############################################
cvsd-1.0.24/config.guess-858-	# other systems with GNU libc and userland
cvsd-1.0.24/config.guess:859:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
cvsd-1.0.24/config.guess-860-	exit ;;
##############################################
cvsd-1.0.24/config.guess-923-EOF
cvsd-1.0.24/config.guess:924:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
cvsd-1.0.24/config.guess-925-	echo "${UNAME_MACHINE}-pc-linux-${LIBC}"
##############################################
cvsd-1.0.24/config.guess-951-EOF
cvsd-1.0.24/config.guess:952:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
cvsd-1.0.24/config.guess-953-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
##############################################
cvsd-1.0.24/config.guess-1036-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
cvsd-1.0.24/config.guess:1037:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
cvsd-1.0.24/config.guess-1038-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
cvsd-1.0.24/config.guess-1306-    *:DragonFly:*:*)
cvsd-1.0.24/config.guess:1307:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
cvsd-1.0.24/config.guess-1308-	exit ;;
##############################################
cvsd-1.0.24/config.guess-1319-    i*86:skyos:*:*)
cvsd-1.0.24/config.guess:1320:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
cvsd-1.0.24/config.guess-1321-	exit ;;
##############################################
cvsd-1.0.24/config.guess-1450-
cvsd-1.0.24/config.guess:1451:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
cvsd-1.0.24/config.guess-1452-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
cvsd-1.0.24/INSTALL-173-directory configuration variables that were expressed in terms of
cvsd-1.0.24/INSTALL:174:`${prefix}'.  Any directories that were specified during `configure',
cvsd-1.0.24/INSTALL-175-but not in terms of `${prefix}', must each be overridden at install
##############################################
cvsd-1.0.24/configure.ac-62-  fi
cvsd-1.0.24/configure.ac:63:  if test ! -r "$$1" || test "x`basename "$$1"`" != "x$2"
cvsd-1.0.24/configure.ac-64-  then
##############################################
cvsd-1.0.24/debian/cvsd.init-42-
cvsd-1.0.24/debian/cvsd.init:43:PIDFILE=`sed -n 's/^ *PidFile *\([^ ]*\) *$/\1/p' < $CVSD_CFG`
cvsd-1.0.24/debian/cvsd.init-44-[ -n "$PIDFILE" ] && PFO="--pidfile $PIDFILE"
##############################################
cvsd-1.0.24/debian/cvsd.init-79-    then
cvsd-1.0.24/debian/cvsd.init:80:      if kill -s 0 `cat $PIDFILE` > /dev/null 2>&1
cvsd-1.0.24/debian/cvsd.init-81-      then
##############################################
cvsd-1.0.24/debian/config-19-  # Location of Chroot jail
cvsd-1.0.24/debian/config:20:  rootjail=`sed -n 's/^[[:space:]]*RootJail[[:space:]][[:space:]]*\([^[:space:]]*\)[[:space:]]*$/\1/p' < "$configfile"`
cvsd-1.0.24/debian/config-21-  [ "x$rootjail" = "x" ] && rootjail="none"
##############################################
cvsd-1.0.24/debian/config-24-  # Maximum number of connections
cvsd-1.0.24/debian/config:25:  maxconnections=`sed -n 's/^[[:space:]]*MaxConnections[[:space:]][[:space:]]*\([^[:space:]]*\)[[:space:]]*$/\1/p' < "$configfile"`
cvsd-1.0.24/debian/config-26-  [ "x$maxconnections" = "x" ] && maxconnections=0
##############################################
cvsd-1.0.24/debian/config-29-  # Nice value to run at
cvsd-1.0.24/debian/config:30:  nice=`sed -n 's/^[[:space:]]*Nice[[:space:]][[:space:]]*\([^[:space:]]*\)[[:space:]]*$/\1/p' < "$configfile"`
cvsd-1.0.24/debian/config-31-  [ "x$nice" = "x" ] && nice=0
##############################################
cvsd-1.0.24/debian/config-34-  # Umask to use
cvsd-1.0.24/debian/config:35:  umask=`sed -n 's/^[[:space:]]*Umask[[:space:]][[:space:]]*\([^[:space:]]*\)[[:space:]]*$/\1/p' < "$configfile"`
cvsd-1.0.24/debian/config-36-  [ "x$umask" = "x" ] && umask=027
##############################################
cvsd-1.0.24/debian/config-39-  # Address-Port combinations to listen on
cvsd-1.0.24/debian/config:40:  listen=`sed -n 's/^[[:space:]]*Listen[[:space:]][[:space:]]*\([^[:space:]]*\)[[:space:]][[:space:]]*\([^[:space:]]*\)[[:space:]]*$/\1 \2/p' < "$configfile"`
cvsd-1.0.24/debian/config:41:  listen=`echo "$listen" | tr '\n' ' ' | sed 's/ *$//'`
cvsd-1.0.24/debian/config-42-  [ "x$listen" = "x" ] && listen="* 2401"
##############################################
cvsd-1.0.24/debian/config-45-  # get current repositories from configfile
cvsd-1.0.24/debian/config:46:  reposs=`sed -n 's/^[[:space:]]*Repos[[:space:]][[:space:]]*\([^[:space:]]*\)[[:space:]]*$/\1/p' < "$configfile"`
cvsd-1.0.24/debian/config:47:  reposs=`echo "$reposs" | tr '\n' ':' | sed 's/:*$//'`
cvsd-1.0.24/debian/config-48-  db_set cvsd/repositories "$reposs"
##############################################
cvsd-1.0.24/debian/config-51-  limits=""
cvsd-1.0.24/debian/config:52:  for i in `sed -n 's/^[[:space:]]*Limit[[:space:]][[:space:]]*\([^[:space:]]*\)[[:space:]][[:space:]]*[^[:space:]]*[[:space:]]*$/\1/p' < "$configfile"`
cvsd-1.0.24/debian/config-53-  do
cvsd-1.0.24/debian/config:54:    limit=`sed -n 's/^[[:space:]]*Limit[[:space:]][[:space:]]*'"$i"'[[:space:]][[:space:]]*\([^[:space:]]*\)[[:space:]]*$/\1/p' < "$configfile"`
cvsd-1.0.24/debian/config-55-    if db_set "cvsd/limit_$i" "$limit"
##############################################
cvsd-1.0.24/debian/config-121-    db_get cvsd/limits
cvsd-1.0.24/debian/config:122:    for i in `echo $RET | sed 's/,//g'`
cvsd-1.0.24/debian/config-123-    do
##############################################
cvsd-1.0.24/debian/postinst-27-(getent passwd cvsd | grep -q "^cvsd:.*:cvs pserver daemon:") || usermod -c "cvs pserver daemon" cvsd
cvsd-1.0.24/debian/postinst:28:gid=`getent group cvsd | sed 's/^cvsd:[^:]*:\([0-9]*\):.*$/\1/'`
cvsd-1.0.24/debian/postinst-29-(getent passwd cvsd | grep -q "^cvsd:.*:$gid:") || usermod -g "cvsd" cvsd
##############################################
cvsd-1.0.24/debian/postinst-40-  value="$2"
cvsd-1.0.24/debian/postinst:41:  value_re=`echo "$value" | sed "$RE_ESCAPE"`
cvsd-1.0.24/debian/postinst:42:  value_rp=`echo "$value" | sed "$RP_ESCAPE"`
cvsd-1.0.24/debian/postinst-43-  # if config already contains this setting we're done
##############################################
cvsd-1.0.24/debian/postinst-211-    # remove the x-, otherwise add a new option
cvsd-1.0.24/debian/postinst:212:    addr_re=`echo "$addr" | sed "$RE_ESCAPE"`
cvsd-1.0.24/debian/postinst:213:    port_re=`echo "$port" | sed "$RE_ESCAPE"`
cvsd-1.0.24/debian/postinst-214-    if grep \
##############################################
cvsd-1.0.24/debian/postinst-241-  IFS="$OLDIFS"
cvsd-1.0.24/debian/postinst:242:  repos_re=`echo "$repos" | sed "$RE_ESCAPE"`
cvsd-1.0.24/debian/postinst-243-  if grep \
##############################################
cvsd-1.0.24/debian/postinst-263-db_get cvsd/limits
cvsd-1.0.24/debian/postinst:264:for limit in `echo "$RET" | sed 's/,//g'`
cvsd-1.0.24/debian/postinst-265-do
##############################################
cvsd-1.0.24/debian/postinst-269-    value="$RET"
cvsd-1.0.24/debian/postinst:270:    value_rp=`echo "$value" | sed "$RP_ESCAPE"`
cvsd-1.0.24/debian/postinst-271-    if grep \
##############################################
cvsd-1.0.24/config.sub-57-
cvsd-1.0.24/config.sub:58:me=`echo "$0" | sed -e 's,.*/,,'`
cvsd-1.0.24/config.sub-59-
##############################################
cvsd-1.0.24/config.sub-122-# Here we must recognize all the valid KERNEL-OS combinations.
cvsd-1.0.24/config.sub:123:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
cvsd-1.0.24/config.sub-124-case $maybe_os in
##############################################
cvsd-1.0.24/config.sub-130-    os=-$maybe_os
cvsd-1.0.24/config.sub:131:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
cvsd-1.0.24/config.sub-132-    ;;
##############################################
cvsd-1.0.24/config.sub-134-    os=-linux-android
cvsd-1.0.24/config.sub:135:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
cvsd-1.0.24/config.sub-136-    ;;
cvsd-1.0.24/config.sub-137-  *)
cvsd-1.0.24/config.sub:138:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
cvsd-1.0.24/config.sub-139-    if [ $basic_machine != $1 ]
cvsd-1.0.24/config.sub:140:    then os=`echo $1 | sed 's/.*-/-/'`
cvsd-1.0.24/config.sub-141-    else os=; fi
##############################################
cvsd-1.0.24/config.sub-188-		os=-sco5v6
cvsd-1.0.24/config.sub:189:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
cvsd-1.0.24/config.sub-190-		;;
##############################################
cvsd-1.0.24/config.sub-192-		os=-sco3.2v5
cvsd-1.0.24/config.sub:193:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
cvsd-1.0.24/config.sub-194-		;;
##############################################
cvsd-1.0.24/config.sub-196-		os=-sco3.2v4
cvsd-1.0.24/config.sub:197:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
cvsd-1.0.24/config.sub-198-		;;
cvsd-1.0.24/config.sub-199-	-sco3.2.[4-9]*)
cvsd-1.0.24/config.sub:200:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
cvsd-1.0.24/config.sub:201:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
cvsd-1.0.24/config.sub-202-		;;
##############################################
cvsd-1.0.24/config.sub-204-		# Don't forget version if it is 3.2v4 or newer.
cvsd-1.0.24/config.sub:205:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
cvsd-1.0.24/config.sub-206-		;;
##############################################
cvsd-1.0.24/config.sub-208-		# Don't forget version if it is 3.2v4 or newer.
cvsd-1.0.24/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
cvsd-1.0.24/config.sub-210-		;;
##############################################
cvsd-1.0.24/config.sub-212-		os=-sco3.2v2
cvsd-1.0.24/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
cvsd-1.0.24/config.sub-214-		;;
cvsd-1.0.24/config.sub-215-	-udk*)
cvsd-1.0.24/config.sub:216:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
cvsd-1.0.24/config.sub-217-		;;
##############################################
cvsd-1.0.24/config.sub-219-		os=-isc2.2
cvsd-1.0.24/config.sub:220:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
cvsd-1.0.24/config.sub-221-		;;
##############################################
cvsd-1.0.24/config.sub-225-	-isc*)
cvsd-1.0.24/config.sub:226:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
cvsd-1.0.24/config.sub-227-		;;
##############################################
cvsd-1.0.24/config.sub-231-	-ptx*)
cvsd-1.0.24/config.sub:232:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
cvsd-1.0.24/config.sub-233-		;;
cvsd-1.0.24/config.sub-234-	-windowsnt*)
cvsd-1.0.24/config.sub:235:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
cvsd-1.0.24/config.sub-236-		;;
##############################################
cvsd-1.0.24/config.sub-357-	*-*-*)
cvsd-1.0.24/config.sub:358:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
cvsd-1.0.24/config.sub-359-		exit 1
##############################################
cvsd-1.0.24/config.sub-475-	amd64-*)
cvsd-1.0.24/config.sub:476:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
cvsd-1.0.24/config.sub-477-		;;
##############################################
cvsd-1.0.24/config.sub-517-	blackfin-*)
cvsd-1.0.24/config.sub:518:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
cvsd-1.0.24/config.sub-519-		os=-linux
##############################################
cvsd-1.0.24/config.sub-525-	c54x-*)
cvsd-1.0.24/config.sub:526:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
cvsd-1.0.24/config.sub-527-		;;
cvsd-1.0.24/config.sub-528-	c55x-*)
cvsd-1.0.24/config.sub:529:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
cvsd-1.0.24/config.sub-530-		;;
cvsd-1.0.24/config.sub-531-	c6x-*)
cvsd-1.0.24/config.sub:532:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
cvsd-1.0.24/config.sub-533-		;;
##############################################
cvsd-1.0.24/config.sub-728-	i*86v32)
cvsd-1.0.24/config.sub:729:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
cvsd-1.0.24/config.sub-730-		os=-sysv32
##############################################
cvsd-1.0.24/config.sub-732-	i*86v4*)
cvsd-1.0.24/config.sub:733:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
cvsd-1.0.24/config.sub-734-		os=-sysv4
##############################################
cvsd-1.0.24/config.sub-736-	i*86v)
cvsd-1.0.24/config.sub:737:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
cvsd-1.0.24/config.sub-738-		os=-sysv
##############################################
cvsd-1.0.24/config.sub-740-	i*86sol2)
cvsd-1.0.24/config.sub:741:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
cvsd-1.0.24/config.sub-742-		os=-solaris2
##############################################
cvsd-1.0.24/config.sub-770-	m68knommu-*)
cvsd-1.0.24/config.sub:771:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
cvsd-1.0.24/config.sub-772-		os=-linux
##############################################
cvsd-1.0.24/config.sub-803-	mips3*-*)
cvsd-1.0.24/config.sub:804:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
cvsd-1.0.24/config.sub-805-		;;
cvsd-1.0.24/config.sub-806-	mips3*)
cvsd-1.0.24/config.sub:807:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
cvsd-1.0.24/config.sub-808-		;;
##############################################
cvsd-1.0.24/config.sub-821-	ms1-*)
cvsd-1.0.24/config.sub:822:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
cvsd-1.0.24/config.sub-823-		;;
##############################################
cvsd-1.0.24/config.sub-940-	parisc-*)
cvsd-1.0.24/config.sub:941:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
cvsd-1.0.24/config.sub-942-		os=-linux
##############################################
cvsd-1.0.24/config.sub-956-	pc98-*)
cvsd-1.0.24/config.sub:957:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
cvsd-1.0.24/config.sub-958-		;;
##############################################
cvsd-1.0.24/config.sub-971-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
cvsd-1.0.24/config.sub:972:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
cvsd-1.0.24/config.sub-973-		;;
cvsd-1.0.24/config.sub-974-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
cvsd-1.0.24/config.sub:975:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
cvsd-1.0.24/config.sub-976-		;;
cvsd-1.0.24/config.sub-977-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
cvsd-1.0.24/config.sub:978:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
cvsd-1.0.24/config.sub-979-		;;
cvsd-1.0.24/config.sub-980-	pentium4-*)
cvsd-1.0.24/config.sub:981:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
cvsd-1.0.24/config.sub-982-		;;
##############################################
cvsd-1.0.24/config.sub-990-	ppc-* | ppcbe-*)
cvsd-1.0.24/config.sub:991:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
cvsd-1.0.24/config.sub-992-		;;
##############################################
cvsd-1.0.24/config.sub-996-	ppcle-* | powerpclittle-*)
cvsd-1.0.24/config.sub:997:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
cvsd-1.0.24/config.sub-998-		;;
##############################################
cvsd-1.0.24/config.sub-1000-		;;
cvsd-1.0.24/config.sub:1001:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
cvsd-1.0.24/config.sub-1002-		;;
##############################################
cvsd-1.0.24/config.sub-1006-	ppc64le-* | powerpc64little-*)
cvsd-1.0.24/config.sub:1007:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
cvsd-1.0.24/config.sub-1008-		;;
##############################################
cvsd-1.0.24/config.sub-1085-	strongarm-* | thumb-*)
cvsd-1.0.24/config.sub:1086:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
cvsd-1.0.24/config.sub-1087-		;;
##############################################
cvsd-1.0.24/config.sub-1215-	xscale-* | xscalee[bl]-*)
cvsd-1.0.24/config.sub:1216:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
cvsd-1.0.24/config.sub-1217-		;;
##############################################
cvsd-1.0.24/config.sub-1292-	*)
cvsd-1.0.24/config.sub:1293:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
cvsd-1.0.24/config.sub-1294-		exit 1
##############################################
cvsd-1.0.24/config.sub-1300-	*-digital*)
cvsd-1.0.24/config.sub:1301:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
cvsd-1.0.24/config.sub-1302-		;;
cvsd-1.0.24/config.sub-1303-	*-commodore*)
cvsd-1.0.24/config.sub:1304:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
cvsd-1.0.24/config.sub-1305-		;;
##############################################
cvsd-1.0.24/config.sub-1321-	-solaris1 | -solaris1.*)
cvsd-1.0.24/config.sub:1322:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
cvsd-1.0.24/config.sub-1323-		;;
##############################################
cvsd-1.0.24/config.sub-1333-	-gnu/linux*)
cvsd-1.0.24/config.sub:1334:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
cvsd-1.0.24/config.sub-1335-		;;
##############################################
cvsd-1.0.24/config.sub-1379-	-nto*)
cvsd-1.0.24/config.sub:1380:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
cvsd-1.0.24/config.sub-1381-		;;
##############################################
cvsd-1.0.24/config.sub-1386-	-mac*)
cvsd-1.0.24/config.sub:1387:		os=`echo $os | sed -e 's|mac|macos|'`
cvsd-1.0.24/config.sub-1388-		;;
##############################################
cvsd-1.0.24/config.sub-1392-	-linux*)
cvsd-1.0.24/config.sub:1393:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
cvsd-1.0.24/config.sub-1394-		;;
cvsd-1.0.24/config.sub-1395-	-sunos5*)
cvsd-1.0.24/config.sub:1396:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
cvsd-1.0.24/config.sub-1397-		;;
cvsd-1.0.24/config.sub-1398-	-sunos6*)
cvsd-1.0.24/config.sub:1399:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
cvsd-1.0.24/config.sub-1400-		;;
##############################################
cvsd-1.0.24/config.sub-1447-	-sinix5.*)
cvsd-1.0.24/config.sub:1448:		os=`echo $os | sed -e 's|sinix|sysv|'`
cvsd-1.0.24/config.sub-1449-		;;
##############################################
cvsd-1.0.24/config.sub-1503-		# Get rid of the `-' at the beginning of $os.
cvsd-1.0.24/config.sub:1504:		os=`echo $os | sed 's/[^-]*-//'`
cvsd-1.0.24/config.sub:1505:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
cvsd-1.0.24/config.sub-1506-		exit 1
##############################################
cvsd-1.0.24/config.sub-1760-		esac
cvsd-1.0.24/config.sub:1761:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
cvsd-1.0.24/config.sub-1762-		;;
##############################################
cvsd-1.0.24/depcomp-73-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
cvsd-1.0.24/depcomp:74:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
cvsd-1.0.24/depcomp-75-
##############################################
cvsd-1.0.24/depcomp-249-  # Version 6 uses the directory in both cases.
cvsd-1.0.24/depcomp:250:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
cvsd-1.0.24/depcomp-251-  test "x$dir" = "x$object" && dir=
cvsd-1.0.24/depcomp:252:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
cvsd-1.0.24/depcomp-253-  if test "$libtool" = yes; then
##############################################
cvsd-1.0.24/depcomp-344-  # Much of this is similar to the tru64 case; see comments there.
cvsd-1.0.24/depcomp:345:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
cvsd-1.0.24/depcomp-346-  test "x$dir" = "x$object" && dir=
cvsd-1.0.24/depcomp:347:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
cvsd-1.0.24/depcomp-348-  if test "$libtool" = yes; then
##############################################
cvsd-1.0.24/depcomp-388-   # Subdirectories are respected.
cvsd-1.0.24/depcomp:389:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
cvsd-1.0.24/depcomp-390-   test "x$dir" = "x$object" && dir=
cvsd-1.0.24/depcomp:391:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
cvsd-1.0.24/depcomp-392-
##############################################
cvsd-1.0.24/depcomp-578-  done
cvsd-1.0.24/depcomp:579:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
cvsd-1.0.24/depcomp-580-  touch "$tmpdepfile"
##############################################
cvsd-1.0.24/cvsd-buginfo.in-108-  # find location of chroot jail
cvsd-1.0.24/cvsd-buginfo.in:109:  ROOTJAIL=`sed -n 's/^[[:space:]]*RootJail[[:space:]][[:space:]]*\([^[:space:]]*\)[[:space:]]*$/\1/p' < "$CONFIGFILE"`
cvsd-1.0.24/cvsd-buginfo.in-110-  # get list of repositories
cvsd-1.0.24/cvsd-buginfo.in:111:  REPOSSES=`sed -n 's/^[[:space:]]*Repos[[:space:]][[:space:]]*\([^[:space:]]*\)[[:space:]]*$/\1/p' < "$CONFIGFILE"`
cvsd-1.0.24/cvsd-buginfo.in-112-  # get cvsd user
cvsd-1.0.24/cvsd-buginfo.in:113:  CVSDUSER=`sed -n 's/^[[:space:]]*Uid[[:space:]][[:space:]]*\([^[:space:]]*\)[[:space:]]*$/\1/p' < "$CONFIGFILE"`
cvsd-1.0.24/cvsd-buginfo.in-114-else
##############################################
cvsd-1.0.24/cvsd-buginfo.in-161-  then
cvsd-1.0.24/cvsd-buginfo.in:162:    filesystem=`df -k "$ROOTJAIL" | sed -n 's,^.*\(/[^ ]*\)$,\1,p' | tail -n 1`
cvsd-1.0.24/cvsd-buginfo.in:163:    if [ -n "`sed -n "s,^[^ ]* $filesystem .*\(nodev\|noexec\),,p" < /proc/mounts`" ]
cvsd-1.0.24/cvsd-buginfo.in-164-    then
##############################################
cvsd-1.0.24/cvsd-buginfo.in-187-  echo "$ROOTJAIL/bin/cvs --version:"
cvsd-1.0.24/cvsd-buginfo.in:188:  RJVERSION="`$ROOTJAIL/bin/cvs --version | grep '^Conc'`"
cvsd-1.0.24/cvsd-buginfo.in-189-  echo " $RJVERSION"
##############################################
cvsd-1.0.24/cvsd-buginfo.in-204-    "$ROOTJAIL/etc/passwd" | head -n $maxlines
cvsd-1.0.24/cvsd-buginfo.in:205:  if [ `wc -l < "$ROOTJAIL/etc/passwd"` -gt $maxlines ]
cvsd-1.0.24/cvsd-buginfo.in-206-  then
##############################################
cvsd-1.0.24/cvsd-buginfo.in-212-# find some users in system passwd file (start with chroot uids)
cvsd-1.0.24/cvsd-buginfo.in:213:users="`sed -n 's/^\([^:]*\):.*/\1/p' < $ROOTJAIL/etc/passwd`"
cvsd-1.0.24/cvsd-buginfo.in-214-# add configured user
##############################################
cvsd-1.0.24/cvsd-buginfo.in-216-# filter out duplicate entries
cvsd-1.0.24/cvsd-buginfo.in:217:users="`( for i in $users ; do echo $i ; done ) | sort -u`"
cvsd-1.0.24/cvsd-buginfo.in-218-
##############################################
cvsd-1.0.24/cvsd-buginfo.in-241-      sed -n 's/^[[:space:]]*\([^#].*\)[[:space:]]*$/ \1/p' < "$REPOS/CVSROOT/config"
cvsd-1.0.24/cvsd-buginfo.in:242:      if [ `sed -n 's/^[[:space:]]*\([^#].*\)[[:space:]]*$/ \1/p' < "$REPOS/CVSROOT/config" | wc -l` -eq 0 ]
cvsd-1.0.24/cvsd-buginfo.in-243-      then
##############################################
cvsd-1.0.24/cvsd-buginfo.in-246-      # check if lockdir exists if it is specified
cvsd-1.0.24/cvsd-buginfo.in:247:      LOCKDIR=`sed -n 's/^[[:space:]]*LockDir=\([^[:space:]]*\)[[:space:]]*$/\1/p' < "$REPOS/CVSROOT/config"`
cvsd-1.0.24/cvsd-buginfo.in-248-      if [ -n "$LOCKDIR" ]
##############################################
cvsd-1.0.24/cvsd-buginfo.in-269-        "$REPOS/CVSROOT/passwd" | head -n $maxlines
cvsd-1.0.24/cvsd-buginfo.in:270:      if [ `wc -l < "$REPOS/CVSROOT/passwd"` -gt $maxlines ]
cvsd-1.0.24/cvsd-buginfo.in-271-      then
##############################################
cvsd-1.0.24/cvsd-buginfo.in-283-      sed 's/^/ /' < "$REPOS/CVSROOT/readers"
cvsd-1.0.24/cvsd-buginfo.in:284:      if [ `wc -l < "$REPOS/CVSROOT/readers"` -eq 0 ]
cvsd-1.0.24/cvsd-buginfo.in-285-      then
##############################################
cvsd-1.0.24/cvsd-buginfo.in-295-      sed 's/^/ /' < "$REPOS/CVSROOT/writers"
cvsd-1.0.24/cvsd-buginfo.in:296:      if [ `wc -l < "$REPOS/CVSROOT/writers"` -eq 0 ]
cvsd-1.0.24/cvsd-buginfo.in-297-      then
##############################################
cvsd-1.0.24/cvsd.init.in-39-
cvsd-1.0.24/cvsd.init.in:40:PIDFILE=`sed -n 's/^ *PidFile *\([^ ]*\) *$/\1/p' < $CVSD_CFG`
cvsd-1.0.24/cvsd.init.in-41-
##############################################
cvsd-1.0.24/cvsd.init.in-53-  if [ -n "$PIDFILE" ] && [ -f "$PIDFILE" ] && \
cvsd-1.0.24/cvsd.init.in:54:     kill -s 0 `cat $PIDFILE` > /dev/null 2>&1
cvsd-1.0.24/cvsd.init.in-55-  then
##############################################
cvsd-1.0.24/cvsd.init.in-74-    fi
cvsd-1.0.24/cvsd.init.in:75:    kill `cat $PIDFILE 2> /dev/null` 2> /dev/null
cvsd-1.0.24/cvsd.init.in-76-    echo "."
##############################################
cvsd-1.0.24/cvsd.init.in-93-    then
cvsd-1.0.24/cvsd.init.in:94:      if kill -s 0 `cat $PIDFILE` > /dev/null 2>&1
cvsd-1.0.24/cvsd.init.in-95-      then
##############################################
cvsd-1.0.24/aclocal.m4-73-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
cvsd-1.0.24/aclocal.m4:74:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
cvsd-1.0.24/aclocal.m4-75-#
##############################################
cvsd-1.0.24/aclocal.m4-97-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
cvsd-1.0.24/aclocal.m4:98:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
cvsd-1.0.24/aclocal.m4-99-# and then we would define $MISSING as
##############################################
cvsd-1.0.24/aclocal.m4-113-# expand $ac_aux_dir to an absolute path
cvsd-1.0.24/aclocal.m4:114:am_aux_dir=`cd $ac_aux_dir && pwd`
cvsd-1.0.24/aclocal.m4-115-])
##############################################
cvsd-1.0.24/aclocal.m4-215-  if test "$am_compiler_list" = ""; then
cvsd-1.0.24/aclocal.m4:216:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
cvsd-1.0.24/aclocal.m4-217-  fi
##############################################
cvsd-1.0.24/aclocal.m4-364-    # Strip MF so we end up with the name of the file.
cvsd-1.0.24/aclocal.m4:365:    mf=`echo "$mf" | sed -e 's/:.*$//'`
cvsd-1.0.24/aclocal.m4-366-    # Check whether this is an Automake generated Makefile or not.
##############################################
cvsd-1.0.24/aclocal.m4-373-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
cvsd-1.0.24/aclocal.m4:374:      dirpart=`AS_DIRNAME("$mf")`
cvsd-1.0.24/aclocal.m4-375-    else
##############################################
cvsd-1.0.24/aclocal.m4-379-    # from the Makefile without running `make'.
cvsd-1.0.24/aclocal.m4:380:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
cvsd-1.0.24/aclocal.m4-381-    test -z "$DEPDIR" && continue
cvsd-1.0.24/aclocal.m4:382:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
cvsd-1.0.24/aclocal.m4-383-    test -z "am__include" && continue
cvsd-1.0.24/aclocal.m4:384:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
cvsd-1.0.24/aclocal.m4-385-    # When using ansi2knr, U may be empty or an underscore; expand it
cvsd-1.0.24/aclocal.m4:386:    U=`sed -n 's/^U = //p' < "$mf"`
cvsd-1.0.24/aclocal.m4-387-    # Find all dependency output files, they are included files with
##############################################
cvsd-1.0.24/aclocal.m4-395-      test -f "$dirpart/$file" && continue
cvsd-1.0.24/aclocal.m4:396:      fdir=`AS_DIRNAME(["$file"])`
cvsd-1.0.24/aclocal.m4-397-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
cvsd-1.0.24/aclocal.m4-450-AC_REQUIRE([AC_PROG_INSTALL])dnl
cvsd-1.0.24/aclocal.m4:451:if test "`cd $srcdir && pwd`" != "`pwd`"; then
cvsd-1.0.24/aclocal.m4-452-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
cvsd-1.0.24/aclocal.m4-552-    * )
cvsd-1.0.24/aclocal.m4:553:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
cvsd-1.0.24/aclocal.m4-554-  esac
cvsd-1.0.24/aclocal.m4-555-done
cvsd-1.0.24/aclocal.m4:556:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
cvsd-1.0.24/aclocal.m4-557-
##############################################
cvsd-1.0.24/aclocal.m4-670-# Ignore all kinds of additional output from `make'.
cvsd-1.0.24/aclocal.m4:671:case `$am_make -s -f confmf 2> /dev/null` in #(
cvsd-1.0.24/aclocal.m4-672-*the\ am__doit\ target*)
##############################################
cvsd-1.0.24/aclocal.m4-680-   echo '.include "confinc"' > confmf
cvsd-1.0.24/aclocal.m4:681:   case `$am_make -s -f confmf 2> /dev/null` in #(
cvsd-1.0.24/aclocal.m4-682-   *the\ am__doit\ target*)
##############################################
cvsd-1.0.24/aclocal.m4-837-if (
cvsd-1.0.24/aclocal.m4:838:   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
cvsd-1.0.24/aclocal.m4-839-   if test "$[*]" = "X"; then
cvsd-1.0.24/aclocal.m4-840-      # -L didn't work.
cvsd-1.0.24/aclocal.m4:841:      set X `ls -t "$srcdir/configure" conftest.file`
cvsd-1.0.24/aclocal.m4-842-   fi
##############################################
cvsd-1.0.24/missing-129-       # Could not run --version or --help.  This is probably someone
cvsd-1.0.24/missing:130:       # running `$TOOL --version' or `$TOOL --help' to check whether
cvsd-1.0.24/missing-131-       # $TOOL exists and not knowing $TOOL uses missing.
##############################################
cvsd-1.0.24/missing-163-         from any GNU archive site."
cvsd-1.0.24/missing:164:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
cvsd-1.0.24/missing-165-    test -z "$files" && files="config.h"
##############################################
cvsd-1.0.24/missing-192-         proper tools for further handling them.
cvsd-1.0.24/missing:193:         You can get \`$1' as part of \`Autoconf' from any GNU
cvsd-1.0.24/missing-194-         archive site."
cvsd-1.0.24/missing-195-
cvsd-1.0.24/missing:196:    file=`echo "$*" | sed -n "$sed_output"`
cvsd-1.0.24/missing:197:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
cvsd-1.0.24/missing-198-    if test -f "$file"; then
##############################################
cvsd-1.0.24/missing-221-	*.y)
cvsd-1.0.24/missing:222:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
cvsd-1.0.24/missing-223-	    if test -f "$SRCFILE"; then
##############################################
cvsd-1.0.24/missing-225-	    fi
cvsd-1.0.24/missing:226:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
cvsd-1.0.24/missing-227-	    if test -f "$SRCFILE"; then
##############################################
cvsd-1.0.24/missing-251-	*.l)
cvsd-1.0.24/missing:252:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
cvsd-1.0.24/missing-253-	    if test -f "$SRCFILE"; then
##############################################
cvsd-1.0.24/missing-270-
cvsd-1.0.24/missing:271:    file=`echo "$*" | sed -n "$sed_output"`
cvsd-1.0.24/missing:272:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
cvsd-1.0.24/missing-273-    if test -f "$file"; then
##############################################
cvsd-1.0.24/missing-290-    # The file to touch is that specified with -o ...
cvsd-1.0.24/missing:291:    file=`echo "$*" | sed -n "$sed_output"`
cvsd-1.0.24/missing:292:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
cvsd-1.0.24/missing-293-    if test -z "$file"; then
cvsd-1.0.24/missing-294-      # ... or it is the one specified with @setfilename ...
cvsd-1.0.24/missing:295:      infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
cvsd-1.0.24/missing-296-      file=`sed -n '
##############################################
cvsd-1.0.24/missing-302-      # ... or it is derived from the source name (dir/f.texi becomes f.info)
cvsd-1.0.24/missing:303:      test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
cvsd-1.0.24/missing-304-    fi
##############################################
cvsd-1.0.24/getinfos.c-101-  {
cvsd-1.0.24/getinfos.c:102:    /* TODO: use gethostbyaddr() or getipnodebyaddr() */
cvsd-1.0.24/getinfos.c-103-    snprintf(host,hostlen,"%s",inet_ntoa(caddr->sin_addr));
##############################################
cvsd-1.0.24/cvsd.init.redhat71.in-32-
cvsd-1.0.24/cvsd.init.redhat71.in:33:PIDFILE=`sed -n 's/^ *PidFile *\([^ ]*\) *$/\1/p' < $CVSD_CFG`
cvsd-1.0.24/cvsd.init.redhat71.in-34-
##############################################
cvsd-1.0.24/configure-54-if test -z "$BASH_VERSION$ZSH_VERSION" \
cvsd-1.0.24/configure:55:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
cvsd-1.0.24/configure-56-  as_echo='print -r --'
cvsd-1.0.24/configure-57-  as_echo_n='print -rn --'
cvsd-1.0.24/configure:58:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
cvsd-1.0.24/configure-59-  as_echo='printf %s\n'
##############################################
cvsd-1.0.24/configure-61-else
cvsd-1.0.24/configure:62:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
cvsd-1.0.24/configure-63-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
cvsd-1.0.24/configure-71-	expr "X$arg" : "X\\(.*\\)$as_nl";
cvsd-1.0.24/configure:72:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
cvsd-1.0.24/configure-73-      esac;
##############################################
cvsd-1.0.24/configure-208-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
cvsd-1.0.24/configure:209:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
cvsd-1.0.24/configure-210-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
cvsd-1.0.24/configure-336-      case $as_dir in #(
cvsd-1.0.24/configure:337:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
cvsd-1.0.24/configure-338-      *) as_qdir=$as_dir;;
##############################################
cvsd-1.0.24/configure-409-  {
cvsd-1.0.24/configure:410:    as_val=`expr "$@" || test $? -eq 1`
cvsd-1.0.24/configure-411-  }
##############################################
cvsd-1.0.24/configure-416-# ----------------------------------------
cvsd-1.0.24/configure:417:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
cvsd-1.0.24/configure-418-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
cvsd-1.0.24/configure-479-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
cvsd-1.0.24/configure:480:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
cvsd-1.0.24/configure-481-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
cvsd-1.0.24/configure-813-  case $ac_option in
cvsd-1.0.24/configure:814:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
cvsd-1.0.24/configure-815-  *=)   ac_optarg= ;;
##############################################
cvsd-1.0.24/configure-857-  -disable-* | --disable-*)
cvsd-1.0.24/configure:858:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
cvsd-1.0.24/configure-859-    # Reject names that are not valid shell variable names.
##############################################
cvsd-1.0.24/configure-862-    ac_useropt_orig=$ac_useropt
cvsd-1.0.24/configure:863:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
cvsd-1.0.24/configure-864-    case $ac_user_opts in
##############################################
cvsd-1.0.24/configure-883-  -enable-* | --enable-*)
cvsd-1.0.24/configure:884:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
cvsd-1.0.24/configure-885-    # Reject names that are not valid shell variable names.
##############################################
cvsd-1.0.24/configure-888-    ac_useropt_orig=$ac_useropt
cvsd-1.0.24/configure:889:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
cvsd-1.0.24/configure-890-    case $ac_user_opts in
##############################################
cvsd-1.0.24/configure-1087-  -with-* | --with-*)
cvsd-1.0.24/configure:1088:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
cvsd-1.0.24/configure-1089-    # Reject names that are not valid shell variable names.
##############################################
cvsd-1.0.24/configure-1092-    ac_useropt_orig=$ac_useropt
cvsd-1.0.24/configure:1093:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
cvsd-1.0.24/configure-1094-    case $ac_user_opts in
##############################################
cvsd-1.0.24/configure-1103-  -without-* | --without-*)
cvsd-1.0.24/configure:1104:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
cvsd-1.0.24/configure-1105-    # Reject names that are not valid shell variable names.
##############################################
cvsd-1.0.24/configure-1108-    ac_useropt_orig=$ac_useropt
cvsd-1.0.24/configure:1109:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
cvsd-1.0.24/configure-1110-    case $ac_user_opts in
##############################################
cvsd-1.0.24/configure-1141-  *=*)
cvsd-1.0.24/configure:1142:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
cvsd-1.0.24/configure-1143-    # Reject names that are not valid shell variable names.
##############################################
cvsd-1.0.24/configure-1162-if test -n "$ac_prev"; then
cvsd-1.0.24/configure:1163:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
cvsd-1.0.24/configure-1164-  as_fn_error $? "missing argument to $ac_option"
##############################################
cvsd-1.0.24/configure-1184-    */ )
cvsd-1.0.24/configure:1185:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
cvsd-1.0.24/configure-1186-      eval $ac_var=\$ac_val;;
##############################################
cvsd-1.0.24/configure-1219-ac_ls_di=`ls -di .` &&
cvsd-1.0.24/configure:1220:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
cvsd-1.0.24/configure-1221-  as_fn_error $? "working directory cannot be determined"
##############################################
cvsd-1.0.24/configure-1275-case $srcdir in
cvsd-1.0.24/configure:1276:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
cvsd-1.0.24/configure-1277-esac
##############################################
cvsd-1.0.24/configure-1318-By default, \`make install' will install all the files in
cvsd-1.0.24/configure:1319:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
cvsd-1.0.24/configure:1320:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
cvsd-1.0.24/configure-1321-for instance \`--prefix=\$HOME'.
##############################################
cvsd-1.0.24/configure-1409-*)
cvsd-1.0.24/configure:1410:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
cvsd-1.0.24/configure-1411-  # A ".." for each directory in $ac_dir_suffix.
cvsd-1.0.24/configure:1412:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
cvsd-1.0.24/configure-1413-  case $ac_top_builddir_sub in
##############################################
cvsd-1.0.24/configure-1960-    *\'*)
cvsd-1.0.24/configure:1961:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
cvsd-1.0.24/configure-1962-    esac
##############################################
cvsd-1.0.24/configure-2043-      case $ac_val in
cvsd-1.0.24/configure:2044:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
cvsd-1.0.24/configure-2045-      esac
##############################################
cvsd-1.0.24/configure-2058-	case $ac_val in
cvsd-1.0.24/configure:2059:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
cvsd-1.0.24/configure-2060-	esac
##############################################
cvsd-1.0.24/configure-2178-    set,)
cvsd-1.0.24/configure:2179:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
cvsd-1.0.24/configure:2180:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
cvsd-1.0.24/configure-2181-      ac_cache_corrupted=: ;;
##############################################
cvsd-1.0.24/configure-2189-	# differences in whitespace do not lead to failure.
cvsd-1.0.24/configure:2190:	ac_old_val_w=`echo x $ac_old_val`
cvsd-1.0.24/configure:2191:	ac_new_val_w=`echo x $ac_new_val`
cvsd-1.0.24/configure-2192-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
cvsd-1.0.24/configure-2209-    case $ac_new_val in
cvsd-1.0.24/configure:2210:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
cvsd-1.0.24/configure-2211-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
cvsd-1.0.24/configure-2391-if (
cvsd-1.0.24/configure:2392:   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
cvsd-1.0.24/configure-2393-   if test "$*" = "X"; then
cvsd-1.0.24/configure-2394-      # -L didn't work.
cvsd-1.0.24/configure:2395:      set X `ls -t "$srcdir/configure" conftest.file`
cvsd-1.0.24/configure-2396-   fi
##############################################
cvsd-1.0.24/configure-2427-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
cvsd-1.0.24/configure:2428:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
cvsd-1.0.24/configure-2429-
cvsd-1.0.24/configure-2430-# expand $ac_aux_dir to an absolute path
cvsd-1.0.24/configure:2431:am_aux_dir=`cd $ac_aux_dir && pwd`
cvsd-1.0.24/configure-2432-
##############################################
cvsd-1.0.24/configure-2572-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
cvsd-1.0.24/configure:2573:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
cvsd-1.0.24/configure-2574-	     'mkdir (GNU coreutils) '* | \
##############################################
cvsd-1.0.24/configure-2651-set x ${MAKE-make}
cvsd-1.0.24/configure:2652:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
cvsd-1.0.24/configure-2653-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
cvsd-1.0.24/configure-2661-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
cvsd-1.0.24/configure:2662:case `${MAKE-make} -f conftest.make 2>/dev/null` in
cvsd-1.0.24/configure-2663-  *@@@%%%=?*=@@@%%%*)
##############################################
cvsd-1.0.24/configure-2688-
cvsd-1.0.24/configure:2689:if test "`cd $srcdir && pwd`" != "`pwd`"; then
cvsd-1.0.24/configure-2690-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
cvsd-1.0.24/configure-3148-$as_echo_n "checking whether the C compiler works... " >&6; }
cvsd-1.0.24/configure:3149:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
cvsd-1.0.24/configure-3150-
##############################################
cvsd-1.0.24/configure-3192-	then :; else
cvsd-1.0.24/configure:3193:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
cvsd-1.0.24/configure-3194-	fi
##############################################
cvsd-1.0.24/configure-3252-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
cvsd-1.0.24/configure:3253:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
cvsd-1.0.24/configure-3254-	  break;;
##############################################
cvsd-1.0.24/configure-3361-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
cvsd-1.0.24/configure:3362:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
cvsd-1.0.24/configure-3363-       break;;
##############################################
cvsd-1.0.24/configure-3610-# Ignore all kinds of additional output from `make'.
cvsd-1.0.24/configure:3611:case `$am_make -s -f confmf 2> /dev/null` in #(
cvsd-1.0.24/configure-3612-*the\ am__doit\ target*)
##############################################
cvsd-1.0.24/configure-3620-   echo '.include "confinc"' > confmf
cvsd-1.0.24/configure:3621:   case `$am_make -s -f confmf 2> /dev/null` in #(
cvsd-1.0.24/configure-3622-   *the\ am__doit\ target*)
##############################################
cvsd-1.0.24/configure-3683-  if test "$am_compiler_list" = ""; then
cvsd-1.0.24/configure:3684:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
cvsd-1.0.24/configure-3685-  fi
##############################################
cvsd-1.0.24/configure-3936-  fi
cvsd-1.0.24/configure:3937:  if test ! -r "$CVS" || test "x`basename "$CVS"`" != "xcvs"
cvsd-1.0.24/configure-3938-  then
##############################################
cvsd-1.0.24/configure-4007-  fi
cvsd-1.0.24/configure:4008:  if test ! -r "$PERL" || test "x`basename "$PERL"`" != "xperl"
cvsd-1.0.24/configure-4009-  then
##############################################
cvsd-1.0.24/configure-4174-  # Check for GNU $ac_path_GREP
cvsd-1.0.24/configure:4175:case `"$ac_path_GREP" --version 2>&1` in
cvsd-1.0.24/configure-4176-*GNU*)
##############################################
cvsd-1.0.24/configure-4240-  # Check for GNU $ac_path_EGREP
cvsd-1.0.24/configure:4241:case `"$ac_path_EGREP" --version 2>&1` in
cvsd-1.0.24/configure-4242-*GNU*)
##############################################
cvsd-1.0.24/configure-4401-do :
cvsd-1.0.24/configure:4402:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
cvsd-1.0.24/configure-4403-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
cvsd-1.0.24/configure-4406-  cat >>confdefs.h <<_ACEOF
cvsd-1.0.24/configure:4407:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
cvsd-1.0.24/configure-4408-_ACEOF
##############################################
cvsd-1.0.24/configure-4904-do :
cvsd-1.0.24/configure:4905:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
cvsd-1.0.24/configure-4906-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
cvsd-1.0.24/configure-4908-  cat >>confdefs.h <<_ACEOF
cvsd-1.0.24/configure:4909:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
cvsd-1.0.24/configure-4910-_ACEOF
##############################################
cvsd-1.0.24/configure-5218-do :
cvsd-1.0.24/configure:5219:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
cvsd-1.0.24/configure-5220-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
cvsd-1.0.24/configure-5222-  cat >>confdefs.h <<_ACEOF
cvsd-1.0.24/configure:5223:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
cvsd-1.0.24/configure-5224-_ACEOF
##############################################
cvsd-1.0.24/configure-5232-do :
cvsd-1.0.24/configure:5233:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
cvsd-1.0.24/configure-5234-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
cvsd-1.0.24/configure-5236-  cat >>confdefs.h <<_ACEOF
cvsd-1.0.24/configure:5237:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
cvsd-1.0.24/configure-5238-_ACEOF
##############################################
cvsd-1.0.24/configure-5244-do :
cvsd-1.0.24/configure:5245:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
cvsd-1.0.24/configure-5246-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
cvsd-1.0.24/configure-5248-  cat >>confdefs.h <<_ACEOF
cvsd-1.0.24/configure:5249:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
cvsd-1.0.24/configure-5250-_ACEOF
##############################################
cvsd-1.0.24/configure-5297-ac_save_IFS=$IFS; IFS=','
cvsd-1.0.24/configure:5298:set dummy `echo "$ac_cv_func_select_args" | sed 's/\*/\*/g'`
cvsd-1.0.24/configure-5299-IFS=$ac_save_IFS
##############################################
cvsd-1.0.24/configure-5498-do :
cvsd-1.0.24/configure:5499:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
cvsd-1.0.24/configure-5500-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
cvsd-1.0.24/configure-5502-  cat >>confdefs.h <<_ACEOF
cvsd-1.0.24/configure:5503:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
cvsd-1.0.24/configure-5504-_ACEOF
##############################################
cvsd-1.0.24/configure-5530-do :
cvsd-1.0.24/configure:5531:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
cvsd-1.0.24/configure-5532-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
cvsd-1.0.24/configure-5534-  cat >>confdefs.h <<_ACEOF
cvsd-1.0.24/configure:5535:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
cvsd-1.0.24/configure-5536-_ACEOF
##############################################
cvsd-1.0.24/configure-5825-do :
cvsd-1.0.24/configure:5826:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
cvsd-1.0.24/configure-5827-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
cvsd-1.0.24/configure-5829-  cat >>confdefs.h <<_ACEOF
cvsd-1.0.24/configure:5830:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
cvsd-1.0.24/configure-5831-_ACEOF
##############################################
cvsd-1.0.24/configure-5986-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
cvsd-1.0.24/configure:5987:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
cvsd-1.0.24/configure-5988-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
cvsd-1.0.24/configure-6073-if test -z "$BASH_VERSION$ZSH_VERSION" \
cvsd-1.0.24/configure:6074:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
cvsd-1.0.24/configure-6075-  as_echo='print -r --'
cvsd-1.0.24/configure-6076-  as_echo_n='print -rn --'
cvsd-1.0.24/configure:6077:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
cvsd-1.0.24/configure-6078-  as_echo='printf %s\n'
##############################################
cvsd-1.0.24/configure-6080-else
cvsd-1.0.24/configure:6081:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
cvsd-1.0.24/configure-6082-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
cvsd-1.0.24/configure-6090-	expr "X$arg" : "X\\(.*\\)$as_nl";
cvsd-1.0.24/configure:6091:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
cvsd-1.0.24/configure-6092-      esac;
##############################################
cvsd-1.0.24/configure-6167-# ----------------------------------------
cvsd-1.0.24/configure:6168:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
cvsd-1.0.24/configure-6169-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
cvsd-1.0.24/configure-6239-  {
cvsd-1.0.24/configure:6240:    as_val=`expr "$@" || test $? -eq 1`
cvsd-1.0.24/configure-6241-  }
##############################################
cvsd-1.0.24/configure-6343-      case $as_dir in #(
cvsd-1.0.24/configure:6344:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
cvsd-1.0.24/configure-6345-      *) as_qdir=$as_dir;;
##############################################
cvsd-1.0.24/configure-6478-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
cvsd-1.0.24/configure:6479:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
cvsd-1.0.24/configure-6480-ac_cs_version="\\
##############################################
cvsd-1.0.24/configure-6503-  --*=?*)
cvsd-1.0.24/configure:6504:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
cvsd-1.0.24/configure:6505:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
cvsd-1.0.24/configure-6506-    ac_shift=:
##############################################
cvsd-1.0.24/configure-6508-  --*=)
cvsd-1.0.24/configure:6509:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
cvsd-1.0.24/configure-6510-    ac_optarg=
##############################################
cvsd-1.0.24/configure-6532-    case $ac_optarg in
cvsd-1.0.24/configure:6533:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
cvsd-1.0.24/configure-6534-    '') as_fn_error $? "missing file argument" ;;
##############################################
cvsd-1.0.24/configure-6540-    case $ac_optarg in
cvsd-1.0.24/configure:6541:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
cvsd-1.0.24/configure-6542-    esac
##############################################
cvsd-1.0.24/configure-6679-fi
cvsd-1.0.24/configure:6680:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
cvsd-1.0.24/configure-6681-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
cvsd-1.0.24/configure-6696-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
cvsd-1.0.24/configure:6697:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
cvsd-1.0.24/configure-6698-ac_delim='%!_!# '
##############################################
cvsd-1.0.24/configure-6702-
cvsd-1.0.24/configure:6703:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
cvsd-1.0.24/configure-6704-  if test $ac_delim_n = $ac_delim_num; then
##############################################
cvsd-1.0.24/configure-6840-for ac_last_try in false false :; do
cvsd-1.0.24/configure:6841:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
cvsd-1.0.24/configure-6842-  if test -z "$ac_tt"; then
##############################################
cvsd-1.0.24/configure-6972-      esac
cvsd-1.0.24/configure:6973:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
cvsd-1.0.24/configure-6974-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
cvsd-1.0.24/configure-7031-*)
cvsd-1.0.24/configure:7032:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
cvsd-1.0.24/configure-7033-  # A ".." for each directory in $ac_dir_suffix.
cvsd-1.0.24/configure:7034:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
cvsd-1.0.24/configure-7035-  case $ac_top_builddir_sub in
##############################################
cvsd-1.0.24/configure-7092-/@mandir@/p'
cvsd-1.0.24/configure:7093:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
cvsd-1.0.24/configure-7094-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
cvsd-1.0.24/configure-7109-
cvsd-1.0.24/configure:7110:# Neutralize VPATH when `$srcdir' = `.'.
cvsd-1.0.24/configure-7111-# Shell code in configure.ac might set extrasub.
##############################################
cvsd-1.0.24/configure-7137-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
cvsd-1.0.24/configure:7138:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
cvsd-1.0.24/configure-7139-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
cvsd-1.0.24/configure-7183-    * )
cvsd-1.0.24/configure:7184:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
cvsd-1.0.24/configure-7185-  esac
##############################################
cvsd-1.0.24/configure-7230-    # Strip MF so we end up with the name of the file.
cvsd-1.0.24/configure:7231:    mf=`echo "$mf" | sed -e 's/:.*$//'`
cvsd-1.0.24/configure-7232-    # Check whether this is an Automake generated Makefile or not.
##############################################
cvsd-1.0.24/configure-7267-    # from the Makefile without running `make'.
cvsd-1.0.24/configure:7268:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
cvsd-1.0.24/configure-7269-    test -z "$DEPDIR" && continue
cvsd-1.0.24/configure:7270:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
cvsd-1.0.24/configure-7271-    test -z "am__include" && continue
cvsd-1.0.24/configure:7272:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
cvsd-1.0.24/configure-7273-    # When using ansi2knr, U may be empty or an underscore; expand it
cvsd-1.0.24/configure:7274:    U=`sed -n 's/^U = //p' < "$mf"`
cvsd-1.0.24/configure-7275-    # Find all dependency output files, they are included files with
##############################################
cvsd-1.0.24/Makefile.in-102-cvsd_DEPENDENCIES = @LIBOBJS@
cvsd-1.0.24/Makefile.in:103:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
cvsd-1.0.24/Makefile.in-104-am__vpath_adj = case $$p in \
cvsd-1.0.24/Makefile.in:105:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
cvsd-1.0.24/Makefile.in-106-    *) f=$$p;; \
cvsd-1.0.24/Makefile.in-107-  esac;
cvsd-1.0.24/Makefile.in:108:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
cvsd-1.0.24/Makefile.in-109-am__install_max = 40
cvsd-1.0.24/Makefile.in-110-am__nobase_strip_setup = \
cvsd-1.0.24/Makefile.in:111:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
cvsd-1.0.24/Makefile.in-112-am__nobase_strip = \
##############################################
cvsd-1.0.24/Makefile.in-483-.c.obj:
cvsd-1.0.24/Makefile.in:484:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
cvsd-1.0.24/Makefile.in-485-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
cvsd-1.0.24/Makefile.in-487-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
cvsd-1.0.24/Makefile.in:488:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
cvsd-1.0.24/Makefile.in-489-install-man5: $(man_MANS)
##############################################
cvsd-1.0.24/Makefile.in-493-	test -n "$(man5dir)" \
cvsd-1.0.24/Makefile.in:494:	  && test -n "`echo $$list1$$list2`" \
cvsd-1.0.24/Makefile.in-495-	  || exit 0; \
##############################################
cvsd-1.0.24/Makefile.in-536-	test -n "$(man8dir)" \
cvsd-1.0.24/Makefile.in:537:	  && test -n "`echo $$list1$$list2`" \
cvsd-1.0.24/Makefile.in-538-	  || exit 0; \
##############################################
cvsd-1.0.24/Makefile.in-620-GTAGS:
cvsd-1.0.24/Makefile.in:621:	here=`$(am__cd) $(top_builddir) && pwd` \
cvsd-1.0.24/Makefile.in-622-	  && $(am__cd) $(top_srcdir) \
##############################################
cvsd-1.0.24/Makefile.in-643-	test -d "$(distdir)" || mkdir "$(distdir)"
cvsd-1.0.24/Makefile.in:644:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cvsd-1.0.24/Makefile.in:645:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
cvsd-1.0.24/Makefile.in-646-	list='$(DISTFILES)'; \
##############################################
cvsd-1.0.24/Makefile.in-657-	  if test -d $$d/$$file; then \
cvsd-1.0.24/Makefile.in:658:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
cvsd-1.0.24/Makefile.in-659-	    if test -d "$(distdir)/$$file"; then \
##############################################
cvsd-1.0.24/Makefile.in-743-	test -d $(distdir)/_build || exit 0; \
cvsd-1.0.24/Makefile.in:744:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
cvsd-1.0.24/Makefile.in-745-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
cvsd-1.0.24/Makefile.in-786-	}; \
cvsd-1.0.24/Makefile.in:787:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
cvsd-1.0.24/Makefile.in-788-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
cvsd-1.0.24/Makefile.in-798-	fi
cvsd-1.0.24/Makefile.in:799:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
cvsd-1.0.24/Makefile.in-800-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
cvsd-1.0.24/install-sh-229-      fi
cvsd-1.0.24/install-sh:230:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
cvsd-1.0.24/install-sh-231-    *)
##############################################
cvsd-1.0.24/install-sh-276-      dstdir=$dst
cvsd-1.0.24/install-sh:277:      dst=$dstdir/`basename "$src"`
cvsd-1.0.24/install-sh-278-      dstdir_status=0
##############################################
cvsd-1.0.24/install-sh-358-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
cvsd-1.0.24/install-sh:359:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
cvsd-1.0.24/install-sh-360-		   case $ls_ld_tmpdir in
##############################################
cvsd-1.0.24/install-sh-365-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
cvsd-1.0.24/install-sh:366:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
cvsd-1.0.24/install-sh-367-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
cvsd-1.0.24/install-sh-425-	    case $prefix in
cvsd-1.0.24/install-sh:426:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
cvsd-1.0.24/install-sh-427-	      *) qprefix=$prefix;;
##############################################
cvsd-1.0.24/install-sh-474-    if $copy_on_change &&
cvsd-1.0.24/install-sh:475:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
cvsd-1.0.24/install-sh:476:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
cvsd-1.0.24/install-sh-477-
##############################################
cvsd-1.0.24/cvsd-buildroot.in-169-  cp "$i" "$ROOT/bin"
cvsd-1.0.24/cvsd-buildroot.in:170:  chmod 755 "$ROOT/bin/`basename $i`"
cvsd-1.0.24/cvsd-buildroot.in:171:  echo $ECHO_N " `basename $i`$ECHO_C"
cvsd-1.0.24/cvsd-buildroot.in-172-done
##############################################
cvsd-1.0.24/cvsd-buildroot.in-180-  do
cvsd-1.0.24/cvsd-buildroot.in:181:    if [ `basename $i` = `basename $j` ]
cvsd-1.0.24/cvsd-buildroot.in-182-    then
##############################################
cvsd-1.0.24/cvsd-buildroot.in-213-# figure out libraries for extra to be installed libraries
cvsd-1.0.24/cvsd-buildroot.in:214:LIBARIES="$LIBRARIES `ldd $LIBRARIES 2> /dev/null | sed -n "$sedexp"`"
cvsd-1.0.24/cvsd-buildroot.in-215-# figure out libraries used by stuff in bin directory
cvsd-1.0.24/cvsd-buildroot.in:216:LIBARIES="$LIBRARIES `ldd $ROOT/bin/* 2> /dev/null | sed -n "$sedexp"`"
cvsd-1.0.24/cvsd-buildroot.in-217-# filter out double entries
cvsd-1.0.24/cvsd-buildroot.in:218:LIBRARIES="`( for i in $LIBRARIES ; do echo $i ; done ) | sort -u`"
cvsd-1.0.24/cvsd-buildroot.in-219-
##############################################
cvsd-1.0.24/cvsd-buildroot.in-224-  # create (sub)directory if it doesn't yet exist
cvsd-1.0.24/cvsd-buildroot.in:225:  d=`dirname "$i"`
cvsd-1.0.24/cvsd-buildroot.in-226-  [ -d "$ROOT$d" ] || ( mkdir -p "$ROOT$d" ; chmod 755 "$ROOT$d" )
##############################################
cvsd-1.0.24/cvsd-buildroot.in-235-# TODO: make these tests better
cvsd-1.0.24/cvsd-buildroot.in:236:for i in `find $ROOT/lib* -type f`
cvsd-1.0.24/cvsd-buildroot.in-237-do
##############################################
cvsd-1.0.24/cvsd-buildroot.in-240-  do
cvsd-1.0.24/cvsd-buildroot.in:241:    if [ `basename $i` = `basename $j` ]
cvsd-1.0.24/cvsd-buildroot.in-242-    then
##############################################
cvsd-1.0.24/cvsd-buildroot.in-264-done
cvsd-1.0.24/cvsd-buildroot.in:265:if [ -n "`echo $MISSINGDEVS`" ]
cvsd-1.0.24/cvsd-buildroot.in-266-then
##############################################
cvsd-1.0.24/cvsd-buildroot.in-289-  # find user from /etc/passwd or getent
cvsd-1.0.24/cvsd-buildroot.in:290:  PWL="`getent passwd $i 2>/dev/null || grep '^'$i: /etc/passwd || true`" 2> /dev/null
cvsd-1.0.24/cvsd-buildroot.in-291-  if [ "x$PWL" != "x" ]
##############################################
cvsd-1.0.24/cvsd-buildroot.in-313-  # find user from /etc/passwd or getent
cvsd-1.0.24/cvsd-buildroot.in:314:  PWL="`getent passwd $i 2>/dev/null || grep '^'$i: /etc/passwd || true`" 2> /dev/null
cvsd-1.0.24/cvsd-buildroot.in-315-  if [ "x$PWL" != "x" ]
##############################################
cvsd-1.0.24/cvsd-buildroot.in-329-# check if all users in repositories are in $ROOT/etc/passwd
cvsd-1.0.24/cvsd-buildroot.in:330:for repos in `find "$ROOT" \( -name tmp -prune \) -o \( -name 'lock*' -prune \) -o \( -name 'CVSROOT' -print \) 2> /dev/null`
cvsd-1.0.24/cvsd-buildroot.in-331-do
##############################################
cvsd-1.0.24/cvsd-buildroot.in-341-        # find user from /etc/passwd or getent
cvsd-1.0.24/cvsd-buildroot.in:342:        PWL="`getent passwd $usr 2>/dev/null || grep '^'$usr: /etc/passwd || true`" 2> /dev/null
cvsd-1.0.24/cvsd-buildroot.in-343-        if [ "x$PWL" != "x" ]
##############################################
cvsd-1.0.24/cvsd-buildroot.in-363-then
cvsd-1.0.24/cvsd-buildroot.in:364:  uid=`sed -n 's/^ *Uid *\([^ ]*\) *$/\1/p' < "$CONFIGFILE"`
cvsd-1.0.24/cvsd-buildroot.in-365-  if [ "x$uid" != "x" ] && [ "x$uid" != "xroot" ] && [ "x$uid" != "x0" ]
cvsd-1.0.24/cvsd-buildroot.in-366-  then
cvsd-1.0.24/cvsd-buildroot.in:367:    for repos in `find "$ROOT" -name 'CVSROOT' 2> /dev/null`
cvsd-1.0.24/cvsd-buildroot.in-368-    do
##############################################
cvsd-1.0.24/cvsd-buildroot.in-405-# create directories mentioned in CVSROOT/config:LockDir=...
cvsd-1.0.24/cvsd-buildroot.in:406:for repos in `find "$ROOT" -name 'CVSROOT' 2> /dev/null`
cvsd-1.0.24/cvsd-buildroot.in-407-do