=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== pv-1.6.6/tests/005a-eta-9-# pv-1.6.6/tests/005a-eta:10:NUM=`tr '\r' '\n' < $TMP1 | tr -d ' ' | sed '/^$/d' | sort | uniq | wc -l | tr -d ' '` pv-1.6.6/tests/005a-eta-11- ############################################## pv-1.6.6/tests/010-pipe-6-HEAD=head pv-1.6.6/tests/010-pipe:7:for p in `echo $PATH | tr ':' '\n'` pv-1.6.6/tests/010-pipe-8-do ############################################## pv-1.6.6/tests/010-pipe-17-COUNT1=100000000 pv-1.6.6/tests/010-pipe:18:#COUNT2=`$PROG -B 100000 -q /dev/zero | $HEAD -c $COUNT1 | wc -c | tr -d ' '` pv-1.6.6/tests/010-pipe-19-# Remove \n to fix the test on AIX pv-1.6.6/tests/010-pipe:20:COUNT2=`$PROG -B 100000 -q /dev/zero | $HEAD -c $COUNT1 | tr -d '\n' | wc -c | tr -d ' '` pv-1.6.6/tests/010-pipe-21- ############################################## pv-1.6.6/tests/005b-fineta-9-# pv-1.6.6/tests/005b-fineta:10:NUM=`tr '\r' '\n' < $TMP1 | tr -d ' ' | sed '/^$/d' | sort | uniq | wc -l | tr -d ' '` pv-1.6.6/tests/005b-fineta-11- ############################################## pv-1.6.6/tests/007-bytes-6-| LANG=C $PROG -f -b >/dev/null 2>$TMP1 pv-1.6.6/tests/007-bytes:7:NUM=`tr '\r' '\n' < $TMP1 | tr -d ' '` pv-1.6.6/tests/007-bytes-8-test "$NUM" = "100B" ############################################## pv-1.6.6/tests/006-ratecount-13-# pv-1.6.6/tests/006-ratecount:14:NUM=`tr '\r' '\n' < $TMP1 | sort | uniq -u | wc -l | tr -d ' '` pv-1.6.6/tests/006-ratecount-15- ############################################## pv-1.6.6/tests/000-cat-4- pv-1.6.6/tests/000-cat:5:VALUE=`echo TESTING | $PROG 2>/dev/null` || exit 1 pv-1.6.6/tests/000-cat-6-test "$VALUE" = "TESTING" ############################################## pv-1.6.6/tests/004-timer-10-# pv-1.6.6/tests/004-timer:11:NUM=`sort < $TMP1 | uniq -u | wc -l | tr -d ' '` pv-1.6.6/tests/004-timer-12-test $NUM -gt 1 ############################################## pv-1.6.6/tests/011-cksum-13- pv-1.6.6/tests/011-cksum:14:CKSUM1=`cksum $TMP1 | awk '{print $1}'` pv-1.6.6/tests/011-cksum-15- ############################################## pv-1.6.6/tests/011-cksum-18- pv-1.6.6/tests/011-cksum:19:CKSUM2=`cksum $TMP2 | awk '{print $1}'` pv-1.6.6/tests/011-cksum-20- ############################################## pv-1.6.6/tests/013-1mboundary-18-# pv-1.6.6/tests/013-1mboundary:19:NUM=`tr '\r' '\n' < $TMP1 | awk '{x=length($0);if(x>0)print length($0)}' | sort | uniq | wc -l` pv-1.6.6/tests/013-1mboundary-20- ############################################## pv-1.6.6/tests/014-1mboundary2-18-# pv-1.6.6/tests/014-1mboundary2:19:NUM=`tr '\r' '\n' < $TMP1 | awk '{x=length($0);if(x>0)print length($0)}' | sort | uniq | wc -l` pv-1.6.6/tests/014-1mboundary2-20- ############################################## pv-1.6.6/tests/016-numeric-timer-14-# pv-1.6.6/tests/016-numeric-timer:15:test `wc -l < $TMP1` -gt 8 pv-1.6.6/tests/016-numeric-timer:16:test `wc -l < $TMP1` -lt 13 pv-1.6.6/tests/016-numeric-timer:17:test `tr , . < "$TMP1" | awk '{print int(10*$1)}' | sort -n | uniq | wc -l` -gt 7 pv-1.6.6/tests/016-numeric-timer:18:test `sed -n '$p' < $TMP1 | awk '{print $2}'` -eq 100 pv-1.6.6/tests/016-numeric-timer-19- ############################################## pv-1.6.6/tests/017-numeric-bytes-14-# pv-1.6.6/tests/017-numeric-bytes:15:test `wc -l < $TMP1` -gt 8 pv-1.6.6/tests/017-numeric-bytes:16:test `wc -l < $TMP1` -lt 13 pv-1.6.6/tests/017-numeric-bytes:17:test `sed -n '$p' < $TMP1` -eq 500 pv-1.6.6/tests/017-numeric-bytes-18- ############################################## pv-1.6.6/tests/001-interval-8-# pv-1.6.6/tests/001-interval:9:NUM=`tr '\r' '\n' < $TMP1 | wc -l | tr -d ' '` pv-1.6.6/tests/001-interval-10-test $NUM -gt 6 ############################################## pv-1.6.6/tests/012-averagerate-16-# pv-1.6.6/tests/012-averagerate:17:NUM=`tr '\r' '\n' < $TMP1 | tr -dc '0-9.\n' | sed '/^$/d' | awk '$1<80{print}' | wc -l | tr -d ' '` pv-1.6.6/tests/012-averagerate-18- ############################################## pv-1.6.6/tests/003-progress-9-# pv-1.6.6/tests/003-progress:10:NUM=`tr '\r' '\n' < $TMP1 | sort | uniq -u | wc -l | tr -d ' '` pv-1.6.6/tests/003-progress-11-test $NUM -gt 2 ############################################## pv-1.6.6/tests/018-remote-format-20-sleep 1 pv-1.6.6/tests/018-remote-format:21:$PROG -R `cat $TMP4` -a pv-1.6.6/tests/018-remote-format-22-sleep 2 pv-1.6.6/tests/018-remote-format:23:$PROG -R `cat $TMP4` -L 10M pv-1.6.6/tests/018-remote-format-24-) & ############################################## pv-1.6.6/tests/018-remote-format-28-# Make sure there is more than one length of line (excluding blank lines). pv-1.6.6/tests/018-remote-format:29:line_lengths=`tr '\r' '\n' < "$TMP3" | awk '{print length($0)}' | grep -Fvx 0 | sort -n | uniq | wc -l` pv-1.6.6/tests/018-remote-format-30-test $line_lengths -gt 1 ############################################## pv-1.6.6/tests/020-stop-at-size-15- pv-1.6.6/tests/020-stop-at-size:16:CKSUM2=`cksum $TMP2 | awk '{print $1}'` pv-1.6.6/tests/020-stop-at-size-17- ############################################## pv-1.6.6/tests/020-stop-at-size-20-dd if=$TMP1 of=$TMP2 bs=1024 count=5 2>/dev/null pv-1.6.6/tests/020-stop-at-size:21:CKSUM1=`cksum $TMP2 | awk '{print $1}'` pv-1.6.6/tests/020-stop-at-size-22- ############################################## pv-1.6.6/tests/015-cksumpipe-13- pv-1.6.6/tests/015-cksumpipe:14:CKSUM1=`cksum $TMP1 | awk '{print $1}'` pv-1.6.6/tests/015-cksumpipe-15- ############################################## pv-1.6.6/tests/015-cksumpipe-28- pv-1.6.6/tests/015-cksumpipe:29:CKSUM2=`cksum $TMP2 | awk '{print $1}'` pv-1.6.6/tests/015-cksumpipe-30- ############################################## pv-1.6.6/tests/015-cksumpipe-45- pv-1.6.6/tests/015-cksumpipe:46:CKSUM2=`cksum $TMP2 | awk '{print $1}'` pv-1.6.6/tests/015-cksumpipe-47- ############################################## pv-1.6.6/tests/008-numeric-13-# pv-1.6.6/tests/008-numeric:14:test `wc -l < $TMP1` -gt 8 pv-1.6.6/tests/008-numeric:15:test `wc -l < $TMP1` -lt 13 pv-1.6.6/tests/008-numeric:16:test `sed -n '$p' < $TMP1` -eq 100 pv-1.6.6/tests/008-numeric-17- ############################################## pv-1.6.6/tests/019-remote-cksum-26-for x in 1 2 3; do pv-1.6.6/tests/019-remote-cksum:27: $PROG -R `cat $TMP4` -apterb || exit 1 pv-1.6.6/tests/019-remote-cksum-28- (usleep 200000 || sleep 1) 2>/dev/null pv-1.6.6/tests/019-remote-cksum:29: $PROG -R `cat $TMP4` -p || exit 1 pv-1.6.6/tests/019-remote-cksum-30- (usleep 200000 || sleep 1) 2>/dev/null pv-1.6.6/tests/019-remote-cksum:31: $PROG -R `cat $TMP4` -N "test" || exit 1 pv-1.6.6/tests/019-remote-cksum-32- (usleep 200000 || sleep 1) 2>/dev/null pv-1.6.6/tests/019-remote-cksum:33: $PROG -R `cat $TMP4` -F "%e" || exit 1 pv-1.6.6/tests/019-remote-cksum-34- (usleep 200000 || sleep 1) 2>/dev/null pv-1.6.6/tests/019-remote-cksum:35: $PROG -R `cat $TMP4` -N "." || exit 1 pv-1.6.6/tests/019-remote-cksum-36- (usleep 200000 || sleep 1) 2>/dev/null pv-1.6.6/tests/019-remote-cksum-37-done pv-1.6.6/tests/019-remote-cksum:38:$PROG -R `cat $TMP4` -L 10M pv-1.6.6/tests/019-remote-cksum-39-echo OK > $TMP3 ############################################## pv-1.6.6/tests/019-remote-cksum-45-# Check our remote control calls ran OK. pv-1.6.6/tests/019-remote-cksum:46:BGSTATUS=`cat $TMP3` pv-1.6.6/tests/019-remote-cksum-47-test "x$BGSTATUS" = "xOK" ############################################## pv-1.6.6/tests/019-remote-cksum-49-# Check data integrity. pv-1.6.6/tests/019-remote-cksum:50:CKSUM1=`cksum $TMP1 | awk '{print $1}'` pv-1.6.6/tests/019-remote-cksum:51:CKSUM2=`cksum $TMP2 | awk '{print $1}'` pv-1.6.6/tests/019-remote-cksum-52-test "x$CKSUM1" = "x$CKSUM2" ############################################## pv-1.6.6/autoconf/scripts/mkinstalldirs-10-for file in ${1+"$@"} ; do pv-1.6.6/autoconf/scripts/mkinstalldirs:11: set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'` pv-1.6.6/autoconf/scripts/mkinstalldirs-12- shift ############################################## pv-1.6.6/autoconf/scripts/depend.sh-17- pv-1.6.6/autoconf/scripts/depend.sh:18:abssrc=`echo "$abssrc" | sed 's,\\.,\\\\.,g'` pv-1.6.6/autoconf/scripts/depend.sh:19:srcdir=`echo "$srcdir" | sed 's,\\.,\\\\.,g'` pv-1.6.6/autoconf/scripts/depend.sh-20- ############################################## pv-1.6.6/autoconf/scripts/install.sh-85- pv-1.6.6/autoconf/scripts/install.sh:86: -t=*) transformarg=`echo $1 | sed 's/-t=//'` pv-1.6.6/autoconf/scripts/install.sh-87- shift ############################################## pv-1.6.6/autoconf/scripts/install.sh-89- pv-1.6.6/autoconf/scripts/install.sh:90: -b=*) transformbasename=`echo $1 | sed 's/-b=//'` pv-1.6.6/autoconf/scripts/install.sh-91- shift ############################################## pv-1.6.6/autoconf/scripts/install.sh-150- then pv-1.6.6/autoconf/scripts/install.sh:151: dst="$dst"/`basename $src` pv-1.6.6/autoconf/scripts/install.sh-152- else ############################################## pv-1.6.6/autoconf/scripts/install.sh-157-## this sed command emulates the dirname command pv-1.6.6/autoconf/scripts/install.sh:158:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'` pv-1.6.6/autoconf/scripts/install.sh-159- ############################################## pv-1.6.6/autoconf/scripts/install.sh-171-IFS='%' pv-1.6.6/autoconf/scripts/install.sh:172:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'` pv-1.6.6/autoconf/scripts/install.sh-173-IFS="${oIFS}" ############################################## pv-1.6.6/autoconf/scripts/install.sh-205- then pv-1.6.6/autoconf/scripts/install.sh:206: dstfile=`basename $dst` pv-1.6.6/autoconf/scripts/install.sh-207- else ############################################## pv-1.6.6/autoconf/scripts/install.sh-215- then pv-1.6.6/autoconf/scripts/install.sh:216: dstfile=`basename $dst` pv-1.6.6/autoconf/scripts/install.sh-217- else ############################################## pv-1.6.6/autoconf/scripts/po2table.sh-29-for POFILE in $*; do pv-1.6.6/autoconf/scripts/po2table.sh:30: LANG=`basename "$POFILE" | sed 's/.po$//'` pv-1.6.6/autoconf/scripts/po2table.sh-31- echo " if (strncmp(lang, \"$LANG\", 2) == 0) {" ############################################## pv-1.6.6/autoconf/scripts/run-test.sh-24- pv-1.6.6/autoconf/scripts/run-test.sh:25:test -n "$TESTS" || TESTS=`ls "$SRCDIR/tests" | sort -n` pv-1.6.6/autoconf/scripts/run-test.sh-26- ############################################## pv-1.6.6/autoconf/scripts/run-test.sh-28- test -f "$SCRIPT" || SCRIPT="$SRCDIR/tests/$SCRIPT" pv-1.6.6/autoconf/scripts/run-test.sh:29: test -f "$SCRIPT" || SCRIPT=`ls "$SRCDIR/tests/$SCRIPT"*` pv-1.6.6/autoconf/scripts/run-test.sh-30- test -f "$SCRIPT" || continue pv-1.6.6/autoconf/scripts/run-test.sh-31- pv-1.6.6/autoconf/scripts/run-test.sh:32: echo `basename "$SCRIPT"`: " " | cut -b1-20 | sed 's/-/ - /' | tr "\n" ' ' pv-1.6.6/autoconf/scripts/run-test.sh-33- ############################################## pv-1.6.6/autoconf/scripts/makemake.sh-33- pv-1.6.6/autoconf/scripts/makemake.sh:34:allsrc=`$FIND src -type f -name "*.c" -print` pv-1.6.6/autoconf/scripts/makemake.sh:35:allobj=`echo $allsrc | tr ' ' '\n' | sed 's/\.c$/.o/'` pv-1.6.6/autoconf/scripts/makemake.sh:36:alldep=`echo $allsrc | tr ' ' '\n' | sed 's/\.c$/.d/'` pv-1.6.6/autoconf/scripts/makemake.sh-37- pv-1.6.6/autoconf/scripts/makemake.sh:38:echo `echo $allsrc | wc -w | tr -d ' '` found pv-1.6.6/autoconf/scripts/makemake.sh-39- ############################################## pv-1.6.6/autoconf/scripts/makemake.sh-59- pv-1.6.6/autoconf/scripts/makemake.sh:60:echo up to `echo $modules | wc -w | tr -d ' '` found pv-1.6.6/autoconf/scripts/makemake.sh-61- ############################################## pv-1.6.6/autoconf/scripts/makemake.sh-73- [ -f $j ] || continue pv-1.6.6/autoconf/scripts/makemake.sh:74: newobj=`echo $j | sed -e 's@\.c$@.o@'` pv-1.6.6/autoconf/scripts/makemake.sh-75- deps="$deps $newobj" ############################################## pv-1.6.6/autoconf/scripts/makemake.sh-78- [ -d "$j" ] || continue pv-1.6.6/autoconf/scripts/makemake.sh:79: [ `basename $j` = "CVS" ] && continue pv-1.6.6/autoconf/scripts/makemake.sh:80: [ `basename $j` = ".svn" ] && continue pv-1.6.6/autoconf/scripts/makemake.sh-81- CONTENT=`/bin/ls -d $j/* \ ############################################## pv-1.6.6/autoconf/scripts/index.sh-44- pv-1.6.6/autoconf/scripts/index.sh:45:FILELIST=`echo "$CTAGDATA" | cut -d ' ' -f 2 | sort | uniq` pv-1.6.6/autoconf/scripts/index.sh-46- ############################################## pv-1.6.6/autoconf/scripts/index.sh-65- pv-1.6.6/autoconf/scripts/index.sh:66: DIR=`dirname $FILE` pv-1.6.6/autoconf/scripts/index.sh-67- FUNCDEFS=`cproto -f1 -I. -Isrc/include -I$DIR $FILE 2>/dev/null \ ############################################## pv-1.6.6/autoconf/scripts/index.sh-71- < $FILE`" pv-1.6.6/autoconf/scripts/index.sh:72: FILESHORTDESC=`echo "$FILEHEAD" | sed -n '1,/^ *$/{/^ *[^ ]*/p;}'` pv-1.6.6/autoconf/scripts/index.sh:73: FILELONGDESC=`echo "$FILEHEAD" | sed '1,/^ *$/d'` pv-1.6.6/autoconf/scripts/index.sh-74- ############################################## pv-1.6.6/autoconf/scripts/index.sh-79- echo '<TD VALIGN="TOP"> - </TD>' pv-1.6.6/autoconf/scripts/index.sh:80: echo '<TD VALIGN="TOP">'`html_safe "$FILESHORTDESC"`'</TD>' pv-1.6.6/autoconf/scripts/index.sh-81- echo '</TR></TABLE></P>' ############################################## pv-1.6.6/autoconf/scripts/index.sh-83- echo '<P><BLOCKQUOTE>' pv-1.6.6/autoconf/scripts/index.sh:84: echo "`html_safebr "$FILELONGDESC"`" pv-1.6.6/autoconf/scripts/index.sh-85- echo '</BLOCKQUOTE></P>' ############################################## pv-1.6.6/autoconf/scripts/index.sh-116- pv-1.6.6/autoconf/scripts/index.sh:117: LASTCOMLINE=`sed -n '1,'"$LINENUM"'{/\/\*/=;}' < $FILE | sed -n '$p'` pv-1.6.6/autoconf/scripts/index.sh-118- [ -z "$LASTCOMLINE" ] && LASTCOMLINE=1 pv-1.6.6/autoconf/scripts/index.sh:119: LASTENDFUNCLINE=`sed -n '1,'"$LINENUM"'{/}/=;}' < $FILE | sed -n '$p'` pv-1.6.6/autoconf/scripts/index.sh-120- [ -z "$LASTENDFUNCLINE" ] && LASTENDFUNCLINE=1 ############################################## pv-1.6.6/autoconf/scripts/index.sh-133- pv-1.6.6/autoconf/scripts/index.sh:134: echo '<P><CODE CLASS="funcdef">'"`html_safe "$FUNCDEF"`"'</CODE></P>' pv-1.6.6/autoconf/scripts/index.sh-135- pv-1.6.6/autoconf/scripts/index.sh-136- echo '<P><BLOCKQUOTE>' pv-1.6.6/autoconf/scripts/index.sh:137: echo "`html_safebr "$FUNCHEAD"`" pv-1.6.6/autoconf/scripts/index.sh-138- echo '</BLOCKQUOTE></P>' ############################################## pv-1.6.6/autoconf/scripts/index.sh-161- for NUM in $TODOLINES; do pv-1.6.6/autoconf/scripts/index.sh:162: TODO=`sed -n "$NUM"'{s/^.*TODO://;s/\*\/.*$//;p;}' < $FILE` pv-1.6.6/autoconf/scripts/index.sh:163: echo "<LI>[<B>$NUM</B>] `html_safe "$TODO"`</LI>" pv-1.6.6/autoconf/scripts/index.sh-164- done ############################################## pv-1.6.6/autoconf/configure.in-18-dnl pv-1.6.6/autoconf/configure.in:19:PACKAGE=`cat $srcdir/doc/PACKAGE` pv-1.6.6/autoconf/configure.in:20:VERSION=`cat $srcdir/doc/VERSION` pv-1.6.6/autoconf/configure.in:21:UCPACKAGE=`tr a-z A-Z < $srcdir/doc/PACKAGE` pv-1.6.6/autoconf/configure.in-22-AC_SUBST(PACKAGE) ############################################## pv-1.6.6/autoconf/configure.in-174-subdirs="" pv-1.6.6/autoconf/configure.in:175:for i in `find $srcdir/src -type d -print | sed s,$srcdir/,,`; do pv-1.6.6/autoconf/configure.in-176- subdirs="$subdirs $i" ############################################## pv-1.6.6/autoconf/make/unreal.mk-71- for cat in $$catalogs; do \ pv-1.6.6/autoconf/make/unreal.mk:72: lang=$(srcdir)/`echo $$cat | sed 's/$(CATOBJEXT)$$//'`; \ pv-1.6.6/autoconf/make/unreal.mk-73- mv $$lang.po $$lang.old.po; \ ############################################## pv-1.6.6/autoconf/make/unreal.mk-126- cp -dpf doc/$(package).spec $(package)-$(version)/doc/ pv-1.6.6/autoconf/make/unreal.mk:127: chmod 644 `find $(package)-$(version) -type f -print` pv-1.6.6/autoconf/make/unreal.mk:128: chmod 755 `find $(package)-$(version) -type d -print` pv-1.6.6/autoconf/make/unreal.mk:129: chmod 755 `find $(package)-$(version)/autoconf/scripts` pv-1.6.6/autoconf/make/unreal.mk-130- chmod 755 $(package)-$(version)/configure pv-1.6.6/autoconf/make/unreal.mk:131: rm -rf DUMMY `find $(package)-$(version) -type d -name CVS` pv-1.6.6/autoconf/make/unreal.mk:132: rm -rf DUMMY `find $(package)-$(version) -type d -name .svn` pv-1.6.6/autoconf/make/unreal.mk-133- tar cf $(package)-$(version).tar $(package)-$(version) ############################################## pv-1.6.6/autoconf/make/unreal.mk-151- for cat in $$catalogs; do \ pv-1.6.6/autoconf/make/unreal.mk:152: name=`echo $$cat | sed 's,^.*/,,g'`; \ pv-1.6.6/autoconf/make/unreal.mk:153: if test "`echo $$name | sed 's/.*\(\..*\)/\1/'`" = ".gmo"; then \ pv-1.6.6/autoconf/make/unreal.mk-154- destdir=$(gnulocaledir); \ ############################################## pv-1.6.6/autoconf/make/unreal.mk-157- fi; \ pv-1.6.6/autoconf/make/unreal.mk:158: lang=`echo $$name | sed 's/$(CATOBJEXT)$$//'`; \ pv-1.6.6/autoconf/make/unreal.mk-159- dir=$(DESTDIR)$$destdir/$$lang/LC_MESSAGES; \ ############################################## pv-1.6.6/autoconf/make/unreal.mk-171- for cat in $$catalogs; do \ pv-1.6.6/autoconf/make/unreal.mk:172: name=`echo $$cat | sed 's,^.*/,,g'`; \ pv-1.6.6/autoconf/make/unreal.mk:173: if test "`echo $$name | sed 's/.*\(\..*\)/\1/'`" = ".gmo"; then \ pv-1.6.6/autoconf/make/unreal.mk-174- destdir=$(gnulocaledir); \ ############################################## pv-1.6.6/autoconf/make/unreal.mk-177- fi; \ pv-1.6.6/autoconf/make/unreal.mk:178: lang=`echo $$name | sed 's/$(CATOBJEXT)$$//'`; \ pv-1.6.6/autoconf/make/unreal.mk-179- dir=$(DESTDIR)$$destdir/$$lang/LC_MESSAGES; \ ############################################## pv-1.6.6/configure-46-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo pv-1.6.6/configure:47:if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then pv-1.6.6/configure-48- as_echo='printf %s\n' ############################################## pv-1.6.6/configure-50-else pv-1.6.6/configure:51: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then pv-1.6.6/configure-52- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## pv-1.6.6/configure-60- expr "X$arg" : "X\\(.*\\)$as_nl"; pv-1.6.6/configure:61: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; pv-1.6.6/configure-62- esac; ############################################## pv-1.6.6/configure-234- test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" && pv-1.6.6/configure:235: test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; } pv-1.6.6/configure-236-") 2> /dev/null; then ############################################## pv-1.6.6/configure-349- test "x$as_lineno_1" != "x$as_lineno_2" && pv-1.6.6/configure:350: test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; } pv-1.6.6/configure-351- ############################################## pv-1.6.6/configure-445- test "x$as_lineno_1" != "x$as_lineno_2" && pv-1.6.6/configure:446: test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { pv-1.6.6/configure-447- ############################################## pv-1.6.6/configure-558- esac; pv-1.6.6/configure:559: case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in pv-1.6.6/configure-560- ???[sx]*):;;*)false;;esac;fi ############################################## pv-1.6.6/configure-784- case $ac_option in pv-1.6.6/configure:785: *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; pv-1.6.6/configure-786- *) ac_optarg=yes ;; ############################################## pv-1.6.6/configure-827- -disable-* | --disable-*) pv-1.6.6/configure:828: ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` pv-1.6.6/configure-829- # Reject names that are not valid shell variable names. ############################################## pv-1.6.6/configure-833- ac_useropt_orig=$ac_useropt pv-1.6.6/configure:834: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` pv-1.6.6/configure-835- case $ac_user_opts in ############################################## pv-1.6.6/configure-854- -enable-* | --enable-*) pv-1.6.6/configure:855: ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` pv-1.6.6/configure-856- # Reject names that are not valid shell variable names. ############################################## pv-1.6.6/configure-860- ac_useropt_orig=$ac_useropt pv-1.6.6/configure:861: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` pv-1.6.6/configure-862- case $ac_user_opts in ############################################## pv-1.6.6/configure-1059- -with-* | --with-*) pv-1.6.6/configure:1060: ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` pv-1.6.6/configure-1061- # Reject names that are not valid shell variable names. ############################################## pv-1.6.6/configure-1065- ac_useropt_orig=$ac_useropt pv-1.6.6/configure:1066: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` pv-1.6.6/configure-1067- case $ac_user_opts in ############################################## pv-1.6.6/configure-1076- -without-* | --without-*) pv-1.6.6/configure:1077: ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` pv-1.6.6/configure-1078- # Reject names that are not valid shell variable names. ############################################## pv-1.6.6/configure-1082- ac_useropt_orig=$ac_useropt pv-1.6.6/configure:1083: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` pv-1.6.6/configure-1084- case $ac_user_opts in ############################################## pv-1.6.6/configure-1116- *=*) pv-1.6.6/configure:1117: ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` pv-1.6.6/configure-1118- # Reject names that are not valid shell variable names. ############################################## pv-1.6.6/configure-1136-if test -n "$ac_prev"; then pv-1.6.6/configure:1137: ac_option=--`echo $ac_prev | sed 's/_/-/g'` pv-1.6.6/configure-1138- { $as_echo "$as_me: error: missing argument to $ac_option" >&2 ############################################## pv-1.6.6/configure-1160- */ ) pv-1.6.6/configure:1161: ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` pv-1.6.6/configure-1162- eval $ac_var=\$ac_val;; ############################################## pv-1.6.6/configure-1198-ac_ls_di=`ls -di .` && pv-1.6.6/configure:1199:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || pv-1.6.6/configure-1200- { $as_echo "$as_me: error: working directory cannot be determined" >&2 ############################################## pv-1.6.6/configure-1258-case $srcdir in pv-1.6.6/configure:1259:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; pv-1.6.6/configure-1260-esac ############################################## pv-1.6.6/configure-1301-By default, \`make install' will install all the files in pv-1.6.6/configure:1302:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify pv-1.6.6/configure:1303:an installation prefix other than \`$ac_default_prefix' using \`--prefix', pv-1.6.6/configure-1304-for instance \`--prefix=\$HOME'. ############################################## pv-1.6.6/configure-1377-*) pv-1.6.6/configure:1378: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` pv-1.6.6/configure-1379- # A ".." for each directory in $ac_dir_suffix. pv-1.6.6/configure:1380: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` pv-1.6.6/configure-1381- case $ac_top_builddir_sub in ############################################## pv-1.6.6/configure-1510- *\'*) pv-1.6.6/configure:1511: ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; pv-1.6.6/configure-1512- esac ############################################## pv-1.6.6/configure-1597- case $ac_val in pv-1.6.6/configure:1598: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; pv-1.6.6/configure-1599- esac ############################################## pv-1.6.6/configure-1614- case $ac_val in pv-1.6.6/configure:1615: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; pv-1.6.6/configure-1616- esac ############################################## pv-1.6.6/configure-1725- set,) pv-1.6.6/configure:1726: { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 pv-1.6.6/configure:1727:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} pv-1.6.6/configure-1728- ac_cache_corrupted=: ;; ############################################## pv-1.6.6/configure-1736- # differences in whitespace do not lead to failure. pv-1.6.6/configure:1737: ac_old_val_w=`echo x $ac_old_val` pv-1.6.6/configure:1738: ac_new_val_w=`echo x $ac_new_val` pv-1.6.6/configure-1739- if test "$ac_old_val_w" != "$ac_new_val_w"; then ############################################## pv-1.6.6/configure-1756- case $ac_new_val in pv-1.6.6/configure:1757: *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; pv-1.6.6/configure-1758- *) ac_arg=$ac_var=$ac_new_val ;; ############################################## pv-1.6.6/configure-1841- pv-1.6.6/configure:1842:PACKAGE=`cat $srcdir/doc/PACKAGE` pv-1.6.6/configure:1843:VERSION=`cat $srcdir/doc/VERSION` pv-1.6.6/configure:1844:UCPACKAGE=`tr a-z A-Z < $srcdir/doc/PACKAGE` pv-1.6.6/configure-1845- ############################################## pv-1.6.6/configure-2303-$as_echo_n "checking for C compiler default output file name... " >&6; } pv-1.6.6/configure:2304:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` pv-1.6.6/configure-2305- ############################################## pv-1.6.6/configure-2347- then :; else pv-1.6.6/configure:2348: ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` pv-1.6.6/configure-2349- fi ############################################## pv-1.6.6/configure-2450- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; pv-1.6.6/configure:2451: *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` pv-1.6.6/configure-2452- break;; ############################################## pv-1.6.6/configure-2508- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; pv-1.6.6/configure:2509: *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` pv-1.6.6/configure-2510- break;; ############################################## pv-1.6.6/configure-2966-set x ${MAKE-make} pv-1.6.6/configure:2967:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` pv-1.6.6/configure-2968-if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then ############################################## pv-1.6.6/configure-2976-# GNU make sometimes prints "make[1]: Entering...", which would confuse us. pv-1.6.6/configure:2977:case `${MAKE-make} -f conftest.make 2>/dev/null` in pv-1.6.6/configure-2978- *@@@%%%=?*=@@@%%%*) ############################################## pv-1.6.6/configure-3252- # Check for GNU $ac_path_GREP pv-1.6.6/configure:3253:case `"$ac_path_GREP" --version 2>&1` in pv-1.6.6/configure-3254-*GNU*) ############################################## pv-1.6.6/configure-3266- diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break pv-1.6.6/configure:3267: ac_count=`expr $ac_count + 1` pv-1.6.6/configure-3268- if test $ac_count -gt ${ac_path_GREP_max-0}; then ############################################## pv-1.6.6/configure-3320- # Check for GNU $ac_path_EGREP pv-1.6.6/configure:3321:case `"$ac_path_EGREP" --version 2>&1` in pv-1.6.6/configure-3322-*GNU*) ############################################## pv-1.6.6/configure-3334- diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break pv-1.6.6/configure:3335: ac_count=`expr $ac_count + 1` pv-1.6.6/configure-3336- if test $ac_count -gt ${ac_path_EGREP_max-0}; then ############################################## pv-1.6.6/configure-3962-do pv-1.6.6/configure:3963:as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` pv-1.6.6/configure-3964-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 ############################################## pv-1.6.6/configure-4014- cat >>confdefs.h <<_ACEOF pv-1.6.6/configure:4015:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 pv-1.6.6/configure-4016-_ACEOF ############################################## pv-1.6.6/configure-4025-do pv-1.6.6/configure:4026:as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` pv-1.6.6/configure-4027-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then ############################################## pv-1.6.6/configure-4161- cat >>confdefs.h <<_ACEOF pv-1.6.6/configure:4162:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 pv-1.6.6/configure-4163-_ACEOF ############################################## pv-1.6.6/configure-4171-do pv-1.6.6/configure:4172:as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` pv-1.6.6/configure-4173-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then ############################################## pv-1.6.6/configure-4307- cat >>confdefs.h <<_ACEOF pv-1.6.6/configure:4308:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 pv-1.6.6/configure-4309-_ACEOF ############################################## pv-1.6.6/configure-4328-do pv-1.6.6/configure:4329:as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` pv-1.6.6/configure-4330-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 ############################################## pv-1.6.6/configure-4420- cat >>confdefs.h <<_ACEOF pv-1.6.6/configure:4421:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 pv-1.6.6/configure-4422-_ACEOF ############################################## pv-1.6.6/configure-4429-do pv-1.6.6/configure:4430:as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` pv-1.6.6/configure-4431-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then ############################################## pv-1.6.6/configure-4565- cat >>confdefs.h <<_ACEOF pv-1.6.6/configure:4566:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 pv-1.6.6/configure-4567-_ACEOF ############################################## pv-1.6.6/configure-4577-do pv-1.6.6/configure:4578:as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` pv-1.6.6/configure-4579-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 ############################################## pv-1.6.6/configure-4669- cat >>confdefs.h <<_ACEOF pv-1.6.6/configure:4670:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 pv-1.6.6/configure-4671-_ACEOF ############################################## pv-1.6.6/configure-4868-do pv-1.6.6/configure:4869:as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` pv-1.6.6/configure-4870-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 ############################################## pv-1.6.6/configure-4960- cat >>confdefs.h <<_ACEOF pv-1.6.6/configure:4961:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 pv-1.6.6/configure-4962-_ACEOF ############################################## pv-1.6.6/configure-4969-do pv-1.6.6/configure:4970:as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` pv-1.6.6/configure-4971-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then ############################################## pv-1.6.6/configure-5105- cat >>confdefs.h <<_ACEOF pv-1.6.6/configure:5106:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 pv-1.6.6/configure-5107-_ACEOF ############################################## pv-1.6.6/configure-5119-do pv-1.6.6/configure:5120:as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` pv-1.6.6/configure-5121-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then ############################################## pv-1.6.6/configure-5255- cat >>confdefs.h <<_ACEOF pv-1.6.6/configure:5256:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 pv-1.6.6/configure-5257-_ACEOF ############################################## pv-1.6.6/configure-5268-do pv-1.6.6/configure:5269:as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` pv-1.6.6/configure-5270-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 ############################################## pv-1.6.6/configure-5360- cat >>confdefs.h <<_ACEOF pv-1.6.6/configure:5361:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 pv-1.6.6/configure-5362-_ACEOF ############################################## pv-1.6.6/configure-5372-subdirs="" pv-1.6.6/configure:5373:for i in `find $srcdir/src -type d -print | sed s,$srcdir/,,`; do pv-1.6.6/configure-5374- subdirs="$subdirs $i" ############################################## pv-1.6.6/configure-5472- ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' pv-1.6.6/configure:5473: ac_i=`$as_echo "$ac_i" | sed "$ac_script"` pv-1.6.6/configure-5474- # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR ############################################## pv-1.6.6/configure-5542-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo pv-1.6.6/configure:5543:if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then pv-1.6.6/configure-5544- as_echo='printf %s\n' ############################################## pv-1.6.6/configure-5546-else pv-1.6.6/configure:5547: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then pv-1.6.6/configure-5548- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## pv-1.6.6/configure-5556- expr "X$arg" : "X\\(.*\\)$as_nl"; pv-1.6.6/configure:5557: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; pv-1.6.6/configure-5558- esac; ############################################## pv-1.6.6/configure-5672- test "x$as_lineno_1" != "x$as_lineno_2" && pv-1.6.6/configure:5673: test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || { pv-1.6.6/configure-5674- ############################################## pv-1.6.6/configure-5785- esac; pv-1.6.6/configure:5786: case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in pv-1.6.6/configure-5787- ???[sx]*):;;*)false;;esac;fi ############################################## pv-1.6.6/configure-5870-configured by $0, generated by GNU Autoconf 2.63, pv-1.6.6/configure:5871: with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" pv-1.6.6/configure-5872- ############################################## pv-1.6.6/configure-5889- --*=*) pv-1.6.6/configure:5890: ac_option=`expr "X$1" : 'X\([^=]*\)='` pv-1.6.6/configure:5891: ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` pv-1.6.6/configure-5892- ac_shift=: ############################################## pv-1.6.6/configure-5911- case $ac_optarg in pv-1.6.6/configure:5912: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; pv-1.6.6/configure-5913- esac ############################################## pv-1.6.6/configure-5918- case $ac_optarg in pv-1.6.6/configure:5919: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; pv-1.6.6/configure-5920- esac ############################################## pv-1.6.6/configure-6050-ac_cr='' pv-1.6.6/configure:6051:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` pv-1.6.6/configure-6052-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ############################################## pv-1.6.6/configure-6069- { (exit 1); exit 1; }; } pv-1.6.6/configure:6070:ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` pv-1.6.6/configure-6071-ac_delim='%!_!# ' ############################################## pv-1.6.6/configure-6077- pv-1.6.6/configure:6078: ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` pv-1.6.6/configure-6079- if test $ac_delim_n = $ac_delim_num; then ############################################## pv-1.6.6/configure-6211-for ac_last_try in false false :; do pv-1.6.6/configure:6212: ac_t=`sed -n "/$ac_delim/p" confdefs.h` pv-1.6.6/configure-6213- if test -z "$ac_t"; then ############################################## pv-1.6.6/configure-6351- esac pv-1.6.6/configure:6352: case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac pv-1.6.6/configure-6353- ac_file_inputs="$ac_file_inputs '$ac_f'" ############################################## pv-1.6.6/configure-6414- case $as_dir in #( pv-1.6.6/configure:6415: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( pv-1.6.6/configure-6416- *) as_qdir=$as_dir;; ############################################## pv-1.6.6/configure-6452-*) pv-1.6.6/configure:6453: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` pv-1.6.6/configure-6454- # A ".." for each directory in $ac_dir_suffix. pv-1.6.6/configure:6455: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` pv-1.6.6/configure-6456- case $ac_top_builddir_sub in ############################################## pv-1.6.6/configure-6510-' pv-1.6.6/configure:6511:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in pv-1.6.6/configure-6512-*datarootdir*) ac_datarootdir_seen=yes;; ############################################## pv-1.6.6/configure-6527- pv-1.6.6/configure:6528:# Neutralize VPATH when `$srcdir' = `.'. pv-1.6.6/configure-6529-# Shell code in configure.ac might set extrasub. ############################################## pv-1.6.6/configure-6556-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && pv-1.6.6/configure:6557: { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && pv-1.6.6/configure:6558: { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && pv-1.6.6/configure-6559- { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'