===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
most-5.0.0a/autoconf/install.sh-85-
most-5.0.0a/autoconf/install.sh:86:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
most-5.0.0a/autoconf/install.sh-87-	    shift
##############################################
most-5.0.0a/autoconf/install.sh-89-
most-5.0.0a/autoconf/install.sh:90:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
most-5.0.0a/autoconf/install.sh-91-	    shift
##############################################
most-5.0.0a/autoconf/install.sh-151-	then
most-5.0.0a/autoconf/install.sh:152:		dst="$dst"/`basename $src`
most-5.0.0a/autoconf/install.sh-153-	else
##############################################
most-5.0.0a/autoconf/install.sh-158-## this sed command emulates the dirname command
most-5.0.0a/autoconf/install.sh:159:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
most-5.0.0a/autoconf/install.sh-160-
##############################################
most-5.0.0a/autoconf/install.sh-172-IFS='%'
most-5.0.0a/autoconf/install.sh:173:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
most-5.0.0a/autoconf/install.sh-174-IFS="${oIFS}"
##############################################
most-5.0.0a/autoconf/install.sh-206-	then
most-5.0.0a/autoconf/install.sh:207:		dstfile=`basename $dst`
most-5.0.0a/autoconf/install.sh-208-	else
##############################################
most-5.0.0a/autoconf/install.sh-216-	then
most-5.0.0a/autoconf/install.sh:217:		dstfile=`basename $dst`
most-5.0.0a/autoconf/install.sh-218-	else
##############################################
most-5.0.0a/autoconf/mkinsdir.sh-10-do
most-5.0.0a/autoconf/mkinsdir.sh:11:   set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
most-5.0.0a/autoconf/mkinsdir.sh-12-   shift
##############################################
most-5.0.0a/autoconf/config.guess-37-
most-5.0.0a/autoconf/config.guess:38:me=`echo "$0" | sed -e 's,.*/,,'`
most-5.0.0a/autoconf/config.guess-39-
##############################################
most-5.0.0a/autoconf/config.guess-106-: ${TMPDIR=/tmp} ;
most-5.0.0a/autoconf/config.guess:107: { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
most-5.0.0a/autoconf/config.guess-108- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
most-5.0.0a/autoconf/config.guess-191-	    *)
most-5.0.0a/autoconf/config.guess:192:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
most-5.0.0a/autoconf/config.guess-193-		;;
##############################################
most-5.0.0a/autoconf/config.guess-250-	*4.0)
most-5.0.0a/autoconf/config.guess:251:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
most-5.0.0a/autoconf/config.guess-252-		;;
most-5.0.0a/autoconf/config.guess-253-	*5.*)
most-5.0.0a/autoconf/config.guess:254:	        UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
most-5.0.0a/autoconf/config.guess-255-		;;
##############################################
most-5.0.0a/autoconf/config.guess-260-	# types through head -n 1, so we only detect the type of CPU 0.
most-5.0.0a/autoconf/config.guess:261:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
most-5.0.0a/autoconf/config.guess-262-	case "$ALPHA_CPU_TYPE" in
##############################################
most-5.0.0a/autoconf/config.guess-298-	# 1.2 uses "1.2" for uname -r.
most-5.0.0a/autoconf/config.guess:299:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
most-5.0.0a/autoconf/config.guess-300-	exit 0 ;;
##############################################
most-5.0.0a/autoconf/config.guess-352-    sun4H:SunOS:5.*:*)
most-5.0.0a/autoconf/config.guess:353:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
most-5.0.0a/autoconf/config.guess-354-	exit 0 ;;
most-5.0.0a/autoconf/config.guess-355-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
most-5.0.0a/autoconf/config.guess:356:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
most-5.0.0a/autoconf/config.guess-357-	exit 0 ;;
most-5.0.0a/autoconf/config.guess-358-    i86pc:SunOS:5.*:*)
most-5.0.0a/autoconf/config.guess:359:	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
most-5.0.0a/autoconf/config.guess-360-	exit 0 ;;
##############################################
most-5.0.0a/autoconf/config.guess-364-	# it's likely to be more like Solaris than SunOS4.
most-5.0.0a/autoconf/config.guess:365:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
most-5.0.0a/autoconf/config.guess-366-	exit 0 ;;
##############################################
most-5.0.0a/autoconf/config.guess-373-	# Japanese Language versions have a version number like `4.1.3-JL'.
most-5.0.0a/autoconf/config.guess:374:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
most-5.0.0a/autoconf/config.guess-375-	exit 0 ;;
##############################################
most-5.0.0a/autoconf/config.guess-379-    sun*:*:4.2BSD:*)
most-5.0.0a/autoconf/config.guess:380:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
most-5.0.0a/autoconf/config.guess-381-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
most-5.0.0a/autoconf/config.guess-461-	$CC_FOR_BUILD -o $dummy $dummy.c \
most-5.0.0a/autoconf/config.guess:462:	  && $dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \
most-5.0.0a/autoconf/config.guess-463-	  && exit 0
##############################################
most-5.0.0a/autoconf/config.guess-516-    *:IRIX*:*:*)
most-5.0.0a/autoconf/config.guess:517:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
most-5.0.0a/autoconf/config.guess-518-	exit 0 ;;
##############################################
most-5.0.0a/autoconf/config.guess-555-    *:AIX:*:[45])
most-5.0.0a/autoconf/config.guess:556:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
most-5.0.0a/autoconf/config.guess-557-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
most-5.0.0a/autoconf/config.guess-590-    9000/[34678]??:HP-UX:*:*)
most-5.0.0a/autoconf/config.guess:591:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
most-5.0.0a/autoconf/config.guess-592-	case "${UNAME_MACHINE}" in
##############################################
most-5.0.0a/autoconf/config.guess-644-EOF
most-5.0.0a/autoconf/config.guess:645:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
most-5.0.0a/autoconf/config.guess-646-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
most-5.0.0a/autoconf/config.guess-662-    ia64:HP-UX:*:*)
most-5.0.0a/autoconf/config.guess:663:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
most-5.0.0a/autoconf/config.guess-664-	echo ia64-hp-hpux${HPUX_REV}
##############################################
most-5.0.0a/autoconf/config.guess-762-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
most-5.0.0a/autoconf/config.guess:763:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
most-5.0.0a/autoconf/config.guess-764-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
most-5.0.0a/autoconf/config.guess-767-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
most-5.0.0a/autoconf/config.guess:768:        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
most-5.0.0a/autoconf/config.guess-769-        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
most-5.0.0a/autoconf/config.guess-780-    *:FreeBSD:*:*)
most-5.0.0a/autoconf/config.guess:781:	echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
most-5.0.0a/autoconf/config.guess-782-	exit 0 ;;
##############################################
most-5.0.0a/autoconf/config.guess-813-    prep*:SunOS:5.*:*)
most-5.0.0a/autoconf/config.guess:814:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
most-5.0.0a/autoconf/config.guess-815-	exit 0 ;;
##############################################
most-5.0.0a/autoconf/config.guess-817-	# the GNU system
most-5.0.0a/autoconf/config.guess:818:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
most-5.0.0a/autoconf/config.guess-819-	exit 0 ;;
##############################################
most-5.0.0a/autoconf/config.guess-821-	# other systems with GNU libc and userland
most-5.0.0a/autoconf/config.guess:822:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
most-5.0.0a/autoconf/config.guess-823-	exit 0 ;;
##############################################
most-5.0.0a/autoconf/config.guess-863-EOF
most-5.0.0a/autoconf/config.guess:864:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
most-5.0.0a/autoconf/config.guess-865-	test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
##############################################
most-5.0.0a/autoconf/config.guess-882-EOF
most-5.0.0a/autoconf/config.guess:883:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
most-5.0.0a/autoconf/config.guess-884-	test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
##############################################
most-5.0.0a/autoconf/config.guess-983-EOF
most-5.0.0a/autoconf/config.guess:984:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
most-5.0.0a/autoconf/config.guess-985-	test x"${LIBC}" != x && echo "${UNAME_MACHINE}-pc-linux-${LIBC}" && exit 0
##############################################
most-5.0.0a/autoconf/config.guess-1022-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
most-5.0.0a/autoconf/config.guess:1023:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
most-5.0.0a/autoconf/config.guess-1024-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
most-5.0.0a/autoconf/config.guess-1254-    *:DragonFly:*:*)
most-5.0.0a/autoconf/config.guess:1255:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
most-5.0.0a/autoconf/config.guess-1256-	exit 0 ;;
##############################################
most-5.0.0a/autoconf/aclocal.m4-29-if test -f /usr/bin/dirname; then
most-5.0.0a/autoconf/aclocal.m4:30:  JD_Above_Dir=`dirname $CONFIG_DIR`
most-5.0.0a/autoconf/aclocal.m4-31-else
##############################################
most-5.0.0a/autoconf/aclocal.m4-236-  # Yuk.  Is there a better way to set these variables??
most-5.0.0a/autoconf/aclocal.m4:237:  generic_include=`echo $include_and_lib | tr ',' ' ' | awk '{print [$]1}'`
most-5.0.0a/autoconf/aclocal.m4:238:  generic_lib=`echo $include_and_lib | tr ',' ' ' | awk '{print [$]2}'`
most-5.0.0a/autoconf/aclocal.m4-239-  echo Looking for $1.h in $generic_include
##############################################
most-5.0.0a/autoconf/aclocal.m4-322-    # Now trim excess whitespace
most-5.0.0a/autoconf/aclocal.m4:323:    CFLAGS=`echo $CFLAGS`
most-5.0.0a/autoconf/aclocal.m4-324-  fi
##############################################
most-5.0.0a/autoconf/aclocal.m4-410-   comment_re="^#"
most-5.0.0a/autoconf/aclocal.m4:411:   Program_Modules=`grep -v '$comment_re' $1 | awk '{print [$]1}'`
most-5.0.0a/autoconf/aclocal.m4:412:   Program_H_Modules=`grep -v '$comment_re' $1 | awk '{print [$]2}'`
most-5.0.0a/autoconf/aclocal.m4-413-   for program_module in $Program_H_Modules; do
##############################################
most-5.0.0a/autoconf/config.sub-54-
most-5.0.0a/autoconf/config.sub:55:me=`echo "$0" | sed -e 's,.*/,,'`
most-5.0.0a/autoconf/config.sub-56-
##############################################
most-5.0.0a/autoconf/config.sub-118-# Here we must recognize all the valid KERNEL-OS combinations.
most-5.0.0a/autoconf/config.sub:119:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
most-5.0.0a/autoconf/config.sub-120-case $maybe_os in
##############################################
most-5.0.0a/autoconf/config.sub-123-    os=-$maybe_os
most-5.0.0a/autoconf/config.sub:124:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
most-5.0.0a/autoconf/config.sub-125-    ;;
most-5.0.0a/autoconf/config.sub-126-  *)
most-5.0.0a/autoconf/config.sub:127:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
most-5.0.0a/autoconf/config.sub-128-    if [ $basic_machine != $1 ]
most-5.0.0a/autoconf/config.sub:129:    then os=`echo $1 | sed 's/.*-/-/'`
most-5.0.0a/autoconf/config.sub-130-    else os=; fi
##############################################
most-5.0.0a/autoconf/config.sub-174-		os=-sco3.2v5
most-5.0.0a/autoconf/config.sub:175:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
most-5.0.0a/autoconf/config.sub-176-		;;
##############################################
most-5.0.0a/autoconf/config.sub-178-		os=-sco3.2v4
most-5.0.0a/autoconf/config.sub:179:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
most-5.0.0a/autoconf/config.sub-180-		;;
most-5.0.0a/autoconf/config.sub-181-	-sco3.2.[4-9]*)
most-5.0.0a/autoconf/config.sub:182:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
most-5.0.0a/autoconf/config.sub:183:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
most-5.0.0a/autoconf/config.sub-184-		;;
##############################################
most-5.0.0a/autoconf/config.sub-186-		# Don't forget version if it is 3.2v4 or newer.
most-5.0.0a/autoconf/config.sub:187:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
most-5.0.0a/autoconf/config.sub-188-		;;
##############################################
most-5.0.0a/autoconf/config.sub-190-		os=-sco3.2v2
most-5.0.0a/autoconf/config.sub:191:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
most-5.0.0a/autoconf/config.sub-192-		;;
most-5.0.0a/autoconf/config.sub-193-	-udk*)
most-5.0.0a/autoconf/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
most-5.0.0a/autoconf/config.sub-195-		;;
##############################################
most-5.0.0a/autoconf/config.sub-197-		os=-isc2.2
most-5.0.0a/autoconf/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
most-5.0.0a/autoconf/config.sub-199-		;;
##############################################
most-5.0.0a/autoconf/config.sub-203-	-isc*)
most-5.0.0a/autoconf/config.sub:204:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
most-5.0.0a/autoconf/config.sub-205-		;;
##############################################
most-5.0.0a/autoconf/config.sub-209-	-ptx*)
most-5.0.0a/autoconf/config.sub:210:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
most-5.0.0a/autoconf/config.sub-211-		;;
most-5.0.0a/autoconf/config.sub-212-	-windowsnt*)
most-5.0.0a/autoconf/config.sub:213:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
most-5.0.0a/autoconf/config.sub-214-		;;
##############################################
most-5.0.0a/autoconf/config.sub-291-	*-*-*)
most-5.0.0a/autoconf/config.sub:292:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
most-5.0.0a/autoconf/config.sub-293-		exit 1
##############################################
most-5.0.0a/autoconf/config.sub-390-	amd64-*)
most-5.0.0a/autoconf/config.sub:391:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
most-5.0.0a/autoconf/config.sub-392-		;;
##############################################
most-5.0.0a/autoconf/config.sub-611-	i*86v32)
most-5.0.0a/autoconf/config.sub:612:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
most-5.0.0a/autoconf/config.sub-613-		os=-sysv32
##############################################
most-5.0.0a/autoconf/config.sub-615-	i*86v4*)
most-5.0.0a/autoconf/config.sub:616:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
most-5.0.0a/autoconf/config.sub-617-		os=-sysv4
##############################################
most-5.0.0a/autoconf/config.sub-619-	i*86v)
most-5.0.0a/autoconf/config.sub:620:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
most-5.0.0a/autoconf/config.sub-621-		os=-sysv
##############################################
most-5.0.0a/autoconf/config.sub-623-	i*86sol2)
most-5.0.0a/autoconf/config.sub:624:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
most-5.0.0a/autoconf/config.sub-625-		os=-solaris2
##############################################
most-5.0.0a/autoconf/config.sub-671-	mips3*-*)
most-5.0.0a/autoconf/config.sub:672:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
most-5.0.0a/autoconf/config.sub-673-		;;
most-5.0.0a/autoconf/config.sub-674-	mips3*)
most-5.0.0a/autoconf/config.sub:675:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
most-5.0.0a/autoconf/config.sub-676-		;;
##############################################
most-5.0.0a/autoconf/config.sub-809-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
most-5.0.0a/autoconf/config.sub:810:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
most-5.0.0a/autoconf/config.sub-811-		;;
most-5.0.0a/autoconf/config.sub-812-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
most-5.0.0a/autoconf/config.sub:813:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
most-5.0.0a/autoconf/config.sub-814-		;;
most-5.0.0a/autoconf/config.sub-815-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
most-5.0.0a/autoconf/config.sub:816:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
most-5.0.0a/autoconf/config.sub-817-		;;
most-5.0.0a/autoconf/config.sub-818-	pentium4-*)
most-5.0.0a/autoconf/config.sub:819:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
most-5.0.0a/autoconf/config.sub-820-		;;
##############################################
most-5.0.0a/autoconf/config.sub-827-		;;
most-5.0.0a/autoconf/config.sub:828:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
most-5.0.0a/autoconf/config.sub-829-		;;
##############################################
most-5.0.0a/autoconf/config.sub-833-	ppcle-* | powerpclittle-*)
most-5.0.0a/autoconf/config.sub:834:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
most-5.0.0a/autoconf/config.sub-835-		;;
##############################################
most-5.0.0a/autoconf/config.sub-837-		;;
most-5.0.0a/autoconf/config.sub:838:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
most-5.0.0a/autoconf/config.sub-839-		;;
##############################################
most-5.0.0a/autoconf/config.sub-843-	ppc64le-* | powerpc64little-*)
most-5.0.0a/autoconf/config.sub:844:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
most-5.0.0a/autoconf/config.sub-845-		;;
##############################################
most-5.0.0a/autoconf/config.sub-1119-	*)
most-5.0.0a/autoconf/config.sub:1120:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
most-5.0.0a/autoconf/config.sub-1121-		exit 1
##############################################
most-5.0.0a/autoconf/config.sub-1127-	*-digital*)
most-5.0.0a/autoconf/config.sub:1128:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
most-5.0.0a/autoconf/config.sub-1129-		;;
most-5.0.0a/autoconf/config.sub-1130-	*-commodore*)
most-5.0.0a/autoconf/config.sub:1131:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
most-5.0.0a/autoconf/config.sub-1132-		;;
##############################################
most-5.0.0a/autoconf/config.sub-1145-	-solaris1 | -solaris1.*)
most-5.0.0a/autoconf/config.sub:1146:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
most-5.0.0a/autoconf/config.sub-1147-		;;
##############################################
most-5.0.0a/autoconf/config.sub-1157-	-gnu/linux*)
most-5.0.0a/autoconf/config.sub:1158:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
most-5.0.0a/autoconf/config.sub-1159-		;;
##############################################
most-5.0.0a/autoconf/config.sub-1198-	-nto*)
most-5.0.0a/autoconf/config.sub:1199:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
most-5.0.0a/autoconf/config.sub-1200-		;;
##############################################
most-5.0.0a/autoconf/config.sub-1205-	-mac*)
most-5.0.0a/autoconf/config.sub:1206:		os=`echo $os | sed -e 's|mac|macos|'`
most-5.0.0a/autoconf/config.sub-1207-		;;
##############################################
most-5.0.0a/autoconf/config.sub-1211-	-linux*)
most-5.0.0a/autoconf/config.sub:1212:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
most-5.0.0a/autoconf/config.sub-1213-		;;
most-5.0.0a/autoconf/config.sub-1214-	-sunos5*)
most-5.0.0a/autoconf/config.sub:1215:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
most-5.0.0a/autoconf/config.sub-1216-		;;
most-5.0.0a/autoconf/config.sub-1217-	-sunos6*)
most-5.0.0a/autoconf/config.sub:1218:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
most-5.0.0a/autoconf/config.sub-1219-		;;
##############################################
most-5.0.0a/autoconf/config.sub-1266-	-sinix5.*)
most-5.0.0a/autoconf/config.sub:1267:		os=`echo $os | sed -e 's|sinix|sysv|'`
most-5.0.0a/autoconf/config.sub-1268-		;;
##############################################
most-5.0.0a/autoconf/config.sub-1317-		# Get rid of the `-' at the beginning of $os.
most-5.0.0a/autoconf/config.sub:1318:		os=`echo $os | sed 's/[^-]*-//'`
most-5.0.0a/autoconf/config.sub:1319:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
most-5.0.0a/autoconf/config.sub-1320-		exit 1
##############################################
most-5.0.0a/autoconf/config.sub-1556-		esac
most-5.0.0a/autoconf/config.sub:1557:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
most-5.0.0a/autoconf/config.sub-1558-		;;
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-107-do
most-5.0.0a/.pc/terminfo-dir.patch/configure:108:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
most-5.0.0a/.pc/terminfo-dir.patch/configure-109-    eval $as_var=C; export $as_var
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-215-  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
most-5.0.0a/.pc/terminfo-dir.patch/configure:216:  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
most-5.0.0a/.pc/terminfo-dir.patch/configure-217-") 2> /dev/null; then
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-330-  test "x$as_lineno_1" != "x$as_lineno_2" &&
most-5.0.0a/.pc/terminfo-dir.patch/configure:331:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
most-5.0.0a/.pc/terminfo-dir.patch/configure-332-
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-425-  test "x$as_lineno_1" != "x$as_lineno_2" &&
most-5.0.0a/.pc/terminfo-dir.patch/configure:426:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
most-5.0.0a/.pc/terminfo-dir.patch/configure-427-
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-536-	esac;
most-5.0.0a/.pc/terminfo-dir.patch/configure:537:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
most-5.0.0a/.pc/terminfo-dir.patch/configure-538-	???[sx]*):;;*)false;;esac;fi
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-784-  case $ac_option in
most-5.0.0a/.pc/terminfo-dir.patch/configure:785:  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
most-5.0.0a/.pc/terminfo-dir.patch/configure-786-  *)	ac_optarg=yes ;;
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-827-  -disable-* | --disable-*)
most-5.0.0a/.pc/terminfo-dir.patch/configure:828:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
most-5.0.0a/.pc/terminfo-dir.patch/configure-829-    # Reject names that are not valid shell variable names.
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-832-   { (exit 1); exit 1; }; }
most-5.0.0a/.pc/terminfo-dir.patch/configure:833:    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
most-5.0.0a/.pc/terminfo-dir.patch/configure-834-    eval enable_$ac_feature=no ;;
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-846-  -enable-* | --enable-*)
most-5.0.0a/.pc/terminfo-dir.patch/configure:847:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
most-5.0.0a/.pc/terminfo-dir.patch/configure-848-    # Reject names that are not valid shell variable names.
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-851-   { (exit 1); exit 1; }; }
most-5.0.0a/.pc/terminfo-dir.patch/configure:852:    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
most-5.0.0a/.pc/terminfo-dir.patch/configure-853-    eval enable_$ac_feature=\$ac_optarg ;;
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-1043-  -with-* | --with-*)
most-5.0.0a/.pc/terminfo-dir.patch/configure:1044:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
most-5.0.0a/.pc/terminfo-dir.patch/configure-1045-    # Reject names that are not valid shell variable names.
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-1048-   { (exit 1); exit 1; }; }
most-5.0.0a/.pc/terminfo-dir.patch/configure:1049:    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
most-5.0.0a/.pc/terminfo-dir.patch/configure-1050-    eval with_$ac_package=\$ac_optarg ;;
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-1052-  -without-* | --without-*)
most-5.0.0a/.pc/terminfo-dir.patch/configure:1053:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
most-5.0.0a/.pc/terminfo-dir.patch/configure-1054-    # Reject names that are not valid shell variable names.
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-1057-   { (exit 1); exit 1; }; }
most-5.0.0a/.pc/terminfo-dir.patch/configure:1058:    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
most-5.0.0a/.pc/terminfo-dir.patch/configure-1059-    eval with_$ac_package=no ;;
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-1084-  *=*)
most-5.0.0a/.pc/terminfo-dir.patch/configure:1085:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
most-5.0.0a/.pc/terminfo-dir.patch/configure-1086-    # Reject names that are not valid shell variable names.
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-1104-if test -n "$ac_prev"; then
most-5.0.0a/.pc/terminfo-dir.patch/configure:1105:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
most-5.0.0a/.pc/terminfo-dir.patch/configure-1106-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-1150-ac_ls_di=`ls -di .` &&
most-5.0.0a/.pc/terminfo-dir.patch/configure:1151:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
most-5.0.0a/.pc/terminfo-dir.patch/configure-1152-  { echo "$as_me: error: Working directory cannot be determined" >&2
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-1210-case $srcdir in
most-5.0.0a/.pc/terminfo-dir.patch/configure:1211:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
most-5.0.0a/.pc/terminfo-dir.patch/configure-1212-esac
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-1253-By default, \`make install' will install all the files in
most-5.0.0a/.pc/terminfo-dir.patch/configure:1254:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
most-5.0.0a/.pc/terminfo-dir.patch/configure:1255:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
most-5.0.0a/.pc/terminfo-dir.patch/configure-1256-for instance \`--prefix=\$HOME'.
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-1339-*)
most-5.0.0a/.pc/terminfo-dir.patch/configure:1340:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
most-5.0.0a/.pc/terminfo-dir.patch/configure-1341-  # A ".." for each directory in $ac_dir_suffix.
most-5.0.0a/.pc/terminfo-dir.patch/configure:1342:  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
most-5.0.0a/.pc/terminfo-dir.patch/configure-1343-  case $ac_top_builddir_sub in
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-1472-    *\'*)
most-5.0.0a/.pc/terminfo-dir.patch/configure:1473:      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
most-5.0.0a/.pc/terminfo-dir.patch/configure-1474-    esac
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-1558-      case $ac_val in
most-5.0.0a/.pc/terminfo-dir.patch/configure:1559:      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
most-5.0.0a/.pc/terminfo-dir.patch/configure-1560-      esac
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-1575-	case $ac_val in
most-5.0.0a/.pc/terminfo-dir.patch/configure:1576:	*\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
most-5.0.0a/.pc/terminfo-dir.patch/configure-1577-	esac
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-1683-    set,)
most-5.0.0a/.pc/terminfo-dir.patch/configure:1684:      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
most-5.0.0a/.pc/terminfo-dir.patch/configure:1685:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
most-5.0.0a/.pc/terminfo-dir.patch/configure-1686-      ac_cache_corrupted=: ;;
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-1705-    case $ac_new_val in
most-5.0.0a/.pc/terminfo-dir.patch/configure:1706:    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
most-5.0.0a/.pc/terminfo-dir.patch/configure-1707-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-1757-if test -f /usr/bin/dirname; then
most-5.0.0a/.pc/terminfo-dir.patch/configure:1758:  JD_Above_Dir=`dirname $CONFIG_DIR`
most-5.0.0a/.pc/terminfo-dir.patch/configure-1759-else
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-1790-  # Check for GNU $ac_path_GREP
most-5.0.0a/.pc/terminfo-dir.patch/configure:1791:case `"$ac_path_GREP" --version 2>&1` in
most-5.0.0a/.pc/terminfo-dir.patch/configure-1792-*GNU*)
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-1804-    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
most-5.0.0a/.pc/terminfo-dir.patch/configure:1805:    ac_count=`expr $ac_count + 1`
most-5.0.0a/.pc/terminfo-dir.patch/configure-1806-    if test $ac_count -gt ${ac_path_GREP_max-0}; then
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-1872-  # Check for GNU $ac_path_EGREP
most-5.0.0a/.pc/terminfo-dir.patch/configure:1873:case `"$ac_path_EGREP" --version 2>&1` in
most-5.0.0a/.pc/terminfo-dir.patch/configure-1874-*GNU*)
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-1886-    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
most-5.0.0a/.pc/terminfo-dir.patch/configure:1887:    ac_count=`expr $ac_count + 1`
most-5.0.0a/.pc/terminfo-dir.patch/configure-1888-    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-2243-echo "$as_me:$LINENO: checking for C compiler version" >&5
most-5.0.0a/.pc/terminfo-dir.patch/configure:2244:ac_compiler=`set X $ac_compile; echo $2`
most-5.0.0a/.pc/terminfo-dir.patch/configure-2245-{ (ac_try="$ac_compiler --version >&5"
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-2297-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
most-5.0.0a/.pc/terminfo-dir.patch/configure:2298:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
most-5.0.0a/.pc/terminfo-dir.patch/configure-2299-#
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-2345-	then :; else
most-5.0.0a/.pc/terminfo-dir.patch/configure:2346:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
most-5.0.0a/.pc/terminfo-dir.patch/configure-2347-	fi
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-2442-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
most-5.0.0a/.pc/terminfo-dir.patch/configure:2443:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
most-5.0.0a/.pc/terminfo-dir.patch/configure-2444-	  break;;
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-2497-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
most-5.0.0a/.pc/terminfo-dir.patch/configure:2498:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
most-5.0.0a/.pc/terminfo-dir.patch/configure-2499-       break;;
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-2572-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
most-5.0.0a/.pc/terminfo-dir.patch/configure:2573:GCC=`test $ac_compiler_gnu = yes && echo yes`
most-5.0.0a/.pc/terminfo-dir.patch/configure-2574-ac_test_CFLAGS=${CFLAGS+set}
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-3349-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
most-5.0.0a/.pc/terminfo-dir.patch/configure:3350:set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
most-5.0.0a/.pc/terminfo-dir.patch/configure-3351-if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-3359-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
most-5.0.0a/.pc/terminfo-dir.patch/configure:3360:case `${MAKE-make} -f conftest.make 2>/dev/null` in
most-5.0.0a/.pc/terminfo-dir.patch/configure-3361-  *@@@%%%=?*=@@@%%%*)
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-3470-test "x$ac_build_alias" = x &&
most-5.0.0a/.pc/terminfo-dir.patch/configure:3471:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
most-5.0.0a/.pc/terminfo-dir.patch/configure-3472-test "x$ac_build_alias" = x &&
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-3475-   { (exit 1); exit 1; }; }
most-5.0.0a/.pc/terminfo-dir.patch/configure:3476:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
most-5.0.0a/.pc/terminfo-dir.patch/configure-3477-  { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-3500-IFS=$ac_save_IFS
most-5.0.0a/.pc/terminfo-dir.patch/configure:3501:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
most-5.0.0a/.pc/terminfo-dir.patch/configure-3502-
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-3511-else
most-5.0.0a/.pc/terminfo-dir.patch/configure:3512:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
most-5.0.0a/.pc/terminfo-dir.patch/configure-3513-    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-3537-IFS=$ac_save_IFS
most-5.0.0a/.pc/terminfo-dir.patch/configure:3538:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
most-5.0.0a/.pc/terminfo-dir.patch/configure-3539-
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-3728-do
most-5.0.0a/.pc/terminfo-dir.patch/configure:3729:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
most-5.0.0a/.pc/terminfo-dir.patch/configure-3730-{ echo "$as_me:$LINENO: checking for $ac_header" >&5
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-3771-fi
most-5.0.0a/.pc/terminfo-dir.patch/configure:3772:ac_res=`eval echo '${'$as_ac_Header'}'`
most-5.0.0a/.pc/terminfo-dir.patch/configure-3773-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
most-5.0.0a/.pc/terminfo-dir.patch/configure-3774-echo "${ECHO_T}$ac_res" >&6; }
most-5.0.0a/.pc/terminfo-dir.patch/configure:3775:if test `eval echo '${'$as_ac_Header'}'` = yes; then
most-5.0.0a/.pc/terminfo-dir.patch/configure-3776-  cat >>confdefs.h <<_ACEOF
most-5.0.0a/.pc/terminfo-dir.patch/configure:3777:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
most-5.0.0a/.pc/terminfo-dir.patch/configure-3778-_ACEOF
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-4285-    for ac_var in incroot usrlibdir libdir; do
most-5.0.0a/.pc/terminfo-dir.patch/configure:4286:      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
most-5.0.0a/.pc/terminfo-dir.patch/configure-4287-    done
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-4438-	LIBS=$ac_save_LIBS
most-5.0.0a/.pc/terminfo-dir.patch/configure:4439:for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
most-5.0.0a/.pc/terminfo-dir.patch/configure-4440-do
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-5600-do
most-5.0.0a/.pc/terminfo-dir.patch/configure:5601:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
most-5.0.0a/.pc/terminfo-dir.patch/configure-5602-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-5607-fi
most-5.0.0a/.pc/terminfo-dir.patch/configure:5608:ac_res=`eval echo '${'$as_ac_Header'}'`
most-5.0.0a/.pc/terminfo-dir.patch/configure-5609-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-5723-fi
most-5.0.0a/.pc/terminfo-dir.patch/configure:5724:ac_res=`eval echo '${'$as_ac_Header'}'`
most-5.0.0a/.pc/terminfo-dir.patch/configure-5725-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-5728-fi
most-5.0.0a/.pc/terminfo-dir.patch/configure:5729:if test `eval echo '${'$as_ac_Header'}'` = yes; then
most-5.0.0a/.pc/terminfo-dir.patch/configure-5730-  cat >>confdefs.h <<_ACEOF
most-5.0.0a/.pc/terminfo-dir.patch/configure:5731:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
most-5.0.0a/.pc/terminfo-dir.patch/configure-5732-_ACEOF
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-5745-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
most-5.0.0a/.pc/terminfo-dir.patch/configure:5746:  as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
most-5.0.0a/.pc/terminfo-dir.patch/configure-5747-{ echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-5796-fi
most-5.0.0a/.pc/terminfo-dir.patch/configure:5797:ac_res=`eval echo '${'$as_ac_Header'}'`
most-5.0.0a/.pc/terminfo-dir.patch/configure-5798-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
most-5.0.0a/.pc/terminfo-dir.patch/configure-5799-echo "${ECHO_T}$ac_res" >&6; }
most-5.0.0a/.pc/terminfo-dir.patch/configure:5800:if test `eval echo '${'$as_ac_Header'}'` = yes; then
most-5.0.0a/.pc/terminfo-dir.patch/configure-5801-  cat >>confdefs.h <<_ACEOF
most-5.0.0a/.pc/terminfo-dir.patch/configure:5802:#define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
most-5.0.0a/.pc/terminfo-dir.patch/configure-5803-_ACEOF
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-6350-
most-5.0.0a/.pc/terminfo-dir.patch/configure:6351:	ac_lo=`expr $ac_mid + 1`
most-5.0.0a/.pc/terminfo-dir.patch/configure-6352-			if test $ac_lo -le $ac_mid; then
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-6355-			fi
most-5.0.0a/.pc/terminfo-dir.patch/configure:6356:			ac_mid=`expr 2 '*' $ac_mid + 1`
most-5.0.0a/.pc/terminfo-dir.patch/configure-6357-fi
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-6441-
most-5.0.0a/.pc/terminfo-dir.patch/configure:6442:	ac_hi=`expr '(' $ac_mid ')' - 1`
most-5.0.0a/.pc/terminfo-dir.patch/configure-6443-			if test $ac_mid -le $ac_hi; then
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-6446-			fi
most-5.0.0a/.pc/terminfo-dir.patch/configure:6447:			ac_mid=`expr 2 '*' $ac_mid`
most-5.0.0a/.pc/terminfo-dir.patch/configure-6448-fi
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-6464-while test "x$ac_lo" != "x$ac_hi"; do
most-5.0.0a/.pc/terminfo-dir.patch/configure:6465:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
most-5.0.0a/.pc/terminfo-dir.patch/configure-6466-  cat >conftest.$ac_ext <<_ACEOF
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-6505-
most-5.0.0a/.pc/terminfo-dir.patch/configure:6506:	ac_lo=`expr '(' $ac_mid ')' + 1`
most-5.0.0a/.pc/terminfo-dir.patch/configure-6507-fi
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-6755-
most-5.0.0a/.pc/terminfo-dir.patch/configure:6756:	ac_lo=`expr $ac_mid + 1`
most-5.0.0a/.pc/terminfo-dir.patch/configure-6757-			if test $ac_lo -le $ac_mid; then
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-6760-			fi
most-5.0.0a/.pc/terminfo-dir.patch/configure:6761:			ac_mid=`expr 2 '*' $ac_mid + 1`
most-5.0.0a/.pc/terminfo-dir.patch/configure-6762-fi
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-6846-
most-5.0.0a/.pc/terminfo-dir.patch/configure:6847:	ac_hi=`expr '(' $ac_mid ')' - 1`
most-5.0.0a/.pc/terminfo-dir.patch/configure-6848-			if test $ac_mid -le $ac_hi; then
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-6851-			fi
most-5.0.0a/.pc/terminfo-dir.patch/configure:6852:			ac_mid=`expr 2 '*' $ac_mid`
most-5.0.0a/.pc/terminfo-dir.patch/configure-6853-fi
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-6869-while test "x$ac_lo" != "x$ac_hi"; do
most-5.0.0a/.pc/terminfo-dir.patch/configure:6870:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
most-5.0.0a/.pc/terminfo-dir.patch/configure-6871-  cat >conftest.$ac_ext <<_ACEOF
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-6910-
most-5.0.0a/.pc/terminfo-dir.patch/configure:6911:	ac_lo=`expr '(' $ac_mid ')' + 1`
most-5.0.0a/.pc/terminfo-dir.patch/configure-6912-fi
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-7160-
most-5.0.0a/.pc/terminfo-dir.patch/configure:7161:	ac_lo=`expr $ac_mid + 1`
most-5.0.0a/.pc/terminfo-dir.patch/configure-7162-			if test $ac_lo -le $ac_mid; then
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-7165-			fi
most-5.0.0a/.pc/terminfo-dir.patch/configure:7166:			ac_mid=`expr 2 '*' $ac_mid + 1`
most-5.0.0a/.pc/terminfo-dir.patch/configure-7167-fi
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-7251-
most-5.0.0a/.pc/terminfo-dir.patch/configure:7252:	ac_hi=`expr '(' $ac_mid ')' - 1`
most-5.0.0a/.pc/terminfo-dir.patch/configure-7253-			if test $ac_mid -le $ac_hi; then
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-7256-			fi
most-5.0.0a/.pc/terminfo-dir.patch/configure:7257:			ac_mid=`expr 2 '*' $ac_mid`
most-5.0.0a/.pc/terminfo-dir.patch/configure-7258-fi
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-7274-while test "x$ac_lo" != "x$ac_hi"; do
most-5.0.0a/.pc/terminfo-dir.patch/configure:7275:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
most-5.0.0a/.pc/terminfo-dir.patch/configure-7276-  cat >conftest.$ac_ext <<_ACEOF
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-7315-
most-5.0.0a/.pc/terminfo-dir.patch/configure:7316:	ac_lo=`expr '(' $ac_mid ')' + 1`
most-5.0.0a/.pc/terminfo-dir.patch/configure-7317-fi
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-7565-
most-5.0.0a/.pc/terminfo-dir.patch/configure:7566:	ac_lo=`expr $ac_mid + 1`
most-5.0.0a/.pc/terminfo-dir.patch/configure-7567-			if test $ac_lo -le $ac_mid; then
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-7570-			fi
most-5.0.0a/.pc/terminfo-dir.patch/configure:7571:			ac_mid=`expr 2 '*' $ac_mid + 1`
most-5.0.0a/.pc/terminfo-dir.patch/configure-7572-fi
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-7656-
most-5.0.0a/.pc/terminfo-dir.patch/configure:7657:	ac_hi=`expr '(' $ac_mid ')' - 1`
most-5.0.0a/.pc/terminfo-dir.patch/configure-7658-			if test $ac_mid -le $ac_hi; then
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-7661-			fi
most-5.0.0a/.pc/terminfo-dir.patch/configure:7662:			ac_mid=`expr 2 '*' $ac_mid`
most-5.0.0a/.pc/terminfo-dir.patch/configure-7663-fi
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-7679-while test "x$ac_lo" != "x$ac_hi"; do
most-5.0.0a/.pc/terminfo-dir.patch/configure:7680:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
most-5.0.0a/.pc/terminfo-dir.patch/configure-7681-  cat >conftest.$ac_ext <<_ACEOF
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-7720-
most-5.0.0a/.pc/terminfo-dir.patch/configure:7721:	ac_lo=`expr '(' $ac_mid ')' + 1`
most-5.0.0a/.pc/terminfo-dir.patch/configure-7722-fi
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-7970-
most-5.0.0a/.pc/terminfo-dir.patch/configure:7971:	ac_lo=`expr $ac_mid + 1`
most-5.0.0a/.pc/terminfo-dir.patch/configure-7972-			if test $ac_lo -le $ac_mid; then
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-7975-			fi
most-5.0.0a/.pc/terminfo-dir.patch/configure:7976:			ac_mid=`expr 2 '*' $ac_mid + 1`
most-5.0.0a/.pc/terminfo-dir.patch/configure-7977-fi
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-8061-
most-5.0.0a/.pc/terminfo-dir.patch/configure:8062:	ac_hi=`expr '(' $ac_mid ')' - 1`
most-5.0.0a/.pc/terminfo-dir.patch/configure-8063-			if test $ac_mid -le $ac_hi; then
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-8066-			fi
most-5.0.0a/.pc/terminfo-dir.patch/configure:8067:			ac_mid=`expr 2 '*' $ac_mid`
most-5.0.0a/.pc/terminfo-dir.patch/configure-8068-fi
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-8084-while test "x$ac_lo" != "x$ac_hi"; do
most-5.0.0a/.pc/terminfo-dir.patch/configure:8085:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
most-5.0.0a/.pc/terminfo-dir.patch/configure-8086-  cat >conftest.$ac_ext <<_ACEOF
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-8125-
most-5.0.0a/.pc/terminfo-dir.patch/configure:8126:	ac_lo=`expr '(' $ac_mid ')' + 1`
most-5.0.0a/.pc/terminfo-dir.patch/configure-8127-fi
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-8439-
most-5.0.0a/.pc/terminfo-dir.patch/configure:8440:	ac_lo=`expr $ac_mid + 1`
most-5.0.0a/.pc/terminfo-dir.patch/configure-8441-			if test $ac_lo -le $ac_mid; then
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-8444-			fi
most-5.0.0a/.pc/terminfo-dir.patch/configure:8445:			ac_mid=`expr 2 '*' $ac_mid + 1`
most-5.0.0a/.pc/terminfo-dir.patch/configure-8446-fi
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-8530-
most-5.0.0a/.pc/terminfo-dir.patch/configure:8531:	ac_hi=`expr '(' $ac_mid ')' - 1`
most-5.0.0a/.pc/terminfo-dir.patch/configure-8532-			if test $ac_mid -le $ac_hi; then
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-8535-			fi
most-5.0.0a/.pc/terminfo-dir.patch/configure:8536:			ac_mid=`expr 2 '*' $ac_mid`
most-5.0.0a/.pc/terminfo-dir.patch/configure-8537-fi
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-8553-while test "x$ac_lo" != "x$ac_hi"; do
most-5.0.0a/.pc/terminfo-dir.patch/configure:8554:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
most-5.0.0a/.pc/terminfo-dir.patch/configure-8555-  cat >conftest.$ac_ext <<_ACEOF
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-8594-
most-5.0.0a/.pc/terminfo-dir.patch/configure:8595:	ac_lo=`expr '(' $ac_mid ')' + 1`
most-5.0.0a/.pc/terminfo-dir.patch/configure-8596-fi
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-9383-
most-5.0.0a/.pc/terminfo-dir.patch/configure:9384:	ac_lo=`expr $ac_mid + 1`
most-5.0.0a/.pc/terminfo-dir.patch/configure-9385-			if test $ac_lo -le $ac_mid; then
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-9388-			fi
most-5.0.0a/.pc/terminfo-dir.patch/configure:9389:			ac_mid=`expr 2 '*' $ac_mid + 1`
most-5.0.0a/.pc/terminfo-dir.patch/configure-9390-fi
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-9474-
most-5.0.0a/.pc/terminfo-dir.patch/configure:9475:	ac_hi=`expr '(' $ac_mid ')' - 1`
most-5.0.0a/.pc/terminfo-dir.patch/configure-9476-			if test $ac_mid -le $ac_hi; then
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-9479-			fi
most-5.0.0a/.pc/terminfo-dir.patch/configure:9480:			ac_mid=`expr 2 '*' $ac_mid`
most-5.0.0a/.pc/terminfo-dir.patch/configure-9481-fi
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-9497-while test "x$ac_lo" != "x$ac_hi"; do
most-5.0.0a/.pc/terminfo-dir.patch/configure:9498:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
most-5.0.0a/.pc/terminfo-dir.patch/configure-9499-  cat >conftest.$ac_ext <<_ACEOF
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-9538-
most-5.0.0a/.pc/terminfo-dir.patch/configure:9539:	ac_lo=`expr '(' $ac_mid ')' + 1`
most-5.0.0a/.pc/terminfo-dir.patch/configure-9540-fi
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-9666-do
most-5.0.0a/.pc/terminfo-dir.patch/configure:9667:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
most-5.0.0a/.pc/terminfo-dir.patch/configure-9668-{ echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-9746-fi
most-5.0.0a/.pc/terminfo-dir.patch/configure:9747:ac_res=`eval echo '${'$as_ac_var'}'`
most-5.0.0a/.pc/terminfo-dir.patch/configure-9748-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
most-5.0.0a/.pc/terminfo-dir.patch/configure-9749-echo "${ECHO_T}$ac_res" >&6; }
most-5.0.0a/.pc/terminfo-dir.patch/configure:9750:if test `eval echo '${'$as_ac_var'}'` = yes; then
most-5.0.0a/.pc/terminfo-dir.patch/configure-9751-  cat >>confdefs.h <<_ACEOF
most-5.0.0a/.pc/terminfo-dir.patch/configure:9752:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
most-5.0.0a/.pc/terminfo-dir.patch/configure-9753-_ACEOF
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-10105-    # Now trim excess whitespace
most-5.0.0a/.pc/terminfo-dir.patch/configure:10106:    CFLAGS=`echo $CFLAGS`
most-5.0.0a/.pc/terminfo-dir.patch/configure-10107-  fi
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-10122-   comment_re="^#"
most-5.0.0a/.pc/terminfo-dir.patch/configure:10123:   Program_Modules=`grep -v '$comment_re' src/modules.lis | awk '{print $1}'`
most-5.0.0a/.pc/terminfo-dir.patch/configure:10124:   Program_H_Modules=`grep -v '$comment_re' src/modules.lis | awk '{print $2}'`
most-5.0.0a/.pc/terminfo-dir.patch/configure-10125-   for program_module in $Program_H_Modules; do
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-10241-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
most-5.0.0a/.pc/terminfo-dir.patch/configure:10242:  ac_i=`echo "$ac_i" | sed "$ac_script"`
most-5.0.0a/.pc/terminfo-dir.patch/configure-10243-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-10371-do
most-5.0.0a/.pc/terminfo-dir.patch/configure:10372:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
most-5.0.0a/.pc/terminfo-dir.patch/configure-10373-    eval $as_var=C; export $as_var
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-10421-  test "x$as_lineno_1" != "x$as_lineno_2" &&
most-5.0.0a/.pc/terminfo-dir.patch/configure:10422:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
most-5.0.0a/.pc/terminfo-dir.patch/configure-10423-
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-10532-	esac;
most-5.0.0a/.pc/terminfo-dir.patch/configure:10533:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
most-5.0.0a/.pc/terminfo-dir.patch/configure-10534-	???[sx]*):;;*)false;;esac;fi
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-10603-configured by $0, generated by GNU Autoconf 2.61,
most-5.0.0a/.pc/terminfo-dir.patch/configure:10604:  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
most-5.0.0a/.pc/terminfo-dir.patch/configure-10605-
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-10622-  --*=*)
most-5.0.0a/.pc/terminfo-dir.patch/configure:10623:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
most-5.0.0a/.pc/terminfo-dir.patch/configure:10624:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
most-5.0.0a/.pc/terminfo-dir.patch/configure-10625-    ac_shift=:
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-10872-
most-5.0.0a/.pc/terminfo-dir.patch/configure:10873:  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
most-5.0.0a/.pc/terminfo-dir.patch/configure-10874-    break
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-10883-
most-5.0.0a/.pc/terminfo-dir.patch/configure:10884:ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
most-5.0.0a/.pc/terminfo-dir.patch/configure-10885-if test -n "$ac_eof"; then
most-5.0.0a/.pc/terminfo-dir.patch/configure:10886:  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
most-5.0.0a/.pc/terminfo-dir.patch/configure:10887:  ac_eof=`expr $ac_eof + 1`
most-5.0.0a/.pc/terminfo-dir.patch/configure-10888-fi
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-10914-
most-5.0.0a/.pc/terminfo-dir.patch/configure:10915:  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 1; then
most-5.0.0a/.pc/terminfo-dir.patch/configure-10916-    break
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-10925-
most-5.0.0a/.pc/terminfo-dir.patch/configure:10926:ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
most-5.0.0a/.pc/terminfo-dir.patch/configure-10927-if test -n "$ac_eof"; then
most-5.0.0a/.pc/terminfo-dir.patch/configure:10928:  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
most-5.0.0a/.pc/terminfo-dir.patch/configure:10929:  ac_eof=`expr $ac_eof + 1`
most-5.0.0a/.pc/terminfo-dir.patch/configure-10930-fi
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-11063-      case $as_dir in #(
most-5.0.0a/.pc/terminfo-dir.patch/configure:11064:      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
most-5.0.0a/.pc/terminfo-dir.patch/configure-11065-      *) as_qdir=$as_dir;;
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-11101-*)
most-5.0.0a/.pc/terminfo-dir.patch/configure:11102:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
most-5.0.0a/.pc/terminfo-dir.patch/configure-11103-  # A ".." for each directory in $ac_dir_suffix.
most-5.0.0a/.pc/terminfo-dir.patch/configure:11104:  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
most-5.0.0a/.pc/terminfo-dir.patch/configure-11105-  case $ac_top_builddir_sub in
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-11174-
most-5.0.0a/.pc/terminfo-dir.patch/configure:11175:# Neutralize VPATH when `$srcdir' = `.'.
most-5.0.0a/.pc/terminfo-dir.patch/configure-11176-# Shell code in configure.ac might set extrasub.
##############################################
most-5.0.0a/.pc/terminfo-dir.patch/configure-11198-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
most-5.0.0a/.pc/terminfo-dir.patch/configure:11199:  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
most-5.0.0a/.pc/terminfo-dir.patch/configure:11200:  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
most-5.0.0a/.pc/terminfo-dir.patch/configure-11201-  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
##############################################
most-5.0.0a/configure-107-do
most-5.0.0a/configure:108:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
most-5.0.0a/configure-109-    eval $as_var=C; export $as_var
##############################################
most-5.0.0a/configure-215-  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
most-5.0.0a/configure:216:  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
most-5.0.0a/configure-217-") 2> /dev/null; then
##############################################
most-5.0.0a/configure-330-  test "x$as_lineno_1" != "x$as_lineno_2" &&
most-5.0.0a/configure:331:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
most-5.0.0a/configure-332-
##############################################
most-5.0.0a/configure-425-  test "x$as_lineno_1" != "x$as_lineno_2" &&
most-5.0.0a/configure:426:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
most-5.0.0a/configure-427-
##############################################
most-5.0.0a/configure-536-	esac;
most-5.0.0a/configure:537:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
most-5.0.0a/configure-538-	???[sx]*):;;*)false;;esac;fi
##############################################
most-5.0.0a/configure-784-  case $ac_option in
most-5.0.0a/configure:785:  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
most-5.0.0a/configure-786-  *)	ac_optarg=yes ;;
##############################################
most-5.0.0a/configure-827-  -disable-* | --disable-*)
most-5.0.0a/configure:828:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
most-5.0.0a/configure-829-    # Reject names that are not valid shell variable names.
##############################################
most-5.0.0a/configure-832-   { (exit 1); exit 1; }; }
most-5.0.0a/configure:833:    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
most-5.0.0a/configure-834-    eval enable_$ac_feature=no ;;
##############################################
most-5.0.0a/configure-846-  -enable-* | --enable-*)
most-5.0.0a/configure:847:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
most-5.0.0a/configure-848-    # Reject names that are not valid shell variable names.
##############################################
most-5.0.0a/configure-851-   { (exit 1); exit 1; }; }
most-5.0.0a/configure:852:    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
most-5.0.0a/configure-853-    eval enable_$ac_feature=\$ac_optarg ;;
##############################################
most-5.0.0a/configure-1043-  -with-* | --with-*)
most-5.0.0a/configure:1044:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
most-5.0.0a/configure-1045-    # Reject names that are not valid shell variable names.
##############################################
most-5.0.0a/configure-1048-   { (exit 1); exit 1; }; }
most-5.0.0a/configure:1049:    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
most-5.0.0a/configure-1050-    eval with_$ac_package=\$ac_optarg ;;
##############################################
most-5.0.0a/configure-1052-  -without-* | --without-*)
most-5.0.0a/configure:1053:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
most-5.0.0a/configure-1054-    # Reject names that are not valid shell variable names.
##############################################
most-5.0.0a/configure-1057-   { (exit 1); exit 1; }; }
most-5.0.0a/configure:1058:    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
most-5.0.0a/configure-1059-    eval with_$ac_package=no ;;
##############################################
most-5.0.0a/configure-1084-  *=*)
most-5.0.0a/configure:1085:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
most-5.0.0a/configure-1086-    # Reject names that are not valid shell variable names.
##############################################
most-5.0.0a/configure-1104-if test -n "$ac_prev"; then
most-5.0.0a/configure:1105:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
most-5.0.0a/configure-1106-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
most-5.0.0a/configure-1150-ac_ls_di=`ls -di .` &&
most-5.0.0a/configure:1151:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
most-5.0.0a/configure-1152-  { echo "$as_me: error: Working directory cannot be determined" >&2
##############################################
most-5.0.0a/configure-1210-case $srcdir in
most-5.0.0a/configure:1211:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
most-5.0.0a/configure-1212-esac
##############################################
most-5.0.0a/configure-1253-By default, \`make install' will install all the files in
most-5.0.0a/configure:1254:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
most-5.0.0a/configure:1255:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
most-5.0.0a/configure-1256-for instance \`--prefix=\$HOME'.
##############################################
most-5.0.0a/configure-1339-*)
most-5.0.0a/configure:1340:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
most-5.0.0a/configure-1341-  # A ".." for each directory in $ac_dir_suffix.
most-5.0.0a/configure:1342:  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
most-5.0.0a/configure-1343-  case $ac_top_builddir_sub in
##############################################
most-5.0.0a/configure-1472-    *\'*)
most-5.0.0a/configure:1473:      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
most-5.0.0a/configure-1474-    esac
##############################################
most-5.0.0a/configure-1558-      case $ac_val in
most-5.0.0a/configure:1559:      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
most-5.0.0a/configure-1560-      esac
##############################################
most-5.0.0a/configure-1575-	case $ac_val in
most-5.0.0a/configure:1576:	*\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
most-5.0.0a/configure-1577-	esac
##############################################
most-5.0.0a/configure-1683-    set,)
most-5.0.0a/configure:1684:      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
most-5.0.0a/configure:1685:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
most-5.0.0a/configure-1686-      ac_cache_corrupted=: ;;
##############################################
most-5.0.0a/configure-1705-    case $ac_new_val in
most-5.0.0a/configure:1706:    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
most-5.0.0a/configure-1707-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
most-5.0.0a/configure-1757-if test -f /usr/bin/dirname; then
most-5.0.0a/configure:1758:  JD_Above_Dir=`dirname $CONFIG_DIR`
most-5.0.0a/configure-1759-else
##############################################
most-5.0.0a/configure-1790-  # Check for GNU $ac_path_GREP
most-5.0.0a/configure:1791:case `"$ac_path_GREP" --version 2>&1` in
most-5.0.0a/configure-1792-*GNU*)
##############################################
most-5.0.0a/configure-1804-    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
most-5.0.0a/configure:1805:    ac_count=`expr $ac_count + 1`
most-5.0.0a/configure-1806-    if test $ac_count -gt ${ac_path_GREP_max-0}; then
##############################################
most-5.0.0a/configure-1872-  # Check for GNU $ac_path_EGREP
most-5.0.0a/configure:1873:case `"$ac_path_EGREP" --version 2>&1` in
most-5.0.0a/configure-1874-*GNU*)
##############################################
most-5.0.0a/configure-1886-    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
most-5.0.0a/configure:1887:    ac_count=`expr $ac_count + 1`
most-5.0.0a/configure-1888-    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
##############################################
most-5.0.0a/configure-2243-echo "$as_me:$LINENO: checking for C compiler version" >&5
most-5.0.0a/configure:2244:ac_compiler=`set X $ac_compile; echo $2`
most-5.0.0a/configure-2245-{ (ac_try="$ac_compiler --version >&5"
##############################################
most-5.0.0a/configure-2297-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
most-5.0.0a/configure:2298:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
most-5.0.0a/configure-2299-#
##############################################
most-5.0.0a/configure-2345-	then :; else
most-5.0.0a/configure:2346:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
most-5.0.0a/configure-2347-	fi
##############################################
most-5.0.0a/configure-2442-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
most-5.0.0a/configure:2443:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
most-5.0.0a/configure-2444-	  break;;
##############################################
most-5.0.0a/configure-2497-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
most-5.0.0a/configure:2498:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
most-5.0.0a/configure-2499-       break;;
##############################################
most-5.0.0a/configure-2572-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
most-5.0.0a/configure:2573:GCC=`test $ac_compiler_gnu = yes && echo yes`
most-5.0.0a/configure-2574-ac_test_CFLAGS=${CFLAGS+set}
##############################################
most-5.0.0a/configure-3349-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
most-5.0.0a/configure:3350:set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
most-5.0.0a/configure-3351-if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
most-5.0.0a/configure-3359-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
most-5.0.0a/configure:3360:case `${MAKE-make} -f conftest.make 2>/dev/null` in
most-5.0.0a/configure-3361-  *@@@%%%=?*=@@@%%%*)
##############################################
most-5.0.0a/configure-3470-test "x$ac_build_alias" = x &&
most-5.0.0a/configure:3471:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
most-5.0.0a/configure-3472-test "x$ac_build_alias" = x &&
##############################################
most-5.0.0a/configure-3475-   { (exit 1); exit 1; }; }
most-5.0.0a/configure:3476:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
most-5.0.0a/configure-3477-  { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
##############################################
most-5.0.0a/configure-3500-IFS=$ac_save_IFS
most-5.0.0a/configure:3501:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
most-5.0.0a/configure-3502-
##############################################
most-5.0.0a/configure-3511-else
most-5.0.0a/configure:3512:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
most-5.0.0a/configure-3513-    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
##############################################
most-5.0.0a/configure-3537-IFS=$ac_save_IFS
most-5.0.0a/configure:3538:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
most-5.0.0a/configure-3539-
##############################################
most-5.0.0a/configure-3728-do
most-5.0.0a/configure:3729:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
most-5.0.0a/configure-3730-{ echo "$as_me:$LINENO: checking for $ac_header" >&5
##############################################
most-5.0.0a/configure-3771-fi
most-5.0.0a/configure:3772:ac_res=`eval echo '${'$as_ac_Header'}'`
most-5.0.0a/configure-3773-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
most-5.0.0a/configure-3774-echo "${ECHO_T}$ac_res" >&6; }
most-5.0.0a/configure:3775:if test `eval echo '${'$as_ac_Header'}'` = yes; then
most-5.0.0a/configure-3776-  cat >>confdefs.h <<_ACEOF
most-5.0.0a/configure:3777:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
most-5.0.0a/configure-3778-_ACEOF
##############################################
most-5.0.0a/configure-4285-    for ac_var in incroot usrlibdir libdir; do
most-5.0.0a/configure:4286:      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
most-5.0.0a/configure-4287-    done
##############################################
most-5.0.0a/configure-4438-	LIBS=$ac_save_LIBS
most-5.0.0a/configure:4439:for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
most-5.0.0a/configure-4440-do
##############################################
most-5.0.0a/configure-5600-do
most-5.0.0a/configure:5601:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
most-5.0.0a/configure-5602-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
most-5.0.0a/configure-5607-fi
most-5.0.0a/configure:5608:ac_res=`eval echo '${'$as_ac_Header'}'`
most-5.0.0a/configure-5609-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
most-5.0.0a/configure-5723-fi
most-5.0.0a/configure:5724:ac_res=`eval echo '${'$as_ac_Header'}'`
most-5.0.0a/configure-5725-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
most-5.0.0a/configure-5728-fi
most-5.0.0a/configure:5729:if test `eval echo '${'$as_ac_Header'}'` = yes; then
most-5.0.0a/configure-5730-  cat >>confdefs.h <<_ACEOF
most-5.0.0a/configure:5731:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
most-5.0.0a/configure-5732-_ACEOF
##############################################
most-5.0.0a/configure-5745-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
most-5.0.0a/configure:5746:  as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
most-5.0.0a/configure-5747-{ echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5
##############################################
most-5.0.0a/configure-5796-fi
most-5.0.0a/configure:5797:ac_res=`eval echo '${'$as_ac_Header'}'`
most-5.0.0a/configure-5798-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
most-5.0.0a/configure-5799-echo "${ECHO_T}$ac_res" >&6; }
most-5.0.0a/configure:5800:if test `eval echo '${'$as_ac_Header'}'` = yes; then
most-5.0.0a/configure-5801-  cat >>confdefs.h <<_ACEOF
most-5.0.0a/configure:5802:#define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
most-5.0.0a/configure-5803-_ACEOF
##############################################
most-5.0.0a/configure-6350-
most-5.0.0a/configure:6351:	ac_lo=`expr $ac_mid + 1`
most-5.0.0a/configure-6352-			if test $ac_lo -le $ac_mid; then
##############################################
most-5.0.0a/configure-6355-			fi
most-5.0.0a/configure:6356:			ac_mid=`expr 2 '*' $ac_mid + 1`
most-5.0.0a/configure-6357-fi
##############################################
most-5.0.0a/configure-6441-
most-5.0.0a/configure:6442:	ac_hi=`expr '(' $ac_mid ')' - 1`
most-5.0.0a/configure-6443-			if test $ac_mid -le $ac_hi; then
##############################################
most-5.0.0a/configure-6446-			fi
most-5.0.0a/configure:6447:			ac_mid=`expr 2 '*' $ac_mid`
most-5.0.0a/configure-6448-fi
##############################################
most-5.0.0a/configure-6464-while test "x$ac_lo" != "x$ac_hi"; do
most-5.0.0a/configure:6465:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
most-5.0.0a/configure-6466-  cat >conftest.$ac_ext <<_ACEOF
##############################################
most-5.0.0a/configure-6505-
most-5.0.0a/configure:6506:	ac_lo=`expr '(' $ac_mid ')' + 1`
most-5.0.0a/configure-6507-fi
##############################################
most-5.0.0a/configure-6755-
most-5.0.0a/configure:6756:	ac_lo=`expr $ac_mid + 1`
most-5.0.0a/configure-6757-			if test $ac_lo -le $ac_mid; then
##############################################
most-5.0.0a/configure-6760-			fi
most-5.0.0a/configure:6761:			ac_mid=`expr 2 '*' $ac_mid + 1`
most-5.0.0a/configure-6762-fi
##############################################
most-5.0.0a/configure-6846-
most-5.0.0a/configure:6847:	ac_hi=`expr '(' $ac_mid ')' - 1`
most-5.0.0a/configure-6848-			if test $ac_mid -le $ac_hi; then
##############################################
most-5.0.0a/configure-6851-			fi
most-5.0.0a/configure:6852:			ac_mid=`expr 2 '*' $ac_mid`
most-5.0.0a/configure-6853-fi
##############################################
most-5.0.0a/configure-6869-while test "x$ac_lo" != "x$ac_hi"; do
most-5.0.0a/configure:6870:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
most-5.0.0a/configure-6871-  cat >conftest.$ac_ext <<_ACEOF
##############################################
most-5.0.0a/configure-6910-
most-5.0.0a/configure:6911:	ac_lo=`expr '(' $ac_mid ')' + 1`
most-5.0.0a/configure-6912-fi
##############################################
most-5.0.0a/configure-7160-
most-5.0.0a/configure:7161:	ac_lo=`expr $ac_mid + 1`
most-5.0.0a/configure-7162-			if test $ac_lo -le $ac_mid; then
##############################################
most-5.0.0a/configure-7165-			fi
most-5.0.0a/configure:7166:			ac_mid=`expr 2 '*' $ac_mid + 1`
most-5.0.0a/configure-7167-fi
##############################################
most-5.0.0a/configure-7251-
most-5.0.0a/configure:7252:	ac_hi=`expr '(' $ac_mid ')' - 1`
most-5.0.0a/configure-7253-			if test $ac_mid -le $ac_hi; then
##############################################
most-5.0.0a/configure-7256-			fi
most-5.0.0a/configure:7257:			ac_mid=`expr 2 '*' $ac_mid`
most-5.0.0a/configure-7258-fi
##############################################
most-5.0.0a/configure-7274-while test "x$ac_lo" != "x$ac_hi"; do
most-5.0.0a/configure:7275:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
most-5.0.0a/configure-7276-  cat >conftest.$ac_ext <<_ACEOF
##############################################
most-5.0.0a/configure-7315-
most-5.0.0a/configure:7316:	ac_lo=`expr '(' $ac_mid ')' + 1`
most-5.0.0a/configure-7317-fi
##############################################
most-5.0.0a/configure-7565-
most-5.0.0a/configure:7566:	ac_lo=`expr $ac_mid + 1`
most-5.0.0a/configure-7567-			if test $ac_lo -le $ac_mid; then
##############################################
most-5.0.0a/configure-7570-			fi
most-5.0.0a/configure:7571:			ac_mid=`expr 2 '*' $ac_mid + 1`
most-5.0.0a/configure-7572-fi
##############################################
most-5.0.0a/configure-7656-
most-5.0.0a/configure:7657:	ac_hi=`expr '(' $ac_mid ')' - 1`
most-5.0.0a/configure-7658-			if test $ac_mid -le $ac_hi; then
##############################################
most-5.0.0a/configure-7661-			fi
most-5.0.0a/configure:7662:			ac_mid=`expr 2 '*' $ac_mid`
most-5.0.0a/configure-7663-fi
##############################################
most-5.0.0a/configure-7679-while test "x$ac_lo" != "x$ac_hi"; do
most-5.0.0a/configure:7680:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
most-5.0.0a/configure-7681-  cat >conftest.$ac_ext <<_ACEOF
##############################################
most-5.0.0a/configure-7720-
most-5.0.0a/configure:7721:	ac_lo=`expr '(' $ac_mid ')' + 1`
most-5.0.0a/configure-7722-fi
##############################################
most-5.0.0a/configure-7970-
most-5.0.0a/configure:7971:	ac_lo=`expr $ac_mid + 1`
most-5.0.0a/configure-7972-			if test $ac_lo -le $ac_mid; then
##############################################
most-5.0.0a/configure-7975-			fi
most-5.0.0a/configure:7976:			ac_mid=`expr 2 '*' $ac_mid + 1`
most-5.0.0a/configure-7977-fi
##############################################
most-5.0.0a/configure-8061-
most-5.0.0a/configure:8062:	ac_hi=`expr '(' $ac_mid ')' - 1`
most-5.0.0a/configure-8063-			if test $ac_mid -le $ac_hi; then
##############################################
most-5.0.0a/configure-8066-			fi
most-5.0.0a/configure:8067:			ac_mid=`expr 2 '*' $ac_mid`
most-5.0.0a/configure-8068-fi
##############################################
most-5.0.0a/configure-8084-while test "x$ac_lo" != "x$ac_hi"; do
most-5.0.0a/configure:8085:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
most-5.0.0a/configure-8086-  cat >conftest.$ac_ext <<_ACEOF
##############################################
most-5.0.0a/configure-8125-
most-5.0.0a/configure:8126:	ac_lo=`expr '(' $ac_mid ')' + 1`
most-5.0.0a/configure-8127-fi
##############################################
most-5.0.0a/configure-8439-
most-5.0.0a/configure:8440:	ac_lo=`expr $ac_mid + 1`
most-5.0.0a/configure-8441-			if test $ac_lo -le $ac_mid; then
##############################################
most-5.0.0a/configure-8444-			fi
most-5.0.0a/configure:8445:			ac_mid=`expr 2 '*' $ac_mid + 1`
most-5.0.0a/configure-8446-fi
##############################################
most-5.0.0a/configure-8530-
most-5.0.0a/configure:8531:	ac_hi=`expr '(' $ac_mid ')' - 1`
most-5.0.0a/configure-8532-			if test $ac_mid -le $ac_hi; then
##############################################
most-5.0.0a/configure-8535-			fi
most-5.0.0a/configure:8536:			ac_mid=`expr 2 '*' $ac_mid`
most-5.0.0a/configure-8537-fi
##############################################
most-5.0.0a/configure-8553-while test "x$ac_lo" != "x$ac_hi"; do
most-5.0.0a/configure:8554:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
most-5.0.0a/configure-8555-  cat >conftest.$ac_ext <<_ACEOF
##############################################
most-5.0.0a/configure-8594-
most-5.0.0a/configure:8595:	ac_lo=`expr '(' $ac_mid ')' + 1`
most-5.0.0a/configure-8596-fi
##############################################
most-5.0.0a/configure-9383-
most-5.0.0a/configure:9384:	ac_lo=`expr $ac_mid + 1`
most-5.0.0a/configure-9385-			if test $ac_lo -le $ac_mid; then
##############################################
most-5.0.0a/configure-9388-			fi
most-5.0.0a/configure:9389:			ac_mid=`expr 2 '*' $ac_mid + 1`
most-5.0.0a/configure-9390-fi
##############################################
most-5.0.0a/configure-9474-
most-5.0.0a/configure:9475:	ac_hi=`expr '(' $ac_mid ')' - 1`
most-5.0.0a/configure-9476-			if test $ac_mid -le $ac_hi; then
##############################################
most-5.0.0a/configure-9479-			fi
most-5.0.0a/configure:9480:			ac_mid=`expr 2 '*' $ac_mid`
most-5.0.0a/configure-9481-fi
##############################################
most-5.0.0a/configure-9497-while test "x$ac_lo" != "x$ac_hi"; do
most-5.0.0a/configure:9498:  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
most-5.0.0a/configure-9499-  cat >conftest.$ac_ext <<_ACEOF
##############################################
most-5.0.0a/configure-9538-
most-5.0.0a/configure:9539:	ac_lo=`expr '(' $ac_mid ')' + 1`
most-5.0.0a/configure-9540-fi
##############################################
most-5.0.0a/configure-9666-do
most-5.0.0a/configure:9667:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
most-5.0.0a/configure-9668-{ echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
most-5.0.0a/configure-9746-fi
most-5.0.0a/configure:9747:ac_res=`eval echo '${'$as_ac_var'}'`
most-5.0.0a/configure-9748-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
most-5.0.0a/configure-9749-echo "${ECHO_T}$ac_res" >&6; }
most-5.0.0a/configure:9750:if test `eval echo '${'$as_ac_var'}'` = yes; then
most-5.0.0a/configure-9751-  cat >>confdefs.h <<_ACEOF
most-5.0.0a/configure:9752:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
most-5.0.0a/configure-9753-_ACEOF
##############################################
most-5.0.0a/configure-10106-    # Now trim excess whitespace
most-5.0.0a/configure:10107:    CFLAGS=`echo $CFLAGS`
most-5.0.0a/configure-10108-  fi
##############################################
most-5.0.0a/configure-10123-   comment_re="^#"
most-5.0.0a/configure:10124:   Program_Modules=`grep -v '$comment_re' src/modules.lis | awk '{print $1}'`
most-5.0.0a/configure:10125:   Program_H_Modules=`grep -v '$comment_re' src/modules.lis | awk '{print $2}'`
most-5.0.0a/configure-10126-   for program_module in $Program_H_Modules; do
##############################################
most-5.0.0a/configure-10242-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
most-5.0.0a/configure:10243:  ac_i=`echo "$ac_i" | sed "$ac_script"`
most-5.0.0a/configure-10244-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
most-5.0.0a/configure-10372-do
most-5.0.0a/configure:10373:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
most-5.0.0a/configure-10374-    eval $as_var=C; export $as_var
##############################################
most-5.0.0a/configure-10422-  test "x$as_lineno_1" != "x$as_lineno_2" &&
most-5.0.0a/configure:10423:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
most-5.0.0a/configure-10424-
##############################################
most-5.0.0a/configure-10533-	esac;
most-5.0.0a/configure:10534:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
most-5.0.0a/configure-10535-	???[sx]*):;;*)false;;esac;fi
##############################################
most-5.0.0a/configure-10604-configured by $0, generated by GNU Autoconf 2.61,
most-5.0.0a/configure:10605:  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
most-5.0.0a/configure-10606-
##############################################
most-5.0.0a/configure-10623-  --*=*)
most-5.0.0a/configure:10624:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
most-5.0.0a/configure:10625:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
most-5.0.0a/configure-10626-    ac_shift=:
##############################################
most-5.0.0a/configure-10873-
most-5.0.0a/configure:10874:  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
most-5.0.0a/configure-10875-    break
##############################################
most-5.0.0a/configure-10884-
most-5.0.0a/configure:10885:ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
most-5.0.0a/configure-10886-if test -n "$ac_eof"; then
most-5.0.0a/configure:10887:  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
most-5.0.0a/configure:10888:  ac_eof=`expr $ac_eof + 1`
most-5.0.0a/configure-10889-fi
##############################################
most-5.0.0a/configure-10915-
most-5.0.0a/configure:10916:  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 1; then
most-5.0.0a/configure-10917-    break
##############################################
most-5.0.0a/configure-10926-
most-5.0.0a/configure:10927:ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
most-5.0.0a/configure-10928-if test -n "$ac_eof"; then
most-5.0.0a/configure:10929:  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
most-5.0.0a/configure:10930:  ac_eof=`expr $ac_eof + 1`
most-5.0.0a/configure-10931-fi
##############################################
most-5.0.0a/configure-11064-      case $as_dir in #(
most-5.0.0a/configure:11065:      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
most-5.0.0a/configure-11066-      *) as_qdir=$as_dir;;
##############################################
most-5.0.0a/configure-11102-*)
most-5.0.0a/configure:11103:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
most-5.0.0a/configure-11104-  # A ".." for each directory in $ac_dir_suffix.
most-5.0.0a/configure:11105:  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
most-5.0.0a/configure-11106-  case $ac_top_builddir_sub in
##############################################
most-5.0.0a/configure-11175-
most-5.0.0a/configure:11176:# Neutralize VPATH when `$srcdir' = `.'.
most-5.0.0a/configure-11177-# Shell code in configure.ac might set extrasub.
##############################################
most-5.0.0a/configure-11199-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
most-5.0.0a/configure:11200:  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
most-5.0.0a/configure:11201:  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
most-5.0.0a/configure-11202-  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'