===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
trn4-4.0-test77/Makefile.SH-225-	export PATH || false # stop the make unless we are compatible
trn4-4.0-test77/Makefile.SH:226:	- ./makedir `./filexp $(rnbin)`
trn4-4.0-test77/Makefile.SH:227:	./myinstall -sox `./filexp $(rnbin)` $(public_backup)
trn4-4.0-test77/Makefile.SH:228:	./myinstall -dox `./filexp $(rnbin)` $(public_diff)
trn4-4.0-test77/Makefile.SH-229-	- if test $(installfilexp) = Rnfilexp; then\
trn4-4.0-test77/Makefile.SH:230: ./myinstall -xf Rnfilexp `./filexp $(rnbin)` ./filexp; fi
trn4-4.0-test77/Makefile.SH:231:	- ./makedir `./filexp $(rnlib)`
trn4-4.0-test77/Makefile.SH:232:	- chmod o+r `./filexp $(rnlib)`
trn4-4.0-test77/Makefile.SH:233:#INEWS	./myinstall -sox `./filexp $(inewsbin)` inews$(exe)
trn4-4.0-test77/Makefile.SH:234:	./myinstall -x   `./filexp $(rnlib)`    $(private_blast)
trn4-4.0-test77/Makefile.SH:235:	- if test "X$(mansrc)" != X -a "X`pwd`" != X`./filexp $(mansrc)`; then\
trn4-4.0-test77/Makefile.SH:236:  ./makedir `./filexp $(mansrc)`;\
trn4-4.0-test77/Makefile.SH-237-  for page in $(manpages); do\
trn4-4.0-test77/Makefile.SH:238:   page=`basename $$page`;\
trn4-4.0-test77/Makefile.SH:239:   dest=$(mansrc)/`basename $$page .1`.$(manext);\
trn4-4.0-test77/Makefile.SH-240-   rm -f $$dest; cp $(srcdir)/$$page $$dest; chmod 444 $$dest;\
##############################################
trn4-4.0-test77/Makefile.SH-242- fi
trn4-4.0-test77/Makefile.SH:243:	./myinstall -dor `./filexp $(rnlib)` $(private_diff)
trn4-4.0-test77/Makefile.SH:244:	./myinstall -dnr `./filexp $(rnlib)` $(srcdir)/INIT $(private_preserve)
trn4-4.0-test77/Makefile.SH:245:	./myinstall -oR `./filexp $(rnlib)` `pwd`/HelpFiles
trn4-4.0-test77/Makefile.SH-246-	@echo ' '
##############################################
trn4-4.0-test77/Makefile.SH-252-installclean:
trn4-4.0-test77/Makefile.SH:253:	- (cd `./filexp $(rnbin)` ; for file in $(public) $(private_diff) ; do\
trn4-4.0-test77/Makefile.SH-254-  rm -f $${file}.old;\
trn4-4.0-test77/Makefile.SH-255- done)
trn4-4.0-test77/Makefile.SH:256:	- (cd `./filexp $(rnlib)` ; for file in HelpFiles ; do\
trn4-4.0-test77/Makefile.SH-257-  rm -rf $${file}.old;\
trn4-4.0-test77/Makefile.SH-258- done)
trn4-4.0-test77/Makefile.SH:259:	- (cd `./filexp $(rnlib)` ; for file in INIT $(private_preserve) ; do\
trn4-4.0-test77/Makefile.SH-260-  rm -f $${file}.new;\
trn4-4.0-test77/Makefile.SH-261- done)
trn4-4.0-test77/Makefile.SH:262:#INEWS	- (cd `./filexp $(inewsbin)` ; rm -f inews$(exe).old)
trn4-4.0-test77/Makefile.SH-263-
##############################################
trn4-4.0-test77/Makefile.SH-308-	export PATH || false # stop the make unless we are compatible
trn4-4.0-test77/Makefile.SH:309:	@(ver=trn-`awk '{print $$4}' $(srcdir)/patchlevel.h` ; \
trn4-4.0-test77/Makefile.SH-310-	 cd $(srcdir)/.. ; \
##############################################
trn4-4.0-test77/Pnews.SH-3-esac
trn4-4.0-test77/Pnews.SH:4:trnversion=`sed -e 's/.*"\(.*\)\"/\1/' $src/patchlevel.h 2>/dev/null`
trn4-4.0-test77/Pnews.SH-5-echo "Extracting Pnews (with variable substitutions)"
##############################################
trn4-4.0-test77/Pnews.SH-28-    # where recordings and distributions are kept
trn4-4.0-test77/Pnews.SH:29:    lib=\`$filexp $newslib\`
trn4-4.0-test77/Pnews.SH-30-    # where important rn things are kept
trn4-4.0-test77/Pnews.SH:31:    rnlib=\`$filexp $privlib\`
trn4-4.0-test77/Pnews.SH-32-    artcheck=trn-artchk
trn4-4.0-test77/Pnews.SH-33-    nntplist=nntplist
trn4-4.0-test77/Pnews.SH:34:    inews=\`$filexp ${useinews-inews}\`
trn4-4.0-test77/Pnews.SH-35-    ;;
##############################################
trn4-4.0-test77/Pnews.SH-214-# extract the newsgroups list and distribution
trn4-4.0-test77/Pnews.SH:215:hdr_newsgroups=`$sed -n -e '/^Newsgroups:/{' -e 's///' -e 's/,/ /g' -e p -e q -e '}' $tmpart`
trn4-4.0-test77/Pnews.SH:216:hdr_distribution=`$sed -n -e '/^Distribution:/{' -e 's///' -e p -e q -e '}' $tmpart`
trn4-4.0-test77/Pnews.SH-217-
##############################################
trn4-4.0-test77/Pnews.SH-250-     for ng in $hdr_newsgroups ; do
trn4-4.0-test77/Pnews.SH:251:	_rec1=${lib}/`$sed -n "/^$ng/s/^.*	//p" ${lib}/recording`
trn4-4.0-test77/Pnews.SH:252:	_tmp=`$echo $ng |$sed "s/\..*//"`
trn4-4.0-test77/Pnews.SH:253:	_rec2=${lib}/`$cat -s ${lib}/recording|$grep ${_tmp}.all|$sed "s/^.*	//"`
trn4-4.0-test77/Pnews.SH-254-	if $test -f ${_rec1} ; then
##############################################
trn4-4.0-test77/Pnews.SH-506-	    if $test -n "$pgpprompt"; then
trn4-4.0-test77/Pnews.SH:507:		ans=`$echo $ans | $sed -e 's/^[pP] *//'`
trn4-4.0-test77/Pnews.SH-508-		state=pgpask
##############################################
trn4-4.0-test77/Pnews.SH-540-	[sS]*)
trn4-4.0-test77/Pnews.SH:541:	    ans=`echo $ans | $sed -e 's/^[^ ]* *//'`
trn4-4.0-test77/Pnews.SH-542-	    case "$ans" in
##############################################
trn4-4.0-test77/Pnews.SH-575-	if $test -n "$pgpprompt"; then
trn4-4.0-test77/Pnews.SH:576:	    ans=`$grep "$pgpsearch" $tmpart`
trn4-4.0-test77/Pnews.SH-577-	    if $test "X$ans" != X; then
##############################################
trn4-4.0-test77/Pnews.SH-588-	$echo ""
trn4-4.0-test77/Pnews.SH:589:	ans=`$grep "$pgpsearch" $tmpart`
trn4-4.0-test77/Pnews.SH-590-	if $test "X$ans" != X; then
##############################################
trn4-4.0-test77/Pnews.SH-606-	$echo ""
trn4-4.0-test77/Pnews.SH:607:	ans=`$grep "$pgpsearch" $tmpart`
trn4-4.0-test77/Pnews.SH-608-	if $test "X$ans" != X; then
##############################################
trn4-4.0-test77/Pnews.SH-624-    send)
trn4-4.0-test77/Pnews.SH:625:	set X `$sed < $tmpart -n -e '/^Newsgroups: /{' -e p -e q -e '}'`
trn4-4.0-test77/Pnews.SH-626-	shift
##############################################
trn4-4.0-test77/Pnews.SH-663-		*sendmail|*premail) set X -t ;;
trn4-4.0-test77/Pnews.SH:664:		*)	   set X `echo $cc | $sed 's/,/ /g'` ;;
trn4-4.0-test77/Pnews.SH-665-		esac
##############################################
trn4-4.0-test77/Pnews.SH-703-	*)
trn4-4.0-test77/Pnews.SH:704:	    set X ${USER-${LOGNAME-`$who am i`}} unknown
trn4-4.0-test77/Pnews.SH-705-	    shift
##############################################
trn4-4.0-test77/Pnews.SH-750-*\ *)
trn4-4.0-test77/Pnews.SH:751:    ng=`$echo "$ng" | $sed 's/[, ] */,/g'`
trn4-4.0-test77/Pnews.SH-752-    ;;
##############################################
trn4-4.0-test77/Pnews.SH-875-
trn4-4.0-test77/Pnews.SH:876:set X ${USER-${LOGNAME-`$who am i`}}
trn4-4.0-test77/Pnews.SH-877-shift
##############################################
trn4-4.0-test77/Pnews.SH-879-case $logname in
trn4-4.0-test77/Pnews.SH:880:*!*) logname=`expr "$logname" : '!\(.*\)$'` ;;
trn4-4.0-test77/Pnews.SH-881-esac
##############################################
trn4-4.0-test77/Pnews.SH-884-	if $test "X$ypmatch" != X; then
trn4-4.0-test77/Pnews.SH:885:		fullname=`$ypmatch $logname passwd 2>/dev/null | $sed -e "s/^[^:]*:[^:]*:[^:]*:[^:]*:\([^,:;]*\).*"'$'"/\1/"`
trn4-4.0-test77/Pnews.SH-886-	elif $test "X$nidump" != X; then
trn4-4.0-test77/Pnews.SH:887:		fullname=`$nidump passwd / | $sed -e "/^$logname:/{s/^[^:]*:[^:]*:[^:]*:[^:]*:\([^,:;]*\).*"'$'"/\1/" -e "q" -e "}" -e "d"`
trn4-4.0-test77/Pnews.SH-888-	fi
trn4-4.0-test77/Pnews.SH-889-	if $test "X$fullname" = X; then
trn4-4.0-test77/Pnews.SH:890:		fullname=`$sed </etc/passwd -e "/^$logname:/{s/^[^:]*:[^:]*:[^:]*:[^:]*:\([^,:;]*\).*"'$'"/\1/" -e "q" -e "}" -e "d"`
trn4-4.0-test77/Pnews.SH-891-	fi
##############################################
trn4-4.0-test77/Pnews.SH-893-    *'&'*) : GACK
trn4-4.0-test77/Pnews.SH:894:	lname=`$echo $logname | $tr 'a-z' 'A-Z'`
trn4-4.0-test77/Pnews.SH:895:	lname=`$echo $lname $logname | $sed 's/^\(.\)[^ ]* ./\1/'`
trn4-4.0-test77/Pnews.SH:896:	fullname=`$echo "$fullname" | $sed "s/&/${lname}/"`
trn4-4.0-test77/Pnews.SH-897-	;;
##############################################
trn4-4.0-test77/Pnews.SH-901-    if $test "X$ypmatch" != X; then
trn4-4.0-test77/Pnews.SH:902:	fullname=`$ypmatch $logname passwd 2>/dev/null | $sed -e "s/^[^:]*:[^:]*:[^:]*:[^:]*:\([^(:]*\).*"'$'"/\1/" -e "s/^.*-//" -e "q"`
trn4-4.0-test77/Pnews.SH-903-    fi
trn4-4.0-test77/Pnews.SH-904-    if $test "X$fullname" = X; then
trn4-4.0-test77/Pnews.SH:905:	fullname=`$sed </etc/passwd -e "/^$logname:/{s/^[^:]*:[^:]*:[^:]*:[^:]*:\([^(:]*\).*"'$'"/\1/" -e "s/^.*-//" -e "q" -e "}" -e "d"`
trn4-4.0-test77/Pnews.SH-906-    fi
##############################################
trn4-4.0-test77/Pnews.SH-908-*)
trn4-4.0-test77/Pnews.SH:909:    fullname=${NAME-`$cat $dotdir/.fullname`}
trn4-4.0-test77/Pnews.SH-910-    ;;
##############################################
trn4-4.0-test77/Pnews.SH-913-case $orgname in
trn4-4.0-test77/Pnews.SH:914:/*) orgname=`$cat $orgname` ;;
trn4-4.0-test77/Pnews.SH-915-esac
##############################################
trn4-4.0-test77/Rnmail.SH-31-case $d_portable in
trn4-4.0-test77/Rnmail.SH:32:define)  rnlib=\`$filexp $privlib\` ;;
trn4-4.0-test77/Rnmail.SH-33-undef)   rnlib="$privlib" ;;
##############################################
trn4-4.0-test77/Rnmail.SH-119-    esac
trn4-4.0-test77/Rnmail.SH:120:    to=`$echo "$to" | $sed 's/  */ /g'`
trn4-4.0-test77/Rnmail.SH-121-
##############################################
trn4-4.0-test77/Rnmail.SH-139-    case $orgname in
trn4-4.0-test77/Rnmail.SH:140:    /*) orgname=`$cat $orgname` ;;
trn4-4.0-test77/Rnmail.SH-141-    esac
##############################################
trn4-4.0-test77/Rnmail.SH-278-	    if $test -n "$pgpprompt"; then
trn4-4.0-test77/Rnmail.SH:279:		ans=`$echo $ans | $sed -e 's/^[pP] *//'`
trn4-4.0-test77/Rnmail.SH-280-		state=pgpask
##############################################
trn4-4.0-test77/Rnmail.SH-349-	if $test -n "$pgpprompt"; then
trn4-4.0-test77/Rnmail.SH:350:	    ans=`$egrep "$pgpsearch" $tmpart`
trn4-4.0-test77/Rnmail.SH-351-	    case "$ans" in
##############################################
trn4-4.0-test77/Rnmail.SH-368-	$echo ""
trn4-4.0-test77/Rnmail.SH:369:	ans=`$egrep "$pgpsearch" $tmpart`
trn4-4.0-test77/Rnmail.SH-370-	if $test "X$ans" != X; then
##############################################
trn4-4.0-test77/Rnmail.SH-386-	$echo ""
trn4-4.0-test77/Rnmail.SH:387:	ans=`$egrep "$pgpsearch" $tmpart`
trn4-4.0-test77/Rnmail.SH-388-	if $test "X$ans" != X; then
##############################################
trn4-4.0-test77/Rnmail.SH-391-	    $sed -ne '1,/^[	 ]*$/ p' $tmpart > $tmpart.head
trn4-4.0-test77/Rnmail.SH:392:	    cc="`$egrep -i '^((Bcc)|(Cc)|(To)):' $tmpart.head | $sed -e 's/^Bcc://' -e 's/^Cc://' -e 's/^To://' -e 's/,/ /g'`"
trn4-4.0-test77/Rnmail.SH-393-	    $echo "Processing message with pgp (to $cc):"
##############################################
trn4-4.0-test77/Rnmail.SH-405-	$echo ""
trn4-4.0-test77/Rnmail.SH:406:	ans=`$egrep "$pgpsearch" $tmpart`
trn4-4.0-test77/Rnmail.SH-407-	if $test "X$ans" != X; then
##############################################
trn4-4.0-test77/Rnmail.SH-453-	*)
trn4-4.0-test77/Rnmail.SH:454:	    set X `$sed <$tmpart -n -e '/^To:/{' -e 's/To: *//p' -e q -e '}'`
trn4-4.0-test77/Rnmail.SH-455-	    shift
trn4-4.0-test77/Rnmail.SH:456:	    set X "$@" `$sed <$tmpart -n -e '/^Cc:/{' -e 's/Cc: *//p' -e q -e '}'`
trn4-4.0-test77/Rnmail.SH-457-	    shift
trn4-4.0-test77/Rnmail.SH:458:	    set X "$@" `$sed <$tmpart -n -e '/^Bcc:/{' -e 's/Bcc: *//p' -e q -e '}'`
trn4-4.0-test77/Rnmail.SH-459-	    shift
##############################################
trn4-4.0-test77/Rnmail.SH-482-	*)
trn4-4.0-test77/Rnmail.SH:483:	    set X ${USER-${LOGNAME-`$who am i`}} unknown
trn4-4.0-test77/Rnmail.SH-484-	    shift
##############################################
trn4-4.0-test77/Speller.SH-44-
trn4-4.0-test77/Speller.SH:45:Cmdname=`$basename $0`
trn4-4.0-test77/Speller.SH-46-
##############################################
trn4-4.0-test77/filexp.SH-28-	else
trn4-4.0-test77/filexp.SH:29:		name=`$expr x$1 : '..\([^/]*\)'`
trn4-4.0-test77/filexp.SH:30:		dir=`$sed -n -e "/^${name}:/{s/^[^:]*:[^:]*:[^:]*:[^:]*:[^:]*:\([^:]*\).*"'$'"/\1/" -e p -e q -e '}' </etc/passwd`
trn4-4.0-test77/filexp.SH-31-		if $test ! -d "$dir"; then
trn4-4.0-test77/filexp.SH:32:			me=`$basename $0`
trn4-4.0-test77/filexp.SH-33-			echo "$me: can't locate home directory for: $name" >&2
##############################################
trn4-4.0-test77/filexp.SH-37-		*/*)
trn4-4.0-test77/filexp.SH:38:			echo $dir/`$expr x$1 : '..[^/]*/\(.*\)'`
trn4-4.0-test77/filexp.SH-39-			;;
##############################################
trn4-4.0-test77/makedepend.SH-43-    case "$file" in
trn4-4.0-test77/makedepend.SH:44:    *.c) filebase=`$basename $file .c`;;
trn4-4.0-test77/makedepend.SH:45:    *.y) filebase=`$basename $file .y`;;
trn4-4.0-test77/makedepend.SH-46-    esac
##############################################
trn4-4.0-test77/makedepend.SH-67-    newsnews.SH)
trn4-4.0-test77/makedepend.SH:68:	$echo `$basename $file .SH | $sed -e 's/_/./'`: $file \; /bin/sh "\$(srcdir)/$file" >>$deptmp
trn4-4.0-test77/makedepend.SH-69-	;;
##############################################
trn4-4.0-test77/makedepend.SH-73-    *)
trn4-4.0-test77/makedepend.SH:74:	$echo `$basename $file .SH | $sed -e 's/_/./'`: $file config.sh \; /bin/sh "\$(srcdir)/$file" >>$deptmp
trn4-4.0-test77/makedepend.SH-75-	;;
##############################################
trn4-4.0-test77/makedir.SH-27-case X\$2 in
trn4-4.0-test77/makedir.SH:28:  X1) set \`$echo \$1 | $sed 's:\(.*\)/[^/]*\$:\1:'\` ;;
trn4-4.0-test77/makedir.SH-29-  *)  set \$1 ;;
##############################################
trn4-4.0-test77/makedir.SH-41-	list="\$1 \$list"
trn4-4.0-test77/makedir.SH:42:	set \`echo \$1 | $sed 's:\(.*\)/:\1 :'\`
trn4-4.0-test77/makedir.SH-43-	;;
##############################################
trn4-4.0-test77/myinstall.SH-32-    *f*) ;;
trn4-4.0-test77/myinstall.SH:33:    *)   tofile=`echo $file | sed -e 's!.*/\(.*\)!\1!' 2>/dev/null`
trn4-4.0-test77/myinstall.SH-34-    esac
##############################################
trn4-4.0-test77/myinstall.SH-60-    *R*)
trn4-4.0-test77/myinstall.SH:61:	fromname=`basename $file`
trn4-4.0-test77/myinstall.SH:62:	fromdir=`expr $file : '\(.*\)/[^/]*'`
trn4-4.0-test77/myinstall.SH-63-	if test "X$fromname" = X -o "X$fromdir" = X; then
##############################################
trn4-4.0-test77/newsnews.SH-4-esac
trn4-4.0-test77/newsnews.SH:5:trnversion=`sed -e 's/.*" \(.*\)\"/\1/' $src/patchlevel.h 2>/dev/null`
trn4-4.0-test77/newsnews.SH-6-echo "Extracting newsnews (with version substitution)"
##############################################
trn4-4.0-test77/nntpinit.c-219-#ifdef INADDR_NONE
trn4-4.0-test77/nntpinit.c:220:     || (defaddr.s_addr = inet_addr(machine)) == INADDR_NONE)
trn4-4.0-test77/nntpinit.c-221-#else
trn4-4.0-test77/nntpinit.c:222:     || (long)(defaddr.s_addr = inet_addr(machine)) == -1)
trn4-4.0-test77/nntpinit.c-223-#endif
##############################################
trn4-4.0-test77/nntpinit.c-393-unsigned long
trn4-4.0-test77/nntpinit.c:394:inet_addr(cp)
trn4-4.0-test77/nntpinit.c-395-register char* cp;
##############################################
trn4-4.0-test77/tktree.c-91-	    ttk_fastart->ap = ap;
trn4-4.0-test77/tktree.c:92:	    ttcl_eval("eval $tree_nodechanged ttk__art0");
trn4-4.0-test77/tktree.c-93-	    /* consider doing something with result */
##############################################
trn4-4.0-test77/support/tk/obtcl.tcl-149-if [string match "*:*" $class] {puts stderr "class: Fatal Error:"
trn4-4.0-test77/support/tk/obtcl.tcl:150:puts stderr "       class name `$class' contains reserved character `:'"
trn4-4.0-test77/support/tk/obtcl.tcl-151-return}
##############################################
trn4-4.0-test77/hints/altos486.sh-1-: have heard of problems with -lc_s on Altos 486
trn4-4.0-test77/hints/altos486.sh:2:set `echo " $libswanted " | sed "s/ c_s / /"`
trn4-4.0-test77/hints/altos486.sh-3-libswanted="$*"
##############################################
trn4-4.0-test77/hints/dynix.sh:1:libswanted=`echo $libswanted | sed -e 's/socket /socket seq inet /'`
##############################################
trn4-4.0-test77/hints/hp9000_800.sh:1:libswanted=`echo $libswanted | sed -e 's/malloc //' -e 's/BSD //`
##############################################
trn4-4.0-test77/hints/hpux.sh-1-case `(uname -r) 2>/dev/null` in
trn4-4.0-test77/hints/hpux.sh:2:*2.1*) libswanted=`echo $libswanted | sed 's/malloc //'` ;;
trn4-4.0-test77/hints/hpux.sh-3-esac
##############################################
trn4-4.0-test77/hints/isc_3_2_2.sh:1:set `echo $libswanted | sed -e 's/ x//' -e 's/malloc //'`
trn4-4.0-test77/hints/isc_3_2_2.sh-2-libswanted="inet malloc $*"
##############################################
trn4-4.0-test77/hints/isc_3_2_3.sh:1:set `echo $libswanted | sed -e 's/ socket / inet /'`
trn4-4.0-test77/hints/isc_3_2_3.sh-2-libswanted="$*"
##############################################
trn4-4.0-test77/hints/sco_3.sh:1:#libswanted=`echo $libswanted | sed 's/ x//'`
trn4-4.0-test77/hints/sco_3.sh-2-mailer='/usr/lib/mail/execmail'
##############################################
trn4-4.0-test77/hints/sco_xenix.sh-1-i_dirent=undef
trn4-4.0-test77/hints/sco_xenix.sh:2:libswanted=`echo $libswanted | sed 's/ x//'`
##############################################
trn4-4.0-test77/debian/patches/libtinfo.patch-24-+x)
trn4-4.0-test77/debian/patches/libtinfo.patch:25:+	xxx=`./loc libtinfo$_a x $libpth`
trn4-4.0-test77/debian/patches/libtinfo.patch-26-+	case "$xxx" in
##############################################
trn4-4.0-test77/debian/patches/libtinfo.patch-43- x)
trn4-4.0-test77/debian/patches/libtinfo.patch:44: 	xxx=`./loc libtermlib$_a x $libpth`
trn4-4.0-test77/debian/patches/libtinfo.patch-45- 	case "$xxx" in
##############################################
trn4-4.0-test77/debian/patches/libtinfo.patch-50-+x)
trn4-4.0-test77/debian/patches/libtinfo.patch:51:+	xxx=`./loc libtinfo.$so'*' x $libpth`
trn4-4.0-test77/debian/patches/libtinfo.patch-52-+	case "$xxx" in
##############################################
trn4-4.0-test77/debian/patches/libtinfo.patch-69- x)
trn4-4.0-test77/debian/patches/libtinfo.patch:70: 	xxx=`./loc libtermlib.$so'*' x $libpth`
trn4-4.0-test77/debian/patches/libtinfo.patch-71- 	case "$xxx" in
##############################################
trn4-4.0-test77/.pc/posix-conformance.patch/environment.SH-5-if test "X$src" != "X." ; then
trn4-4.0-test77/.pc/posix-conformance.patch/environment.SH:6:    for ff in `$grep '^HelpFiles/' $src/MANIFEST | sed -e 's/[	 ].*//'`; do
trn4-4.0-test77/.pc/posix-conformance.patch/environment.SH-7-	./makedir $ff 1
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-53-*/*)
trn4-4.0-test77/.pc/libtinfo.patch/Configure:54:	me=`echo $0 | sed -e 's!.*/\(.*\)!\1!' 2>/dev/null`
trn4-4.0-test77/.pc/libtinfo.patch/Configure-55-	test "$me" || me=$0
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-544-		: Build up a list and do a single loop so we can 'break' out.
trn4-4.0-test77/.pc/libtinfo.patch/Configure:545:		pth=`echo $PATH | sed -e "s/$p_/ /g"`
trn4-4.0-test77/.pc/libtinfo.patch/Configure-546-		for xxx in sh bash ksh pdksh ash; do
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-576-: see if sh knows # comments
trn4-4.0-test77/.pc/libtinfo.patch/Configure:577:if `$sh -c '#' >/dev/null 2>&1`; then
trn4-4.0-test77/.pc/libtinfo.patch/Configure-578-	shsharp=true
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-808-package=trn
trn4-4.0-test77/.pc/libtinfo.patch/Configure:809:first=`echo $package | sed -e 's/^\(.\).*/\1/'`
trn4-4.0-test77/.pc/libtinfo.patch/Configure:810:last=`echo $package | sed -e 's/^.\(.*\)/\1/'`
trn4-4.0-test77/.pc/libtinfo.patch/Configure-811-case "`echo AbyZ | tr '[:lower:]' '[:upper:]' 2>/dev/null`" in
trn4-4.0-test77/.pc/libtinfo.patch/Configure:812:ABYZ) spackage=`echo $first | tr '[:lower:]' '[:upper:]'`$last;;
trn4-4.0-test77/.pc/libtinfo.patch/Configure:813:*) spackage=`echo $first | tr '[a-z]' '[A-Z]'`$last;;
trn4-4.0-test77/.pc/libtinfo.patch/Configure-814-esac
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-839-'') case "$0" in
trn4-4.0-test77/.pc/libtinfo.patch/Configure:840:    */*) src=`echo $0 | sed -e 's%/[^/][^/]*$%%'`;;
trn4-4.0-test77/.pc/libtinfo.patch/Configure-841-    *)   src='.';;
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-886-echo "Doing variable substitutions on .SH files..."
trn4-4.0-test77/.pc/libtinfo.patch/Configure:887:set makedir.SH `awk '$1 ~ /.SH$/ {print $1}' $src/MANIFEST | egrep -v 'newsnews|makedir'`
trn4-4.0-test77/.pc/libtinfo.patch/Configure-888-for file in $*; do
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-949-	for filelist in x??; do
trn4-4.0-test77/.pc/libtinfo.patch/Configure:950:		(cd $rsrc; ls `cat $tmppwd/$filelist` >/dev/null 2>>$tmppwd/missing)
trn4-4.0-test77/.pc/libtinfo.patch/Configure-951-	done
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-1018-	*)
trn4-4.0-test77/.pc/libtinfo.patch/Configure:1019:		if test \`echo \"\$rp [\$xxxm]  \" | wc -c\` -ge $COLUMNS; then
trn4-4.0-test77/.pc/libtinfo.patch/Configure-1020-			echo \"\$rp\" >&4
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-1061-	!*)
trn4-4.0-test77/.pc/libtinfo.patch/Configure:1062:		set x \`expr "X\$ans" : "X!\(.*\)\$"\`
trn4-4.0-test77/.pc/libtinfo.patch/Configure-1063-		shift
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-1070-		\\&*)
trn4-4.0-test77/.pc/libtinfo.patch/Configure:1071:			set x \`expr "X\$ans" : "X&\(.*\)\$"\`
trn4-4.0-test77/.pc/libtinfo.patch/Configure-1072-			shift
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-1090-			xxxm="\$ans"
trn4-4.0-test77/.pc/libtinfo.patch/Configure:1091:			ans=\`echo $n "\$ans$c" | tr '$trnl' ' '\`
trn4-4.0-test77/.pc/libtinfo.patch/Configure-1092-			xxxm="\$ans"
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-1304-"
trn4-4.0-test77/.pc/libtinfo.patch/Configure:1305:pth=`echo $PATH | sed -e "s/$p_/ /g"`
trn4-4.0-test77/.pc/libtinfo.patch/Configure-1306-pth="$pth /lib /usr/lib"
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-1314-			echo "WARNING: no $xxx -- ignoring your setting for $file." >&4
trn4-4.0-test77/.pc/libtinfo.patch/Configure:1315:			xxx=`./loc $file $file $pth`
trn4-4.0-test77/.pc/libtinfo.patch/Configure-1316-		fi
trn4-4.0-test77/.pc/libtinfo.patch/Configure-1317-		;;
trn4-4.0-test77/.pc/libtinfo.patch/Configure:1318:	'') xxx=`./loc $file $file $pth`;;
trn4-4.0-test77/.pc/libtinfo.patch/Configure:1319:	*) xxx=`./loc $xxx $xxx $pth`;;
trn4-4.0-test77/.pc/libtinfo.patch/Configure-1320-	esac
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-1347-			echo "WARNING: no $xxx -- ignoring your setting for $file." >&4
trn4-4.0-test77/.pc/libtinfo.patch/Configure:1348:			xxx=`./loc $file $file $pth`
trn4-4.0-test77/.pc/libtinfo.patch/Configure-1349-		fi
trn4-4.0-test77/.pc/libtinfo.patch/Configure-1350-		;;
trn4-4.0-test77/.pc/libtinfo.patch/Configure:1351:	'') xxx=`./loc $file $file $pth`;;
trn4-4.0-test77/.pc/libtinfo.patch/Configure:1352:	*) xxx=`./loc $xxx $xxx $pth`;;
trn4-4.0-test77/.pc/libtinfo.patch/Configure-1353-	esac
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-1437-echo " "
trn4-4.0-test77/.pc/libtinfo.patch/Configure:1438:case "`echo AbyZ | $tr '[:lower:]' '[:upper:]' 2>/dev/null`" in
trn4-4.0-test77/.pc/libtinfo.patch/Configure-1439-ABYZ)
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-1481-esac
trn4-4.0-test77/.pc/libtinfo.patch/Configure:1482:case "`echo IJ | tr \"$up\" \"$low\" 2>/dev/null`" in
trn4-4.0-test77/.pc/libtinfo.patch/Configure-1483-ij)
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-1506-'')
trn4-4.0-test77/.pc/libtinfo.patch/Configure:1507:myuname=`( ($uname -a) 2>/dev/null || hostname) 2>&1`
trn4-4.0-test77/.pc/libtinfo.patch/Configure-1508-# tr '[A-Z]' '[a-z]' would not work in EBCDIC
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-1571-	$test -f /lynx.os && osname=lynxos
trn4-4.0-test77/.pc/libtinfo.patch/Configure:1572:	$test -f /unicos && osname=unicos && osvers=`$uname -r`
trn4-4.0-test77/.pc/libtinfo.patch/Configure:1573:	$test -f /unicosmk.ar && osname=unicosmk && osvers=`$uname -r`
trn4-4.0-test77/.pc/libtinfo.patch/Configure-1574-	$test -f /bin/mips && /bin/mips && osname=mips
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-1654-		hp*) osname=hpux 
trn4-4.0-test77/.pc/libtinfo.patch/Configure:1655:			osvers=`echo "$3" | $sed 's,.*\.\([0-9]*\.[0-9]*\),\1,'`
trn4-4.0-test77/.pc/libtinfo.patch/Configure-1656-			;;
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-1681-		bsd386) osname=bsd386
trn4-4.0-test77/.pc/libtinfo.patch/Configure:1682:			osvers=`$uname -r`
trn4-4.0-test77/.pc/libtinfo.patch/Configure-1683-			;;
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-1690-			case "$3" in
trn4-4.0-test77/.pc/libtinfo.patch/Configure:1691:			5*) osvers=`echo $3 | $sed 's/^5/2/g'` ;;
trn4-4.0-test77/.pc/libtinfo.patch/Configure-1692-			*)	osvers="$3" ;;
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-1697-			5*) osname=solaris
trn4-4.0-test77/.pc/libtinfo.patch/Configure:1698:				osvers=`echo $3 | $sed 's/^5/2/g'` ;;
trn4-4.0-test77/.pc/libtinfo.patch/Configure-1699-			*)	osvers="$3" ;;
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-1716-					osname=dec_osf1
trn4-4.0-test77/.pc/libtinfo.patch/Configure:1717:					osvers=`echo "$3" | sed 's/^[xvt]//'`
trn4-4.0-test77/.pc/libtinfo.patch/Configure-1718-					;;
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-1743-					if test -f /stand/boot ; then
trn4-4.0-test77/.pc/libtinfo.patch/Configure:1744:						eval `grep '^INITPROG=[a-z/0-9]*$' /stand/boot`
trn4-4.0-test77/.pc/libtinfo.patch/Configure-1745-						if test -n "$INITPROG" -a -f "$INITPROG"; then
trn4-4.0-test77/.pc/libtinfo.patch/Configure:1746:			isesix=`strings -a $INITPROG|grep 'ESIX SYSTEM V/386 Release 4.0'`
trn4-4.0-test77/.pc/libtinfo.patch/Configure-1747-							if test -n "$isesix"; then
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-1756-					osname=sco
trn4-4.0-test77/.pc/libtinfo.patch/Configure:1757:					set `echo $3 | $sed 's/\./ /g'` $4
trn4-4.0-test77/.pc/libtinfo.patch/Configure-1758-					if $test -f $src/hints/sco_$1_$2_$3.sh; then
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-1801-	''|' ')
trn4-4.0-test77/.pc/libtinfo.patch/Configure:1802:		file=`echo "${osname}_${osvers}" | $sed -e 's@\.@_@g' -e 's@_$@@'`
trn4-4.0-test77/.pc/libtinfo.patch/Configure-1803-		: Also try without trailing minor version numbers.
trn4-4.0-test77/.pc/libtinfo.patch/Configure:1804:		xfile=`echo $file | $sed -e 's@_[^_]*$@@'`
trn4-4.0-test77/.pc/libtinfo.patch/Configure:1805:		xxfile=`echo $xfile | $sed -e 's@_[^_]*$@@'`
trn4-4.0-test77/.pc/libtinfo.patch/Configure:1806:		xxxfile=`echo $xxfile | $sed -e 's@_[^_]*$@@'`
trn4-4.0-test77/.pc/libtinfo.patch/Configure:1807:		xxxxfile=`echo $xxxfile | $sed -e 's@_[^_]*$@@'`
trn4-4.0-test77/.pc/libtinfo.patch/Configure-1808-		case "$file" in
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-1840-	*)
trn4-4.0-test77/.pc/libtinfo.patch/Configure:1841:		dflt=`echo $hintfile | $sed 's/\.sh$//'`
trn4-4.0-test77/.pc/libtinfo.patch/Configure-1842-		;;
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-1938-		''|' '|none) dflt=none ;;
trn4-4.0-test77/.pc/libtinfo.patch/Configure:1939:		*)  dflt=`echo $hintfile | $sed -e 's/\.sh$//' -e 's/_.*$//'` ;;
trn4-4.0-test77/.pc/libtinfo.patch/Configure-1940-		esac
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-1947-none)  osname='' ;;
trn4-4.0-test77/.pc/libtinfo.patch/Configure:1948:*) osname=`echo "$ans" | $sed -e 's/[ 	][	]*/_/g' | ./tr '[A-Z]' '[a-z]'`;;
trn4-4.0-test77/.pc/libtinfo.patch/Configure-1949-esac
trn4-4.0-test77/.pc/libtinfo.patch/Configure-1950-: who configured the system
trn4-4.0-test77/.pc/libtinfo.patch/Configure:1951:cf_time=`LC_ALL=C; export LC_ALL; $date 2>&1`
trn4-4.0-test77/.pc/libtinfo.patch/Configure-1952-cf_by=`(logname) 2>/dev/null`
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-2053-    case "$ans" in
trn4-4.0-test77/.pc/libtinfo.patch/Configure:2054:    ~*) ansexp=`./filexp $ans`;;
trn4-4.0-test77/.pc/libtinfo.patch/Configure-2055-    *)  ansexp="$ans";;
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-2135-	expr $fn : '.*(\(.*\)).*' | tr ',' $trnl >getfile.ok
trn4-4.0-test77/.pc/libtinfo.patch/Configure:2136:	fn=`echo $fn | sed 's/(.*)//'`
trn4-4.0-test77/.pc/libtinfo.patch/Configure-2137-	;;
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-2141-*:*)
trn4-4.0-test77/.pc/libtinfo.patch/Configure:2142:	loc_file=`expr $fn : '.*:\(.*\)'`
trn4-4.0-test77/.pc/libtinfo.patch/Configure:2143:	fn=`expr $fn : '\(.*\):.*'`
trn4-4.0-test77/.pc/libtinfo.patch/Configure-2144-	;;
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-2214-		*)
trn4-4.0-test77/.pc/libtinfo.patch/Configure:2215:			value=`UU/filexp $ans`
trn4-4.0-test77/.pc/libtinfo.patch/Configure-2216-			case $? in
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-2382-	/*-$oldprefix/*|\~*-$oldprefix/*)
trn4-4.0-test77/.pc/libtinfo.patch/Configure:2383:		eval "$1=\`echo \$$2 | sed \"s,^$oldprefix,$prefix,\"\`";;
trn4-4.0-test77/.pc/libtinfo.patch/Configure-2384-	*) eval "$1=\"\$$2\"";;
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-2413-    fi
trn4-4.0-test77/.pc/libtinfo.patch/Configure:2414:    newslibexp=`./filexp $newslib`
trn4-4.0-test77/.pc/libtinfo.patch/Configure-2415-    ;;
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-2780-case "$installbin" in
trn4-4.0-test77/.pc/libtinfo.patch/Configure:2781:'') dflt=`echo $binexp | sed 's#^/afs/#/afs/.#'` ;;
trn4-4.0-test77/.pc/libtinfo.patch/Configure-2782-*)  dflt="$installbin" ;;
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-2902-elif test `echo abc | tr a-z A-Z` = Abc ; then
trn4-4.0-test77/.pc/libtinfo.patch/Configure:2903:	xxx=`./loc addbib blurfl $pth`
trn4-4.0-test77/.pc/libtinfo.patch/Configure-2904-	if $test -f $xxx; then
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-2985-	syspath="$syspath /usr/man/man.L /local/man/man1 /usr/local/man/man1"
trn4-4.0-test77/.pc/libtinfo.patch/Configure:2986:	sysman=`./loc . /usr/man/man1 $syspath`
trn4-4.0-test77/.pc/libtinfo.patch/Configure-2987-	;;
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-3079-case "$gccversion" in
trn4-4.0-test77/.pc/libtinfo.patch/Configure:3080:1*) cpp=`./loc gcc-cpp $cpp $pth` ;;
trn4-4.0-test77/.pc/libtinfo.patch/Configure-3081-esac
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-3163-			$echo 'Oh well, maybe I can mine it out of whoami.h...'
trn4-4.0-test77/.pc/libtinfo.patch/Configure:3164:			if ans=`sh -c $contains' sysname $usrinc/whoami.h' 2>&1` ; then
trn4-4.0-test77/.pc/libtinfo.patch/Configure:3165:				thishost=`$echo "$ans" | $sed 's/^.*"\(.*\)"/\1/'`
trn4-4.0-test77/.pc/libtinfo.patch/Configure-3166-				phostcmd="sed -n -e '"'/sysname/s/^.*\"\\(.*\\)\"/\1/{'"' -e p -e q -e '}' <$usrinc/whoami.h"
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-3185-case "$thishost" in
trn4-4.0-test77/.pc/libtinfo.patch/Configure:3186:*[A-Z]*) thishost=`$echo $thishost | ./tr '[A-Z]' '[a-z]'` ;;
trn4-4.0-test77/.pc/libtinfo.patch/Configure-3187-esac
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-3235-case "$ans" in
trn4-4.0-test77/.pc/libtinfo.patch/Configure:3236:~*) ansexp=`./filexp $ans`;;
trn4-4.0-test77/.pc/libtinfo.patch/Configure-3237-*)  ansexp="$ans";;
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-3298-"$prefix") ;;
trn4-4.0-test77/.pc/libtinfo.patch/Configure:3299:*) eval "$1=\`echo \$$1 | sed \"s,^$prefixexp,$prefix,\"\`";;
trn4-4.0-test77/.pc/libtinfo.patch/Configure-3300-esac'
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-3324-	lookpath="$lookpath /usr/man/man.L"
trn4-4.0-test77/.pc/libtinfo.patch/Configure:3325:	mansrc=`./loc . $prefixexp/man/man1 $lookpath`
trn4-4.0-test77/.pc/libtinfo.patch/Configure-3326-	if $test -d "$mansrc"; then
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-3351-case "$installmansrc" in
trn4-4.0-test77/.pc/libtinfo.patch/Configure:3352:'') dflt=`echo $mansrcexp | sed 's#^/afs/#/afs/.#'` ;;
trn4-4.0-test77/.pc/libtinfo.patch/Configure-3353-*)  dflt="$installmansrc" ;;
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-3390-case "$installprivlib" in
trn4-4.0-test77/.pc/libtinfo.patch/Configure:3391:'') dflt=`echo $privlibexp | sed 's#^/afs/#/afs/.#'` ;;
trn4-4.0-test77/.pc/libtinfo.patch/Configure-3392-*)  dflt="$installprivlib" ;;
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-3468-case "$mimecap" in
trn4-4.0-test77/.pc/libtinfo.patch/Configure:3469:'')	dflt=`./loc mimecap XXX $prefix/etc /local/etc /usr/etc /etc`
trn4-4.0-test77/.pc/libtinfo.patch/Configure-3470-	case "$dflt" in
trn4-4.0-test77/.pc/libtinfo.patch/Configure:3471:	XXX)	dflt=`./loc mailcap XXX $prefix/etc /local/etc /usr/etc /etc /etc/mail`
trn4-4.0-test77/.pc/libtinfo.patch/Configure-3472-		case "$dflt" in
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-3497-case "$orgname" in
trn4-4.0-test77/.pc/libtinfo.patch/Configure:3498:'') if xxx=`./loc news/src/defs.h x $longshots`; then
trn4-4.0-test77/.pc/libtinfo.patch/Configure:3499:		dflt=`$sed -n 's/^.*MYORG[ 	]*"\(.*\)".*$/\1/p' $xxx`
trn4-4.0-test77/.pc/libtinfo.patch/Configure-3500-	else
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-3742-'')
trn4-4.0-test77/.pc/libtinfo.patch/Configure:3743:	if xxx=`./loc libc.sl X $libpth`; $test -f "$xxx"; then
trn4-4.0-test77/.pc/libtinfo.patch/Configure-3744-		dflt='sl'
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-3810-	
trn4-4.0-test77/.pc/libtinfo.patch/Configure:3811:	if xxx=`./loc lib$thislib.$so.[0-9]'*' X $libpth`; $test -f "$xxx"; then
trn4-4.0-test77/.pc/libtinfo.patch/Configure-3812-		echo "Found -l$thislib (shared)."
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-3816-		esac
trn4-4.0-test77/.pc/libtinfo.patch/Configure:3817:	elif xxx=`./loc lib$thislib.$so X $libpth` ; $test -f "$xxx"; then
trn4-4.0-test77/.pc/libtinfo.patch/Configure-3818-		echo "Found -l$thislib (shared)."
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-3822-		esac
trn4-4.0-test77/.pc/libtinfo.patch/Configure:3823:	elif xxx=`./loc lib$thislib$_a X $libpth`; $test -f "$xxx"; then
trn4-4.0-test77/.pc/libtinfo.patch/Configure-3824-		echo "Found -l$thislib."
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-3828-		esac
trn4-4.0-test77/.pc/libtinfo.patch/Configure:3829:	elif xxx=`./loc $thislib$_a X $libpth`; $test -f "$xxx"; then
trn4-4.0-test77/.pc/libtinfo.patch/Configure-3830-		echo "Found -l$thislib."
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-3834-		esac
trn4-4.0-test77/.pc/libtinfo.patch/Configure:3835:	elif xxx=`./loc lib${thislib}_s$_a X $libpth`; $test -f "$xxx"; then
trn4-4.0-test77/.pc/libtinfo.patch/Configure-3836-		echo "Found -l${thislib}_s."
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-3840-		esac
trn4-4.0-test77/.pc/libtinfo.patch/Configure:3841:	elif xxx=`./loc Slib$thislib$_a X $xlibpth`; $test -f "$xxx"; then
trn4-4.0-test77/.pc/libtinfo.patch/Configure-3842-		echo "Found -l$thislib."
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-4349-	case "$dflt" in
trn4-4.0-test77/.pc/libtinfo.patch/Configure:4350:	'') dflt=`$egrep 'inlibc|csym' $rsrc/Configure | wc -l 2>/dev/null`
trn4-4.0-test77/.pc/libtinfo.patch/Configure-4351-		if $test $dflt -gt 20; then
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-4425-	case "$libs" in
trn4-4.0-test77/.pc/libtinfo.patch/Configure:4426:	*-lc_s*) libc=`./loc libc_s$_a $libc $libpth`
trn4-4.0-test77/.pc/libtinfo.patch/Configure-4427-	esac
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-4438-	-l*)
trn4-4.0-test77/.pc/libtinfo.patch/Configure:4439:		thislib=`echo $thislib | $sed -e 's/^-l//'`
trn4-4.0-test77/.pc/libtinfo.patch/Configure:4440:		if try=`./loc lib$thislib.$so.'*' X $libpth`; $test -f "$try"; then
trn4-4.0-test77/.pc/libtinfo.patch/Configure-4441-			:
trn4-4.0-test77/.pc/libtinfo.patch/Configure:4442:		elif try=`./loc lib$thislib.$so X $libpth`; $test -f "$try"; then
trn4-4.0-test77/.pc/libtinfo.patch/Configure-4443-			:
trn4-4.0-test77/.pc/libtinfo.patch/Configure:4444:		elif try=`./loc lib$thislib$_a X $libpth`; $test -f "$try"; then
trn4-4.0-test77/.pc/libtinfo.patch/Configure-4445-			:
trn4-4.0-test77/.pc/libtinfo.patch/Configure:4446:		elif try=`./loc $thislib$_a X $libpth`; $test -f "$try"; then
trn4-4.0-test77/.pc/libtinfo.patch/Configure-4447-			:
trn4-4.0-test77/.pc/libtinfo.patch/Configure:4448:		elif try=`./loc lib$thislib X $libpth`; $test -f "$try"; then
trn4-4.0-test77/.pc/libtinfo.patch/Configure-4449-			:
trn4-4.0-test77/.pc/libtinfo.patch/Configure:4450:		elif try=`./loc $thislib X $libpth`; $test -f "$try"; then
trn4-4.0-test77/.pc/libtinfo.patch/Configure-4451-			:
trn4-4.0-test77/.pc/libtinfo.patch/Configure:4452:		elif try=`./loc Slib$thislib$_a X $xlibpth`; $test -f "$try"; then
trn4-4.0-test77/.pc/libtinfo.patch/Configure-4453-			:
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-4508-else
trn4-4.0-test77/.pc/libtinfo.patch/Configure:4509:	if tans=`./loc libc$_a blurfl/dyick $libpth`; $test -r "$tans"; then
trn4-4.0-test77/.pc/libtinfo.patch/Configure-4510-		:
trn4-4.0-test77/.pc/libtinfo.patch/Configure:4511:	elif tans=`./loc libc blurfl/dyick $libpth`; $test -r "$tans"; then
trn4-4.0-test77/.pc/libtinfo.patch/Configure:4512:		libnames="$libnames "`./loc clib blurfl/dyick $libpth`
trn4-4.0-test77/.pc/libtinfo.patch/Configure:4513:	elif tans=`./loc clib blurfl/dyick $libpth`; $test -r "$tans"; then
trn4-4.0-test77/.pc/libtinfo.patch/Configure-4514-		:
trn4-4.0-test77/.pc/libtinfo.patch/Configure:4515:	elif tans=`./loc Slibc$_a blurfl/dyick $xlibpth`; $test -r "$tans"; then
trn4-4.0-test77/.pc/libtinfo.patch/Configure-4516-		:
trn4-4.0-test77/.pc/libtinfo.patch/Configure:4517:	elif tans=`./loc Mlibc$_a blurfl/dyick $xlibpth`; $test -r "$tans"; then
trn4-4.0-test77/.pc/libtinfo.patch/Configure-4518-		:
trn4-4.0-test77/.pc/libtinfo.patch/Configure-4519-	else
trn4-4.0-test77/.pc/libtinfo.patch/Configure:4520:		tans=`./loc Llibc$_a blurfl/dyick $xlibpth`
trn4-4.0-test77/.pc/libtinfo.patch/Configure-4521-	fi
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-4817-		shift
trn4-4.0-test77/.pc/libtinfo.patch/Configure:4818:		file=`loc $file $file $pth`
trn4-4.0-test77/.pc/libtinfo.patch/Configure:4819:		aphostcmd=`echo $file $*`
trn4-4.0-test77/.pc/libtinfo.patch/Configure-4820-		;;
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-4858-echo " "
trn4-4.0-test77/.pc/libtinfo.patch/Configure:4859:xxx=`./loc libcurses$_a x $libpth`
trn4-4.0-test77/.pc/libtinfo.patch/Configure-4860-case "$xxx" in
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-4866-		echo "Terminfo library found." >&4
trn4-4.0-test77/.pc/libtinfo.patch/Configure:4867:	elif $test "x`$uname 2>/dev/null`" = xAIX; then
trn4-4.0-test77/.pc/libtinfo.patch/Configure-4868-		# Ok, do the AIX shr.o fun thing
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-4884-x)
trn4-4.0-test77/.pc/libtinfo.patch/Configure:4885:	xxx=`./loc libtermlib$_a x $libpth`
trn4-4.0-test77/.pc/libtinfo.patch/Configure-4886-	case "$xxx" in
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-4903-x)
trn4-4.0-test77/.pc/libtinfo.patch/Configure:4904:	xxx=`./loc libtermcap$_a x $libpth`
trn4-4.0-test77/.pc/libtinfo.patch/Configure-4905-	case "$xxx" in
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-4922-x)
trn4-4.0-test77/.pc/libtinfo.patch/Configure:4923:	xxx=`./loc libcurses.$so'*' x $libpth`
trn4-4.0-test77/.pc/libtinfo.patch/Configure-4924-	case "$xxx" in
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-4941-x)
trn4-4.0-test77/.pc/libtinfo.patch/Configure:4942:	xxx=`./loc libtermlib.$so'*' x $libpth`
trn4-4.0-test77/.pc/libtinfo.patch/Configure-4943-	case "$xxx" in
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-4960-x)
trn4-4.0-test77/.pc/libtinfo.patch/Configure:4961:	xxx=`./loc libtermcap.$so'*' x $libpth`
trn4-4.0-test77/.pc/libtinfo.patch/Configure-4962-	case "$xxx" in
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-4992-		. ./myread
trn4-4.0-test77/.pc/libtinfo.patch/Configure:4993:		termlib=`./filexp $ans`
trn4-4.0-test77/.pc/libtinfo.patch/Configure-4994-		;;
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-5056-	while $test \$# -gt 0; do
trn4-4.0-test77/.pc/libtinfo.patch/Configure:5057:		if $test -r \`echo \$1 | $tr -d '"'\`; then
trn4-4.0-test77/.pc/libtinfo.patch/Configure-5058-			echo "\$pos"
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-5061-		shift
trn4-4.0-test77/.pc/libtinfo.patch/Configure:5062:		pos=\`expr \$pos + 1\`
trn4-4.0-test77/.pc/libtinfo.patch/Configure-5063-	done
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-5091-while read cline; do
trn4-4.0-test77/.pc/libtinfo.patch/Configure:5092:	name=\`echo \$cline | $awk "\$awkprg" | $tr -d '"'\`
trn4-4.0-test77/.pc/libtinfo.patch/Configure-5093-	case "\$name" in
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-5388-	*)	strftimec="$ans"
trn4-4.0-test77/.pc/libtinfo.patch/Configure:5389:		strftimeo="`basename $ans .c`$_o"
trn4-4.0-test77/.pc/libtinfo.patch/Configure-5390-		d_strftime="$define"
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-5650-. ./myread
trn4-4.0-test77/.pc/libtinfo.patch/Configure:5651:mailfile=`./filexp "$ans"`
trn4-4.0-test77/.pc/libtinfo.patch/Configure-5652-
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-5747-: determine root id
trn4-4.0-test77/.pc/libtinfo.patch/Configure:5748:rootid=`$sed -e "/^root:/{s/^[^:]*:[^:]*:\([^:]*\).*"'$'"/\1/" -e "q" -e "}" -e "d" </etc/passwd`
trn4-4.0-test77/.pc/libtinfo.patch/Configure-5749-case "$rootid" in
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-5893-EOF
trn4-4.0-test77/.pc/libtinfo.patch/Configure:5894:for i in \`$cc -v -c tmp.c 2>&1\`
trn4-4.0-test77/.pc/libtinfo.patch/Configure-5895-do
##############################################
trn4-4.0-test77/.pc/libtinfo.patch/Configure-6012-while $test "$cont"; do
trn4-4.0-test77/.pc/libtinfo.patch/Configure:6013:	xxx=`./findhdr $1`
trn4-4.0-test77/.pc/libtinfo.patch/Configure-6014-	var=$2; eval "was=\$$2";
##############################################
trn4-4.0-test77/environment.SH-5-if test "X$src" != "X." ; then
trn4-4.0-test77/environment.SH:6:    for ff in `$grep '^HelpFiles/' $src/MANIFEST | sed -e 's/[	 ].*//'`; do
trn4-4.0-test77/environment.SH-7-	./makedir $ff 1
##############################################
trn4-4.0-test77/Configure-53-*/*)
trn4-4.0-test77/Configure:54:	me=`echo $0 | sed -e 's!.*/\(.*\)!\1!' 2>/dev/null`
trn4-4.0-test77/Configure-55-	test "$me" || me=$0
##############################################
trn4-4.0-test77/Configure-544-		: Build up a list and do a single loop so we can 'break' out.
trn4-4.0-test77/Configure:545:		pth=`echo $PATH | sed -e "s/$p_/ /g"`
trn4-4.0-test77/Configure-546-		for xxx in sh bash ksh pdksh ash; do
##############################################
trn4-4.0-test77/Configure-576-: see if sh knows # comments
trn4-4.0-test77/Configure:577:if `$sh -c '#' >/dev/null 2>&1`; then
trn4-4.0-test77/Configure-578-	shsharp=true
##############################################
trn4-4.0-test77/Configure-808-package=trn
trn4-4.0-test77/Configure:809:first=`echo $package | sed -e 's/^\(.\).*/\1/'`
trn4-4.0-test77/Configure:810:last=`echo $package | sed -e 's/^.\(.*\)/\1/'`
trn4-4.0-test77/Configure-811-case "`echo AbyZ | tr '[:lower:]' '[:upper:]' 2>/dev/null`" in
trn4-4.0-test77/Configure:812:ABYZ) spackage=`echo $first | tr '[:lower:]' '[:upper:]'`$last;;
trn4-4.0-test77/Configure:813:*) spackage=`echo $first | tr '[a-z]' '[A-Z]'`$last;;
trn4-4.0-test77/Configure-814-esac
##############################################
trn4-4.0-test77/Configure-839-'') case "$0" in
trn4-4.0-test77/Configure:840:    */*) src=`echo $0 | sed -e 's%/[^/][^/]*$%%'`;;
trn4-4.0-test77/Configure-841-    *)   src='.';;
##############################################
trn4-4.0-test77/Configure-886-echo "Doing variable substitutions on .SH files..."
trn4-4.0-test77/Configure:887:set makedir.SH `awk '$1 ~ /.SH$/ {print $1}' $src/MANIFEST | egrep -v 'newsnews|makedir'`
trn4-4.0-test77/Configure-888-for file in $*; do
##############################################
trn4-4.0-test77/Configure-949-	for filelist in x??; do
trn4-4.0-test77/Configure:950:		(cd $rsrc; ls `cat $tmppwd/$filelist` >/dev/null 2>>$tmppwd/missing)
trn4-4.0-test77/Configure-951-	done
##############################################
trn4-4.0-test77/Configure-1018-	*)
trn4-4.0-test77/Configure:1019:		if test \`echo \"\$rp [\$xxxm]  \" | wc -c\` -ge $COLUMNS; then
trn4-4.0-test77/Configure-1020-			echo \"\$rp\" >&4
##############################################
trn4-4.0-test77/Configure-1061-	!*)
trn4-4.0-test77/Configure:1062:		set x \`expr "X\$ans" : "X!\(.*\)\$"\`
trn4-4.0-test77/Configure-1063-		shift
##############################################
trn4-4.0-test77/Configure-1070-		\\&*)
trn4-4.0-test77/Configure:1071:			set x \`expr "X\$ans" : "X&\(.*\)\$"\`
trn4-4.0-test77/Configure-1072-			shift
##############################################
trn4-4.0-test77/Configure-1090-			xxxm="\$ans"
trn4-4.0-test77/Configure:1091:			ans=\`echo $n "\$ans$c" | tr '$trnl' ' '\`
trn4-4.0-test77/Configure-1092-			xxxm="\$ans"
##############################################
trn4-4.0-test77/Configure-1304-"
trn4-4.0-test77/Configure:1305:pth=`echo $PATH | sed -e "s/$p_/ /g"`
trn4-4.0-test77/Configure-1306-pth="$pth /lib /usr/lib"
##############################################
trn4-4.0-test77/Configure-1314-			echo "WARNING: no $xxx -- ignoring your setting for $file." >&4
trn4-4.0-test77/Configure:1315:			xxx=`./loc $file $file $pth`
trn4-4.0-test77/Configure-1316-		fi
trn4-4.0-test77/Configure-1317-		;;
trn4-4.0-test77/Configure:1318:	'') xxx=`./loc $file $file $pth`;;
trn4-4.0-test77/Configure:1319:	*) xxx=`./loc $xxx $xxx $pth`;;
trn4-4.0-test77/Configure-1320-	esac
##############################################
trn4-4.0-test77/Configure-1347-			echo "WARNING: no $xxx -- ignoring your setting for $file." >&4
trn4-4.0-test77/Configure:1348:			xxx=`./loc $file $file $pth`
trn4-4.0-test77/Configure-1349-		fi
trn4-4.0-test77/Configure-1350-		;;
trn4-4.0-test77/Configure:1351:	'') xxx=`./loc $file $file $pth`;;
trn4-4.0-test77/Configure:1352:	*) xxx=`./loc $xxx $xxx $pth`;;
trn4-4.0-test77/Configure-1353-	esac
##############################################
trn4-4.0-test77/Configure-1437-echo " "
trn4-4.0-test77/Configure:1438:case "`echo AbyZ | $tr '[:lower:]' '[:upper:]' 2>/dev/null`" in
trn4-4.0-test77/Configure-1439-ABYZ)
##############################################
trn4-4.0-test77/Configure-1481-esac
trn4-4.0-test77/Configure:1482:case "`echo IJ | tr \"$up\" \"$low\" 2>/dev/null`" in
trn4-4.0-test77/Configure-1483-ij)
##############################################
trn4-4.0-test77/Configure-1506-'')
trn4-4.0-test77/Configure:1507:myuname=`( ($uname -a) 2>/dev/null || hostname) 2>&1`
trn4-4.0-test77/Configure-1508-# tr '[A-Z]' '[a-z]' would not work in EBCDIC
##############################################
trn4-4.0-test77/Configure-1571-	$test -f /lynx.os && osname=lynxos
trn4-4.0-test77/Configure:1572:	$test -f /unicos && osname=unicos && osvers=`$uname -r`
trn4-4.0-test77/Configure:1573:	$test -f /unicosmk.ar && osname=unicosmk && osvers=`$uname -r`
trn4-4.0-test77/Configure-1574-	$test -f /bin/mips && /bin/mips && osname=mips
##############################################
trn4-4.0-test77/Configure-1654-		hp*) osname=hpux 
trn4-4.0-test77/Configure:1655:			osvers=`echo "$3" | $sed 's,.*\.\([0-9]*\.[0-9]*\),\1,'`
trn4-4.0-test77/Configure-1656-			;;
##############################################
trn4-4.0-test77/Configure-1681-		bsd386) osname=bsd386
trn4-4.0-test77/Configure:1682:			osvers=`$uname -r`
trn4-4.0-test77/Configure-1683-			;;
##############################################
trn4-4.0-test77/Configure-1690-			case "$3" in
trn4-4.0-test77/Configure:1691:			5*) osvers=`echo $3 | $sed 's/^5/2/g'` ;;
trn4-4.0-test77/Configure-1692-			*)	osvers="$3" ;;
##############################################
trn4-4.0-test77/Configure-1697-			5*) osname=solaris
trn4-4.0-test77/Configure:1698:				osvers=`echo $3 | $sed 's/^5/2/g'` ;;
trn4-4.0-test77/Configure-1699-			*)	osvers="$3" ;;
##############################################
trn4-4.0-test77/Configure-1716-					osname=dec_osf1
trn4-4.0-test77/Configure:1717:					osvers=`echo "$3" | sed 's/^[xvt]//'`
trn4-4.0-test77/Configure-1718-					;;
##############################################
trn4-4.0-test77/Configure-1743-					if test -f /stand/boot ; then
trn4-4.0-test77/Configure:1744:						eval `grep '^INITPROG=[a-z/0-9]*$' /stand/boot`
trn4-4.0-test77/Configure-1745-						if test -n "$INITPROG" -a -f "$INITPROG"; then
trn4-4.0-test77/Configure:1746:			isesix=`strings -a $INITPROG|grep 'ESIX SYSTEM V/386 Release 4.0'`
trn4-4.0-test77/Configure-1747-							if test -n "$isesix"; then
##############################################
trn4-4.0-test77/Configure-1756-					osname=sco
trn4-4.0-test77/Configure:1757:					set `echo $3 | $sed 's/\./ /g'` $4
trn4-4.0-test77/Configure-1758-					if $test -f $src/hints/sco_$1_$2_$3.sh; then
##############################################
trn4-4.0-test77/Configure-1801-	''|' ')
trn4-4.0-test77/Configure:1802:		file=`echo "${osname}_${osvers}" | $sed -e 's@\.@_@g' -e 's@_$@@'`
trn4-4.0-test77/Configure-1803-		: Also try without trailing minor version numbers.
trn4-4.0-test77/Configure:1804:		xfile=`echo $file | $sed -e 's@_[^_]*$@@'`
trn4-4.0-test77/Configure:1805:		xxfile=`echo $xfile | $sed -e 's@_[^_]*$@@'`
trn4-4.0-test77/Configure:1806:		xxxfile=`echo $xxfile | $sed -e 's@_[^_]*$@@'`
trn4-4.0-test77/Configure:1807:		xxxxfile=`echo $xxxfile | $sed -e 's@_[^_]*$@@'`
trn4-4.0-test77/Configure-1808-		case "$file" in
##############################################
trn4-4.0-test77/Configure-1840-	*)
trn4-4.0-test77/Configure:1841:		dflt=`echo $hintfile | $sed 's/\.sh$//'`
trn4-4.0-test77/Configure-1842-		;;
##############################################
trn4-4.0-test77/Configure-1938-		''|' '|none) dflt=none ;;
trn4-4.0-test77/Configure:1939:		*)  dflt=`echo $hintfile | $sed -e 's/\.sh$//' -e 's/_.*$//'` ;;
trn4-4.0-test77/Configure-1940-		esac
##############################################
trn4-4.0-test77/Configure-1947-none)  osname='' ;;
trn4-4.0-test77/Configure:1948:*) osname=`echo "$ans" | $sed -e 's/[ 	][	]*/_/g' | ./tr '[A-Z]' '[a-z]'`;;
trn4-4.0-test77/Configure-1949-esac
trn4-4.0-test77/Configure-1950-: who configured the system
trn4-4.0-test77/Configure:1951:cf_time=`LC_ALL=C; export LC_ALL; $date 2>&1`
trn4-4.0-test77/Configure-1952-cf_by=`(logname) 2>/dev/null`
##############################################
trn4-4.0-test77/Configure-2053-    case "$ans" in
trn4-4.0-test77/Configure:2054:    ~*) ansexp=`./filexp $ans`;;
trn4-4.0-test77/Configure-2055-    *)  ansexp="$ans";;
##############################################
trn4-4.0-test77/Configure-2135-	expr $fn : '.*(\(.*\)).*' | tr ',' $trnl >getfile.ok
trn4-4.0-test77/Configure:2136:	fn=`echo $fn | sed 's/(.*)//'`
trn4-4.0-test77/Configure-2137-	;;
##############################################
trn4-4.0-test77/Configure-2141-*:*)
trn4-4.0-test77/Configure:2142:	loc_file=`expr $fn : '.*:\(.*\)'`
trn4-4.0-test77/Configure:2143:	fn=`expr $fn : '\(.*\):.*'`
trn4-4.0-test77/Configure-2144-	;;
##############################################
trn4-4.0-test77/Configure-2214-		*)
trn4-4.0-test77/Configure:2215:			value=`UU/filexp $ans`
trn4-4.0-test77/Configure-2216-			case $? in
##############################################
trn4-4.0-test77/Configure-2382-	/*-$oldprefix/*|\~*-$oldprefix/*)
trn4-4.0-test77/Configure:2383:		eval "$1=\`echo \$$2 | sed \"s,^$oldprefix,$prefix,\"\`";;
trn4-4.0-test77/Configure-2384-	*) eval "$1=\"\$$2\"";;
##############################################
trn4-4.0-test77/Configure-2413-    fi
trn4-4.0-test77/Configure:2414:    newslibexp=`./filexp $newslib`
trn4-4.0-test77/Configure-2415-    ;;
##############################################
trn4-4.0-test77/Configure-2780-case "$installbin" in
trn4-4.0-test77/Configure:2781:'') dflt=`echo $binexp | sed 's#^/afs/#/afs/.#'` ;;
trn4-4.0-test77/Configure-2782-*)  dflt="$installbin" ;;
##############################################
trn4-4.0-test77/Configure-2902-elif test `echo abc | tr a-z A-Z` = Abc ; then
trn4-4.0-test77/Configure:2903:	xxx=`./loc addbib blurfl $pth`
trn4-4.0-test77/Configure-2904-	if $test -f $xxx; then
##############################################
trn4-4.0-test77/Configure-2985-	syspath="$syspath /usr/man/man.L /local/man/man1 /usr/local/man/man1"
trn4-4.0-test77/Configure:2986:	sysman=`./loc . /usr/man/man1 $syspath`
trn4-4.0-test77/Configure-2987-	;;
##############################################
trn4-4.0-test77/Configure-3079-case "$gccversion" in
trn4-4.0-test77/Configure:3080:1*) cpp=`./loc gcc-cpp $cpp $pth` ;;
trn4-4.0-test77/Configure-3081-esac
##############################################
trn4-4.0-test77/Configure-3163-			$echo 'Oh well, maybe I can mine it out of whoami.h...'
trn4-4.0-test77/Configure:3164:			if ans=`sh -c $contains' sysname $usrinc/whoami.h' 2>&1` ; then
trn4-4.0-test77/Configure:3165:				thishost=`$echo "$ans" | $sed 's/^.*"\(.*\)"/\1/'`
trn4-4.0-test77/Configure-3166-				phostcmd="sed -n -e '"'/sysname/s/^.*\"\\(.*\\)\"/\1/{'"' -e p -e q -e '}' <$usrinc/whoami.h"
##############################################
trn4-4.0-test77/Configure-3185-case "$thishost" in
trn4-4.0-test77/Configure:3186:*[A-Z]*) thishost=`$echo $thishost | ./tr '[A-Z]' '[a-z]'` ;;
trn4-4.0-test77/Configure-3187-esac
##############################################
trn4-4.0-test77/Configure-3235-case "$ans" in
trn4-4.0-test77/Configure:3236:~*) ansexp=`./filexp $ans`;;
trn4-4.0-test77/Configure-3237-*)  ansexp="$ans";;
##############################################
trn4-4.0-test77/Configure-3298-"$prefix") ;;
trn4-4.0-test77/Configure:3299:*) eval "$1=\`echo \$$1 | sed \"s,^$prefixexp,$prefix,\"\`";;
trn4-4.0-test77/Configure-3300-esac'
##############################################
trn4-4.0-test77/Configure-3324-	lookpath="$lookpath /usr/man/man.L"
trn4-4.0-test77/Configure:3325:	mansrc=`./loc . $prefixexp/man/man1 $lookpath`
trn4-4.0-test77/Configure-3326-	if $test -d "$mansrc"; then
##############################################
trn4-4.0-test77/Configure-3351-case "$installmansrc" in
trn4-4.0-test77/Configure:3352:'') dflt=`echo $mansrcexp | sed 's#^/afs/#/afs/.#'` ;;
trn4-4.0-test77/Configure-3353-*)  dflt="$installmansrc" ;;
##############################################
trn4-4.0-test77/Configure-3390-case "$installprivlib" in
trn4-4.0-test77/Configure:3391:'') dflt=`echo $privlibexp | sed 's#^/afs/#/afs/.#'` ;;
trn4-4.0-test77/Configure-3392-*)  dflt="$installprivlib" ;;
##############################################
trn4-4.0-test77/Configure-3468-case "$mimecap" in
trn4-4.0-test77/Configure:3469:'')	dflt=`./loc mimecap XXX $prefix/etc /local/etc /usr/etc /etc`
trn4-4.0-test77/Configure-3470-	case "$dflt" in
trn4-4.0-test77/Configure:3471:	XXX)	dflt=`./loc mailcap XXX $prefix/etc /local/etc /usr/etc /etc /etc/mail`
trn4-4.0-test77/Configure-3472-		case "$dflt" in
##############################################
trn4-4.0-test77/Configure-3497-case "$orgname" in
trn4-4.0-test77/Configure:3498:'') if xxx=`./loc news/src/defs.h x $longshots`; then
trn4-4.0-test77/Configure:3499:		dflt=`$sed -n 's/^.*MYORG[ 	]*"\(.*\)".*$/\1/p' $xxx`
trn4-4.0-test77/Configure-3500-	else
##############################################
trn4-4.0-test77/Configure-3742-'')
trn4-4.0-test77/Configure:3743:	if xxx=`./loc libc.sl X $libpth`; $test -f "$xxx"; then
trn4-4.0-test77/Configure-3744-		dflt='sl'
##############################################
trn4-4.0-test77/Configure-3810-	
trn4-4.0-test77/Configure:3811:	if xxx=`./loc lib$thislib.$so.[0-9]'*' X $libpth`; $test -f "$xxx"; then
trn4-4.0-test77/Configure-3812-		echo "Found -l$thislib (shared)."
##############################################
trn4-4.0-test77/Configure-3816-		esac
trn4-4.0-test77/Configure:3817:	elif xxx=`./loc lib$thislib.$so X $libpth` ; $test -f "$xxx"; then
trn4-4.0-test77/Configure-3818-		echo "Found -l$thislib (shared)."
##############################################
trn4-4.0-test77/Configure-3822-		esac
trn4-4.0-test77/Configure:3823:	elif xxx=`./loc lib$thislib$_a X $libpth`; $test -f "$xxx"; then
trn4-4.0-test77/Configure-3824-		echo "Found -l$thislib."
##############################################
trn4-4.0-test77/Configure-3828-		esac
trn4-4.0-test77/Configure:3829:	elif xxx=`./loc $thislib$_a X $libpth`; $test -f "$xxx"; then
trn4-4.0-test77/Configure-3830-		echo "Found -l$thislib."
##############################################
trn4-4.0-test77/Configure-3834-		esac
trn4-4.0-test77/Configure:3835:	elif xxx=`./loc lib${thislib}_s$_a X $libpth`; $test -f "$xxx"; then
trn4-4.0-test77/Configure-3836-		echo "Found -l${thislib}_s."
##############################################
trn4-4.0-test77/Configure-3840-		esac
trn4-4.0-test77/Configure:3841:	elif xxx=`./loc Slib$thislib$_a X $xlibpth`; $test -f "$xxx"; then
trn4-4.0-test77/Configure-3842-		echo "Found -l$thislib."
##############################################
trn4-4.0-test77/Configure-4349-	case "$dflt" in
trn4-4.0-test77/Configure:4350:	'') dflt=`$egrep 'inlibc|csym' $rsrc/Configure | wc -l 2>/dev/null`
trn4-4.0-test77/Configure-4351-		if $test $dflt -gt 20; then
##############################################
trn4-4.0-test77/Configure-4425-	case "$libs" in
trn4-4.0-test77/Configure:4426:	*-lc_s*) libc=`./loc libc_s$_a $libc $libpth`
trn4-4.0-test77/Configure-4427-	esac
##############################################
trn4-4.0-test77/Configure-4438-	-l*)
trn4-4.0-test77/Configure:4439:		thislib=`echo $thislib | $sed -e 's/^-l//'`
trn4-4.0-test77/Configure:4440:		if try=`./loc lib$thislib.$so.'*' X $libpth`; $test -f "$try"; then
trn4-4.0-test77/Configure-4441-			:
trn4-4.0-test77/Configure:4442:		elif try=`./loc lib$thislib.$so X $libpth`; $test -f "$try"; then
trn4-4.0-test77/Configure-4443-			:
trn4-4.0-test77/Configure:4444:		elif try=`./loc lib$thislib$_a X $libpth`; $test -f "$try"; then
trn4-4.0-test77/Configure-4445-			:
trn4-4.0-test77/Configure:4446:		elif try=`./loc $thislib$_a X $libpth`; $test -f "$try"; then
trn4-4.0-test77/Configure-4447-			:
trn4-4.0-test77/Configure:4448:		elif try=`./loc lib$thislib X $libpth`; $test -f "$try"; then
trn4-4.0-test77/Configure-4449-			:
trn4-4.0-test77/Configure:4450:		elif try=`./loc $thislib X $libpth`; $test -f "$try"; then
trn4-4.0-test77/Configure-4451-			:
trn4-4.0-test77/Configure:4452:		elif try=`./loc Slib$thislib$_a X $xlibpth`; $test -f "$try"; then
trn4-4.0-test77/Configure-4453-			:
##############################################
trn4-4.0-test77/Configure-4508-else
trn4-4.0-test77/Configure:4509:	if tans=`./loc libc$_a blurfl/dyick $libpth`; $test -r "$tans"; then
trn4-4.0-test77/Configure-4510-		:
trn4-4.0-test77/Configure:4511:	elif tans=`./loc libc blurfl/dyick $libpth`; $test -r "$tans"; then
trn4-4.0-test77/Configure:4512:		libnames="$libnames "`./loc clib blurfl/dyick $libpth`
trn4-4.0-test77/Configure:4513:	elif tans=`./loc clib blurfl/dyick $libpth`; $test -r "$tans"; then
trn4-4.0-test77/Configure-4514-		:
trn4-4.0-test77/Configure:4515:	elif tans=`./loc Slibc$_a blurfl/dyick $xlibpth`; $test -r "$tans"; then
trn4-4.0-test77/Configure-4516-		:
trn4-4.0-test77/Configure:4517:	elif tans=`./loc Mlibc$_a blurfl/dyick $xlibpth`; $test -r "$tans"; then
trn4-4.0-test77/Configure-4518-		:
trn4-4.0-test77/Configure-4519-	else
trn4-4.0-test77/Configure:4520:		tans=`./loc Llibc$_a blurfl/dyick $xlibpth`
trn4-4.0-test77/Configure-4521-	fi
##############################################
trn4-4.0-test77/Configure-4817-		shift
trn4-4.0-test77/Configure:4818:		file=`loc $file $file $pth`
trn4-4.0-test77/Configure:4819:		aphostcmd=`echo $file $*`
trn4-4.0-test77/Configure-4820-		;;
##############################################
trn4-4.0-test77/Configure-4858-echo " "
trn4-4.0-test77/Configure:4859:xxx=`./loc libcurses$_a x $libpth`
trn4-4.0-test77/Configure-4860-case "$xxx" in
##############################################
trn4-4.0-test77/Configure-4866-		echo "Terminfo library found." >&4
trn4-4.0-test77/Configure:4867:	elif $test "x`$uname 2>/dev/null`" = xAIX; then
trn4-4.0-test77/Configure-4868-		# Ok, do the AIX shr.o fun thing
##############################################
trn4-4.0-test77/Configure-4884-x)
trn4-4.0-test77/Configure:4885:	xxx=`./loc libtinfo$_a x $libpth`
trn4-4.0-test77/Configure-4886-	case "$xxx" in
##############################################
trn4-4.0-test77/Configure-4903-x)
trn4-4.0-test77/Configure:4904:	xxx=`./loc libtermlib$_a x $libpth`
trn4-4.0-test77/Configure-4905-	case "$xxx" in
##############################################
trn4-4.0-test77/Configure-4922-x)
trn4-4.0-test77/Configure:4923:	xxx=`./loc libtermcap$_a x $libpth`
trn4-4.0-test77/Configure-4924-	case "$xxx" in
##############################################
trn4-4.0-test77/Configure-4941-x)
trn4-4.0-test77/Configure:4942:	xxx=`./loc libcurses.$so'*' x $libpth`
trn4-4.0-test77/Configure-4943-	case "$xxx" in
##############################################
trn4-4.0-test77/Configure-4960-x)
trn4-4.0-test77/Configure:4961:	xxx=`./loc libtinfo.$so'*' x $libpth`
trn4-4.0-test77/Configure-4962-	case "$xxx" in
##############################################
trn4-4.0-test77/Configure-4979-x)
trn4-4.0-test77/Configure:4980:	xxx=`./loc libtermlib.$so'*' x $libpth`
trn4-4.0-test77/Configure-4981-	case "$xxx" in
##############################################
trn4-4.0-test77/Configure-4998-x)
trn4-4.0-test77/Configure:4999:	xxx=`./loc libtermcap.$so'*' x $libpth`
trn4-4.0-test77/Configure-5000-	case "$xxx" in
##############################################
trn4-4.0-test77/Configure-5030-		. ./myread
trn4-4.0-test77/Configure:5031:		termlib=`./filexp $ans`
trn4-4.0-test77/Configure-5032-		;;
##############################################
trn4-4.0-test77/Configure-5094-	while $test \$# -gt 0; do
trn4-4.0-test77/Configure:5095:		if $test -r \`echo \$1 | $tr -d '"'\`; then
trn4-4.0-test77/Configure-5096-			echo "\$pos"
##############################################
trn4-4.0-test77/Configure-5099-		shift
trn4-4.0-test77/Configure:5100:		pos=\`expr \$pos + 1\`
trn4-4.0-test77/Configure-5101-	done
##############################################
trn4-4.0-test77/Configure-5129-while read cline; do
trn4-4.0-test77/Configure:5130:	name=\`echo \$cline | $awk "\$awkprg" | $tr -d '"'\`
trn4-4.0-test77/Configure-5131-	case "\$name" in
##############################################
trn4-4.0-test77/Configure-5426-	*)	strftimec="$ans"
trn4-4.0-test77/Configure:5427:		strftimeo="`basename $ans .c`$_o"
trn4-4.0-test77/Configure-5428-		d_strftime="$define"
##############################################
trn4-4.0-test77/Configure-5688-. ./myread
trn4-4.0-test77/Configure:5689:mailfile=`./filexp "$ans"`
trn4-4.0-test77/Configure-5690-
##############################################
trn4-4.0-test77/Configure-5785-: determine root id
trn4-4.0-test77/Configure:5786:rootid=`$sed -e "/^root:/{s/^[^:]*:[^:]*:\([^:]*\).*"'$'"/\1/" -e "q" -e "}" -e "d" </etc/passwd`
trn4-4.0-test77/Configure-5787-case "$rootid" in
##############################################
trn4-4.0-test77/Configure-5931-EOF
trn4-4.0-test77/Configure:5932:for i in \`$cc -v -c tmp.c 2>&1\`
trn4-4.0-test77/Configure-5933-do
##############################################
trn4-4.0-test77/Configure-6050-while $test "$cont"; do
trn4-4.0-test77/Configure:6051:	xxx=`./findhdr $1`
trn4-4.0-test77/Configure-6052-	var=$2; eval "was=\$$2";