=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== avfs-1.1.3/extfs/uzip.in-67- &checkargs(1, 'archive file', @_); avfs-1.1.3/extfs/uzip.in:68: &safesystem("$cmd_delete $qarchive $qfile >/dev/null"); avfs-1.1.3/extfs/uzip.in-69- exit; ############################################## avfs-1.1.3/extfs/uzip.in-78- &checkargs(1, 'archive directory', @_); avfs-1.1.3/extfs/uzip.in:79: &safesystem("$cmd_delete $qarchive $qfile/ >/dev/null", 12); avfs-1.1.3/extfs/uzip.in-80- exit; ############################################## avfs-1.1.3/extfs/uzip.in-89- &checkargs(2, 'local file', @_); avfs-1.1.3/extfs/uzip.in:90: &safesystem("$cmd_extract $qarchive $qafile > $qfsfile", 11); avfs-1.1.3/extfs/uzip.in-91- exit; ############################################## avfs-1.1.3/extfs/uzip.in-113- symlink ($fsfile, $afile) || &croak("link $afile failed"); avfs-1.1.3/extfs/uzip.in:114: &safesystem("$cmd_add $aqarchive $qafile >/dev/null"); avfs-1.1.3/extfs/uzip.in-115- unlink $afile || &croak("unlink $afile failed"); ############################################## avfs-1.1.3/extfs/uzip.in-132- &mkdirs($dir, 0700); avfs-1.1.3/extfs/uzip.in:133: &safesystem("$cmd_add $aqarchive $qdir >/dev/null"); avfs-1.1.3/extfs/uzip.in-134- &rmdirs($dir); ############################################## avfs-1.1.3/extfs/uzip.in-152- symlink ($linkdest, $afile) || &croak("link $afile failed"); avfs-1.1.3/extfs/uzip.in:153: &safesystem("$cmd_addlink $aqarchive $qafile >/dev/null"); avfs-1.1.3/extfs/uzip.in-154- unlink $afile || &croak("unlink $afile failed"); ############################################## avfs-1.1.3/extfs/uzip.in-237- chdir $tmpdir || &croak("chdir $tmpdir failed"); avfs-1.1.3/extfs/uzip.in:238: &safesystem("$cmd_extract $aqarchive $qafile > $tmpfile"); avfs-1.1.3/extfs/uzip.in-239- chmod 0700, $tmpfile; avfs-1.1.3/extfs/uzip.in:240: &safesystem("./$tmpfile"); avfs-1.1.3/extfs/uzip.in-241- unlink $tmpfile || &croak("rm $tmpfile failed"); ############################################## avfs-1.1.3/extfs/uzip.in-382- $desc = File::Basename::basename($desc); avfs-1.1.3/extfs/uzip.in:383: my $out = `$command`; avfs-1.1.3/extfs/uzip.in-384- my $rc = $?; ############################################## avfs-1.1.3/extfs/uar.in-24-{ avfs-1.1.3/extfs/uar.in:25: TMPDIR=`mktemp -d "${MC_TMPDIR:-/tmp}/mctmpdir-uar.XXXXXX"` || exit 1 avfs-1.1.3/extfs/uar.in:26: name=`basename "$2"` avfs-1.1.3/extfs/uar.in-27- (cd "$TMPDIR" && cp -fp "$3" "$name" && $XAR r "$1" "$name") ############################################## avfs-1.1.3/extfs/uxpk.in-56- avfs-1.1.3/extfs/uxpk.in:57: TMPDIR=`mktemp -u "${MC_TMPDIR:-/tmp}/extfstmpdir-uxpk.XXXXXX"` || exit 1 avfs-1.1.3/extfs/uxpk.in-58- trap 'if test -n "$TMPDIR"; then rm -rf "$TMPDIR"; fi; exit 0' 1 2 3 4 15 ############################################## avfs-1.1.3/extfs/audio.in-20- do avfs-1.1.3/extfs/audio.in:21: A=`echo "$A" | sed -e 's/\.//' -e 's/^\(.\)$/0\1/'` avfs-1.1.3/extfs/audio.in:22: SIZE=`expr 44 + $B \* 2352` avfs-1.1.3/extfs/audio.in-23- echo "-r--r--r-- 1 0 0 $SIZE $DATE track-${A}.wav" ############################################## avfs-1.1.3/extfs/audio.in-29- if [ x"$2" = x"CDDB" ]; then avfs-1.1.3/extfs/audio.in:30: DISCID=`cd-discid "$1" | tr " " "+"` avfs-1.1.3/extfs/audio.in-31- if [ -z "$DISCID" ]; then ############################################## avfs-1.1.3/extfs/audio.in-33- fi avfs-1.1.3/extfs/audio.in:34: RESPONSE=`wget -q -T $CDDB_TIMEOUT -O - "$CDDB_SERVER/~cddb/cddb.cgi?cmd=cddb+query+$DISCID&$CDDB_HANDSHAKE" | tee "$3" | @AWK@ '/^200/ { print $2,$3; }'` avfs-1.1.3/extfs/audio.in-35- wget -q -T $CDDB_TIMEOUT -O - "$CDDB_SERVER/~cddb/cddb.cgi?cmd=cddb+read+$RESPONSE&$CDDB_HANDSHAKE" | grep -v "^#" >> "$3" avfs-1.1.3/extfs/audio.in-36- else avfs-1.1.3/extfs/audio.in:37: TRACK=`echo "$2" | sed 's/track-0*//' | sed 's/\.wav//'` avfs-1.1.3/extfs/audio.in-38- cdparanoia -q -d "$1" "$TRACK" "$3" >/dev/null ############################################## avfs-1.1.3/extfs/bpp-19- DATE=`date +"%b %d %H:%M"` avfs-1.1.3/extfs/bpp:20: set x `ls -l "$1"` avfs-1.1.3/extfs/bpp-21- size=$6 ############################################## avfs-1.1.3/extfs/iso9660.in-13- if test -z "$CHARSET"; then avfs-1.1.3/extfs/iso9660.in:14: CHARSET=`locale 2>/dev/null | grep LC_CTYPE | sed -n -e 's/.*\.\(.*\)"$/\1/p'` avfs-1.1.3/extfs/iso9660.in-15- fi avfs-1.1.3/extfs/iso9660.in-16- if test -n "$CHARSET"; then avfs-1.1.3/extfs/iso9660.in:17: CHARSET=`echo "$CHARSET" | tr '[A-Z]' '[a-z]' | sed -e 's/^iso-/iso/'` avfs-1.1.3/extfs/iso9660.in-18- isoinfo -j $CHARSET -i /dev/null 2>&1 | @AWK@ "/Iconv not yet supported|Unknown charset/" >/dev/null && CHARSET= ############################################## avfs-1.1.3/extfs/patchfs.in-71- avfs-1.1.3/extfs/patchfs.in:72: $_=`$fileutil $qfname`; avfs-1.1.3/extfs/patchfs.in-73- if (/bzip/) { ############################################## avfs-1.1.3/extfs/patchfs.in-87- avfs-1.1.3/extfs/patchfs.in:88: $_=`$fileutil $qfname`; avfs-1.1.3/extfs/patchfs.in-89- if (/bzip/) { ############################################## avfs-1.1.3/extfs/patchfs.in-160- # use uid and gid from file avfs-1.1.3/extfs/patchfs.in:161: my ($uid,$gid)=(`ls -l $archive`=~/$ls_extract_id/); avfs-1.1.3/extfs/patchfs.in-162- ############################################## avfs-1.1.3/extfs/patchfs.in-312- # replace archive with temporary file avfs-1.1.3/extfs/patchfs.in:313: system('cat '.quotemeta($tmpname).'|'.myout($archive,0))==0 avfs-1.1.3/extfs/patchfs.in-314- or error "Can't write to archive"; ############################################## avfs-1.1.3/extfs/patchfs.in-348- my $cmd2=myout($archive,1); avfs-1.1.3/extfs/patchfs.in:349: system("$cmd1 | $cmd2")==0 avfs-1.1.3/extfs/patchfs.in-350- or error "Can't write to archive"; ############################################## avfs-1.1.3/extfs/rpm-42- fi avfs-1.1.3/extfs/rpm:43: f="`echo "$1" | $SED "$SEDCMD"`" avfs-1.1.3/extfs/rpm-44- FILEPREF="-r--r--r-- 1 root root " avfs-1.1.3/extfs/rpm:45: DESC=`$RPM -qip "$f" 2>/dev/null` || { avfs-1.1.3/extfs/rpm-46- echo "$FILEPREF 0 "`date +"%b %d %H:%M"`" ERROR" ############################################## avfs-1.1.3/extfs/rpm-54- writewithsize() { avfs-1.1.3/extfs/rpm:55: tempvar="%{$3`echo "$1" | sed -e "s/-/}-%{/g"`}\n" avfs-1.1.3/extfs/rpm:56: size="`getsize "$tempvar"`" avfs-1.1.3/extfs/rpm-57- echo "$FILEPREF $size $DATE $2/$1" ############################################## avfs-1.1.3/extfs/rpm-59- avfs-1.1.3/extfs/rpm:60: DATE=`$RPM -qp --qf "%{BUILDTIME:date}\n" "$f" | cut -c 5-11,21-24` avfs-1.1.3/extfs/rpm:61: HEADERSIZE=`echo "$DESC" | wc -c` avfs-1.1.3/extfs/rpm-62- echo "-r--r--r-- 1 root root $HEADERSIZE $DATE HEADER" ############################################## avfs-1.1.3/extfs/rpm-70- if test "$MCFASTRPM" = 0 ; then avfs-1.1.3/extfs/rpm:71: test "`$RPM -qp --qf \"%{DISTRIBUTION}\" \"$f\"`" = "(none)" || avfs-1.1.3/extfs/rpm-72- writewithsize DISTRIBUTION INFO avfs-1.1.3/extfs/rpm:73: test "`$RPM -qp --qf \"%{VENDOR}\" \"$f\"`" = "(none)" || avfs-1.1.3/extfs/rpm-74- writewithsize VENDOR INFO avfs-1.1.3/extfs/rpm:75: test "`$RPM -qp --qf \"%{DESCRIPTION}\" \"$f\"`" = "(none)" || avfs-1.1.3/extfs/rpm-76- writewithsize DESCRIPTION INFO avfs-1.1.3/extfs/rpm:77: test "`$RPM -qp --qf \"%{SUMMARY}\" \"$f\"`" = "(none)" || avfs-1.1.3/extfs/rpm-78- writewithsize SUMMARY INFO avfs-1.1.3/extfs/rpm:79: if test "`$RPM -qp --qf \"%{RPMTAG_PREIN}%{RPMTAG_POSTIN}%{RPMTAG_PREUN}%{RPMTAG_POSTUN}%{VERIFYSCRIPT}\" \"$f\"`" != "(none)(none)(none)(none)(none)"; then avfs-1.1.3/extfs/rpm-80- echo "dr-xr-xr-x 1 root root 0 $DATE INFO/SCRIPTS" avfs-1.1.3/extfs/rpm:81: test "`$RPM -qp --qf \"%{RPMTAG_PREIN}\" \"$f\"`" = '(none)' || avfs-1.1.3/extfs/rpm-82- writewithsize PREIN INFO/SCRIPTS RPMTAG_ avfs-1.1.3/extfs/rpm:83: test "`$RPM -qp --qf \"%{RPMTAG_POSTIN}\" \"$f\"`" = '(none)' || avfs-1.1.3/extfs/rpm-84- writewithsize POSTIN INFO/SCRIPTS RPMTAG_ avfs-1.1.3/extfs/rpm:85: test "`$RPM -qp --qf \"%{RPMTAG_PREUN}\" \"$f\"`" = '(none)' || avfs-1.1.3/extfs/rpm-86- writewithsize PREUN INFO/SCRIPTS RPMTAG_ avfs-1.1.3/extfs/rpm:87: test "`$RPM -qp --qf \"%{RPMTAG_POSTUN}\" \"$f\"`" = '(none)' || avfs-1.1.3/extfs/rpm-88- writewithsize POSTUN INFO/SCRIPTS RPMTAG_ avfs-1.1.3/extfs/rpm:89: test "`$RPM -qp --qf \"%{VERIFYSCRIPT}\" \"$f\"`" = '(none)' || avfs-1.1.3/extfs/rpm-90- writewithsize VERIFYSCRIPT INFO/SCRIPTS avfs-1.1.3/extfs/rpm:91: size="`$RPM -qp --scripts "$f"|wc -c`" avfs-1.1.3/extfs/rpm-92- echo "$FILEPREF $size $DATE INFO/SCRIPTS/ALL" ############################################## avfs-1.1.3/extfs/rpm-104- writewithsize VERIFYSCRIPT INFO/SCRIPTS RPMTAG_ avfs-1.1.3/extfs/rpm:105: size="`$RPM -qp --scripts "$f"|wc -c`" avfs-1.1.3/extfs/rpm-106- echo "$FILEPREF $size $DATE INFO/SCRIPTS/ALL" ############################################## avfs-1.1.3/extfs/rpm-108- if test "$MCFASTRPM" = 0 ; then avfs-1.1.3/extfs/rpm:109: test "`$RPM -qp --qf \"%{PACKAGER}\" \"$f\"`" = "(none)" || avfs-1.1.3/extfs/rpm-110- writewithsize PACKAGER INFO avfs-1.1.3/extfs/rpm:111: test "`$RPM -qp --qf \"%{URL}\" \"$f\"`" = "(none)" || avfs-1.1.3/extfs/rpm-112- writewithsize URL INFO avfs-1.1.3/extfs/rpm:113: test "`$RPM -qp --qf \"%{SERIAL}\" \"$f\"`" = "(none)" || avfs-1.1.3/extfs/rpm-114- writewithsize SERIAL INFO avfs-1.1.3/extfs/rpm:115: test "`$RPM -qp --qf \"%{COPYRIGHT}\" \"$f\"`" = "(none)" || avfs-1.1.3/extfs/rpm-116- writewithsize COPYRIGHT INFO avfs-1.1.3/extfs/rpm:117: test "`$RPM -qp --qf \"%{LICENSE}\" \"$f\"`" = "(none)" || avfs-1.1.3/extfs/rpm-118- writewithsize LICENSE INFO ############################################## avfs-1.1.3/extfs/rpm-142- size="`getsize "[* %{CHANGELOGTIME:date} %{CHANGELOGNAME}\n%{CHANGELOGTEXT}\n\n]\n"`" avfs-1.1.3/extfs/rpm:143: test "`$RPM -qp --qf \"%{CHANGELOGTEXT}\" \"$f\"`" = "(none)" || avfs-1.1.3/extfs/rpm-144- echo "$FILEPREF $size $DATE INFO/CHANGELOG" ############################################## avfs-1.1.3/extfs/rpm-154- fi avfs-1.1.3/extfs/rpm:155: size="`eval $RPM2CPIO "$f" | wc -c`" avfs-1.1.3/extfs/rpm-156- echo "$FILEPREF $size $DATE CONTENTS.cpio" ############################################## avfs-1.1.3/extfs/rpm-160-{ avfs-1.1.3/extfs/rpm:161: f="`echo "$1" | $SED "$SEDCMD"`" avfs-1.1.3/extfs/rpm-162- case "$2" in ############################################## avfs-1.1.3/extfs/rpm-202-{ avfs-1.1.3/extfs/rpm:203: f="`echo "$1" | $SED "$SEDCMD"`" avfs-1.1.3/extfs/rpm-204- case "$2" in ############################################## avfs-1.1.3/extfs/mailfs.in-128-my $mbox_qname = quotemeta ($mbox_name); avfs-1.1.3/extfs/mailfs.in:129:$_=`$file $mbox_qname`; avfs-1.1.3/extfs/mailfs.in-130- ############################################## avfs-1.1.3/extfs/dpkg.in-193- if( $archive eq 'DIVERSIONS' ) { avfs-1.1.3/extfs/dpkg.in:194: system("dpkg-divert --list > $qfilename 2>/dev/null"); avfs-1.1.3/extfs/dpkg.in-195- } elsif( $archive eq 'ARCHITECTURE' ) { avfs-1.1.3/extfs/dpkg.in:196: system("dpkg-architecture > $qfilename 2>/dev/null"); avfs-1.1.3/extfs/dpkg.in-197- } elsif( $archive eq 'LIST' ) { avfs-1.1.3/extfs/dpkg.in:198: system("dpkg -l '*' > $qfilename 2>/dev/null"); avfs-1.1.3/extfs/dpkg.in-199- } elsif( $archive eq 'AUDIT' ) { avfs-1.1.3/extfs/dpkg.in:200: system("dpkg --audit > $qfilename 2>/dev/null"); avfs-1.1.3/extfs/dpkg.in-201- } elsif( $archive eq 'GET-SELECTIONS' ) { avfs-1.1.3/extfs/dpkg.in:202: system("dpkg --get-selections > $qfilename 2>/dev/null"); avfs-1.1.3/extfs/dpkg.in-203- } elsif( $archive eq 'STATUS' ) { avfs-1.1.3/extfs/dpkg.in:204: system("cp /var/lib/dpkg/status $qfilename"); avfs-1.1.3/extfs/dpkg.in-205- } elsif( $archive eq 'AVAILABLE' ) { avfs-1.1.3/extfs/dpkg.in:206: system("cp /var/lib/dpkg/available $qfilename"); avfs-1.1.3/extfs/dpkg.in-207- } elsif( $archive eq 'CONFIGURE' ) { ############################################## avfs-1.1.3/extfs/dpkg.in-235- if( $archive =~ /\.deb$/ ) { avfs-1.1.3/extfs/dpkg.in:236: system("dpkg -i $qfilename>/dev/null"); avfs-1.1.3/extfs/dpkg.in-237- } else { ############################################## avfs-1.1.3/extfs/uzoo.in-15-{ avfs-1.1.3/extfs/uzoo.in:16: TMPDIR=`mktemp -d ${MC_TMPDIR:-/tmp}/mctmpdir-uzoo.XXXXXX` || exit 1 avfs-1.1.3/extfs/uzoo.in-17- trap 'cd /; rm -rf "$TMPDIR"' 0 1 2 3 5 13 15 ############################################## avfs-1.1.3/extfs/uzoo.in-49- # zoo only accepts name without directory as file to extract avfs-1.1.3/extfs/uzoo.in:50: base=`echo "$2" | sed 's,.*/,,'` avfs-1.1.3/extfs/uzoo.in-51- $ZOO xpq: "$ARCHIVE" "$base" > "$3" ############################################## avfs-1.1.3/extfs/deb.in-36- chop($date=`LC_ALL=C date "+%b %d %Y %H:%M"`); avfs-1.1.3/extfs/deb.in:37: chop($info_size=`dpkg -I $qarchivename | wc -c`); avfs-1.1.3/extfs/deb.in-38- $install_size=length($pressinstall); ############################################## avfs-1.1.3/extfs/deb.in-124- { avfs-1.1.3/extfs/deb.in:125: system("dpkg-deb -I $qarchive > $qdestfile"); avfs-1.1.3/extfs/deb.in-126- # begin from Patrik Rak ############################################## avfs-1.1.3/extfs/deb.in-130- $qfilename=~s!^DEBIAN/!!; avfs-1.1.3/extfs/deb.in:131: system("dpkg-deb -I $qarchive $qfilename > $qdestfile"); avfs-1.1.3/extfs/deb.in-132- # end from Patrik Rak ############################################## avfs-1.1.3/extfs/deb.in-140- close FILEOUT; avfs-1.1.3/extfs/deb.in:141: system("chmod a+x $qdestfile"); avfs-1.1.3/extfs/deb.in-142- } ############################################## avfs-1.1.3/extfs/deb.in-147- $qfilename=~s!^CONTENTS/!!; avfs-1.1.3/extfs/deb.in:148: system("dpkg-deb --fsys-tarfile $qarchive | tar xOf - $qfilename ./$qfilename > $qdestfile 2>/dev/null"); avfs-1.1.3/extfs/deb.in-149- } ############################################## avfs-1.1.3/extfs/deb.in-158- print "Installing $archive\n"; avfs-1.1.3/extfs/deb.in:159: system("dpkg -i $qarchive"); avfs-1.1.3/extfs/deb.in-160- } ############################################## avfs-1.1.3/extfs/deb.in-168- &mcdebfs_copyout($archive, $filename, $tmpcmd); avfs-1.1.3/extfs/deb.in:169: system("chmod u+x $tmpcmd"); avfs-1.1.3/extfs/deb.in:170: system($tmpcmd); avfs-1.1.3/extfs/deb.in-171- unlink($tmpcmd); ############################################## avfs-1.1.3/extfs/Makefile.in-51- { \ avfs-1.1.3/extfs/Makefile.in:52: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ avfs-1.1.3/extfs/Makefile.in-53- }; \ ############################################## avfs-1.1.3/extfs/Makefile.in-105-CONFIG_CLEAN_VPATH_FILES = avfs-1.1.3/extfs/Makefile.in:106:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; avfs-1.1.3/extfs/Makefile.in-107-am__vpath_adj = case $$p in \ avfs-1.1.3/extfs/Makefile.in:108: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ avfs-1.1.3/extfs/Makefile.in-109- *) f=$$p;; \ avfs-1.1.3/extfs/Makefile.in-110- esac; avfs-1.1.3/extfs/Makefile.in:111:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; avfs-1.1.3/extfs/Makefile.in-112-am__install_max = 40 avfs-1.1.3/extfs/Makefile.in-113-am__nobase_strip_setup = \ avfs-1.1.3/extfs/Makefile.in:114: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` avfs-1.1.3/extfs/Makefile.in-115-am__nobase_strip = \ ############################################## avfs-1.1.3/extfs/Makefile.in-499- @list='$(extfsdata_DATA)'; test -n "$(extfsdatadir)" || list=; \ avfs-1.1.3/extfs/Makefile.in:500: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ avfs-1.1.3/extfs/Makefile.in-501- dir='$(DESTDIR)$(extfsdatadir)'; $(am__uninstall_files_from_dir) ############################################## avfs-1.1.3/extfs/Makefile.in-509-distdir: $(DISTFILES) avfs-1.1.3/extfs/Makefile.in:510: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ avfs-1.1.3/extfs/Makefile.in:511: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ avfs-1.1.3/extfs/Makefile.in-512- list='$(DISTFILES)'; \ ############################################## avfs-1.1.3/extfs/Makefile.in-523- if test -d $$d/$$file; then \ avfs-1.1.3/extfs/Makefile.in:524: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ avfs-1.1.3/extfs/Makefile.in-525- if test -d "$(distdir)/$$file"; then \ ############################################## avfs-1.1.3/extfs/udar-24-# dar expects the basename (without number and extension) avfs-1.1.3/extfs/udar:25:BASENAME="`echo "$2" | sed -e 's/\.[0-9]*\.[Dd][Aa][Rr]$//'`" avfs-1.1.3/extfs/udar-26- ############################################## avfs-1.1.3/extfs/u7z.in-81- mv "$1" . avfs-1.1.3/extfs/u7z.in:82: arname=`basename "$1"` avfs-1.1.3/extfs/u7z.in-83- di="${2%/*}" ############################################## avfs-1.1.3/extfs/u7z.in-100-{ avfs-1.1.3/extfs/u7z.in:101: TMPDIR=`mktemp -u "${MC_TMPDIR:-/tmp}/mctmpdir-u7z.XXXXXX"` || exit 1 avfs-1.1.3/extfs/u7z.in-102- trap 'rm -rf "$TMPDIR"; exit 0' 1 2 3 4 15 ############################################## avfs-1.1.3/extfs/u7z.in-107-# but in top dir it understand only without "./" avfs-1.1.3/extfs/u7z.in:108: FLIST=`$SEVENZ l "$1" 2> /dev/null` avfs-1.1.3/extfs/u7z.in-109- echo "$FLIST" | grep -q "[.][/]" > /dev/null 2>&1 && EXFNAME=*./"$2" || EXFNAME="$2" avfs-1.1.3/extfs/u7z.in:110: EXFN=`basename "$2"` avfs-1.1.3/extfs/u7z.in-111- $SEVENZ e -r- "$1" "$EXFNAME" -o"$TMPDIR" > /dev/null 2> /dev/null ############################################## avfs-1.1.3/extfs/deba.in-19- chop($date=`LC_ALL=C date "+%m-%d-%Y %H:%M"`); avfs-1.1.3/extfs/deba.in:20: chop($info_size=`apt-cache show $qarchive | wc -c`); avfs-1.1.3/extfs/deba.in-21- $install_size=length($pressinstall); ############################################## avfs-1.1.3/extfs/deba.in-25- avfs-1.1.3/extfs/deba.in:26: chop($debd = `dpkg -s $qarchive | grep -i ^Version | sed 's/^version: //i'`); avfs-1.1.3/extfs/deba.in:27: chop($deba = `apt-cache show $qarchive | grep -i ^Version | sed 's/^version: //i'`); avfs-1.1.3/extfs/deba.in-28- if( ! $debd ) { ############################################## avfs-1.1.3/extfs/deba.in-40- if($filename eq "INFO") { avfs-1.1.3/extfs/deba.in:41: system("apt-cache show $qarchive > $qdestfile"); avfs-1.1.3/extfs/deba.in-42- } elsif($filename eq "INSTALL") { ############################################## avfs-1.1.3/extfs/deba.in-45- close FILEOUT; avfs-1.1.3/extfs/deba.in:46: system("chmod a+x $qdestfile"); avfs-1.1.3/extfs/deba.in-47- } ############################################## avfs-1.1.3/extfs/deba.in-51- close FILEOUT; avfs-1.1.3/extfs/deba.in:52: system("chmod a+x $qdestfile"); avfs-1.1.3/extfs/deba.in-53- } ############################################## avfs-1.1.3/extfs/deba.in-63- if($filename eq "INSTALL") { avfs-1.1.3/extfs/deba.in:64: system("apt-get install $qarchive"); avfs-1.1.3/extfs/deba.in-65- } elsif($filename eq "UPGRADE") { avfs-1.1.3/extfs/deba.in:66: system("apt-get install $qarchive"); avfs-1.1.3/extfs/deba.in-67- } else { ############################################## avfs-1.1.3/extfs/deba.in-96- avfs-1.1.3/extfs/deba.in:97:chop($name = `if [ -f "$ARGV[1]" ]; then cat $ARGV[1]; else echo $ARGV[1]; fi`); avfs-1.1.3/extfs/deba.in-98-$name =~ s%.*/([0-9a-z.-]*)_.*%$1%; ############################################## avfs-1.1.3/extfs/hp48.in-34-(echo SET EXIT WARNING OFF;echo REMOTE HOST HOME avfs-1.1.3/extfs/hp48.in:35:for HP48_DIR in `echo "$1" | tr '/' ' '`;do avfs-1.1.3/extfs/hp48.in-36- if [ "x$HP48_DIR" != "x." ];then echo REMOTE HOST "$HP48_DIR"; fi ############################################## avfs-1.1.3/extfs/hp48.in-56-do avfs-1.1.3/extfs/hp48.in:57: case `echo "$INPUT" | $AWK '{if (int($2)) if ($3 == "Directory") print "dir";else print "file"}'` in avfs-1.1.3/extfs/hp48.in:58: dir) HP48_DIRS="$HP48_DIRS `hp48_retdir \"$INPUT\"`" avfs-1.1.3/extfs/hp48.in:59: printf "drwxr-xr-x 1 %-8d %-8d %8d %s %s\n" 0 0 `hp48_retsize "$INPUT"` "`date +\"%b %d %Y %k:%M\"`" "$HP48_CDIR/`hp48_retdir \"$INPUT\"`";; avfs-1.1.3/extfs/hp48.in:60: file) printf "-rw-r--r-- 1 %-8d %-8d %8d %s %s\n" 0 0 `hp48_retsize "$INPUT"` "`date +\"%b %d %Y %k:%M\"`" "$HP48_CDIR/`hp48_retdir \"$INPUT\"`";; avfs-1.1.3/extfs/hp48.in-61- esac ############################################## avfs-1.1.3/extfs/hp48.in-87-copyout) avfs-1.1.3/extfs/hp48.in:88: cd "`dirname "$4"`" avfs-1.1.3/extfs/hp48.in:89: hp48_cd "`dirname "$3"`" avfs-1.1.3/extfs/hp48.in:90: $KERMIT -B -g "`basename "$3"`" -a "$4" >/dev/null avfs-1.1.3/extfs/hp48.in-91- exit 0;; avfs-1.1.3/extfs/hp48.in-92-copyin) avfs-1.1.3/extfs/hp48.in:93: cd "`dirname "$4"`" avfs-1.1.3/extfs/hp48.in:94: hp48_cd "`dirname "$3"`" avfs-1.1.3/extfs/hp48.in:95: $KERMIT -B -s "$4" -a "`basename "$3"`" >/dev/null avfs-1.1.3/extfs/hp48.in-96- exit 0;; ############################################## avfs-1.1.3/extfs/debd.in-112- chop($date=`LC_ALL=C date "+%m-%d-%Y %H:%M"`); avfs-1.1.3/extfs/debd.in:113: chop($info_size=`dpkg -s $qarchive | wc -c`); avfs-1.1.3/extfs/debd.in-114- $repack_size=length($pressrepack); ############################################## avfs-1.1.3/extfs/debd.in-127- avfs-1.1.3/extfs/debd.in:128: chop($status = `dpkg -s $qarchive | grep ^Status`); avfs-1.1.3/extfs/debd.in-129- if( $status =~ /deinstall/ ) { ############################################## avfs-1.1.3/extfs/debd.in-177- if($filename eq "INFO") { avfs-1.1.3/extfs/debd.in:178: system("dpkg -s $qarchive > $qdestfile"); avfs-1.1.3/extfs/debd.in-179- } elsif($filename eq "DPKG-REPACK") { ############################################## avfs-1.1.3/extfs/debd.in-182- close FILEOUT; avfs-1.1.3/extfs/debd.in:183: system("chmod a+x $qdestfile"); avfs-1.1.3/extfs/debd.in-184- } ############################################## avfs-1.1.3/extfs/debd.in-186- $qfilename=~s!^DEBIAN/!!; avfs-1.1.3/extfs/debd.in:187: system("cat /var/lib/dpkg/info/$qarchive.$qfilename > $qdestfile"); avfs-1.1.3/extfs/debd.in-188- } elsif($filename eq "DPKG-REMOVE" || $filename eq "APT-REMOVE") { ############################################## avfs-1.1.3/extfs/debd.in-191- close FILEOUT; avfs-1.1.3/extfs/debd.in:192: system("chmod a+x $qdestfile"); avfs-1.1.3/extfs/debd.in-193- } ############################################## avfs-1.1.3/extfs/debd.in-197- close FILEOUT; avfs-1.1.3/extfs/debd.in:198: system("chmod a+x $qdestfile"); avfs-1.1.3/extfs/debd.in-199- } ############################################## avfs-1.1.3/extfs/debd.in-203- close FILEOUT; avfs-1.1.3/extfs/debd.in:204: system("chmod a+x $qdestfile"); avfs-1.1.3/extfs/debd.in-205- } ############################################## avfs-1.1.3/extfs/debd.in-209- close FILEOUT; avfs-1.1.3/extfs/debd.in:210: system("chmod a+x $destfile"); avfs-1.1.3/extfs/debd.in-211- } ############################################## avfs-1.1.3/extfs/debd.in-215- close FILEOUT; avfs-1.1.3/extfs/debd.in:216: system("chmod a+x $destfile"); avfs-1.1.3/extfs/debd.in-217- } ############################################## avfs-1.1.3/extfs/debd.in-221- close FILEOUT; avfs-1.1.3/extfs/debd.in:222: system("chmod a+x $qdestfile"); avfs-1.1.3/extfs/debd.in-223- } ############################################## avfs-1.1.3/extfs/debd.in-225- $qfilename=~s!^CONTENTS!!; avfs-1.1.3/extfs/debd.in:226: system("cat $qfilename > $qdestfile"); avfs-1.1.3/extfs/debd.in-227- } ############################################## avfs-1.1.3/extfs/debd.in-235- if($filename eq "DPKG-REMOVE") { avfs-1.1.3/extfs/debd.in:236: system("dpkg --remove $qarchive"); avfs-1.1.3/extfs/debd.in-237- } elsif($filename eq "APT-REMOVE") { avfs-1.1.3/extfs/debd.in:238: system("apt-get remove $qarchive"); avfs-1.1.3/extfs/debd.in-239- } elsif($filename eq "DPKG-PURGE") { avfs-1.1.3/extfs/debd.in:240: system("dpkg --purge $qarchive"); avfs-1.1.3/extfs/debd.in-241- } elsif($filename eq "APT-PURGE") { avfs-1.1.3/extfs/debd.in:242: system("apt-get --purge remove $qarchive"); avfs-1.1.3/extfs/debd.in-243- } elsif($filename eq "DPKG-REPACK") { avfs-1.1.3/extfs/debd.in:244: system("dpkg-repack $qarchive"); avfs-1.1.3/extfs/debd.in-245- } elsif($filename eq "DPKG-SELECT") { avfs-1.1.3/extfs/debd.in:246: system("echo $aqrchive install | dpkg --set-selections"); avfs-1.1.3/extfs/debd.in-247- } elsif($filename eq "DPKG-UNSELECT") { avfs-1.1.3/extfs/debd.in:248: system("echo $qarchive deinstall | dpkg --set-selections"); avfs-1.1.3/extfs/debd.in-249- } elsif($filename eq "APT-REINSTALL") { avfs-1.1.3/extfs/debd.in:250: system("apt-get -u --reinstall install $qarchive"); avfs-1.1.3/extfs/debd.in-251- } elsif($filename eq "DPKG-RECONFIGURE") { avfs-1.1.3/extfs/debd.in:252: system("dpkg-reconfigure $qarchive"); avfs-1.1.3/extfs/debd.in-253- } elsif($filename=~/^DEBIAN/) { avfs-1.1.3/extfs/debd.in-254- $qfilename=~s!^DEBIAN!!; avfs-1.1.3/extfs/debd.in:255: system("/var/lib/dpkg/info/$qarchive.$qfilename"); avfs-1.1.3/extfs/debd.in-256- } else { avfs-1.1.3/extfs/debd.in-257- $qfilename=~s!^CONTENTS!!; avfs-1.1.3/extfs/debd.in:258: system($qfilename); avfs-1.1.3/extfs/debd.in-259- } ############################################## avfs-1.1.3/extfs/debd.in-351- avfs-1.1.3/extfs/debd.in:352:chop($name = `if [ -f "$ARGV[1]" ]; then cat $ARGV[1]; else echo $ARGV[1]; fi`); avfs-1.1.3/extfs/debd.in-353-$name =~ s%.*/([0-9a-z.-]*)_.*%$1%; ############################################## avfs-1.1.3/extfs/trpm-39- FILEPREF="-r--r--r-- 1 root root " avfs-1.1.3/extfs/trpm:40: DESC=`$RPM -qi -- "$1"` avfs-1.1.3/extfs/trpm-41- if [ $? -ne 0 ]; then ############################################## avfs-1.1.3/extfs/trpm-44- fi avfs-1.1.3/extfs/trpm:45: DATE=`$RPM -q --qf "%{BUILDTIME:date}" -- "$1" | cut -c 5-11,21-24` avfs-1.1.3/extfs/trpm:46: HEADERSIZE=`echo "$DESC" | wc -c` avfs-1.1.3/extfs/trpm-47- f="$1" ############################################## avfs-1.1.3/extfs/trpm-53- writewithsize() { avfs-1.1.3/extfs/trpm:54: tempvar="%{$3`echo "$1" | sed -e "s/-/}-%{/g"`}\n" avfs-1.1.3/extfs/trpm:55: size="`getsize "$tempvar"`" avfs-1.1.3/extfs/trpm-56- echo "$FILEPREF $size $DATE $2/$1" ############################################## avfs-1.1.3/extfs/trpm-66- if test "$MCFASTRPM" = 0 ; then avfs-1.1.3/extfs/trpm:67: test "`$RPM -q --qf \"%{DISTRIBUTION}\" \"$f\"`" = "(none)" || avfs-1.1.3/extfs/trpm-68- writewithsize DISTRIBUTION INFO avfs-1.1.3/extfs/trpm:69: test "`$RPM -q --qf \"%{VENDOR}\" \"$f\"`" = "(none)" || avfs-1.1.3/extfs/trpm-70- writewithsize VENDOR INFO avfs-1.1.3/extfs/trpm:71: test "`$RPM -q --qf \"%{DESCRIPTION}\" \"$f\"`" = "(none)" || avfs-1.1.3/extfs/trpm-72- writewithsize DESCRIPTION INFO avfs-1.1.3/extfs/trpm:73: test "`$RPM -q --qf \"%{SUMMARY}\" \"$f\"`" = "(none)" || avfs-1.1.3/extfs/trpm-74- writewithsize SUMMARY INFO avfs-1.1.3/extfs/trpm:75: if test "`$RPM -q --qf \"%{RPMTAG_PREIN}%{RPMTAG_POSTIN}%{RPMTAG_PREUN}%{RPMTAG_POSTUN}%{VERIFYSCRIPT}\" \"$f\"`" != "(none)(none)(none)(none)(none)"; then avfs-1.1.3/extfs/trpm-76- echo "dr-xr-xr-x 1 root root 0 $DATE INFO/SCRIPTS" avfs-1.1.3/extfs/trpm:77: test "`$RPM -q --qf \"%{RPMTAG_PREIN}\" \"$f\"`" = '(none)' || avfs-1.1.3/extfs/trpm-78- writewithsize PREIN INFO/SCRIPTS RPMTAG_ avfs-1.1.3/extfs/trpm:79: test "`$RPM -q --qf \"%{RPMTAG_POSTIN}\" \"$f\"`" = '(none)' || avfs-1.1.3/extfs/trpm-80- writewithsize POSTIN INFO/SCRIPTS RPMTAG_ avfs-1.1.3/extfs/trpm:81: test "`$RPM -q --qf \"%{RPMTAG_PREUN}\" \"$f\"`" = '(none)' || avfs-1.1.3/extfs/trpm-82- writewithsize PREUN INFO/SCRIPTS RPMTAG_ avfs-1.1.3/extfs/trpm:83: test "`$RPM -q --qf \"%{RPMTAG_POSTUN}\" \"$f\"`" = '(none)' || avfs-1.1.3/extfs/trpm-84- writewithsize POSTUN INFO/SCRIPTS RPMTAG_ avfs-1.1.3/extfs/trpm:85: test "`$RPM -q --qf \"%{VERIFYSCRIPT}\" \"$f\"`" = '(none)' || avfs-1.1.3/extfs/trpm-86- writewithsize VERIFYSCRIPT INFO/SCRIPTS avfs-1.1.3/extfs/trpm:87: size="`$RPM -q --scripts "$f"|wc -c`" avfs-1.1.3/extfs/trpm-88- echo "$FILEPREF $size $DATE INFO/SCRIPTS/ALL" ############################################## avfs-1.1.3/extfs/trpm-100- writewithsize VERIFYSCRIPT INFO/SCRIPTS RPMTAG_ avfs-1.1.3/extfs/trpm:101: size="`$RPM -q --scripts "$f"|wc -c`" avfs-1.1.3/extfs/trpm-102- echo "$FILEPREF $size $DATE INFO/SCRIPTS/ALL" ############################################## avfs-1.1.3/extfs/trpm-104- if test "$MCFASTRPM" = 0 ; then avfs-1.1.3/extfs/trpm:105: test "`$RPM -q --qf \"%{PACKAGER}\" \"$f\"`" = "(none)" || avfs-1.1.3/extfs/trpm-106- writewithsize PACKAGER INFO avfs-1.1.3/extfs/trpm:107: test "`$RPM -q --qf \"%{URL}\" \"$f\"`" = "(none)" || avfs-1.1.3/extfs/trpm-108- writewithsize URL INFO avfs-1.1.3/extfs/trpm:109: test "`$RPM -q --qf \"%{SERIAL}\" \"$f\"`" = "(none)" || avfs-1.1.3/extfs/trpm-110- writewithsize SERIAL INFO avfs-1.1.3/extfs/trpm:111: test "`$RPM -q --qf \"%{COPYRIGHT}\" \"$f\"`" = "(none)" || avfs-1.1.3/extfs/trpm-112- writewithsize COPYRIGHT INFO avfs-1.1.3/extfs/trpm:113: test "`$RPM -q --qf \"%{LICENSE}\" \"$f\"`" = "(none)" || avfs-1.1.3/extfs/trpm-114- writewithsize LICENSE INFO ############################################## avfs-1.1.3/extfs/trpm-138- size="`getsize "[* %{CHANGELOGTIME:date} %{CHANGELOGNAME}\n%{CHANGELOGTEXT}\n\n]\n"`" avfs-1.1.3/extfs/trpm:139: test "`$RPM -q --qf \"%{CHANGELOGTEXT}\" \"$f\"`" = "(none)" || avfs-1.1.3/extfs/trpm-140- echo "$FILEPREF $size $DATE INFO/CHANGELOG" ############################################## avfs-1.1.3/extfs/trpm-200- avfs-1.1.3/extfs/trpm:201:name=`head -n 1 "$2" | sed 's/.*\///;s/\.trpm$//'` avfs-1.1.3/extfs/trpm-202- ############################################## avfs-1.1.3/extfs/apt.in-240- if( $archive eq 'CHECK' ) { avfs-1.1.3/extfs/apt.in:241: system("apt-get -q check > $qfilename"); avfs-1.1.3/extfs/apt.in-242- } elsif( $archive eq 'AVAILABLE' ) { avfs-1.1.3/extfs/apt.in:243: system("apt-cache dumpavail > $qfilename"); avfs-1.1.3/extfs/apt.in-244- } elsif( $archive eq 'STATS' ) { avfs-1.1.3/extfs/apt.in:245: system("apt-cache stats > $qfilename"); avfs-1.1.3/extfs/apt.in-246- } elsif( $archive eq 'CONFIG' ) { avfs-1.1.3/extfs/apt.in:247: system("(apt-config dump 2>&1) > $qfilename"); avfs-1.1.3/extfs/apt.in-248- } elsif( $archive eq 'UPDATE' ) { ############################################## avfs-1.1.3/extfs/apt.in-256- } elsif( $archive eq 'apt.conf' ) { avfs-1.1.3/extfs/apt.in:257: system("cp /etc/apt/apt.conf $qfilename"); avfs-1.1.3/extfs/apt.in-258- } elsif( $archive eq 'sources.list' ) { avfs-1.1.3/extfs/apt.in:259: system("cp /etc/apt/sources.list $qfilename"); avfs-1.1.3/extfs/apt.in-260- } elsif( $archive =~ /^CACHE\// ) { avfs-1.1.3/extfs/apt.in-261- $archive =~ s%^CACHE/%/var/cache/apt/archives/%; avfs-1.1.3/extfs/apt.in:262: system("cp $qarchive $qfilename"); avfs-1.1.3/extfs/apt.in-263- } else { ############################################## avfs-1.1.3/extfs/apt.in-275- if( $archive =~ /\.deb$/ ) { avfs-1.1.3/extfs/apt.in:276: system("dpkg -i $qfilename>/dev/null"); avfs-1.1.3/extfs/apt.in-277- } elsif( $archive eq 'apt.conf' ) { avfs-1.1.3/extfs/apt.in:278: system("cp $qfilename /etc/apt/apt.conf"); avfs-1.1.3/extfs/apt.in-279- } elsif( $archive eq 'sources.list' ) { avfs-1.1.3/extfs/apt.in:280: system("cp $qfilename /etc/apt/sources.list"); avfs-1.1.3/extfs/apt.in-281- } elsif( $archive =~ /^CACHE\// ) { avfs-1.1.3/extfs/apt.in-282- $qarchive =~ s%^CACHE/%/var/cache/apt/archives/%; avfs-1.1.3/extfs/apt.in:283: system("cp $qfilename $qarchive"); avfs-1.1.3/extfs/apt.in-284- } else { ############################################## avfs-1.1.3/extfs/apt.in-308- $qarchive =~ s%^CACHE/%/var/cache/apt/archives/%; avfs-1.1.3/extfs/apt.in:309: system("rm -f $qarchive"); avfs-1.1.3/extfs/apt.in-310- } elsif( $archive eq 'apt.conf' ) { ############################################## avfs-1.1.3/extfs/apt.in-318- $qname =~ s%_.*%%g; avfs-1.1.3/extfs/apt.in:319: system("dpkg --remove $qname >/dev/null"); avfs-1.1.3/extfs/apt.in-320- die("extfs: $archive: Operation not permitted\n") if $? != 0; ############################################## avfs-1.1.3/extfs/uimg-61-# Find a free drive letter avfs-1.1.3/extfs/uimg:62: useddrives="`$CONFIGIMG | grep -e '^drive [A-Z]:.*' | sed -e 's/drive \(.\):.*/\1/'`" avfs-1.1.3/extfs/uimg-63- for (( drivenum=2 ; drivenum != 25 ; drivenum++ )) ; do ############################################## avfs-1.1.3/extfs/uimg-80- echo " mformat_only" >> $TEMPRCFILE avfs-1.1.3/extfs/uimg:81: if [[ -e "$1" && "`wc -c "$1" | sed -e 's/[ ]*\([^ ]*\).*$/\1/'`" -gt "4194304" ]]; then avfs-1.1.3/extfs/uimg-82- echo " partition=1" >> $TEMPRCFILE ############################################## avfs-1.1.3/extfs/uextrar.in-97-# Create a directory and create in it a tmp directory with the good name avfs-1.1.3/extfs/uextrar.in:98: dir=`mktemp -d "${MC_TMPDIR:-/tmp}/mctmpdir-urar.XXXXXX"` || exit 1 avfs-1.1.3/extfs/uextrar.in-99- cd "$dir" ############################################## avfs-1.1.3/extfs/ulha.in-121-{ avfs-1.1.3/extfs/ulha.in:122: NAME2=`basename "$2"`; DIR2=${2%$NAME2} avfs-1.1.3/extfs/ulha.in:123: NAME3=`basename "$3"`; DIR3=${3%$NAME3} avfs-1.1.3/extfs/ulha.in-124- ############################################## avfs-1.1.3/extfs/ulha.in-141-{ avfs-1.1.3/extfs/ulha.in:142: TMPDIR=`mktemp -d "${MC_TMPDIR:-/tmp}/mctmpdir-ulha.XXXXXX"` || exit 1 avfs-1.1.3/extfs/ulha.in-143- trap 'rm -rf "$TMPDIR"; exit 0' 1 2 3 4 15 ############################################## avfs-1.1.3/extfs/uha.in-33-{ avfs-1.1.3/extfs/uha.in:34: TMPDIR=`mktemp -d "${MC_TMPDIR:-/tmp}/mctmpdir-uha.XXXXXX"` || exit 1 avfs-1.1.3/extfs/uha.in-35- cd "$TMPDIR" ############################################## avfs-1.1.3/extfs/a.in-39- $qname = quote($ARGV[0]); avfs-1.1.3/extfs/a.in:40: system("$mmd $qdisk:/$qname >/dev/null"); avfs-1.1.3/extfs/a.in-41- exit 0; }; ############################################## avfs-1.1.3/extfs/a.in-45- $qname = quote($ARGV[0]); avfs-1.1.3/extfs/a.in:46: system("$mrd $qdisk:/$qname >/dev/null"); avfs-1.1.3/extfs/a.in-47- exit 0; }; ############################################## avfs-1.1.3/extfs/a.in-51- $qname = quote($ARGV[0]); avfs-1.1.3/extfs/a.in:52: system("$mdel $qdisk:/$qname >/dev/null"); avfs-1.1.3/extfs/a.in-53- exit 0; }; ############################################## avfs-1.1.3/extfs/a.in-59- $qdest = quote($qdest); avfs-1.1.3/extfs/a.in:60: system("$mcopy $qdisk:/$qsrc $qdest >/dev/null"); avfs-1.1.3/extfs/a.in-61- exit 0; }; ############################################## avfs-1.1.3/extfs/a.in-67- $qdest = quote($qdest); avfs-1.1.3/extfs/a.in:68: system("$mcopy $qsrc $qdisk:/$qdest >/dev/null"); avfs-1.1.3/extfs/a.in-69- exit 0; }; ############################################## avfs-1.1.3/configure.ac-257-AC_CHECK_LIB(pthread, pthread_create) avfs-1.1.3/configure.ac:258:if test -z "`echo "$LIBS"|grep pthread`"; then avfs-1.1.3/configure.ac-259- LIBS="$LIBS -pthread" ############################################## avfs-1.1.3/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \ avfs-1.1.3/configure:44: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then avfs-1.1.3/configure-45- as_echo='print -r --' avfs-1.1.3/configure-46- as_echo_n='print -rn --' avfs-1.1.3/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then avfs-1.1.3/configure-48- as_echo='printf %s\n' ############################################## avfs-1.1.3/configure-50-else avfs-1.1.3/configure:51: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then avfs-1.1.3/configure-52- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## avfs-1.1.3/configure-60- expr "X$arg" : "X\\(.*\\)$as_nl"; avfs-1.1.3/configure:61: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; avfs-1.1.3/configure-62- esac; ############################################## avfs-1.1.3/configure-197- eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && avfs-1.1.3/configure:198: test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 avfs-1.1.3/configure-199- ############################################## avfs-1.1.3/configure-204- PATH=/empty FPATH=/empty; export PATH FPATH avfs-1.1.3/configure:205: test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\ avfs-1.1.3/configure:206: || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1 avfs-1.1.3/configure-207-test \$(( 1 + 1 )) = 2 || exit 1" ############################################## avfs-1.1.3/configure-332- case $as_dir in #( avfs-1.1.3/configure:333: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( avfs-1.1.3/configure-334- *) as_qdir=$as_dir;; ############################################## avfs-1.1.3/configure-405- { avfs-1.1.3/configure:406: as_val=`expr "$@" || test $? -eq 1` avfs-1.1.3/configure-407- } ############################################## avfs-1.1.3/configure-412-# ---------------------------------------- avfs-1.1.3/configure:413:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are avfs-1.1.3/configure-414-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## avfs-1.1.3/configure-475- eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && avfs-1.1.3/configure:476: test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { avfs-1.1.3/configure-477- # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) ############################################## avfs-1.1.3/configure-897- case $ac_option in avfs-1.1.3/configure:898: *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; avfs-1.1.3/configure-899- *=) ac_optarg= ;; ############################################## avfs-1.1.3/configure-941- -disable-* | --disable-*) avfs-1.1.3/configure:942: ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` avfs-1.1.3/configure-943- # Reject names that are not valid shell variable names. ############################################## avfs-1.1.3/configure-946- ac_useropt_orig=$ac_useropt avfs-1.1.3/configure:947: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` avfs-1.1.3/configure-948- case $ac_user_opts in ############################################## avfs-1.1.3/configure-967- -enable-* | --enable-*) avfs-1.1.3/configure:968: ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` avfs-1.1.3/configure-969- # Reject names that are not valid shell variable names. ############################################## avfs-1.1.3/configure-972- ac_useropt_orig=$ac_useropt avfs-1.1.3/configure:973: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` avfs-1.1.3/configure-974- case $ac_user_opts in ############################################## avfs-1.1.3/configure-1171- -with-* | --with-*) avfs-1.1.3/configure:1172: ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` avfs-1.1.3/configure-1173- # Reject names that are not valid shell variable names. ############################################## avfs-1.1.3/configure-1176- ac_useropt_orig=$ac_useropt avfs-1.1.3/configure:1177: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` avfs-1.1.3/configure-1178- case $ac_user_opts in ############################################## avfs-1.1.3/configure-1187- -without-* | --without-*) avfs-1.1.3/configure:1188: ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` avfs-1.1.3/configure-1189- # Reject names that are not valid shell variable names. ############################################## avfs-1.1.3/configure-1192- ac_useropt_orig=$ac_useropt avfs-1.1.3/configure:1193: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` avfs-1.1.3/configure-1194- case $ac_user_opts in ############################################## avfs-1.1.3/configure-1225- *=*) avfs-1.1.3/configure:1226: ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` avfs-1.1.3/configure-1227- # Reject names that are not valid shell variable names. ############################################## avfs-1.1.3/configure-1246-if test -n "$ac_prev"; then avfs-1.1.3/configure:1247: ac_option=--`echo $ac_prev | sed 's/_/-/g'` avfs-1.1.3/configure-1248- as_fn_error $? "missing argument to $ac_option" ############################################## avfs-1.1.3/configure-1268- */ ) avfs-1.1.3/configure:1269: ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` avfs-1.1.3/configure-1270- eval $ac_var=\$ac_val;; ############################################## avfs-1.1.3/configure-1303-ac_ls_di=`ls -di .` && avfs-1.1.3/configure:1304:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || avfs-1.1.3/configure-1305- as_fn_error $? "working directory cannot be determined" ############################################## avfs-1.1.3/configure-1359-case $srcdir in avfs-1.1.3/configure:1360:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; avfs-1.1.3/configure-1361-esac ############################################## avfs-1.1.3/configure-1402-By default, \`make install' will install all the files in avfs-1.1.3/configure:1403:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify avfs-1.1.3/configure:1404:an installation prefix other than \`$ac_default_prefix' using \`--prefix', avfs-1.1.3/configure-1405-for instance \`--prefix=\$HOME'. ############################################## avfs-1.1.3/configure-1537-*) avfs-1.1.3/configure:1538: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` avfs-1.1.3/configure-1539- # A ".." for each directory in $ac_dir_suffix. avfs-1.1.3/configure:1540: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` avfs-1.1.3/configure-1541- case $ac_top_builddir_sub in ############################################## avfs-1.1.3/configure-2021- *\'*) avfs-1.1.3/configure:2022: ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; avfs-1.1.3/configure-2023- esac ############################################## avfs-1.1.3/configure-2104- case $ac_val in avfs-1.1.3/configure:2105: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; avfs-1.1.3/configure-2106- esac ############################################## avfs-1.1.3/configure-2119- case $ac_val in avfs-1.1.3/configure:2120: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; avfs-1.1.3/configure-2121- esac ############################################## avfs-1.1.3/configure-2239- set,) avfs-1.1.3/configure:2240: { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 avfs-1.1.3/configure:2241:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} avfs-1.1.3/configure-2242- ac_cache_corrupted=: ;; ############################################## avfs-1.1.3/configure-2250- # differences in whitespace do not lead to failure. avfs-1.1.3/configure:2251: ac_old_val_w=`echo x $ac_old_val` avfs-1.1.3/configure:2252: ac_new_val_w=`echo x $ac_new_val` avfs-1.1.3/configure-2253- if test "$ac_old_val_w" != "$ac_new_val_w"; then ############################################## avfs-1.1.3/configure-2270- case $ac_new_val in avfs-1.1.3/configure:2271: *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; avfs-1.1.3/configure-2272- *) ac_arg=$ac_var=$ac_new_val ;; ############################################## avfs-1.1.3/configure-2446- echo "timestamp, slept: $am_has_slept" > conftest.file avfs-1.1.3/configure:2447: set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` avfs-1.1.3/configure-2448- if test "$*" = "X"; then avfs-1.1.3/configure-2449- # -L didn't work. avfs-1.1.3/configure:2450: set X `ls -t "$srcdir/configure" conftest.file` avfs-1.1.3/configure-2451- fi ############################################## avfs-1.1.3/configure-2497-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' avfs-1.1.3/configure:2498:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` avfs-1.1.3/configure-2499- avfs-1.1.3/configure-2500-# Expand $ac_aux_dir to an absolute path. avfs-1.1.3/configure:2501:am_aux_dir=`cd "$ac_aux_dir" && pwd` avfs-1.1.3/configure-2502- ############################################## avfs-1.1.3/configure-2642- as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue avfs-1.1.3/configure:2643: case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( avfs-1.1.3/configure-2644- 'mkdir (GNU coreutils) '* | \ ############################################## avfs-1.1.3/configure-2715-set x ${MAKE-make} avfs-1.1.3/configure:2716:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` avfs-1.1.3/configure-2717-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : ############################################## avfs-1.1.3/configure-2725-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. avfs-1.1.3/configure:2726:case `${MAKE-make} -f conftest.make 2>/dev/null` in avfs-1.1.3/configure-2727- *@@@%%%=?*=@@@%%%*) ############################################## avfs-1.1.3/configure-2791- avfs-1.1.3/configure:2792:if test "`cd $srcdir && pwd`" != "`pwd`"; then avfs-1.1.3/configure-2793- # Use -I$(srcdir) only when $(srcdir) != ., so that make's output ############################################## avfs-1.1.3/configure-2924-test "x$ac_build_alias" = x && avfs-1.1.3/configure:2925: ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` avfs-1.1.3/configure-2926-test "x$ac_build_alias" = x && avfs-1.1.3/configure-2927- as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 avfs-1.1.3/configure:2928:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || avfs-1.1.3/configure-2929- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 ############################################## avfs-1.1.3/configure-2948-IFS=$ac_save_IFS avfs-1.1.3/configure:2949:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac avfs-1.1.3/configure-2950- ############################################## avfs-1.1.3/configure-2959-else avfs-1.1.3/configure:2960: ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || avfs-1.1.3/configure-2961- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 ############################################## avfs-1.1.3/configure-2981-IFS=$ac_save_IFS avfs-1.1.3/configure:2982:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac avfs-1.1.3/configure-2983- ############################################## avfs-1.1.3/configure-3499-$as_echo_n "checking whether the C compiler works... " >&6; } avfs-1.1.3/configure:3500:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` avfs-1.1.3/configure-3501- ############################################## avfs-1.1.3/configure-3543- then :; else avfs-1.1.3/configure:3544: ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` avfs-1.1.3/configure-3545- fi ############################################## avfs-1.1.3/configure-3603- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; avfs-1.1.3/configure:3604: *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` avfs-1.1.3/configure-3605- break;; ############################################## avfs-1.1.3/configure-3712- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; avfs-1.1.3/configure:3713: *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` avfs-1.1.3/configure-3714- break;; ############################################## avfs-1.1.3/configure-4020-# Ignore all kinds of additional output from 'make'. avfs-1.1.3/configure:4021:case `$am_make -s -f confmf 2> /dev/null` in #( avfs-1.1.3/configure-4022-*the\ am__doit\ target*) ############################################## avfs-1.1.3/configure-4030- echo '.include "confinc"' > confmf avfs-1.1.3/configure:4031: case `$am_make -s -f confmf 2> /dev/null` in #( avfs-1.1.3/configure-4032- *the\ am__doit\ target*) ############################################## avfs-1.1.3/configure-4093- if test "$am_compiler_list" = ""; then avfs-1.1.3/configure:4094: am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` avfs-1.1.3/configure-4095- fi ############################################## avfs-1.1.3/configure-4380-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ avfs-1.1.3/configure:4381: test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then avfs-1.1.3/configure-4382- ECHO='print -r --' avfs-1.1.3/configure:4383:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then avfs-1.1.3/configure-4384- ECHO='printf %s\n' ############################################## avfs-1.1.3/configure-4449- # Check for GNU $ac_path_SED avfs-1.1.3/configure:4450:case `"$ac_path_SED" --version 2>&1` in avfs-1.1.3/configure-4451-*GNU*) ############################################## avfs-1.1.3/configure-4525- # Check for GNU $ac_path_GREP avfs-1.1.3/configure:4526:case `"$ac_path_GREP" --version 2>&1` in avfs-1.1.3/configure-4527-*GNU*) ############################################## avfs-1.1.3/configure-4591- # Check for GNU $ac_path_EGREP avfs-1.1.3/configure:4592:case `"$ac_path_EGREP" --version 2>&1` in avfs-1.1.3/configure-4593-*GNU*) ############################################## avfs-1.1.3/configure-4658- # Check for GNU $ac_path_FGREP avfs-1.1.3/configure:4659:case `"$ac_path_FGREP" --version 2>&1` in avfs-1.1.3/configure-4660-*GNU*) ############################################## avfs-1.1.3/configure-4738- # gcc leaves a trailing carriage return, which upsets mingw avfs-1.1.3/configure:4739: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; avfs-1.1.3/configure-4740- *) avfs-1.1.3/configure:4741: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; avfs-1.1.3/configure-4742- esac ############################################## avfs-1.1.3/configure-4747- # Canonicalize the pathname of ld avfs-1.1.3/configure:4748: ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` avfs-1.1.3/configure-4749- while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do avfs-1.1.3/configure:4750: ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` avfs-1.1.3/configure-4751- done ############################################## avfs-1.1.3/configure-4782- # Break only if it was the GNU/non-GNU ld that we prefer. avfs-1.1.3/configure:4783: case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in avfs-1.1.3/configure-4784- *GNU* | *'with BFD'*) ############################################## avfs-1.1.3/configure-4813- # I'd rather use --version here, but apparently some GNU lds only accept -v. avfs-1.1.3/configure:4814:case `$LD -v 2>&1 </dev/null` in avfs-1.1.3/configure-4815-*GNU* | *'with BFD'*) ############################################## avfs-1.1.3/configure-4863- esac avfs-1.1.3/configure:4864: case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in avfs-1.1.3/configure-4865- *$lt_bad_file* | *'Invalid file or object type'*) ############################################## avfs-1.1.3/configure-4869- *) avfs-1.1.3/configure:4870: case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in avfs-1.1.3/configure-4871- */dev/null*) ############################################## avfs-1.1.3/configure-4997- avfs-1.1.3/configure:4998: case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in avfs-1.1.3/configure-4999- *COFF*) ############################################## avfs-1.1.3/configure-5109- # And add a safety zone avfs-1.1.3/configure:5110: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` avfs-1.1.3/configure:5111: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` avfs-1.1.3/configure-5112- ;; ############################################## avfs-1.1.3/configure-5142- if test -n "$kargmax"; then avfs-1.1.3/configure:5143: lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'` avfs-1.1.3/configure-5144- else ############################################## avfs-1.1.3/configure-5151- test undefined != "$lt_cv_sys_max_cmd_len"; then avfs-1.1.3/configure:5152: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` avfs-1.1.3/configure:5153: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` avfs-1.1.3/configure-5154- else ############################################## avfs-1.1.3/configure-5163- # we can't tell. avfs-1.1.3/configure:5164: while { test X`env echo "$teststring$teststring" 2>/dev/null` \ avfs-1.1.3/configure-5165- = "X$teststring$teststring"; } >/dev/null 2>&1 && ############################################## avfs-1.1.3/configure-5167- do avfs-1.1.3/configure:5168: i=`expr $i + 1` avfs-1.1.3/configure-5169- teststring=$teststring$teststring ############################################## avfs-1.1.3/configure-5171- # Only check the string length outside the loop. avfs-1.1.3/configure:5172: lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` avfs-1.1.3/configure-5173- teststring= ############################################## avfs-1.1.3/configure-5176- # linker. It appears as though 1/2 is a usable value. avfs-1.1.3/configure:5177: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` avfs-1.1.3/configure-5178- fi ############################################## avfs-1.1.3/configure-5587-openbsd* | bitrig*) avfs-1.1.3/configure:5588: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then avfs-1.1.3/configure-5589- lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' ############################################## avfs-1.1.3/configure-5657- else avfs-1.1.3/configure:5658: file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"` avfs-1.1.3/configure-5659- fi ############################################## avfs-1.1.3/configure-5802- # decide which one to use based on capabilities of $DLLTOOL avfs-1.1.3/configure:5803: case `$DLLTOOL --help 2>&1` in avfs-1.1.3/configure-5804- *--identify-strict*) ############################################## avfs-1.1.3/configure-6324-# If we're using GNU nm, then use its standard symbol codes. avfs-1.1.3/configure:6325:case `$NM -V 2>&1` in avfs-1.1.3/configure-6326-*GNU* | *'with BFD'*) ############################################## avfs-1.1.3/configure-6372-mingw*) avfs-1.1.3/configure:6373: opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp avfs-1.1.3/configure-6374- ;; ############################################## avfs-1.1.3/configure-6604- if test yes = "$GCC"; then avfs-1.1.3/configure:6605: lt_sysroot=`$CC --print-sysroot 2>/dev/null` avfs-1.1.3/configure-6606- fi ############################################## avfs-1.1.3/configure-6608- /*) avfs-1.1.3/configure:6609: lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` avfs-1.1.3/configure-6610- ;; #( ############################################## avfs-1.1.3/configure-6703- done avfs-1.1.3/configure:6704: func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` avfs-1.1.3/configure-6705-} ############################################## avfs-1.1.3/configure-6725- test $ac_status = 0; }; then avfs-1.1.3/configure:6726: case `/usr/bin/file conftest.$ac_objext` in avfs-1.1.3/configure-6727- *ELF-32*) ############################################## avfs-1.1.3/configure-6746- if test yes = "$lt_cv_prog_gnu_ld"; then avfs-1.1.3/configure:6747: case `/usr/bin/file conftest.$ac_objext` in avfs-1.1.3/configure-6748- *32-bit*) ############################################## avfs-1.1.3/configure-6758- else avfs-1.1.3/configure:6759: case `/usr/bin/file conftest.$ac_objext` in avfs-1.1.3/configure-6760- *32-bit*) ############################################## avfs-1.1.3/configure-6784- emul=elf avfs-1.1.3/configure:6785: case `/usr/bin/file conftest.$ac_objext` in avfs-1.1.3/configure-6786- *32-bit*) ############################################## avfs-1.1.3/configure-6792- esac avfs-1.1.3/configure:6793: case `/usr/bin/file conftest.$ac_objext` in avfs-1.1.3/configure-6794- *MSB*) ############################################## avfs-1.1.3/configure-6800- esac avfs-1.1.3/configure:6801: case `/usr/bin/file conftest.$ac_objext` in avfs-1.1.3/configure-6802- *N32*) ############################################## avfs-1.1.3/configure-7733- *:) avfs-1.1.3/configure:7734: eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\" avfs-1.1.3/configure-7735- ;; avfs-1.1.3/configure-7736- x:*) avfs-1.1.3/configure:7737: eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\" avfs-1.1.3/configure-7738- ;; avfs-1.1.3/configure-7739- *::*) avfs-1.1.3/configure:7740: eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" avfs-1.1.3/configure:7741: eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\" avfs-1.1.3/configure-7742- ;; avfs-1.1.3/configure-7743- *) avfs-1.1.3/configure:7744: eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\" avfs-1.1.3/configure-7745- ;; ############################################## avfs-1.1.3/configure-7865-do : avfs-1.1.3/configure:7866: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` avfs-1.1.3/configure-7867-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default ############################################## avfs-1.1.3/configure-7870- cat >>confdefs.h <<_ACEOF avfs-1.1.3/configure:7871:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 avfs-1.1.3/configure-7872-_ACEOF ############################################## avfs-1.1.3/configure-8228- "file_magic "*) avfs-1.1.3/configure:8229: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` avfs-1.1.3/configure-8230- MAGIC_CMD=$lt_cv_path_MAGIC_CMD ############################################## avfs-1.1.3/configure-8294- "file_magic "*) avfs-1.1.3/configure:8295: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` avfs-1.1.3/configure-8296- MAGIC_CMD=$lt_cv_path_MAGIC_CMD ############################################## avfs-1.1.3/configure-8688- *) avfs-1.1.3/configure:8689: case `$CC -V 2>&1 | sed 5q` in avfs-1.1.3/configure-8690- *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*) ############################################## avfs-1.1.3/configure-9134- # shared libraries, regardless of the interface used. avfs-1.1.3/configure:9135: case `$LD -v 2>&1` in avfs-1.1.3/configure-9136- *\ \(GNU\ Binutils\)\ 2.19.5*) ;; ############################################## avfs-1.1.3/configure-9166- supports_anon_versioning=no avfs-1.1.3/configure:9167: case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in avfs-1.1.3/configure-9168- *GNU\ gold*) supports_anon_versioning=yes ;; ############################################## avfs-1.1.3/configure-9235- # is; otherwise, prepend EXPORTS... avfs-1.1.3/configure:9236: archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then avfs-1.1.3/configure-9237- cp $export_symbols $output_objdir/$soname.def; ############################################## avfs-1.1.3/configure-9269- prefix_cmds="$SED"~ avfs-1.1.3/configure:9270: if test EXPORTS = "`$SED 1q $export_symbols`"; then avfs-1.1.3/configure-9271- prefix_cmds="$prefix_cmds -e 1d"; ############################################## avfs-1.1.3/configure-9291- # time. Moving up from 0x10000000 also allows more sbrk(2) space. avfs-1.1.3/configure:9292: archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' avfs-1.1.3/configure:9293: archive_expsym_cmds='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' avfs-1.1.3/configure-9294- ;; ############################################## avfs-1.1.3/configure-9309- pgcc*) # Portland Group C compiler avfs-1.1.3/configure:9310: whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' avfs-1.1.3/configure-9311- tmp_addflag=' $pic_flag' ############################################## avfs-1.1.3/configure-9314- # Portland Group f77 and f90 compilers avfs-1.1.3/configure:9315: whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' avfs-1.1.3/configure-9316- tmp_addflag=' $pic_flag -Mnomain' ;; ############################################## avfs-1.1.3/configure-9331- nvcc*) # Cuda Compiler Driver 2.2 avfs-1.1.3/configure:9332: whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' avfs-1.1.3/configure-9333- compiler_needs_object=yes ############################################## avfs-1.1.3/configure-9335- esac avfs-1.1.3/configure:9336: case `$CC -V 2>&1 | sed 5q` in avfs-1.1.3/configure-9337- *Sun\ C*) # Sun C 5.9 avfs-1.1.3/configure:9338: whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' avfs-1.1.3/configure-9339- compiler_needs_object=yes ############################################## avfs-1.1.3/configure-9406- sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) avfs-1.1.3/configure:9407: case `$LD -v 2>&1` in avfs-1.1.3/configure-9408- *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) ############################################## avfs-1.1.3/configure-9495- else avfs-1.1.3/configure:9496: export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' avfs-1.1.3/configure-9497- fi ############################################## avfs-1.1.3/configure-9560- # below for broken collect2 doesn't work under 4.3+ avfs-1.1.3/configure:9561: collect2name=`$CC -print-prog-name=collect2` avfs-1.1.3/configure-9562- if test -f "$collect2name" && ############################################## avfs-1.1.3/configure-9640- }' avfs-1.1.3/configure:9641: lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` avfs-1.1.3/configure-9642- # Check for a 64-bit object if we didn't find anything. avfs-1.1.3/configure-9643- if test -z "$lt_cv_aix_libpath_"; then avfs-1.1.3/configure:9644: lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` avfs-1.1.3/configure-9645- fi ############################################## avfs-1.1.3/configure-9658- hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath" avfs-1.1.3/configure:9659: archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag avfs-1.1.3/configure-9660- else ############################################## avfs-1.1.3/configure-9693- }' avfs-1.1.3/configure:9694: lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` avfs-1.1.3/configure-9695- # Check for a 64-bit object if we didn't find anything. avfs-1.1.3/configure-9696- if test -z "$lt_cv_aix_libpath_"; then avfs-1.1.3/configure:9697: lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` avfs-1.1.3/configure-9698- fi ############################################## avfs-1.1.3/configure-9725- # -brtl affects multiple linker settings, -berok does not and is overridden later avfs-1.1.3/configure:9726: compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`' avfs-1.1.3/configure-9727- if test svr4 != "$with_aix_soname"; then ############################################## avfs-1.1.3/configure-9778- archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames=' avfs-1.1.3/configure:9779: archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then avfs-1.1.3/configure-9780- cp "$export_symbols" "$output_objdir/$soname.def"; ############################################## avfs-1.1.3/configure-9816- # FIXME: Setting linknames here is a bad hack. avfs-1.1.3/configure:9817: archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' avfs-1.1.3/configure-9818- # The linker will automatically build a .lib file if we build a DLL. ############################################## avfs-1.1.3/configure-9834- if test yes = "$lt_cv_ld_force_load"; then avfs-1.1.3/configure:9835: whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' avfs-1.1.3/configure-9836- ############################################## avfs-1.1.3/configure-10014- if test yes = "$GCC"; then avfs-1.1.3/configure:10015: archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' avfs-1.1.3/configure-10016- # Try to use the -exported_symbol ld option, if it does not ############################################## avfs-1.1.3/configure-10042- if test yes = "$lt_cv_irix_exported_symbol"; then avfs-1.1.3/configure:10043: archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib' avfs-1.1.3/configure-10044- fi avfs-1.1.3/configure-10045- else avfs-1.1.3/configure:10046: archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' avfs-1.1.3/configure:10047: archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib' avfs-1.1.3/configure-10048- fi ############################################## avfs-1.1.3/configure-10092- hardcode_direct_absolute=yes avfs-1.1.3/configure:10093: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then avfs-1.1.3/configure-10094- archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' ############################################## avfs-1.1.3/configure-10123- prefix_cmds="$SED"~ avfs-1.1.3/configure:10124: if test EXPORTS = "`$SED 1q $export_symbols`"; then avfs-1.1.3/configure-10125- prefix_cmds="$prefix_cmds -e 1d"; ############################################## avfs-1.1.3/configure-10137- allow_undefined_flag=' $wl-expect_unresolved $wl\*' avfs-1.1.3/configure:10138: archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' avfs-1.1.3/configure-10139- else avfs-1.1.3/configure-10140- allow_undefined_flag=' -expect_unresolved \*' avfs-1.1.3/configure:10141: archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' avfs-1.1.3/configure-10142- fi ############################################## avfs-1.1.3/configure-10150- allow_undefined_flag=' $wl-expect_unresolved $wl\*' avfs-1.1.3/configure:10151: archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' avfs-1.1.3/configure-10152- hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' ############################################## avfs-1.1.3/configure-10154- allow_undefined_flag=' -expect_unresolved \*' avfs-1.1.3/configure:10155: archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' avfs-1.1.3/configure:10156: archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ avfs-1.1.3/configure:10157: $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp' avfs-1.1.3/configure-10158- ############################################## avfs-1.1.3/configure-10173- else avfs-1.1.3/configure:10174: case `$CC -V 2>&1` in avfs-1.1.3/configure-10175- *"Compilers 5.0"*) ############################################## avfs-1.1.3/configure-10572- esac avfs-1.1.3/configure:10573: lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` avfs-1.1.3/configure-10574- case $lt_search_path_spec in ############################################## avfs-1.1.3/configure-10579- # okay in the real world where ";" in dirpaths is itself problematic. avfs-1.1.3/configure:10580: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` avfs-1.1.3/configure-10581- ;; avfs-1.1.3/configure-10582- *) avfs-1.1.3/configure:10583: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` avfs-1.1.3/configure-10584- ;; ############################################## avfs-1.1.3/configure-10588- lt_tmp_lt_search_path_spec= avfs-1.1.3/configure:10589: lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` avfs-1.1.3/configure-10590- # ...but if some path component already ends with the multilib dir we assume ############################################## avfs-1.1.3/configure-10630- esac avfs-1.1.3/configure:10631: sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` avfs-1.1.3/configure-10632-else ############################################## avfs-1.1.3/configure-10770- # Create ${libname}_ixlibrary.a entries in /sys/libs. avfs-1.1.3/configure:10771: finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' avfs-1.1.3/configure-10772- ;; ############################################## avfs-1.1.3/configure-10806- # DLL is installed to $(libdir)/../bin by postinstall_cmds avfs-1.1.3/configure:10807: postinstall_cmds='base_file=`basename \$file`~ avfs-1.1.3/configure:10808: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ avfs-1.1.3/configure:10809: dldir=$destdir/`dirname \$dlpath`~ avfs-1.1.3/configure-10810- test -d \$dldir || mkdir -p \$dldir~ ############################################## avfs-1.1.3/configure-10815- fi' avfs-1.1.3/configure:10816: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ avfs-1.1.3/configure-10817- dlpath=$dir/\$dldll~ ############################################## avfs-1.1.3/configure-10823- # Cygwin DLLs use 'cyg' prefix rather than 'lib' avfs-1.1.3/configure:10824: soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' avfs-1.1.3/configure-10825- ############################################## avfs-1.1.3/configure-10829- # MinGW DLLs use traditional 'lib' prefix avfs-1.1.3/configure:10830: soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' avfs-1.1.3/configure-10831- ;; ############################################## avfs-1.1.3/configure-10833- # pw32 DLLs use 'pw' prefix rather than 'lib' avfs-1.1.3/configure:10834: library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' avfs-1.1.3/configure-10835- ;; ############################################## avfs-1.1.3/configure-10842- libname_spec='$name' avfs-1.1.3/configure:10843: soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' avfs-1.1.3/configure-10844- library_names_spec='$libname.dll.lib' ############################################## avfs-1.1.3/configure-10854- # Let DOS variable expansion print the short 8.3 style file name. avfs-1.1.3/configure:10855: lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` avfs-1.1.3/configure-10856- sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" ############################################## avfs-1.1.3/configure-10859- # Convert to MSYS style. avfs-1.1.3/configure:10860: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'` avfs-1.1.3/configure-10861- ;; ############################################## avfs-1.1.3/configure-10865- # like /cygdrive/c/PROGRA~1:/cygdr... avfs-1.1.3/configure:10866: sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` avfs-1.1.3/configure:10867: sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` avfs-1.1.3/configure:10868: sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` avfs-1.1.3/configure-10869- ;; ############################################## avfs-1.1.3/configure-10873- # It is most probably a Windows format PATH. avfs-1.1.3/configure:10874: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` avfs-1.1.3/configure-10875- else avfs-1.1.3/configure:10876: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` avfs-1.1.3/configure-10877- fi ############################################## avfs-1.1.3/configure-10883- # DLL is installed to $(libdir)/../bin by postinstall_cmds avfs-1.1.3/configure:10884: postinstall_cmds='base_file=`basename \$file`~ avfs-1.1.3/configure:10885: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ avfs-1.1.3/configure:10886: dldir=$destdir/`dirname \$dlpath`~ avfs-1.1.3/configure-10887- test -d \$dldir || mkdir -p \$dldir~ avfs-1.1.3/configure-10888- $install_prog $dir/$dlname \$dldir/$dlname' avfs-1.1.3/configure:10889: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ avfs-1.1.3/configure-10890- dlpath=$dir/\$dldll~ ############################################## avfs-1.1.3/configure-10897- # Assume MSVC wrapper avfs-1.1.3/configure:10898: library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib' avfs-1.1.3/configure-10899- dynamic_linker='Win32 ld.exe' ############################################## avfs-1.1.3/configure-10914- shlibpath_var=DYLD_LIBRARY_PATH avfs-1.1.3/configure:10915: shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' avfs-1.1.3/configure-10916- ############################################## avfs-1.1.3/configure-11167- if test -f /etc/ld.so.conf; then avfs-1.1.3/configure:11168: lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` avfs-1.1.3/configure-11169- sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" ############################################## avfs-1.1.3/configure-11221- need_lib_prefix=no avfs-1.1.3/configure:11222: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then avfs-1.1.3/configure-11223- need_version=no ############################################## avfs-1.1.3/configure-11248- sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec avfs-1.1.3/configure:11249: postinstall_cmds='base_file=`basename \$file`~ avfs-1.1.3/configure:11250: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~ avfs-1.1.3/configure:11251: dldir=$destdir/`dirname \$dlpath`~ avfs-1.1.3/configure-11252- test -d \$dldir || mkdir -p \$dldir~ ############################################## avfs-1.1.3/configure-11257- fi' avfs-1.1.3/configure:11258: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~ avfs-1.1.3/configure-11259- dlpath=$dir/\$dldll~ ############################################## avfs-1.1.3/configure-12589-do : avfs-1.1.3/configure:12590: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` avfs-1.1.3/configure-12591-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## avfs-1.1.3/configure-12593- cat >>confdefs.h <<_ACEOF avfs-1.1.3/configure:12594:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 avfs-1.1.3/configure-12595-_ACEOF ############################################## avfs-1.1.3/configure-12601-do : avfs-1.1.3/configure:12602: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` avfs-1.1.3/configure-12603-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## avfs-1.1.3/configure-12605- cat >>confdefs.h <<_ACEOF avfs-1.1.3/configure:12606:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 avfs-1.1.3/configure-12607-_ACEOF ############################################## avfs-1.1.3/configure-12954- test $ac_status = 0; }; then avfs-1.1.3/configure:12955: pkg_cv_LIBNEON_CFLAGS=`$PKG_CONFIG --cflags "neon >= 0.27.0" 2>/dev/null` avfs-1.1.3/configure-12956-else ############################################## avfs-1.1.3/configure-12970- test $ac_status = 0; }; then avfs-1.1.3/configure:12971: pkg_cv_LIBNEON_LIBS=`$PKG_CONFIG --libs "neon >= 0.27.0" 2>/dev/null` avfs-1.1.3/configure-12972-else ############################################## avfs-1.1.3/configure-12988- if test $_pkg_short_errors_supported = yes; then avfs-1.1.3/configure:12989: LIBNEON_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "neon >= 0.27.0" 2>&1` avfs-1.1.3/configure-12990- else avfs-1.1.3/configure:12991: LIBNEON_PKG_ERRORS=`$PKG_CONFIG --print-errors "neon >= 0.27.0" 2>&1` avfs-1.1.3/configure-12992- fi ############################################## avfs-1.1.3/configure-13130- avfs-1.1.3/configure:13131:if test -z "`echo "$LIBS"|grep pthread`"; then avfs-1.1.3/configure-13132- LIBS="$LIBS -pthread" ############################################## avfs-1.1.3/configure-13335- test $ac_status = 0; }; then avfs-1.1.3/configure:13336: pkg_cv_LIBFUSE_CFLAGS=`$PKG_CONFIG --cflags "fuse" 2>/dev/null` avfs-1.1.3/configure-13337-else ############################################## avfs-1.1.3/configure-13351- test $ac_status = 0; }; then avfs-1.1.3/configure:13352: pkg_cv_LIBFUSE_LIBS=`$PKG_CONFIG --libs "fuse" 2>/dev/null` avfs-1.1.3/configure-13353-else ############################################## avfs-1.1.3/configure-13369- if test $_pkg_short_errors_supported = yes; then avfs-1.1.3/configure:13370: LIBFUSE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "fuse" 2>&1` avfs-1.1.3/configure-13371- else avfs-1.1.3/configure:13372: LIBFUSE_PKG_ERRORS=`$PKG_CONFIG --print-errors "fuse" 2>&1` avfs-1.1.3/configure-13373- fi ############################################## avfs-1.1.3/configure-13459- test $ac_status = 0; }; then avfs-1.1.3/configure:13460: pkg_cv_LIBLZMA_CFLAGS=`$PKG_CONFIG --cflags "liblzma" 2>/dev/null` avfs-1.1.3/configure-13461-else ############################################## avfs-1.1.3/configure-13475- test $ac_status = 0; }; then avfs-1.1.3/configure:13476: pkg_cv_LIBLZMA_LIBS=`$PKG_CONFIG --libs "liblzma" 2>/dev/null` avfs-1.1.3/configure-13477-else ############################################## avfs-1.1.3/configure-13493- if test $_pkg_short_errors_supported = yes; then avfs-1.1.3/configure:13494: LIBLZMA_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "liblzma" 2>&1` avfs-1.1.3/configure-13495- else avfs-1.1.3/configure:13496: LIBLZMA_PKG_ERRORS=`$PKG_CONFIG --print-errors "liblzma" 2>&1` avfs-1.1.3/configure-13497- fi ############################################## avfs-1.1.3/configure-13577- test $ac_status = 0; }; then avfs-1.1.3/configure:13578: pkg_cv_LIBZSTD_CFLAGS=`$PKG_CONFIG --cflags "libzstd" 2>/dev/null` avfs-1.1.3/configure-13579-else ############################################## avfs-1.1.3/configure-13593- test $ac_status = 0; }; then avfs-1.1.3/configure:13594: pkg_cv_LIBZSTD_LIBS=`$PKG_CONFIG --libs "libzstd" 2>/dev/null` avfs-1.1.3/configure-13595-else ############################################## avfs-1.1.3/configure-13611- if test $_pkg_short_errors_supported = yes; then avfs-1.1.3/configure:13612: LIBZSTD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libzstd" 2>&1` avfs-1.1.3/configure-13613- else avfs-1.1.3/configure:13614: LIBZSTD_PKG_ERRORS=`$PKG_CONFIG --print-errors "libzstd" 2>&1` avfs-1.1.3/configure-13615- fi ############################################## avfs-1.1.3/configure-13708- if test "$with_gnu_ld" = yes; then avfs-1.1.3/configure:13709: if test -n "`$LD --help 2>/dev/null | grep version-script`"; then avfs-1.1.3/configure-13710- ld_versionscript=yes ############################################## avfs-1.1.3/configure-13715- solaris*|sunos4*) avfs-1.1.3/configure:13716: if test -n "`$LD --help 2>&1 | grep "M mapfile"`"; then avfs-1.1.3/configure-13717- ld_versionscript=yes ############################################## avfs-1.1.3/configure-13838- ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' avfs-1.1.3/configure:13839: ac_i=`$as_echo "$ac_i" | sed "$ac_script"` avfs-1.1.3/configure-13840- # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR ############################################## avfs-1.1.3/configure-13957-if test -z "$BASH_VERSION$ZSH_VERSION" \ avfs-1.1.3/configure:13958: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then avfs-1.1.3/configure-13959- as_echo='print -r --' avfs-1.1.3/configure-13960- as_echo_n='print -rn --' avfs-1.1.3/configure:13961:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then avfs-1.1.3/configure-13962- as_echo='printf %s\n' ############################################## avfs-1.1.3/configure-13964-else avfs-1.1.3/configure:13965: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then avfs-1.1.3/configure-13966- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## avfs-1.1.3/configure-13974- expr "X$arg" : "X\\(.*\\)$as_nl"; avfs-1.1.3/configure:13975: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; avfs-1.1.3/configure-13976- esac; ############################################## avfs-1.1.3/configure-14051-# ---------------------------------------- avfs-1.1.3/configure:14052:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are avfs-1.1.3/configure-14053-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## avfs-1.1.3/configure-14123- { avfs-1.1.3/configure:14124: as_val=`expr "$@" || test $? -eq 1` avfs-1.1.3/configure-14125- } ############################################## avfs-1.1.3/configure-14227- case $as_dir in #( avfs-1.1.3/configure:14228: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( avfs-1.1.3/configure-14229- *) as_qdir=$as_dir;; ############################################## avfs-1.1.3/configure-14362-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 avfs-1.1.3/configure:14363:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" avfs-1.1.3/configure-14364-ac_cs_version="\\ ############################################## avfs-1.1.3/configure-14387- --*=?*) avfs-1.1.3/configure:14388: ac_option=`expr "X$1" : 'X\([^=]*\)='` avfs-1.1.3/configure:14389: ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` avfs-1.1.3/configure-14390- ac_shift=: ############################################## avfs-1.1.3/configure-14392- --*=) avfs-1.1.3/configure:14393: ac_option=`expr "X$1" : 'X\([^=]*\)='` avfs-1.1.3/configure-14394- ac_optarg= ############################################## avfs-1.1.3/configure-14416- case $ac_optarg in avfs-1.1.3/configure:14417: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; avfs-1.1.3/configure-14418- '') as_fn_error $? "missing file argument" ;; ############################################## avfs-1.1.3/configure-14424- case $ac_optarg in avfs-1.1.3/configure:14425: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; avfs-1.1.3/configure-14426- esac ############################################## avfs-1.1.3/configure-14493-delay_variable_subst='$delay_variable_subst' avfs-1.1.3/configure:14494:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14495:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14496:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14497:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14498:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14499:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14500:shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14501:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14502:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14503:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14504:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14505:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14506:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14507:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14508:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14509:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14510:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14511:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14512:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14513:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14514:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14515:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14516:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14517:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14518:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14519:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14520:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14521:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14522:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14523:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14524:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14525:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14526:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14527:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14528:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14529:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14530:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14531:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14532:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14533:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14534:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14535:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14536:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14537:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14538:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14539:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14540:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14541:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14542:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14543:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14544:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14545:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14546:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14547:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14548:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14549:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14550:lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14551:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14552:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14553:lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14554:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14555:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14556:lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14557:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14558:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14559:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14560:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14561:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14562:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14563:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14564:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14565:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14566:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14567:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14568:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14569:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14570:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14571:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14572:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14573:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14574:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14575:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14576:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14577:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14578:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14579:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14580:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14581:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14582:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14583:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14584:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14585:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14586:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14587:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14588:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14589:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14590:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14591:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14592:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14593:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14594:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14595:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14596:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14597:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14598:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14599:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14600:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14601:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14602:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14603:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14604:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14605:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14606:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14607:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14608:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14609:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14610:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14611:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14612:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14613:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14614:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14615:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14616:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14617:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14618:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14619:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14620:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14621:configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14622:configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14623:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14624:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14625:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14626:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14627:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure:14628:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/configure-14629- ############################################## avfs-1.1.3/configure-14710-striplib; do avfs-1.1.3/configure:14711: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in avfs-1.1.3/configure-14712- *[\\\\\\\`\\"\\\$]*) avfs-1.1.3/configure:14713: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes avfs-1.1.3/configure-14714- ;; ############################################## avfs-1.1.3/configure-14741-configure_time_lt_sys_library_path; do avfs-1.1.3/configure:14742: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in avfs-1.1.3/configure-14743- *[\\\\\\\`\\"\\\$]*) avfs-1.1.3/configure:14744: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes avfs-1.1.3/configure-14745- ;; ############################################## avfs-1.1.3/configure-14881-fi avfs-1.1.3/configure:14882:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` avfs-1.1.3/configure-14883-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ############################################## avfs-1.1.3/configure-14898- as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 avfs-1.1.3/configure:14899:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` avfs-1.1.3/configure-14900-ac_delim='%!_!# ' ############################################## avfs-1.1.3/configure-14904- avfs-1.1.3/configure:14905: ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` avfs-1.1.3/configure-14906- if test $ac_delim_n = $ac_delim_num; then ############################################## avfs-1.1.3/configure-15042-for ac_last_try in false false :; do avfs-1.1.3/configure:15043: ac_tt=`sed -n "/$ac_delim/p" confdefs.h` avfs-1.1.3/configure-15044- if test -z "$ac_tt"; then ############################################## avfs-1.1.3/configure-15174- esac avfs-1.1.3/configure:15175: case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac avfs-1.1.3/configure-15176- as_fn_append ac_file_inputs " '$ac_f'" ############################################## avfs-1.1.3/configure-15233-*) avfs-1.1.3/configure:15234: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` avfs-1.1.3/configure-15235- # A ".." for each directory in $ac_dir_suffix. avfs-1.1.3/configure:15236: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` avfs-1.1.3/configure-15237- case $ac_top_builddir_sub in ############################################## avfs-1.1.3/configure-15294-/@mandir@/p' avfs-1.1.3/configure:15295:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in avfs-1.1.3/configure-15296-*datarootdir*) ac_datarootdir_seen=yes;; ############################################## avfs-1.1.3/configure-15311- avfs-1.1.3/configure:15312:# Neutralize VPATH when `$srcdir' = `.'. avfs-1.1.3/configure-15313-# Shell code in configure.ac might set extrasub. ############################################## avfs-1.1.3/configure-15339-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && avfs-1.1.3/configure:15340: { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && avfs-1.1.3/configure-15341- { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ ############################################## avfs-1.1.3/configure-15385- * ) avfs-1.1.3/configure:15386: _am_stamp_count=`expr $_am_stamp_count + 1` ;; avfs-1.1.3/configure-15387- esac ############################################## avfs-1.1.3/configure-15432- # Strip MF so we end up with the name of the file. avfs-1.1.3/configure:15433: mf=`echo "$mf" | sed -e 's/:.*$//'` avfs-1.1.3/configure-15434- # Check whether this is an Automake generated Makefile or not. ############################################## avfs-1.1.3/configure-15469- # from the Makefile without running 'make'. avfs-1.1.3/configure:15470: DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` avfs-1.1.3/configure-15471- test -z "$DEPDIR" && continue avfs-1.1.3/configure:15472: am__include=`sed -n 's/^am__include = //p' < "$mf"` avfs-1.1.3/configure-15473- test -z "$am__include" && continue avfs-1.1.3/configure:15474: am__quote=`sed -n 's/^am__quote = //p' < "$mf"` avfs-1.1.3/configure-15475- # Find all dependency output files, they are included files with ############################################## avfs-1.1.3/configure-15990- *:) avfs-1.1.3/configure:15991: eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\" avfs-1.1.3/configure-15992- ;; avfs-1.1.3/configure-15993- x:*) avfs-1.1.3/configure:15994: eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\" avfs-1.1.3/configure-15995- ;; avfs-1.1.3/configure-15996- *::*) avfs-1.1.3/configure:15997: eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" avfs-1.1.3/configure:15998: eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\" avfs-1.1.3/configure-15999- ;; avfs-1.1.3/configure-16000- *) avfs-1.1.3/configure:16001: eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\" avfs-1.1.3/configure-16002- ;; ############################################## avfs-1.1.3/configure-16017- done avfs-1.1.3/configure:16018: func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` avfs-1.1.3/configure-16019-} ############################################## avfs-1.1.3/ltmain.sh-103-# avfs-1.1.3/ltmain.sh:104:# . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh avfs-1.1.3/ltmain.sh-105-# ############################################## avfs-1.1.3/ltmain.sh-202- func_executable_p "$_G_path_prog" || continue avfs-1.1.3/ltmain.sh:203: case `"$_G_path_prog" --version 2>&1` in avfs-1.1.3/ltmain.sh-204- *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;; ############################################## avfs-1.1.3/ltmain.sh-249- diff conftest.out conftest.nl >/dev/null 2>&1 || break avfs-1.1.3/ltmain.sh:250: _G_count=`expr $_G_count + 1` avfs-1.1.3/ltmain.sh-251- if test "$_G_count" -gt "$_G_path_prog_max"; then ############################################## avfs-1.1.3/ltmain.sh-285- diff conftest.out conftest.nl >/dev/null 2>&1 || break avfs-1.1.3/ltmain.sh:286: _G_count=`expr $_G_count + 1` avfs-1.1.3/ltmain.sh-287- if test "$_G_count" -gt "$_G_path_prog_max"; then ############################################## avfs-1.1.3/ltmain.sh-410-# The name of this program. avfs-1.1.3/ltmain.sh:411:progname=`$ECHO "$progpath" |$SED "$sed_basename"` avfs-1.1.3/ltmain.sh-412- ############################################## avfs-1.1.3/ltmain.sh-416- *[\\/]*) avfs-1.1.3/ltmain.sh:417: progdir=`$ECHO "$progpath" |$SED "$sed_dirname"` avfs-1.1.3/ltmain.sh:418: progdir=`cd "$progdir" && pwd` avfs-1.1.3/ltmain.sh-419- progpath=$progdir/$progname ############################################## avfs-1.1.3/ltmain.sh-610- avfs-1.1.3/ltmain.sh:611: eval _G_current_value='`$ECHO $'$1'`' avfs-1.1.3/ltmain.sh:612: _G_delim=`expr "$2" : '\(.\)'` avfs-1.1.3/ltmain.sh-613- ############################################## avfs-1.1.3/ltmain.sh-639- avfs-1.1.3/ltmain.sh:640: func_arith_result=`expr "$@"` avfs-1.1.3/ltmain.sh-641- } ############################################## avfs-1.1.3/ltmain.sh-660- # ...otherwise fall back to using sed. avfs-1.1.3/ltmain.sh:661: _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`' avfs-1.1.3/ltmain.sh:662: _d='func_dirname_result=`$ECHO "$1" |$SED "$sed_dirname"` avfs-1.1.3/ltmain.sh-663- if test "X$func_dirname_result" = "X$1"; then ############################################## avfs-1.1.3/ltmain.sh-757- test -n "$_G_tc" && { avfs-1.1.3/ltmain.sh:758: _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"` avfs-1.1.3/ltmain.sh:759: _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"` avfs-1.1.3/ltmain.sh-760- } avfs-1.1.3/ltmain.sh-761- done avfs-1.1.3/ltmain.sh:762: _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`" " ## exclude from sc_prohibit_nested_quotes avfs-1.1.3/ltmain.sh-763- ############################################## avfs-1.1.3/ltmain.sh-831- avfs-1.1.3/ltmain.sh:832: func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len` avfs-1.1.3/ltmain.sh-833- } ############################################## avfs-1.1.3/ltmain.sh-863- # ...otherwise throw away the child directory and loop avfs-1.1.3/ltmain.sh:864: _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"` avfs-1.1.3/ltmain.sh-865- done avfs-1.1.3/ltmain.sh:866: _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'` avfs-1.1.3/ltmain.sh-867- ############################################## avfs-1.1.3/ltmain.sh-901- # If mktemp works, use that first and foremost avfs-1.1.3/ltmain.sh:902: _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null` avfs-1.1.3/ltmain.sh-903- ############################################## avfs-1.1.3/ltmain.sh-1111- *[\\\`\"\$]*) avfs-1.1.3/ltmain.sh:1112: _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;; avfs-1.1.3/ltmain.sh-1113- *) ############################################## avfs-1.1.3/ltmain.sh-1198- case $2 in avfs-1.1.3/ltmain.sh:1199: .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;; avfs-1.1.3/ltmain.sh:1200: *) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;; avfs-1.1.3/ltmain.sh-1201- esac ############################################## avfs-1.1.3/ltmain.sh-1271- [0-9]* | *[!a-zA-Z0-9_]*) avfs-1.1.3/ltmain.sh:1272: func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'` avfs-1.1.3/ltmain.sh-1273- ;; ############################################## avfs-1.1.3/ltmain.sh-1358- avfs-1.1.3/ltmain.sh:1359: test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q` avfs-1.1.3/ltmain.sh-1360-} ############################################## avfs-1.1.3/ltmain.sh-1424-# The default options also support '--debug', which will turn on shell avfs-1.1.3/ltmain.sh:1425:# execution tracing (see the comment above debug_cmd below for another avfs-1.1.3/ltmain.sh-1426-# use), and '--verbose' and the func_verbose function to allow your script ############################################## avfs-1.1.3/ltmain.sh-1517- avfs-1.1.3/ltmain.sh:1518: eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`' avfs-1.1.3/ltmain.sh-1519-} ############################################## avfs-1.1.3/ltmain.sh-1870- avfs-1.1.3/ltmain.sh:1871: func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'` avfs-1.1.3/ltmain.sh-1872- func_split_equals_rhs= avfs-1.1.3/ltmain.sh-1873- test "x$func_split_equals_lhs" = "x$1" \ avfs-1.1.3/ltmain.sh:1874: || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'` avfs-1.1.3/ltmain.sh-1875- } ############################################## avfs-1.1.3/ltmain.sh-1898- avfs-1.1.3/ltmain.sh:1899: func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'` avfs-1.1.3/ltmain.sh:1900: func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'` avfs-1.1.3/ltmain.sh-1901- } ############################################## avfs-1.1.3/ltmain.sh-2071- version: $progname (GNU libtool) 2.4.6 avfs-1.1.3/ltmain.sh:2072: automake: `($AUTOMAKE --version) 2>/dev/null |$SED 1q` avfs-1.1.3/ltmain.sh:2073: autoconf: `($AUTOCONF --version) 2>/dev/null |$SED 1q` avfs-1.1.3/ltmain.sh-2074- ############################################## avfs-1.1.3/ltmain.sh-2110- { avfs-1.1.3/ltmain.sh:2111: func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"` avfs-1.1.3/ltmain.sh-2112- } ############################################## avfs-1.1.3/ltmain.sh-2115- { avfs-1.1.3/ltmain.sh:2116: func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'` avfs-1.1.3/ltmain.sh-2117- } ############################################## avfs-1.1.3/ltmain.sh-2206- # quotes we have to do it in 2 steps: avfs-1.1.3/ltmain.sh:2207: extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"` avfs-1.1.3/ltmain.sh-2208- eval "$extractedcf" ############################################## avfs-1.1.3/ltmain.sh-2659- done avfs-1.1.3/ltmain.sh:2660: CC_expanded=`func_echo_all $CC` avfs-1.1.3/ltmain.sh:2661: CC_quoted_expanded=`func_echo_all $CC_quoted` avfs-1.1.3/ltmain.sh-2662- case $@ in ############################################## avfs-1.1.3/ltmain.sh-2672- # Evaluate the configuration. avfs-1.1.3/ltmain.sh:2673: eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`" avfs-1.1.3/ltmain.sh-2674- CC_quoted= ############################################## avfs-1.1.3/ltmain.sh-2678- done avfs-1.1.3/ltmain.sh:2679: CC_expanded=`func_echo_all $CC` avfs-1.1.3/ltmain.sh:2680: CC_quoted_expanded=`func_echo_all $CC_quoted` avfs-1.1.3/ltmain.sh-2681- case "$@ " in ############################################## avfs-1.1.3/ltmain.sh-2770- # zero AND non-empty stdout, which explains the odd construction: avfs-1.1.3/ltmain.sh:2771: func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null` avfs-1.1.3/ltmain.sh-2772- if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then ############################################## avfs-1.1.3/ltmain.sh-2838- if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then avfs-1.1.3/ltmain.sh:2839: func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null` avfs-1.1.3/ltmain.sh-2840- if test "$?" -ne 0; then ############################################## avfs-1.1.3/ltmain.sh-3009- # LT_CYGPATH in this case. avfs-1.1.3/ltmain.sh:3010: func_to_host_file_result=`cygpath -m "$1"` avfs-1.1.3/ltmain.sh-3011- fi ############################################## avfs-1.1.3/ltmain.sh-3166- func_to_host_path_tmp1=$func_stripname_result avfs-1.1.3/ltmain.sh:3167: func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"` avfs-1.1.3/ltmain.sh-3168- func_convert_path_check : ";" \ ############################################## avfs-1.1.3/ltmain.sh-3376- *.[cCFSifmso] | \ avfs-1.1.3/ltmain.sh:3377: *.ada | *.adb | *.ads | *.asm | \ avfs-1.1.3/ltmain.sh-3378- *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \ ############################################## avfs-1.1.3/ltmain.sh-3453- if test no = "$compiler_c_o"; then avfs-1.1.3/ltmain.sh:3454: output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext avfs-1.1.3/ltmain.sh-3455- lockfile=$output_obj.lock ############################################## avfs-1.1.3/ltmain.sh-3472-*** ERROR, $lockfile exists and contains: avfs-1.1.3/ltmain.sh:3473:`cat $lockfile 2>/dev/null` avfs-1.1.3/ltmain.sh-3474- ############################################## avfs-1.1.3/ltmain.sh-3520- if test warn = "$need_locks" && avfs-1.1.3/ltmain.sh:3521: test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then avfs-1.1.3/ltmain.sh-3522- $ECHO "\ avfs-1.1.3/ltmain.sh-3523-*** ERROR, $lockfile contains: avfs-1.1.3/ltmain.sh:3524:`cat $lockfile 2>/dev/null` avfs-1.1.3/ltmain.sh-3525- ############################################## avfs-1.1.3/ltmain.sh-3569- if test warn = "$need_locks" && avfs-1.1.3/ltmain.sh:3570: test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then avfs-1.1.3/ltmain.sh-3571- $ECHO "\ avfs-1.1.3/ltmain.sh-3572-*** ERROR, $lockfile contains: avfs-1.1.3/ltmain.sh:3573:`cat $lockfile 2>/dev/null` avfs-1.1.3/ltmain.sh-3574- ############################################## avfs-1.1.3/ltmain.sh-3895- # Get the absolute pathname. avfs-1.1.3/ltmain.sh:3896: absdir=`cd "$dir" && pwd` avfs-1.1.3/ltmain.sh-3897- test -n "$absdir" && dir=$absdir ############################################## avfs-1.1.3/ltmain.sh-3994- if test -n "$lt_sysroot"; then avfs-1.1.3/ltmain.sh:3995: sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"` avfs-1.1.3/ltmain.sh-3996- sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;" ############################################## avfs-1.1.3/ltmain.sh-4278- # Determine the prefix the user has applied to our future dir. avfs-1.1.3/ltmain.sh:4279: inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"` avfs-1.1.3/ltmain.sh-4280- ############################################## avfs-1.1.3/ltmain.sh-4291- # Stick the inst_prefix_dir data into the link command. avfs-1.1.3/ltmain.sh:4292: relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"` avfs-1.1.3/ltmain.sh-4293- else avfs-1.1.3/ltmain.sh:4294: relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"` avfs-1.1.3/ltmain.sh-4295- fi ############################################## avfs-1.1.3/ltmain.sh-4458- fi avfs-1.1.3/ltmain.sh:4459: libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'` avfs-1.1.3/ltmain.sh-4460- if test -n "$libdir" && test ! -f "$libfile"; then ############################################## avfs-1.1.3/ltmain.sh-4477- # Replace the output file specification. avfs-1.1.3/ltmain.sh:4478: relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'` avfs-1.1.3/ltmain.sh-4479- ############################################## avfs-1.1.3/ltmain.sh-4496- # Install the binary that we compiled earlier. avfs-1.1.3/ltmain.sh:4497: file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"` avfs-1.1.3/ltmain.sh-4498- fi ############################################## avfs-1.1.3/ltmain.sh-4570- my_pic_p=${3-false} avfs-1.1.3/ltmain.sh:4571: my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'` avfs-1.1.3/ltmain.sh-4572- my_dlsyms= ############################################## avfs-1.1.3/ltmain.sh-4628- # Add our own program objects to the symbol list. avfs-1.1.3/ltmain.sh:4629: progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP` avfs-1.1.3/ltmain.sh-4630- for progfile in $progfiles; do ############################################## avfs-1.1.3/ltmain.sh-4690- # Use subshell, to avoid clobbering current variable values avfs-1.1.3/ltmain.sh:4691: dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"` avfs-1.1.3/ltmain.sh-4692- if test -n "$dlprefile_dlname"; then ############################################## avfs-1.1.3/ltmain.sh-4859- if test -f "$output_objdir/$my_outputname.def"; then avfs-1.1.3/ltmain.sh:4860: compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` avfs-1.1.3/ltmain.sh:4861: finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` avfs-1.1.3/ltmain.sh-4862- else avfs-1.1.3/ltmain.sh:4863: compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` avfs-1.1.3/ltmain.sh:4864: finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` avfs-1.1.3/ltmain.sh-4865- fi ############################################## avfs-1.1.3/ltmain.sh-4867- *) avfs-1.1.3/ltmain.sh:4868: compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` avfs-1.1.3/ltmain.sh:4869: finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` avfs-1.1.3/ltmain.sh-4870- ;; ############################################## avfs-1.1.3/ltmain.sh-4882- # Nullify the symbol file. avfs-1.1.3/ltmain.sh:4883: compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"` avfs-1.1.3/ltmain.sh:4884: finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"` avfs-1.1.3/ltmain.sh-4885- fi ############################################## avfs-1.1.3/ltmain.sh-4896- func_to_tool_file "$1" func_convert_file_msys_to_w32 avfs-1.1.3/ltmain.sh:4897: func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'` avfs-1.1.3/ltmain.sh-4898- test -n "$func_cygming_gnu_implib_tmp" ############################################## avfs-1.1.3/ltmain.sh-4909- func_to_tool_file "$1" func_convert_file_msys_to_w32 avfs-1.1.3/ltmain.sh:4910: func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'` avfs-1.1.3/ltmain.sh-4911- test -n "$func_cygming_ms_implib_tmp" ############################################## avfs-1.1.3/ltmain.sh-4925- win32_libid_type=unknown avfs-1.1.3/ltmain.sh:4926: win32_fileres=`file -L $1 2>/dev/null` avfs-1.1.3/ltmain.sh-4927- case $win32_fileres in ############################################## avfs-1.1.3/ltmain.sh-4990- avfs-1.1.3/ltmain.sh:4991: sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"` avfs-1.1.3/ltmain.sh-4992-} ############################################## avfs-1.1.3/ltmain.sh-5008- avfs-1.1.3/ltmain.sh:5009: match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"` avfs-1.1.3/ltmain.sh-5010- $OBJDUMP -s --section "$1" "$2" 2>/dev/null | ############################################## avfs-1.1.3/ltmain.sh-5072- # binutils import library avfs-1.1.3/ltmain.sh:5073: sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"` avfs-1.1.3/ltmain.sh-5074- elif func_cygming_ms_implib_p "$1"; then avfs-1.1.3/ltmain.sh-5075- # ms-generated import library avfs-1.1.3/ltmain.sh:5076: sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"` avfs-1.1.3/ltmain.sh-5077- else ############################################## avfs-1.1.3/ltmain.sh-5156- darwin_base_archive=$func_basename_result avfs-1.1.3/ltmain.sh:5157: darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true` avfs-1.1.3/ltmain.sh-5158- if test -n "$darwin_arches"; then avfs-1.1.3/ltmain.sh:5159: darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'` avfs-1.1.3/ltmain.sh-5160- darwin_arch= ############################################## avfs-1.1.3/ltmain.sh-5170- ## Okay now we've a bunch of thin objects, gotta fatten them up :) avfs-1.1.3/ltmain.sh:5171: darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u` avfs-1.1.3/ltmain.sh-5172- darwin_file= ############################################## avfs-1.1.3/ltmain.sh-5174- for darwin_file in $darwin_filelist; do avfs-1.1.3/ltmain.sh:5175: darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP` avfs-1.1.3/ltmain.sh-5176- $LIPO -create -output "$darwin_file" $darwin_files ############################################## avfs-1.1.3/ltmain.sh-5189- esac avfs-1.1.3/ltmain.sh:5190: my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP` avfs-1.1.3/ltmain.sh-5191- done ############################################## avfs-1.1.3/ltmain.sh-5260- avfs-1.1.3/ltmain.sh:5261: qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"` avfs-1.1.3/ltmain.sh-5262- $ECHO "\ ############################################## avfs-1.1.3/ltmain.sh-5295- --lt-dump-script) avfs-1.1.3/ltmain.sh:5296: lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\` avfs-1.1.3/ltmain.sh-5297- test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=. avfs-1.1.3/ltmain.sh:5298: lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\` avfs-1.1.3/ltmain.sh-5299- cat \"\$lt_dump_D/\$lt_dump_F\" ############################################## avfs-1.1.3/ltmain.sh-5322- \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\" avfs-1.1.3/ltmain.sh:5323: lt_dump_args_N=\`expr \$lt_dump_args_N + 1\` avfs-1.1.3/ltmain.sh-5324- done ############################################## avfs-1.1.3/ltmain.sh-5380- # Find the directory that this script lives in. avfs-1.1.3/ltmain.sh:5381: thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\` avfs-1.1.3/ltmain.sh-5382- test \"x\$thisdir\" = \"x\$file\" && thisdir=. ############################################## avfs-1.1.3/ltmain.sh-5384- # Follow symbolic links until we get to the real thisdir. avfs-1.1.3/ltmain.sh:5385: file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\` avfs-1.1.3/ltmain.sh-5386- while test -n \"\$file\"; do avfs-1.1.3/ltmain.sh:5387: destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\` avfs-1.1.3/ltmain.sh-5388- ############################################## avfs-1.1.3/ltmain.sh-5396- avfs-1.1.3/ltmain.sh:5397: file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\` avfs-1.1.3/ltmain.sh:5398: file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\` avfs-1.1.3/ltmain.sh-5399- done ############################################## avfs-1.1.3/ltmain.sh-5410- case \"\$thisdir\" in avfs-1.1.3/ltmain.sh:5411: *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;; avfs-1.1.3/ltmain.sh-5412- $objdir ) thisdir=. ;; ############################################## avfs-1.1.3/ltmain.sh-5416- # Try to get the absolute directory name. avfs-1.1.3/ltmain.sh:5417: absdir=\`cd \"\$thisdir\" && pwd\` avfs-1.1.3/ltmain.sh-5418- test -n \"\$absdir\" && thisdir=\"\$absdir\" ############################################## avfs-1.1.3/ltmain.sh-5426- if test ! -f \"\$progdir/\$program\" || avfs-1.1.3/ltmain.sh:5427: { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\ avfs-1.1.3/ltmain.sh-5428- test \"X\$file\" != \"X\$progdir/\$program\"; }; then ############################################## avfs-1.1.3/ltmain.sh-5441- if test -n \"\$relink_command\"; then avfs-1.1.3/ltmain.sh:5442: if relink_command_output=\`eval \$relink_command 2>&1\`; then : avfs-1.1.3/ltmain.sh-5443- else ############################################## avfs-1.1.3/ltmain.sh-5485- # The second colon is a workaround for a bug in BeOS R4 sed avfs-1.1.3/ltmain.sh:5486: $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\` avfs-1.1.3/ltmain.sh-5487- ############################################## avfs-1.1.3/ltmain.sh-6464- avfs-1.1.3/ltmain.sh:6465: case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in avfs-1.1.3/ltmain.sh-6466- *import*) : ;; ############################################## avfs-1.1.3/ltmain.sh-6712- moreargs= avfs-1.1.3/ltmain.sh:6713: for fil in `cat "$save_arg"` avfs-1.1.3/ltmain.sh-6714- do ############################################## avfs-1.1.3/ltmain.sh-6973- *) avfs-1.1.3/ltmain.sh:6974: absdir=`cd "$dir" && pwd` avfs-1.1.3/ltmain.sh-6975- test -z "$absdir" && \ ############################################## avfs-1.1.3/ltmain.sh-6994- *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) avfs-1.1.3/ltmain.sh:6995: testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'` avfs-1.1.3/ltmain.sh-6996- case :$dllsearchpath: in ############################################## avfs-1.1.3/ltmain.sh-7287- -Z*) avfs-1.1.3/ltmain.sh:7288: if test os2 = "`expr $host : '.*\(os2\)'`"; then avfs-1.1.3/ltmain.sh-7289- # OS/2 uses -Zxxx to specify OS/2-specific options ############################################## avfs-1.1.3/ltmain.sh-7457- # get the directories listed in $shlibpath_var avfs-1.1.3/ltmain.sh:7458: eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\` avfs-1.1.3/ltmain.sh-7459- else ############################################## avfs-1.1.3/ltmain.sh-7773- set dummy $deplibs_check_method; shift avfs-1.1.3/ltmain.sh:7774: match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` avfs-1.1.3/ltmain.sh-7775- if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \ ############################################## avfs-1.1.3/ltmain.sh-7863- if test -n "$inherited_linker_flags"; then avfs-1.1.3/ltmain.sh:7864: tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'` avfs-1.1.3/ltmain.sh-7865- for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do ############################################## avfs-1.1.3/ltmain.sh-7871- fi avfs-1.1.3/ltmain.sh:7872: dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` avfs-1.1.3/ltmain.sh-7873- if test lib,link = "$linkmode,$pass" || ############################################## avfs-1.1.3/ltmain.sh-7944- *) avfs-1.1.3/ltmain.sh:7945: abs_ladir=`cd "$ladir" && pwd` avfs-1.1.3/ltmain.sh-7946- if test -z "$abs_ladir"; then ############################################## avfs-1.1.3/ltmain.sh-8197- shift avfs-1.1.3/ltmain.sh:8198: libname=`eval "\\$ECHO \"$libname_spec\""` avfs-1.1.3/ltmain.sh-8199- # use dlname if we got it. it's perfectly good, no? ############################################## avfs-1.1.3/ltmain.sh-8489- *) avfs-1.1.3/ltmain.sh:8490: absdir=`cd "$dir" && pwd` avfs-1.1.3/ltmain.sh-8491- if test -z "$absdir"; then ############################################## avfs-1.1.3/ltmain.sh-8500- depdepl= avfs-1.1.3/ltmain.sh:8501: eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib` avfs-1.1.3/ltmain.sh-8502- if test -n "$deplibrary_names"; then ############################################## avfs-1.1.3/ltmain.sh-8507- depdepl=$absdir/$objdir/$depdepl avfs-1.1.3/ltmain.sh:8508: darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` avfs-1.1.3/ltmain.sh-8509- if test -z "$darwin_install_name"; then avfs-1.1.3/ltmain.sh:8510: darwin_install_name=`$OTOOL64 -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` avfs-1.1.3/ltmain.sh-8511- fi ############################################## avfs-1.1.3/ltmain.sh-8522- else avfs-1.1.3/ltmain.sh:8523: eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` avfs-1.1.3/ltmain.sh-8524- test -z "$libdir" && \ ############################################## avfs-1.1.3/ltmain.sh-8545- else avfs-1.1.3/ltmain.sh:8546: compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` avfs-1.1.3/ltmain.sh-8547- fi ############################################## avfs-1.1.3/ltmain.sh-8634- linux*) avfs-1.1.3/ltmain.sh:8635: case `$CC -V 2>&1 | sed 5q` in avfs-1.1.3/ltmain.sh-8636- *Sun\ C*) # Sun C++ 5.9 ############################################## avfs-1.1.3/ltmain.sh-9039- removelist= avfs-1.1.3/ltmain.sh:9040: tempremovelist=`$ECHO "$output_objdir/*"` avfs-1.1.3/ltmain.sh-9041- for p in $tempremovelist; do ############################################## avfs-1.1.3/ltmain.sh-9065- # Transform .lo files to .o files. avfs-1.1.3/ltmain.sh:9066: oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP` avfs-1.1.3/ltmain.sh-9067- fi ############################################## avfs-1.1.3/ltmain.sh-9070- #for path in $notinst_path; do avfs-1.1.3/ltmain.sh:9071: # lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"` avfs-1.1.3/ltmain.sh:9072: # deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"` avfs-1.1.3/ltmain.sh:9073: # dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"` avfs-1.1.3/ltmain.sh-9074- #done ############################################## avfs-1.1.3/ltmain.sh-9191- if test -n "$i"; then avfs-1.1.3/ltmain.sh:9192: libname=`eval "\\$ECHO \"$libname_spec\""` avfs-1.1.3/ltmain.sh:9193: deplib_matches=`eval "\\$ECHO \"$library_names_spec\""` avfs-1.1.3/ltmain.sh-9194- set dummy $deplib_matches; shift avfs-1.1.3/ltmain.sh-9195- deplib_match=$1 avfs-1.1.3/ltmain.sh:9196: if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then avfs-1.1.3/ltmain.sh-9197- func_append newdeplibs " $i" ############################################## avfs-1.1.3/ltmain.sh-9234- if test -n "$i"; then avfs-1.1.3/ltmain.sh:9235: libname=`eval "\\$ECHO \"$libname_spec\""` avfs-1.1.3/ltmain.sh:9236: deplib_matches=`eval "\\$ECHO \"$library_names_spec\""` avfs-1.1.3/ltmain.sh-9237- set dummy $deplib_matches; shift avfs-1.1.3/ltmain.sh-9238- deplib_match=$1 avfs-1.1.3/ltmain.sh:9239: if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then avfs-1.1.3/ltmain.sh-9240- func_append newdeplibs " $i" ############################################## avfs-1.1.3/ltmain.sh-9269- set dummy $deplibs_check_method; shift avfs-1.1.3/ltmain.sh:9270: file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` avfs-1.1.3/ltmain.sh-9271- for a_deplib in $deplibs; do ############################################## avfs-1.1.3/ltmain.sh-9284- if test -n "$a_deplib"; then avfs-1.1.3/ltmain.sh:9285: libname=`eval "\\$ECHO \"$libname_spec\""` avfs-1.1.3/ltmain.sh-9286- if test -n "$file_magic_glob"; then avfs-1.1.3/ltmain.sh:9287: libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob` avfs-1.1.3/ltmain.sh-9288- else ############################################## avfs-1.1.3/ltmain.sh-9294- shopt -s nocaseglob avfs-1.1.3/ltmain.sh:9295: potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null` avfs-1.1.3/ltmain.sh-9296- $nocaseglob avfs-1.1.3/ltmain.sh-9297- else avfs-1.1.3/ltmain.sh:9298: potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null` avfs-1.1.3/ltmain.sh-9299- fi ############################################## avfs-1.1.3/ltmain.sh-9312- while test -h "$potlib" 2>/dev/null; do avfs-1.1.3/ltmain.sh:9313: potliblink=`ls -ld $potlib | $SED 's/.* -> //'` avfs-1.1.3/ltmain.sh-9314- case $potliblink in avfs-1.1.3/ltmain.sh-9315- [\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;; avfs-1.1.3/ltmain.sh:9316: *) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";; avfs-1.1.3/ltmain.sh-9317- esac ############################################## avfs-1.1.3/ltmain.sh-9353- set dummy $deplibs_check_method; shift avfs-1.1.3/ltmain.sh:9354: match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` avfs-1.1.3/ltmain.sh-9355- for a_deplib in $deplibs; do ############################################## avfs-1.1.3/ltmain.sh-9368- if test -n "$a_deplib"; then avfs-1.1.3/ltmain.sh:9369: libname=`eval "\\$ECHO \"$libname_spec\""` avfs-1.1.3/ltmain.sh-9370- for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do avfs-1.1.3/ltmain.sh:9371: potential_libs=`ls $i/$libname[.-]* 2>/dev/null` avfs-1.1.3/ltmain.sh-9372- for potent_lib in $potential_libs; do ############################################## avfs-1.1.3/ltmain.sh-9407- newdeplibs= avfs-1.1.3/ltmain.sh:9408: tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'` avfs-1.1.3/ltmain.sh-9409- if test yes = "$allow_libtool_libs_with_static_runtimes"; then ############################################## avfs-1.1.3/ltmain.sh-9411- # can't use Xsed below, because $i might contain '/' avfs-1.1.3/ltmain.sh:9412: tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"` avfs-1.1.3/ltmain.sh-9413- done ############################################## avfs-1.1.3/ltmain.sh-9437- # On Rhapsody replace the C library with the System framework avfs-1.1.3/ltmain.sh:9438: newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'` avfs-1.1.3/ltmain.sh-9439- ;; ############################################## avfs-1.1.3/ltmain.sh-9489- *-*-darwin*) avfs-1.1.3/ltmain.sh:9490: newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` avfs-1.1.3/ltmain.sh:9491: new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` avfs-1.1.3/ltmain.sh:9492: deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` avfs-1.1.3/ltmain.sh-9493- ;; ############################################## avfs-1.1.3/ltmain.sh-9616- # Use standard objects if they are pic avfs-1.1.3/ltmain.sh:9617: test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP` avfs-1.1.3/ltmain.sh-9618- test "X$libobjs" = "X " && libobjs= ############################################## avfs-1.1.3/ltmain.sh-10130- eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\" avfs-1.1.3/ltmain.sh:10131: test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'` avfs-1.1.3/ltmain.sh-10132- reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags ############################################## avfs-1.1.3/ltmain.sh-10145- # Create the old-style object. avfs-1.1.3/ltmain.sh:10146: reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs avfs-1.1.3/ltmain.sh-10147- ############################################## avfs-1.1.3/ltmain.sh-10203- # On Rhapsody replace the C library is the System framework avfs-1.1.3/ltmain.sh:10204: compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'` avfs-1.1.3/ltmain.sh:10205: finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'` avfs-1.1.3/ltmain.sh-10206- ;; ############################################## avfs-1.1.3/ltmain.sh-10221- # Time to change all our "foo.ltframework" stuff back to "-framework foo" avfs-1.1.3/ltmain.sh:10222: compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` avfs-1.1.3/ltmain.sh:10223: finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` avfs-1.1.3/ltmain.sh-10224- ;; ############################################## avfs-1.1.3/ltmain.sh-10299- *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) avfs-1.1.3/ltmain.sh:10300: testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'` avfs-1.1.3/ltmain.sh-10301- case :$dllsearchpath: in ############################################## avfs-1.1.3/ltmain.sh-10359- # Transform all the library objects into standard objects. avfs-1.1.3/ltmain.sh:10360: compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP` avfs-1.1.3/ltmain.sh:10361: finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP` avfs-1.1.3/ltmain.sh-10362- fi ############################################## avfs-1.1.3/ltmain.sh-10387- # Replace the output file specification. avfs-1.1.3/ltmain.sh:10388: compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'` avfs-1.1.3/ltmain.sh-10389- link_command=$compile_command$compile_rpath ############################################## avfs-1.1.3/ltmain.sh-10396- func_to_tool_file "$output" avfs-1.1.3/ltmain.sh:10397: postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` avfs-1.1.3/ltmain.sh-10398- func_execute_cmds "$postlink_cmds" 'exit $?' ############################################## avfs-1.1.3/ltmain.sh-10440- # Replace the output file specification. avfs-1.1.3/ltmain.sh:10441: link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'` avfs-1.1.3/ltmain.sh-10442- # Delete the old output file. ############################################## avfs-1.1.3/ltmain.sh-10448- func_to_tool_file "$output" avfs-1.1.3/ltmain.sh:10449: postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` avfs-1.1.3/ltmain.sh-10450- func_execute_cmds "$postlink_cmds" 'exit $?' ############################################## avfs-1.1.3/ltmain.sh-10466- link_command=$finalize_var$compile_command$finalize_rpath avfs-1.1.3/ltmain.sh:10467: relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'` avfs-1.1.3/ltmain.sh-10468- ;; ############################################## avfs-1.1.3/ltmain.sh-10479- # Replace the output file specification. avfs-1.1.3/ltmain.sh:10480: link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'` avfs-1.1.3/ltmain.sh-10481- ############################################## avfs-1.1.3/ltmain.sh-10488- func_to_tool_file "$output_objdir/$outputname" avfs-1.1.3/ltmain.sh:10489: postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` avfs-1.1.3/ltmain.sh-10490- func_execute_cmds "$postlink_cmds" 'exit $?' ############################################## avfs-1.1.3/ltmain.sh-10509- relink_command="(cd `pwd`; $relink_command)" avfs-1.1.3/ltmain.sh:10510: relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` avfs-1.1.3/ltmain.sh-10511- fi ############################################## avfs-1.1.3/ltmain.sh-10755- relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" avfs-1.1.3/ltmain.sh:10756: relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` avfs-1.1.3/ltmain.sh-10757- if test yes = "$hardcode_automatic"; then ############################################## avfs-1.1.3/ltmain.sh-10776- func_resolve_sysroot "$deplib" avfs-1.1.3/ltmain.sh:10777: eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result` avfs-1.1.3/ltmain.sh-10778- test -z "$libdir" && \ ############################################## avfs-1.1.3/ltmain.sh-10802- name=$func_basename_result avfs-1.1.3/ltmain.sh:10803: eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib` avfs-1.1.3/ltmain.sh-10804- test -z "$libdir" && \ ############################################## avfs-1.1.3/ltmain.sh-10821- name=$func_basename_result avfs-1.1.3/ltmain.sh:10822: eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib` avfs-1.1.3/ltmain.sh-10823- test -z "$libdir" && \ ############################################## avfs-1.1.3/ltmain.sh-11140-# ### BEGIN LIBTOOL TAG CONFIG: disable-static avfs-1.1.3/ltmain.sh:11141:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac` avfs-1.1.3/ltmain.sh-11142-# ### END LIBTOOL TAG CONFIG: disable-static ############################################## avfs-1.1.3/src/make_info-3-if [ -n "$SOURCE_DATE_EPOCH" ]; then avfs-1.1.3/src/make_info:4: compile_date=\"`date -u -d "@$SOURCE_DATE_EPOCH" 2>/dev/null || date -u -r "$SOURCE_DATE_EPOCH" 2>/dev/null || date -u`\" avfs-1.1.3/src/make_info-5- compile_system=\"reproducible\" ############################################## avfs-1.1.3/src/Makefile.in-51- { \ avfs-1.1.3/src/Makefile.in:52: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ avfs-1.1.3/src/Makefile.in-53- }; \ ############################################## avfs-1.1.3/src/Makefile.in-458-.c.obj: avfs-1.1.3/src/Makefile.in:459:@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` avfs-1.1.3/src/Makefile.in-460-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## avfs-1.1.3/src/Makefile.in-462-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ avfs-1.1.3/src/Makefile.in:463:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` avfs-1.1.3/src/Makefile.in-464- ############################################## avfs-1.1.3/src/Makefile.in-507-GTAGS: avfs-1.1.3/src/Makefile.in:508: here=`$(am__cd) $(top_builddir) && pwd` \ avfs-1.1.3/src/Makefile.in-509- && $(am__cd) $(top_srcdir) \ ############################################## avfs-1.1.3/src/Makefile.in-530-distdir: $(DISTFILES) avfs-1.1.3/src/Makefile.in:531: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ avfs-1.1.3/src/Makefile.in:532: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ avfs-1.1.3/src/Makefile.in-533- list='$(DISTFILES)'; \ ############################################## avfs-1.1.3/src/Makefile.in-544- if test -d $$d/$$file; then \ avfs-1.1.3/src/Makefile.in:545: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ avfs-1.1.3/src/Makefile.in-546- if test -d "$(distdir)/$$file"; then \ ############################################## avfs-1.1.3/doc/Makefile.in-49- { \ avfs-1.1.3/doc/Makefile.in:50: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ avfs-1.1.3/doc/Makefile.in-51- }; \ ############################################## avfs-1.1.3/doc/Makefile.in-319-distdir: $(DISTFILES) avfs-1.1.3/doc/Makefile.in:320: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ avfs-1.1.3/doc/Makefile.in:321: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ avfs-1.1.3/doc/Makefile.in-322- list='$(DISTFILES)'; \ ############################################## avfs-1.1.3/doc/Makefile.in-333- if test -d $$d/$$file; then \ avfs-1.1.3/doc/Makefile.in:334: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ avfs-1.1.3/doc/Makefile.in-335- if test -d "$(distdir)/$$file"; then \ ############################################## avfs-1.1.3/config.guess-34- avfs-1.1.3/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'` avfs-1.1.3/config.guess-36- ############################################## avfs-1.1.3/config.guess-102-: ${TMPDIR=/tmp} ; avfs-1.1.3/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || avfs-1.1.3/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || ############################################## avfs-1.1.3/config.guess-151- EOF avfs-1.1.3/config.guess:152: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'` avfs-1.1.3/config.guess-153- ;; ############################################## avfs-1.1.3/config.guess-191- earmv*) avfs-1.1.3/config.guess:192: arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'` avfs-1.1.3/config.guess:193: endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'` avfs-1.1.3/config.guess-194- machine=${arch}${endian}-${VENDOR}-unknown ############################################## avfs-1.1.3/config.guess-223- expr='s/^earmv[0-9]/-eabi/;s/eb$//' avfs-1.1.3/config.guess:224: abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"` avfs-1.1.3/config.guess-225- ;; ############################################## avfs-1.1.3/config.guess-236- *) avfs-1.1.3/config.guess:237: release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2` avfs-1.1.3/config.guess-238- ;; ############################################## avfs-1.1.3/config.guess-274- *4.0) avfs-1.1.3/config.guess:275: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` avfs-1.1.3/config.guess-276- ;; avfs-1.1.3/config.guess-277- *5.*) avfs-1.1.3/config.guess:278: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` avfs-1.1.3/config.guess-279- ;; ############################################## avfs-1.1.3/config.guess-284- # types through head -n 1, so we only detect the type of CPU 0. avfs-1.1.3/config.guess:285: ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` avfs-1.1.3/config.guess-286- case "$ALPHA_CPU_TYPE" in ############################################## avfs-1.1.3/config.guess-322- # 1.2 uses "1.2" for uname -r. avfs-1.1.3/config.guess:323: echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` avfs-1.1.3/config.guess-324- # Reset EXIT trap before exiting to avoid spurious non-zero exit code. ############################################## avfs-1.1.3/config.guess-382- s390x:SunOS:*:*) avfs-1.1.3/config.guess:383: echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` avfs-1.1.3/config.guess-384- exit ;; avfs-1.1.3/config.guess-385- sun4H:SunOS:5.*:*) avfs-1.1.3/config.guess:386: echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` avfs-1.1.3/config.guess-387- exit ;; avfs-1.1.3/config.guess-388- sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) avfs-1.1.3/config.guess:389: echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` avfs-1.1.3/config.guess-390- exit ;; ############################################## avfs-1.1.3/config.guess-407- fi avfs-1.1.3/config.guess:408: echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` avfs-1.1.3/config.guess-409- exit ;; ############################################## avfs-1.1.3/config.guess-413- # it's likely to be more like Solaris than SunOS4. avfs-1.1.3/config.guess:414: echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` avfs-1.1.3/config.guess-415- exit ;; ############################################## avfs-1.1.3/config.guess-422- # Japanese Language versions have a version number like `4.1.3-JL'. avfs-1.1.3/config.guess:423: echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` avfs-1.1.3/config.guess-424- exit ;; ############################################## avfs-1.1.3/config.guess-428- sun*:*:4.2BSD:*) avfs-1.1.3/config.guess:429: UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` avfs-1.1.3/config.guess-430- test "x${UNAME_RELEASE}" = x && UNAME_RELEASE=3 ############################################## avfs-1.1.3/config.guess-510- $CC_FOR_BUILD -o $dummy $dummy.c && avfs-1.1.3/config.guess:511: dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && avfs-1.1.3/config.guess:512: SYSTEM_NAME=`$dummy $dummyarg` && avfs-1.1.3/config.guess-513- { echo "$SYSTEM_NAME"; exit; } ############################################## avfs-1.1.3/config.guess-566- *:IRIX*:*:*) avfs-1.1.3/config.guess:567: echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` avfs-1.1.3/config.guess-568- exit ;; ############################################## avfs-1.1.3/config.guess-596-EOF avfs-1.1.3/config.guess:597: if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` avfs-1.1.3/config.guess-598- then ############################################## avfs-1.1.3/config.guess-609- *:AIX:*:[4567]) avfs-1.1.3/config.guess:610: IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` avfs-1.1.3/config.guess-611- if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then ############################################## avfs-1.1.3/config.guess-645- 9000/[34678]??:HP-UX:*:*) avfs-1.1.3/config.guess:646: HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` avfs-1.1.3/config.guess-647- case "${UNAME_MACHINE}" in ############################################## avfs-1.1.3/config.guess-699-EOF avfs-1.1.3/config.guess:700: (CCOPTS="" $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` avfs-1.1.3/config.guess-701- test -z "$HP_ARCH" && HP_ARCH=hppa ############################################## avfs-1.1.3/config.guess-727- ia64:HP-UX:*:*) avfs-1.1.3/config.guess:728: HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` avfs-1.1.3/config.guess-729- echo ia64-hp-hpux${HPUX_REV} ############################################## avfs-1.1.3/config.guess-757-EOF avfs-1.1.3/config.guess:758: $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && avfs-1.1.3/config.guess-759- { echo "$SYSTEM_NAME"; exit; } ############################################## avfs-1.1.3/config.guess-828- FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` avfs-1.1.3/config.guess:829: FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` avfs-1.1.3/config.guess-830- echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## avfs-1.1.3/config.guess-833- FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` avfs-1.1.3/config.guess:834: FUJITSU_REL=`echo ${UNAME_RELEASE} | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'` avfs-1.1.3/config.guess-835- echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## avfs-1.1.3/config.guess-853- esac avfs-1.1.3/config.guess:854: echo ${UNAME_PROCESSOR}-${VENDOR}-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` avfs-1.1.3/config.guess-855- exit ;; ############################################## avfs-1.1.3/config.guess-908- prep*:SunOS:5.*:*) avfs-1.1.3/config.guess:909: echo powerpcle-${VENDOR}-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` avfs-1.1.3/config.guess-910- exit ;; ############################################## avfs-1.1.3/config.guess-912- # the GNU system avfs-1.1.3/config.guess:913: echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-${VENDOR}-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` avfs-1.1.3/config.guess-914- exit ;; ############################################## avfs-1.1.3/config.guess-916- # other systems with GNU libc and userland avfs-1.1.3/config.guess:917: echo ${UNAME_MACHINE}-${VENDOR}-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC} avfs-1.1.3/config.guess-918- exit ;; ############################################## avfs-1.1.3/config.guess-1010-EOF avfs-1.1.3/config.guess:1011: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` avfs-1.1.3/config.guess-1012- test x"${CPU}" != x && { echo "${CPU}-${VENDOR}-linux-${LIBC}"; exit; } ############################################## avfs-1.1.3/config.guess-1110- i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) avfs-1.1.3/config.guess:1111: UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` avfs-1.1.3/config.guess-1112- if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then ############################################## avfs-1.1.3/config.guess-1313- fi avfs-1.1.3/config.guess:1314: if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then avfs-1.1.3/config.guess-1315- if [ "$CC_FOR_BUILD" != no_compiler_found ]; then ############################################## avfs-1.1.3/config.guess-1408- *:DragonFly:*:*) avfs-1.1.3/config.guess:1409: echo ${UNAME_MACHINE}-${VENDOR}-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` avfs-1.1.3/config.guess-1410- exit ;; ############################################## avfs-1.1.3/config.guess-1421- i*86:skyos:*:*) avfs-1.1.3/config.guess:1422: echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE} | sed -e 's/ .*$//'` avfs-1.1.3/config.guess-1423- exit ;; ############################################## avfs-1.1.3/macros/neon.m4-156- oCFLAGS="$CFLAGS" avfs-1.1.3/macros/neon.m4:157: CFLAGS="$CFLAGS `$config --cflags`" avfs-1.1.3/macros/neon.m4:158: LIBS="$LIBS `$config --libs`" avfs-1.1.3/macros/neon.m4:159: ver=`$config --version` avfs-1.1.3/macros/neon.m4-160- AC_MSG_CHECKING(for neon library version) ############################################## avfs-1.1.3/macros/neon.m4-210- NEON_CONFIG=$neon_loc/bin/neon-config avfs-1.1.3/macros/neon.m4:211: CFLAGS="$CFLAGS `$NEON_CONFIG --cflags`" avfs-1.1.3/macros/neon.m4:212: NEONLIBS="$NEONLIBS `$NEON_CONFIG --libs`" avfs-1.1.3/macros/neon.m4:213: neon_library_message="library in $neon_loc (`$NEON_CONFIG --version`)" avfs-1.1.3/macros/neon.m4-214- neon_xml_parser_message="using whatever libneon uses" ############################################## avfs-1.1.3/macros/pkg.m4-72- PKG_CHECK_EXISTS([$3], avfs-1.1.3/macros/pkg.m4:73: [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`], avfs-1.1.3/macros/pkg.m4-74- [pkg_failed=yes]) ############################################## avfs-1.1.3/macros/pkg.m4-119- if test $_pkg_short_errors_supported = yes; then avfs-1.1.3/macros/pkg.m4:120: $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$2" 2>&1` avfs-1.1.3/macros/pkg.m4-121- else avfs-1.1.3/macros/pkg.m4:122: $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors "$2" 2>&1` avfs-1.1.3/macros/pkg.m4-123- fi ############################################## avfs-1.1.3/macros/Makefile.in-49- { \ avfs-1.1.3/macros/Makefile.in:50: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ avfs-1.1.3/macros/Makefile.in-51- }; \ ############################################## avfs-1.1.3/macros/Makefile.in-318-distdir: $(DISTFILES) avfs-1.1.3/macros/Makefile.in:319: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ avfs-1.1.3/macros/Makefile.in:320: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ avfs-1.1.3/macros/Makefile.in-321- list='$(DISTFILES)'; \ ############################################## avfs-1.1.3/macros/Makefile.in-332- if test -d $$d/$$file; then \ avfs-1.1.3/macros/Makefile.in:333: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ avfs-1.1.3/macros/Makefile.in-334- if test -d "$(distdir)/$$file"; then \ ############################################## avfs-1.1.3/macros/neon-xml-parser.m4-47- neon_using_libtool_expat=yes avfs-1.1.3/macros/neon-xml-parser.m4:48: withval=`echo $withval | sed 's:/libexpat.la$::'` avfs-1.1.3/macros/neon-xml-parser.m4-49- esac ############################################## avfs-1.1.3/macros/neon-xml-parser.m4-83- oCFLAGS="$CFLAGS" avfs-1.1.3/macros/neon-xml-parser.m4:84: NEWLIBS="`$XML_CONFIG --libs`" avfs-1.1.3/macros/neon-xml-parser.m4-85- LIBS="$LIBS $NEWLIBS" avfs-1.1.3/macros/neon-xml-parser.m4:86: CFLAGS="$CFLAGS `$XML_CONFIG --cflags`" avfs-1.1.3/macros/neon-xml-parser.m4-87- AC_CHECK_LIB(xml, xmlCreatePushParserCtxt, ############################################## avfs-1.1.3/macros/ld-versionscript.m4-12- if test "$with_gnu_ld" = yes; then avfs-1.1.3/macros/ld-versionscript.m4:13: if test -n "`$LD --help 2>/dev/null | grep version-script`"; then avfs-1.1.3/macros/ld-versionscript.m4-14- ld_versionscript=yes ############################################## avfs-1.1.3/macros/ld-versionscript.m4-19- solaris*|sunos4*) avfs-1.1.3/macros/ld-versionscript.m4:20: if test -n "`$LD --help 2>&1 | grep "M mapfile"`"; then avfs-1.1.3/macros/ld-versionscript.m4-21- ld_versionscript=yes ############################################## avfs-1.1.3/fuse/Makefile.in-50- { \ avfs-1.1.3/fuse/Makefile.in:51: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ avfs-1.1.3/fuse/Makefile.in-52- }; \ ############################################## avfs-1.1.3/fuse/Makefile.in-404- test -n "$(EXEEXT)" || exit 0; \ avfs-1.1.3/fuse/Makefile.in:405: list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ avfs-1.1.3/fuse/Makefile.in-406- echo " rm -f" $$list; \ ############################################## avfs-1.1.3/fuse/Makefile.in-428-.c.obj: avfs-1.1.3/fuse/Makefile.in:429:@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` avfs-1.1.3/fuse/Makefile.in-430-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## avfs-1.1.3/fuse/Makefile.in-432-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ avfs-1.1.3/fuse/Makefile.in:433:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` avfs-1.1.3/fuse/Makefile.in-434- ############################################## avfs-1.1.3/fuse/Makefile.in-477-GTAGS: avfs-1.1.3/fuse/Makefile.in:478: here=`$(am__cd) $(top_builddir) && pwd` \ avfs-1.1.3/fuse/Makefile.in-479- && $(am__cd) $(top_srcdir) \ ############################################## avfs-1.1.3/fuse/Makefile.in-500-distdir: $(DISTFILES) avfs-1.1.3/fuse/Makefile.in:501: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ avfs-1.1.3/fuse/Makefile.in:502: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ avfs-1.1.3/fuse/Makefile.in-503- list='$(DISTFILES)'; \ ############################################## avfs-1.1.3/fuse/Makefile.in-514- if test -d $$d/$$file; then \ avfs-1.1.3/fuse/Makefile.in:515: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ avfs-1.1.3/fuse/Makefile.in-516- if test -d "$(distdir)/$$file"; then \ ############################################## avfs-1.1.3/bzlib/Makefile.in-51- { \ avfs-1.1.3/bzlib/Makefile.in:52: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ avfs-1.1.3/bzlib/Makefile.in-53- }; \ ############################################## avfs-1.1.3/bzlib/Makefile.in-411-.c.obj: avfs-1.1.3/bzlib/Makefile.in:412:@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` avfs-1.1.3/bzlib/Makefile.in-413-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## avfs-1.1.3/bzlib/Makefile.in-415-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ avfs-1.1.3/bzlib/Makefile.in:416:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` avfs-1.1.3/bzlib/Makefile.in-417- ############################################## avfs-1.1.3/bzlib/Makefile.in-425-libbz_la-blocksort.lo: blocksort.c avfs-1.1.3/bzlib/Makefile.in:426:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libbz_la_CFLAGS) $(CFLAGS) -MT libbz_la-blocksort.lo -MD -MP -MF $(DEPDIR)/libbz_la-blocksort.Tpo -c -o libbz_la-blocksort.lo `test -f 'blocksort.c' || echo '$(srcdir)/'`blocksort.c avfs-1.1.3/bzlib/Makefile.in-427-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libbz_la-blocksort.Tpo $(DEPDIR)/libbz_la-blocksort.Plo ############################################## avfs-1.1.3/bzlib/Makefile.in-429-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ avfs-1.1.3/bzlib/Makefile.in:430:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libbz_la_CFLAGS) $(CFLAGS) -c -o libbz_la-blocksort.lo `test -f 'blocksort.c' || echo '$(srcdir)/'`blocksort.c avfs-1.1.3/bzlib/Makefile.in-431- avfs-1.1.3/bzlib/Makefile.in-432-libbz_la-huffman.lo: huffman.c avfs-1.1.3/bzlib/Makefile.in:433:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libbz_la_CFLAGS) $(CFLAGS) -MT libbz_la-huffman.lo -MD -MP -MF $(DEPDIR)/libbz_la-huffman.Tpo -c -o libbz_la-huffman.lo `test -f 'huffman.c' || echo '$(srcdir)/'`huffman.c avfs-1.1.3/bzlib/Makefile.in-434-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libbz_la-huffman.Tpo $(DEPDIR)/libbz_la-huffman.Plo ############################################## avfs-1.1.3/bzlib/Makefile.in-436-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ avfs-1.1.3/bzlib/Makefile.in:437:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libbz_la_CFLAGS) $(CFLAGS) -c -o libbz_la-huffman.lo `test -f 'huffman.c' || echo '$(srcdir)/'`huffman.c avfs-1.1.3/bzlib/Makefile.in-438- avfs-1.1.3/bzlib/Makefile.in-439-libbz_la-crctable.lo: crctable.c avfs-1.1.3/bzlib/Makefile.in:440:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libbz_la_CFLAGS) $(CFLAGS) -MT libbz_la-crctable.lo -MD -MP -MF $(DEPDIR)/libbz_la-crctable.Tpo -c -o libbz_la-crctable.lo `test -f 'crctable.c' || echo '$(srcdir)/'`crctable.c avfs-1.1.3/bzlib/Makefile.in-441-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libbz_la-crctable.Tpo $(DEPDIR)/libbz_la-crctable.Plo ############################################## avfs-1.1.3/bzlib/Makefile.in-443-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ avfs-1.1.3/bzlib/Makefile.in:444:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libbz_la_CFLAGS) $(CFLAGS) -c -o libbz_la-crctable.lo `test -f 'crctable.c' || echo '$(srcdir)/'`crctable.c avfs-1.1.3/bzlib/Makefile.in-445- avfs-1.1.3/bzlib/Makefile.in-446-libbz_la-randtable.lo: randtable.c avfs-1.1.3/bzlib/Makefile.in:447:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libbz_la_CFLAGS) $(CFLAGS) -MT libbz_la-randtable.lo -MD -MP -MF $(DEPDIR)/libbz_la-randtable.Tpo -c -o libbz_la-randtable.lo `test -f 'randtable.c' || echo '$(srcdir)/'`randtable.c avfs-1.1.3/bzlib/Makefile.in-448-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libbz_la-randtable.Tpo $(DEPDIR)/libbz_la-randtable.Plo ############################################## avfs-1.1.3/bzlib/Makefile.in-450-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ avfs-1.1.3/bzlib/Makefile.in:451:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libbz_la_CFLAGS) $(CFLAGS) -c -o libbz_la-randtable.lo `test -f 'randtable.c' || echo '$(srcdir)/'`randtable.c avfs-1.1.3/bzlib/Makefile.in-452- avfs-1.1.3/bzlib/Makefile.in-453-libbz_la-compress.lo: compress.c avfs-1.1.3/bzlib/Makefile.in:454:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libbz_la_CFLAGS) $(CFLAGS) -MT libbz_la-compress.lo -MD -MP -MF $(DEPDIR)/libbz_la-compress.Tpo -c -o libbz_la-compress.lo `test -f 'compress.c' || echo '$(srcdir)/'`compress.c avfs-1.1.3/bzlib/Makefile.in-455-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libbz_la-compress.Tpo $(DEPDIR)/libbz_la-compress.Plo ############################################## avfs-1.1.3/bzlib/Makefile.in-457-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ avfs-1.1.3/bzlib/Makefile.in:458:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libbz_la_CFLAGS) $(CFLAGS) -c -o libbz_la-compress.lo `test -f 'compress.c' || echo '$(srcdir)/'`compress.c avfs-1.1.3/bzlib/Makefile.in-459- avfs-1.1.3/bzlib/Makefile.in-460-libbz_la-decompress.lo: decompress.c avfs-1.1.3/bzlib/Makefile.in:461:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libbz_la_CFLAGS) $(CFLAGS) -MT libbz_la-decompress.lo -MD -MP -MF $(DEPDIR)/libbz_la-decompress.Tpo -c -o libbz_la-decompress.lo `test -f 'decompress.c' || echo '$(srcdir)/'`decompress.c avfs-1.1.3/bzlib/Makefile.in-462-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libbz_la-decompress.Tpo $(DEPDIR)/libbz_la-decompress.Plo ############################################## avfs-1.1.3/bzlib/Makefile.in-464-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ avfs-1.1.3/bzlib/Makefile.in:465:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libbz_la_CFLAGS) $(CFLAGS) -c -o libbz_la-decompress.lo `test -f 'decompress.c' || echo '$(srcdir)/'`decompress.c avfs-1.1.3/bzlib/Makefile.in-466- avfs-1.1.3/bzlib/Makefile.in-467-libbz_la-bzlib.lo: bzlib.c avfs-1.1.3/bzlib/Makefile.in:468:@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libbz_la_CFLAGS) $(CFLAGS) -MT libbz_la-bzlib.lo -MD -MP -MF $(DEPDIR)/libbz_la-bzlib.Tpo -c -o libbz_la-bzlib.lo `test -f 'bzlib.c' || echo '$(srcdir)/'`bzlib.c avfs-1.1.3/bzlib/Makefile.in-469-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libbz_la-bzlib.Tpo $(DEPDIR)/libbz_la-bzlib.Plo ############################################## avfs-1.1.3/bzlib/Makefile.in-471-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ avfs-1.1.3/bzlib/Makefile.in:472:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libbz_la_CFLAGS) $(CFLAGS) -c -o libbz_la-bzlib.lo `test -f 'bzlib.c' || echo '$(srcdir)/'`bzlib.c avfs-1.1.3/bzlib/Makefile.in-473- ############################################## avfs-1.1.3/bzlib/Makefile.in-509-GTAGS: avfs-1.1.3/bzlib/Makefile.in:510: here=`$(am__cd) $(top_builddir) && pwd` \ avfs-1.1.3/bzlib/Makefile.in-511- && $(am__cd) $(top_srcdir) \ ############################################## avfs-1.1.3/bzlib/Makefile.in-532-distdir: $(DISTFILES) avfs-1.1.3/bzlib/Makefile.in:533: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ avfs-1.1.3/bzlib/Makefile.in:534: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ avfs-1.1.3/bzlib/Makefile.in-535- list='$(DISTFILES)'; \ ############################################## avfs-1.1.3/bzlib/Makefile.in-546- if test -d $$d/$$file; then \ avfs-1.1.3/bzlib/Makefile.in:547: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ avfs-1.1.3/bzlib/Makefile.in-548- if test -d "$(distdir)/$$file"; then \ ############################################## avfs-1.1.3/aclocal.m4-141- done avfs-1.1.3/aclocal.m4:142: func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` avfs-1.1.3/aclocal.m4-143-} ############################################## avfs-1.1.3/aclocal.m4-453-m4_define([_LT_CONFIG_STATUS_DECLARE], avfs-1.1.3/aclocal.m4:454:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`']) avfs-1.1.3/aclocal.m4-455- ############################################## avfs-1.1.3/aclocal.m4-463-# avfs-1.1.3/aclocal.m4:464:# <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`' avfs-1.1.3/aclocal.m4-465-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS], ############################################## avfs-1.1.3/aclocal.m4-573-]], lt_decl_quote_varnames); do avfs-1.1.3/aclocal.m4:574: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in avfs-1.1.3/aclocal.m4-575- *[[\\\\\\\`\\"\\\$]]*) avfs-1.1.3/aclocal.m4:576: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes avfs-1.1.3/aclocal.m4-577- ;; ############################################## avfs-1.1.3/aclocal.m4-586-]], lt_decl_dquote_varnames); do avfs-1.1.3/aclocal.m4:587: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in avfs-1.1.3/aclocal.m4-588- *[[\\\\\\\`\\"\\\$]]*) avfs-1.1.3/aclocal.m4:589: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes avfs-1.1.3/aclocal.m4-590- ;; ############################################## avfs-1.1.3/aclocal.m4-1125- if test yes = "$lt_cv_ld_force_load"; then avfs-1.1.3/aclocal.m4:1126: _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' avfs-1.1.3/aclocal.m4-1127- m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes], ############################################## avfs-1.1.3/aclocal.m4-1178- }]' avfs-1.1.3/aclocal.m4:1179: _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` avfs-1.1.3/aclocal.m4-1180- # Check for a 64-bit object if we didn't find anything. avfs-1.1.3/aclocal.m4-1181- if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then avfs-1.1.3/aclocal.m4:1182: _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` avfs-1.1.3/aclocal.m4-1183- fi],[]) ############################################## avfs-1.1.3/aclocal.m4-1214-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ avfs-1.1.3/aclocal.m4:1215: test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then avfs-1.1.3/aclocal.m4-1216- ECHO='print -r --' avfs-1.1.3/aclocal.m4:1217:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then avfs-1.1.3/aclocal.m4-1218- ECHO='printf %s\n' ############################################## avfs-1.1.3/aclocal.m4-1249- PATH=/empty FPATH=/empty; export PATH FPATH avfs-1.1.3/aclocal.m4:1250: test "X`printf %s $ECHO`" = "X$ECHO" \ avfs-1.1.3/aclocal.m4:1251: || test "X`print -r -- $ECHO`" = "X$ECHO" )])]) avfs-1.1.3/aclocal.m4-1252- ############################################## avfs-1.1.3/aclocal.m4-1273- if test yes = "$GCC"; then avfs-1.1.3/aclocal.m4:1274: lt_sysroot=`$CC --print-sysroot 2>/dev/null` avfs-1.1.3/aclocal.m4-1275- fi ############################################## avfs-1.1.3/aclocal.m4-1277- /*) avfs-1.1.3/aclocal.m4:1278: lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` avfs-1.1.3/aclocal.m4-1279- ;; #( ############################################## avfs-1.1.3/aclocal.m4-1307- if AC_TRY_EVAL(ac_compile); then avfs-1.1.3/aclocal.m4:1308: case `/usr/bin/file conftest.$ac_objext` in avfs-1.1.3/aclocal.m4-1309- *ELF-32*) ############################################## avfs-1.1.3/aclocal.m4-1324- if test yes = "$lt_cv_prog_gnu_ld"; then avfs-1.1.3/aclocal.m4:1325: case `/usr/bin/file conftest.$ac_objext` in avfs-1.1.3/aclocal.m4-1326- *32-bit*) ############################################## avfs-1.1.3/aclocal.m4-1336- else avfs-1.1.3/aclocal.m4:1337: case `/usr/bin/file conftest.$ac_objext` in avfs-1.1.3/aclocal.m4-1338- *32-bit*) ############################################## avfs-1.1.3/aclocal.m4-1358- emul=elf avfs-1.1.3/aclocal.m4:1359: case `/usr/bin/file conftest.$ac_objext` in avfs-1.1.3/aclocal.m4-1360- *32-bit*) ############################################## avfs-1.1.3/aclocal.m4-1366- esac avfs-1.1.3/aclocal.m4:1367: case `/usr/bin/file conftest.$ac_objext` in avfs-1.1.3/aclocal.m4-1368- *MSB*) ############################################## avfs-1.1.3/aclocal.m4-1374- esac avfs-1.1.3/aclocal.m4:1375: case `/usr/bin/file conftest.$ac_objext` in avfs-1.1.3/aclocal.m4-1376- *N32*) ############################################## avfs-1.1.3/aclocal.m4-1739- # And add a safety zone avfs-1.1.3/aclocal.m4:1740: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` avfs-1.1.3/aclocal.m4:1741: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` avfs-1.1.3/aclocal.m4-1742- ;; ############################################## avfs-1.1.3/aclocal.m4-1772- if test -n "$kargmax"; then avfs-1.1.3/aclocal.m4:1773: lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'` avfs-1.1.3/aclocal.m4-1774- else ############################################## avfs-1.1.3/aclocal.m4-1781- test undefined != "$lt_cv_sys_max_cmd_len"; then avfs-1.1.3/aclocal.m4:1782: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` avfs-1.1.3/aclocal.m4:1783: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` avfs-1.1.3/aclocal.m4-1784- else ############################################## avfs-1.1.3/aclocal.m4-1793- # we can't tell. avfs-1.1.3/aclocal.m4:1794: while { test X`env echo "$teststring$teststring" 2>/dev/null` \ avfs-1.1.3/aclocal.m4-1795- = "X$teststring$teststring"; } >/dev/null 2>&1 && ############################################## avfs-1.1.3/aclocal.m4-1797- do avfs-1.1.3/aclocal.m4:1798: i=`expr $i + 1` avfs-1.1.3/aclocal.m4-1799- teststring=$teststring$teststring ############################################## avfs-1.1.3/aclocal.m4-1801- # Only check the string length outside the loop. avfs-1.1.3/aclocal.m4:1802: lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` avfs-1.1.3/aclocal.m4-1803- teststring= ############################################## avfs-1.1.3/aclocal.m4-1806- # linker. It appears as though 1/2 is a usable value. avfs-1.1.3/aclocal.m4:1807: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` avfs-1.1.3/aclocal.m4-1808- fi ############################################## avfs-1.1.3/aclocal.m4-2272- *:) avfs-1.1.3/aclocal.m4:2273: eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\" avfs-1.1.3/aclocal.m4-2274- ;; avfs-1.1.3/aclocal.m4-2275- x:*) avfs-1.1.3/aclocal.m4:2276: eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\" avfs-1.1.3/aclocal.m4-2277- ;; avfs-1.1.3/aclocal.m4-2278- *::*) avfs-1.1.3/aclocal.m4:2279: eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" avfs-1.1.3/aclocal.m4:2280: eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\" avfs-1.1.3/aclocal.m4-2281- ;; avfs-1.1.3/aclocal.m4-2282- *) avfs-1.1.3/aclocal.m4:2283: eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\" avfs-1.1.3/aclocal.m4-2284- ;; ############################################## avfs-1.1.3/aclocal.m4-2312- esac avfs-1.1.3/aclocal.m4:2313: lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` avfs-1.1.3/aclocal.m4-2314- case $lt_search_path_spec in ############################################## avfs-1.1.3/aclocal.m4-2319- # okay in the real world where ";" in dirpaths is itself problematic. avfs-1.1.3/aclocal.m4:2320: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` avfs-1.1.3/aclocal.m4-2321- ;; avfs-1.1.3/aclocal.m4-2322- *) avfs-1.1.3/aclocal.m4:2323: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` avfs-1.1.3/aclocal.m4-2324- ;; ############################################## avfs-1.1.3/aclocal.m4-2328- lt_tmp_lt_search_path_spec= avfs-1.1.3/aclocal.m4:2329: lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` avfs-1.1.3/aclocal.m4-2330- # ...but if some path component already ends with the multilib dir we assume ############################################## avfs-1.1.3/aclocal.m4-2370- esac avfs-1.1.3/aclocal.m4:2371: sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` avfs-1.1.3/aclocal.m4-2372-else ############################################## avfs-1.1.3/aclocal.m4-2511- # Create ${libname}_ixlibrary.a entries in /sys/libs. avfs-1.1.3/aclocal.m4:2512: finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' avfs-1.1.3/aclocal.m4-2513- ;; ############################################## avfs-1.1.3/aclocal.m4-2547- # DLL is installed to $(libdir)/../bin by postinstall_cmds avfs-1.1.3/aclocal.m4:2548: postinstall_cmds='base_file=`basename \$file`~ avfs-1.1.3/aclocal.m4:2549: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ avfs-1.1.3/aclocal.m4:2550: dldir=$destdir/`dirname \$dlpath`~ avfs-1.1.3/aclocal.m4-2551- test -d \$dldir || mkdir -p \$dldir~ ############################################## avfs-1.1.3/aclocal.m4-2556- fi' avfs-1.1.3/aclocal.m4:2557: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ avfs-1.1.3/aclocal.m4-2558- dlpath=$dir/\$dldll~ ############################################## avfs-1.1.3/aclocal.m4-2564- # Cygwin DLLs use 'cyg' prefix rather than 'lib' avfs-1.1.3/aclocal.m4:2565: soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' avfs-1.1.3/aclocal.m4-2566-m4_if([$1], [],[ ############################################## avfs-1.1.3/aclocal.m4-2570- # MinGW DLLs use traditional 'lib' prefix avfs-1.1.3/aclocal.m4:2571: soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' avfs-1.1.3/aclocal.m4-2572- ;; ############################################## avfs-1.1.3/aclocal.m4-2574- # pw32 DLLs use 'pw' prefix rather than 'lib' avfs-1.1.3/aclocal.m4:2575: library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' avfs-1.1.3/aclocal.m4-2576- ;; ############################################## avfs-1.1.3/aclocal.m4-2583- libname_spec='$name' avfs-1.1.3/aclocal.m4:2584: soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' avfs-1.1.3/aclocal.m4-2585- library_names_spec='$libname.dll.lib' ############################################## avfs-1.1.3/aclocal.m4-2595- # Let DOS variable expansion print the short 8.3 style file name. avfs-1.1.3/aclocal.m4:2596: lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` avfs-1.1.3/aclocal.m4-2597- sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" ############################################## avfs-1.1.3/aclocal.m4-2600- # Convert to MSYS style. avfs-1.1.3/aclocal.m4:2601: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'` avfs-1.1.3/aclocal.m4-2602- ;; ############################################## avfs-1.1.3/aclocal.m4-2606- # like /cygdrive/c/PROGRA~1:/cygdr... avfs-1.1.3/aclocal.m4:2607: sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` avfs-1.1.3/aclocal.m4:2608: sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` avfs-1.1.3/aclocal.m4:2609: sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` avfs-1.1.3/aclocal.m4-2610- ;; ############################################## avfs-1.1.3/aclocal.m4-2614- # It is most probably a Windows format PATH. avfs-1.1.3/aclocal.m4:2615: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` avfs-1.1.3/aclocal.m4-2616- else avfs-1.1.3/aclocal.m4:2617: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` avfs-1.1.3/aclocal.m4-2618- fi ############################################## avfs-1.1.3/aclocal.m4-2624- # DLL is installed to $(libdir)/../bin by postinstall_cmds avfs-1.1.3/aclocal.m4:2625: postinstall_cmds='base_file=`basename \$file`~ avfs-1.1.3/aclocal.m4:2626: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ avfs-1.1.3/aclocal.m4:2627: dldir=$destdir/`dirname \$dlpath`~ avfs-1.1.3/aclocal.m4-2628- test -d \$dldir || mkdir -p \$dldir~ avfs-1.1.3/aclocal.m4-2629- $install_prog $dir/$dlname \$dldir/$dlname' avfs-1.1.3/aclocal.m4:2630: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ avfs-1.1.3/aclocal.m4-2631- dlpath=$dir/\$dldll~ ############################################## avfs-1.1.3/aclocal.m4-2638- # Assume MSVC wrapper avfs-1.1.3/aclocal.m4:2639: library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib' avfs-1.1.3/aclocal.m4-2640- dynamic_linker='Win32 ld.exe' ############################################## avfs-1.1.3/aclocal.m4-2655- shlibpath_var=DYLD_LIBRARY_PATH avfs-1.1.3/aclocal.m4:2656: shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' avfs-1.1.3/aclocal.m4-2657-m4_if([$1], [],[ ############################################## avfs-1.1.3/aclocal.m4-2889- if test -f /etc/ld.so.conf; then avfs-1.1.3/aclocal.m4:2890: lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` avfs-1.1.3/aclocal.m4-2891- sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" ############################################## avfs-1.1.3/aclocal.m4-2943- need_lib_prefix=no avfs-1.1.3/aclocal.m4:2944: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then avfs-1.1.3/aclocal.m4-2945- need_version=no ############################################## avfs-1.1.3/aclocal.m4-2970- sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec avfs-1.1.3/aclocal.m4:2971: postinstall_cmds='base_file=`basename \$file`~ avfs-1.1.3/aclocal.m4:2972: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~ avfs-1.1.3/aclocal.m4:2973: dldir=$destdir/`dirname \$dlpath`~ avfs-1.1.3/aclocal.m4-2974- test -d \$dldir || mkdir -p \$dldir~ ############################################## avfs-1.1.3/aclocal.m4-2979- fi' avfs-1.1.3/aclocal.m4:2980: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~ avfs-1.1.3/aclocal.m4-2981- dlpath=$dir/\$dldll~ ############################################## avfs-1.1.3/aclocal.m4-3190- "file_magic "*) avfs-1.1.3/aclocal.m4:3191: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` avfs-1.1.3/aclocal.m4-3192- MAGIC_CMD=$lt_cv_path_MAGIC_CMD ############################################## avfs-1.1.3/aclocal.m4-3273- # gcc leaves a trailing carriage return, which upsets mingw avfs-1.1.3/aclocal.m4:3274: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; avfs-1.1.3/aclocal.m4-3275- *) avfs-1.1.3/aclocal.m4:3276: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; avfs-1.1.3/aclocal.m4-3277- esac ############################################## avfs-1.1.3/aclocal.m4-3282- # Canonicalize the pathname of ld avfs-1.1.3/aclocal.m4:3283: ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` avfs-1.1.3/aclocal.m4-3284- while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do avfs-1.1.3/aclocal.m4:3285: ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` avfs-1.1.3/aclocal.m4-3286- done ############################################## avfs-1.1.3/aclocal.m4-3313- # Break only if it was the GNU/non-GNU ld that we prefer. avfs-1.1.3/aclocal.m4:3314: case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in avfs-1.1.3/aclocal.m4-3315- *GNU* | *'with BFD'*) ############################################## avfs-1.1.3/aclocal.m4-3353-[# I'd rather use --version here, but apparently some GNU lds only accept -v. avfs-1.1.3/aclocal.m4:3354:case `$LD -v 2>&1 </dev/null` in avfs-1.1.3/aclocal.m4-3355-*GNU* | *'with BFD'*) ############################################## avfs-1.1.3/aclocal.m4-3580-openbsd* | bitrig*) avfs-1.1.3/aclocal.m4:3581: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then avfs-1.1.3/aclocal.m4-3582- lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$' ############################################## avfs-1.1.3/aclocal.m4-3647- else avfs-1.1.3/aclocal.m4:3648: file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"` avfs-1.1.3/aclocal.m4-3649- fi ############################################## avfs-1.1.3/aclocal.m4-3698- esac avfs-1.1.3/aclocal.m4:3699: case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in avfs-1.1.3/aclocal.m4-3700- *$lt_bad_file* | *'Invalid file or object type'*) ############################################## avfs-1.1.3/aclocal.m4-3704- *) avfs-1.1.3/aclocal.m4:3705: case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in avfs-1.1.3/aclocal.m4-3706- */dev/null*) ############################################## avfs-1.1.3/aclocal.m4-3730- AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :) avfs-1.1.3/aclocal.m4:3731: case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in avfs-1.1.3/aclocal.m4-3732- *COFF*) ############################################## avfs-1.1.3/aclocal.m4-3789- # decide which one to use based on capabilities of $DLLTOOL avfs-1.1.3/aclocal.m4:3790: case `$DLLTOOL --help 2>&1` in avfs-1.1.3/aclocal.m4-3791- *--identify-strict*) ############################################## avfs-1.1.3/aclocal.m4-3963-# If we're using GNU nm, then use its standard symbol codes. avfs-1.1.3/aclocal.m4:3964:case `$NM -V 2>&1` in avfs-1.1.3/aclocal.m4-3965-*GNU* | *'with BFD'*) ############################################## avfs-1.1.3/aclocal.m4-4011-mingw*) avfs-1.1.3/aclocal.m4:4012: opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp avfs-1.1.3/aclocal.m4-4013- ;; ############################################## avfs-1.1.3/aclocal.m4-4067- nlist=conftest.nm avfs-1.1.3/aclocal.m4:4068: if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then avfs-1.1.3/aclocal.m4-4069- # Try sorting and uniquifying the output. ############################################## avfs-1.1.3/aclocal.m4-4415- *) avfs-1.1.3/aclocal.m4:4416: case `$CC -V 2>&1 | sed 5q` in avfs-1.1.3/aclocal.m4-4417- *Sun\ C*) ############################################## avfs-1.1.3/aclocal.m4-4751- *) avfs-1.1.3/aclocal.m4:4752: case `$CC -V 2>&1 | sed 5q` in avfs-1.1.3/aclocal.m4-4753- *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*) ############################################## avfs-1.1.3/aclocal.m4-4934- else avfs-1.1.3/aclocal.m4:4935: _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' avfs-1.1.3/aclocal.m4-4936- fi ############################################## avfs-1.1.3/aclocal.m4-5027- # shared libraries, regardless of the interface used. avfs-1.1.3/aclocal.m4:5028: case `$LD -v 2>&1` in avfs-1.1.3/aclocal.m4-5029- *\ \(GNU\ Binutils\)\ 2.19.5*) ;; ############################################## avfs-1.1.3/aclocal.m4-5059- supports_anon_versioning=no avfs-1.1.3/aclocal.m4:5060: case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in avfs-1.1.3/aclocal.m4-5061- *GNU\ gold*) supports_anon_versioning=yes ;; ############################################## avfs-1.1.3/aclocal.m4-5162- prefix_cmds="$SED"~ avfs-1.1.3/aclocal.m4:5163: if test EXPORTS = "`$SED 1q $export_symbols`"; then avfs-1.1.3/aclocal.m4-5164- prefix_cmds="$prefix_cmds -e 1d"; ############################################## avfs-1.1.3/aclocal.m4-5184- # time. Moving up from 0x10000000 also allows more sbrk(2) space. avfs-1.1.3/aclocal.m4:5185: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' avfs-1.1.3/aclocal.m4:5186: _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' avfs-1.1.3/aclocal.m4-5187- ;; ############################################## avfs-1.1.3/aclocal.m4-5202- pgcc*) # Portland Group C compiler avfs-1.1.3/aclocal.m4:5203: _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' avfs-1.1.3/aclocal.m4-5204- tmp_addflag=' $pic_flag' ############################################## avfs-1.1.3/aclocal.m4-5207- # Portland Group f77 and f90 compilers avfs-1.1.3/aclocal.m4:5208: _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' avfs-1.1.3/aclocal.m4-5209- tmp_addflag=' $pic_flag -Mnomain' ;; ############################################## avfs-1.1.3/aclocal.m4-5224- nvcc*) # Cuda Compiler Driver 2.2 avfs-1.1.3/aclocal.m4:5225: _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' avfs-1.1.3/aclocal.m4-5226- _LT_TAGVAR(compiler_needs_object, $1)=yes ############################################## avfs-1.1.3/aclocal.m4-5228- esac avfs-1.1.3/aclocal.m4:5229: case `$CC -V 2>&1 | sed 5q` in avfs-1.1.3/aclocal.m4-5230- *Sun\ C*) # Sun C 5.9 avfs-1.1.3/aclocal.m4:5231: _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' avfs-1.1.3/aclocal.m4-5232- _LT_TAGVAR(compiler_needs_object, $1)=yes ############################################## avfs-1.1.3/aclocal.m4-5299- sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) avfs-1.1.3/aclocal.m4:5300: case `$LD -v 2>&1` in avfs-1.1.3/aclocal.m4-5301- *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*) ############################################## avfs-1.1.3/aclocal.m4-5388- else avfs-1.1.3/aclocal.m4:5389: _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' avfs-1.1.3/aclocal.m4-5390- fi ############################################## avfs-1.1.3/aclocal.m4-5453- # below for broken collect2 doesn't work under 4.3+ avfs-1.1.3/aclocal.m4:5454: collect2name=`$CC -print-prog-name=collect2` avfs-1.1.3/aclocal.m4-5455- if test -f "$collect2name" && ############################################## avfs-1.1.3/aclocal.m4-5509- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath" avfs-1.1.3/aclocal.m4:5510: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag avfs-1.1.3/aclocal.m4-5511- else ############################################## avfs-1.1.3/aclocal.m4-5534- # -brtl affects multiple linker settings, -berok does not and is overridden later avfs-1.1.3/aclocal.m4:5535: compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`' avfs-1.1.3/aclocal.m4-5536- if test svr4 != "$with_aix_soname"; then ############################################## avfs-1.1.3/aclocal.m4-5625- # FIXME: Setting linknames here is a bad hack. avfs-1.1.3/aclocal.m4:5626: _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' avfs-1.1.3/aclocal.m4-5627- # The linker will automatically build a .lib file if we build a DLL. ############################################## avfs-1.1.3/aclocal.m4-5763- if test yes = "$GCC"; then avfs-1.1.3/aclocal.m4:5764: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' avfs-1.1.3/aclocal.m4-5765- # Try to use the -exported_symbol ld option, if it does not ############################################## avfs-1.1.3/aclocal.m4-5786- if test yes = "$lt_cv_irix_exported_symbol"; then avfs-1.1.3/aclocal.m4:5787: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib' avfs-1.1.3/aclocal.m4-5788- fi avfs-1.1.3/aclocal.m4-5789- else avfs-1.1.3/aclocal.m4:5790: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' avfs-1.1.3/aclocal.m4:5791: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib' avfs-1.1.3/aclocal.m4-5792- fi ############################################## avfs-1.1.3/aclocal.m4-5836- _LT_TAGVAR(hardcode_direct_absolute, $1)=yes avfs-1.1.3/aclocal.m4:5837: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then avfs-1.1.3/aclocal.m4-5838- _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' ############################################## avfs-1.1.3/aclocal.m4-5867- prefix_cmds="$SED"~ avfs-1.1.3/aclocal.m4:5868: if test EXPORTS = "`$SED 1q $export_symbols`"; then avfs-1.1.3/aclocal.m4-5869- prefix_cmds="$prefix_cmds -e 1d"; ############################################## avfs-1.1.3/aclocal.m4-5881- _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' avfs-1.1.3/aclocal.m4:5882: _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' avfs-1.1.3/aclocal.m4-5883- else avfs-1.1.3/aclocal.m4-5884- _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' avfs-1.1.3/aclocal.m4:5885: _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' avfs-1.1.3/aclocal.m4-5886- fi ############################################## avfs-1.1.3/aclocal.m4-5894- _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' avfs-1.1.3/aclocal.m4:5895: _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' avfs-1.1.3/aclocal.m4-5896- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' ############################################## avfs-1.1.3/aclocal.m4-5898- _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' avfs-1.1.3/aclocal.m4:5899: _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' avfs-1.1.3/aclocal.m4:5900: _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ avfs-1.1.3/aclocal.m4:5901: $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp' avfs-1.1.3/aclocal.m4-5902- ############################################## avfs-1.1.3/aclocal.m4-5917- else avfs-1.1.3/aclocal.m4:5918: case `$CC -V 2>&1` in avfs-1.1.3/aclocal.m4-5919- *"Compilers 5.0"*) ############################################## avfs-1.1.3/aclocal.m4-6110- _LT_TAGVAR(allow_undefined_flag, $1)= avfs-1.1.3/aclocal.m4:6111: if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) avfs-1.1.3/aclocal.m4-6112- then ############################################## avfs-1.1.3/aclocal.m4-6410- # ancient GNU ld didn't support --whole-archive et. al. avfs-1.1.3/aclocal.m4:6411: if eval "`$CC -print-prog-name=ld` --help 2>&1" | avfs-1.1.3/aclocal.m4-6412- $GREP 'no-whole-archive' > /dev/null; then ############################################## avfs-1.1.3/aclocal.m4-6520- # below for broken collect2 doesn't work under 4.3+ avfs-1.1.3/aclocal.m4:6521: collect2name=`$CC -print-prog-name=collect2` avfs-1.1.3/aclocal.m4-6522- if test -f "$collect2name" && ############################################## avfs-1.1.3/aclocal.m4-6578- avfs-1.1.3/aclocal.m4:6579: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag avfs-1.1.3/aclocal.m4-6580- else ############################################## avfs-1.1.3/aclocal.m4-6603- # -brtl affects multiple linker settings, -berok does not and is overridden later avfs-1.1.3/aclocal.m4:6604: compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`' avfs-1.1.3/aclocal.m4-6605- if test svr4 != "$with_aix_soname"; then ############################################## avfs-1.1.3/aclocal.m4-6732- prefix_cmds="$SED"~ avfs-1.1.3/aclocal.m4:6733: if test EXPORTS = "`$SED 1q $export_symbols`"; then avfs-1.1.3/aclocal.m4-6734- prefix_cmds="$prefix_cmds -e 1d"; ############################################## avfs-1.1.3/aclocal.m4-6806- # dependencies. avfs-1.1.3/aclocal.m4:6807: output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' avfs-1.1.3/aclocal.m4-6808- ;; ############################################## avfs-1.1.3/aclocal.m4-6871- # dependencies. avfs-1.1.3/aclocal.m4:6872: output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' avfs-1.1.3/aclocal.m4-6873- ;; ############################################## avfs-1.1.3/aclocal.m4-6907- # time. Moving up from 0x10000000 also allows more sbrk(2) space. avfs-1.1.3/aclocal.m4:6908: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' avfs-1.1.3/aclocal.m4:6909: _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' avfs-1.1.3/aclocal.m4-6910- ;; ############################################## avfs-1.1.3/aclocal.m4-6914- # SGI C++ avfs-1.1.3/aclocal.m4:6915: _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' avfs-1.1.3/aclocal.m4-6916- ############################################## avfs-1.1.3/aclocal.m4-6925- if test no = "$with_gnu_ld"; then avfs-1.1.3/aclocal.m4:6926: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' avfs-1.1.3/aclocal.m4-6927- else avfs-1.1.3/aclocal.m4:6928: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib' avfs-1.1.3/aclocal.m4-6929- fi ############################################## avfs-1.1.3/aclocal.m4-6946- # to its proper name (with version) after linking. avfs-1.1.3/aclocal.m4:6947: _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' avfs-1.1.3/aclocal.m4:6948: _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib' avfs-1.1.3/aclocal.m4-6949- # Commands to make compiler produce verbose output that lists ############################################## avfs-1.1.3/aclocal.m4-6956- # dependencies. avfs-1.1.3/aclocal.m4:6957: output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' avfs-1.1.3/aclocal.m4-6958- ############################################## avfs-1.1.3/aclocal.m4-6971- # earlier do not add the objects themselves. avfs-1.1.3/aclocal.m4:6972: case `$CC -V 2>&1` in avfs-1.1.3/aclocal.m4-6973- *"Version 7."*) ############################################## avfs-1.1.3/aclocal.m4-6992- # Portland Group C++ compiler avfs-1.1.3/aclocal.m4:6993: case `$CC -V` in avfs-1.1.3/aclocal.m4-6994- *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*) ############################################## avfs-1.1.3/aclocal.m4-6997- $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ avfs-1.1.3/aclocal.m4:6998: compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"' avfs-1.1.3/aclocal.m4-6999- _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~ ############################################## avfs-1.1.3/aclocal.m4-7001- $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ avfs-1.1.3/aclocal.m4:7002: $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~ avfs-1.1.3/aclocal.m4-7003- $RANLIB $oldlib' ############################################## avfs-1.1.3/aclocal.m4-7006- $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ avfs-1.1.3/aclocal.m4:7007: $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' avfs-1.1.3/aclocal.m4-7008- _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~ ############################################## avfs-1.1.3/aclocal.m4-7010- $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ avfs-1.1.3/aclocal.m4:7011: $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' avfs-1.1.3/aclocal.m4-7012- ;; ############################################## avfs-1.1.3/aclocal.m4-7020- _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' avfs-1.1.3/aclocal.m4:7021: _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' avfs-1.1.3/aclocal.m4-7022- ;; ############################################## avfs-1.1.3/aclocal.m4-7039- # dependencies. avfs-1.1.3/aclocal.m4:7040: output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed' avfs-1.1.3/aclocal.m4-7041- ;; ############################################## avfs-1.1.3/aclocal.m4-7054- *) avfs-1.1.3/aclocal.m4:7055: case `$CC -V 2>&1 | sed 5q` in avfs-1.1.3/aclocal.m4-7056- *Sun\ C*) ############################################## avfs-1.1.3/aclocal.m4-7061- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' avfs-1.1.3/aclocal.m4:7062: _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' avfs-1.1.3/aclocal.m4-7063- _LT_TAGVAR(compiler_needs_object, $1)=yes ############################################## avfs-1.1.3/aclocal.m4-7126- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' avfs-1.1.3/aclocal.m4:7127: if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then avfs-1.1.3/aclocal.m4-7128- _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib' ############################################## avfs-1.1.3/aclocal.m4-7145- # to its proper name (with version) after linking. avfs-1.1.3/aclocal.m4:7146: _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' avfs-1.1.3/aclocal.m4-7147- ############################################## avfs-1.1.3/aclocal.m4-7166- _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' avfs-1.1.3/aclocal.m4:7167: _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' avfs-1.1.3/aclocal.m4-7168- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' ############################################## avfs-1.1.3/aclocal.m4-7171- _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' avfs-1.1.3/aclocal.m4:7172: _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' avfs-1.1.3/aclocal.m4:7173: _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ avfs-1.1.3/aclocal.m4-7174- echo "-hidden">> $lib.exp~ avfs-1.1.3/aclocal.m4:7175: $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~ avfs-1.1.3/aclocal.m4-7176- $RM $lib.exp' ############################################## avfs-1.1.3/aclocal.m4-7190- # dependencies. avfs-1.1.3/aclocal.m4:7191: output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' avfs-1.1.3/aclocal.m4-7192- ;; ############################################## avfs-1.1.3/aclocal.m4-7197- osf3*) avfs-1.1.3/aclocal.m4:7198: _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' avfs-1.1.3/aclocal.m4-7199- ;; avfs-1.1.3/aclocal.m4-7200- *) avfs-1.1.3/aclocal.m4:7201: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' avfs-1.1.3/aclocal.m4-7202- ;; ############################################## avfs-1.1.3/aclocal.m4-7450- case @S|@2 in avfs-1.1.3/aclocal.m4:7451: .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;; avfs-1.1.3/aclocal.m4:7452: *) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;; avfs-1.1.3/aclocal.m4-7453- esac ############################################## avfs-1.1.3/aclocal.m4-7539- avfs-1.1.3/aclocal.m4:7540: for p in `eval "$output_verbose_link_cmd"`; do avfs-1.1.3/aclocal.m4-7541- case $prev$p in ############################################## avfs-1.1.3/aclocal.m4-7643-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then avfs-1.1.3/aclocal.m4:7644: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'` avfs-1.1.3/aclocal.m4-7645-fi ############################################## avfs-1.1.3/aclocal.m4-8253- test 10 -lt "$lt_ac_count" && break avfs-1.1.3/aclocal.m4:8254: lt_ac_count=`expr $lt_ac_count + 1` avfs-1.1.3/aclocal.m4-8255- if test "$lt_ac_count" -gt "$lt_ac_max"; then ############################################## avfs-1.1.3/aclocal.m4-8869-m4_define([lt_combine], avfs-1.1.3/aclocal.m4:8870:[m4_if(m4_eval([$# > 3]), [1], avfs-1.1.3/aclocal.m4-8871- [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl ############################################## avfs-1.1.3/aclocal.m4-9120-# iff we strip the leading $srcdir from $ac_aux_dir. That would be: avfs-1.1.3/aclocal.m4:9121:# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` avfs-1.1.3/aclocal.m4-9122-# and then we would define $MISSING as ############################################## avfs-1.1.3/aclocal.m4-9135-# Expand $ac_aux_dir to an absolute path. avfs-1.1.3/aclocal.m4:9136:am_aux_dir=`cd "$ac_aux_dir" && pwd` avfs-1.1.3/aclocal.m4-9137-]) ############################################## avfs-1.1.3/aclocal.m4-9233- if test "$am_compiler_list" = ""; then avfs-1.1.3/aclocal.m4:9234: am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` avfs-1.1.3/aclocal.m4-9235- fi ############################################## avfs-1.1.3/aclocal.m4-9384- # Strip MF so we end up with the name of the file. avfs-1.1.3/aclocal.m4:9385: mf=`echo "$mf" | sed -e 's/:.*$//'` avfs-1.1.3/aclocal.m4-9386- # Check whether this is an Automake generated Makefile or not. ############################################## avfs-1.1.3/aclocal.m4-9393- if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then avfs-1.1.3/aclocal.m4:9394: dirpart=`AS_DIRNAME("$mf")` avfs-1.1.3/aclocal.m4-9395- else ############################################## avfs-1.1.3/aclocal.m4-9399- # from the Makefile without running 'make'. avfs-1.1.3/aclocal.m4:9400: DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` avfs-1.1.3/aclocal.m4-9401- test -z "$DEPDIR" && continue avfs-1.1.3/aclocal.m4:9402: am__include=`sed -n 's/^am__include = //p' < "$mf"` avfs-1.1.3/aclocal.m4-9403- test -z "$am__include" && continue avfs-1.1.3/aclocal.m4:9404: am__quote=`sed -n 's/^am__quote = //p' < "$mf"` avfs-1.1.3/aclocal.m4-9405- # Find all dependency output files, they are included files with ############################################## avfs-1.1.3/aclocal.m4-9413- test -f "$dirpart/$file" && continue avfs-1.1.3/aclocal.m4:9414: fdir=`AS_DIRNAME(["$file"])` avfs-1.1.3/aclocal.m4-9415- AS_MKDIR_P([$dirpart/$fdir]) ############################################## avfs-1.1.3/aclocal.m4-9471-AC_REQUIRE([AC_PROG_INSTALL])dnl avfs-1.1.3/aclocal.m4:9472:if test "`cd $srcdir && pwd`" != "`pwd`"; then avfs-1.1.3/aclocal.m4-9473- # Use -I$(srcdir) only when $(srcdir) != ., so that make's output ############################################## avfs-1.1.3/aclocal.m4-9630- * ) avfs-1.1.3/aclocal.m4:9631: _am_stamp_count=`expr $_am_stamp_count + 1` ;; avfs-1.1.3/aclocal.m4-9632- esac avfs-1.1.3/aclocal.m4-9633-done avfs-1.1.3/aclocal.m4:9634:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) avfs-1.1.3/aclocal.m4-9635- ############################################## avfs-1.1.3/aclocal.m4-9701-# Ignore all kinds of additional output from 'make'. avfs-1.1.3/aclocal.m4:9702:case `$am_make -s -f confmf 2> /dev/null` in #( avfs-1.1.3/aclocal.m4-9703-*the\ am__doit\ target*) ############################################## avfs-1.1.3/aclocal.m4-9711- echo '.include "confinc"' > confmf avfs-1.1.3/aclocal.m4:9712: case `$am_make -s -f confmf 2> /dev/null` in #( avfs-1.1.3/aclocal.m4-9713- *the\ am__doit\ target*) ############################################## avfs-1.1.3/aclocal.m4-9893- echo "timestamp, slept: $am_has_slept" > conftest.file avfs-1.1.3/aclocal.m4:9894: set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` avfs-1.1.3/aclocal.m4-9895- if test "$[*]" = "X"; then avfs-1.1.3/aclocal.m4-9896- # -L didn't work. avfs-1.1.3/aclocal.m4:9897: set X `ls -t "$srcdir/configure" conftest.file` avfs-1.1.3/aclocal.m4-9898- fi ############################################## avfs-1.1.3/modules/Makefile.in-51- { \ avfs-1.1.3/modules/Makefile.in:52: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ avfs-1.1.3/modules/Makefile.in-53- }; \ ############################################## avfs-1.1.3/modules/Makefile.in-445-.c.obj: avfs-1.1.3/modules/Makefile.in:446:@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` avfs-1.1.3/modules/Makefile.in-447-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## avfs-1.1.3/modules/Makefile.in-449-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ avfs-1.1.3/modules/Makefile.in:450:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` avfs-1.1.3/modules/Makefile.in-451- ############################################## avfs-1.1.3/modules/Makefile.in-494-GTAGS: avfs-1.1.3/modules/Makefile.in:495: here=`$(am__cd) $(top_builddir) && pwd` \ avfs-1.1.3/modules/Makefile.in-496- && $(am__cd) $(top_srcdir) \ ############################################## avfs-1.1.3/modules/Makefile.in-517-distdir: $(DISTFILES) avfs-1.1.3/modules/Makefile.in:518: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ avfs-1.1.3/modules/Makefile.in:519: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ avfs-1.1.3/modules/Makefile.in-520- list='$(DISTFILES)'; \ ############################################## avfs-1.1.3/modules/Makefile.in-531- if test -d $$d/$$file; then \ avfs-1.1.3/modules/Makefile.in:532: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ avfs-1.1.3/modules/Makefile.in-533- if test -d "$(distdir)/$$file"; then \ ############################################## avfs-1.1.3/modules/make_initmod-5-do avfs-1.1.3/modules/make_initmod:6: bname=`basename $obj .c` avfs-1.1.3/modules/make_initmod-7- modnames="$modnames $bname" ############################################## avfs-1.1.3/include/Makefile.in-50- { \ avfs-1.1.3/include/Makefile.in:51: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ avfs-1.1.3/include/Makefile.in-52- }; \ ############################################## avfs-1.1.3/include/Makefile.in-125-am__include_HEADERS_DIST = avfs.h virtual.h avfs-1.1.3/include/Makefile.in:126:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; avfs-1.1.3/include/Makefile.in-127-am__vpath_adj = case $$p in \ avfs-1.1.3/include/Makefile.in:128: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ avfs-1.1.3/include/Makefile.in-129- *) f=$$p;; \ avfs-1.1.3/include/Makefile.in-130- esac; avfs-1.1.3/include/Makefile.in:131:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; avfs-1.1.3/include/Makefile.in-132-am__install_max = 40 avfs-1.1.3/include/Makefile.in-133-am__nobase_strip_setup = \ avfs-1.1.3/include/Makefile.in:134: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` avfs-1.1.3/include/Makefile.in-135-am__nobase_strip = \ ############################################## avfs-1.1.3/include/Makefile.in-407- @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ avfs-1.1.3/include/Makefile.in:408: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ avfs-1.1.3/include/Makefile.in-409- dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir) ############################################## avfs-1.1.3/include/Makefile.in-440-GTAGS: avfs-1.1.3/include/Makefile.in:441: here=`$(am__cd) $(top_builddir) && pwd` \ avfs-1.1.3/include/Makefile.in-442- && $(am__cd) $(top_srcdir) \ ############################################## avfs-1.1.3/include/Makefile.in-463-distdir: $(DISTFILES) avfs-1.1.3/include/Makefile.in:464: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ avfs-1.1.3/include/Makefile.in:465: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ avfs-1.1.3/include/Makefile.in-466- list='$(DISTFILES)'; \ ############################################## avfs-1.1.3/include/Makefile.in-477- if test -d $$d/$$file; then \ avfs-1.1.3/include/Makefile.in:478: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ avfs-1.1.3/include/Makefile.in-479- if test -d "$(distdir)/$$file"; then \ ############################################## avfs-1.1.3/test/Makefile.in-50- { \ avfs-1.1.3/test/Makefile.in:51: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ avfs-1.1.3/test/Makefile.in-52- }; \ ############################################## avfs-1.1.3/test/Makefile.in-384- test -n "$(EXEEXT)" || exit 0; \ avfs-1.1.3/test/Makefile.in:385: list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ avfs-1.1.3/test/Makefile.in-386- echo " rm -f" $$list; \ ############################################## avfs-1.1.3/test/Makefile.in-418-.c.obj: avfs-1.1.3/test/Makefile.in:419:@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` avfs-1.1.3/test/Makefile.in-420-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## avfs-1.1.3/test/Makefile.in-422-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ avfs-1.1.3/test/Makefile.in:423:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` avfs-1.1.3/test/Makefile.in-424- ############################################## avfs-1.1.3/test/Makefile.in-467-GTAGS: avfs-1.1.3/test/Makefile.in:468: here=`$(am__cd) $(top_builddir) && pwd` \ avfs-1.1.3/test/Makefile.in-469- && $(am__cd) $(top_srcdir) \ ############################################## avfs-1.1.3/test/Makefile.in-490-distdir: $(DISTFILES) avfs-1.1.3/test/Makefile.in:491: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ avfs-1.1.3/test/Makefile.in:492: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ avfs-1.1.3/test/Makefile.in-493- list='$(DISTFILES)'; \ ############################################## avfs-1.1.3/test/Makefile.in-504- if test -d $$d/$$file; then \ avfs-1.1.3/test/Makefile.in:505: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ avfs-1.1.3/test/Makefile.in-506- if test -d "$(distdir)/$$file"; then \ ############################################## avfs-1.1.3/spec/Makefile.in-49- { \ avfs-1.1.3/spec/Makefile.in:50: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ avfs-1.1.3/spec/Makefile.in-51- }; \ ############################################## avfs-1.1.3/spec/Makefile.in-313-distdir: $(DISTFILES) avfs-1.1.3/spec/Makefile.in:314: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ avfs-1.1.3/spec/Makefile.in:315: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ avfs-1.1.3/spec/Makefile.in-316- list='$(DISTFILES)'; \ ############################################## avfs-1.1.3/spec/Makefile.in-327- if test -d $$d/$$file; then \ avfs-1.1.3/spec/Makefile.in:328: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ avfs-1.1.3/spec/Makefile.in-329- if test -d "$(distdir)/$$file"; then \ ############################################## avfs-1.1.3/depcomp-64- case $1 in avfs-1.1.3/depcomp:65: */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;; avfs-1.1.3/depcomp-66- *) dir=;; ############################################## avfs-1.1.3/depcomp-73-{ avfs-1.1.3/depcomp:74: base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'` avfs-1.1.3/depcomp-75-} ############################################## avfs-1.1.3/depcomp-126- sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} avfs-1.1.3/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} avfs-1.1.3/depcomp-128- ############################################## avfs-1.1.3/depcomp-405- sleep 1 avfs-1.1.3/depcomp:406: i=`expr $i - 1` avfs-1.1.3/depcomp-407- done avfs-1.1.3/depcomp-408- fi avfs-1.1.3/depcomp:409: i=`expr $i - 1` avfs-1.1.3/depcomp-410- done ############################################## avfs-1.1.3/depcomp-425- # Do two passes, one to just change these to avfs-1.1.3/depcomp:426: # `$object: dependent.h' and one to simply `dependent.h:'. avfs-1.1.3/depcomp-427- sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" ############################################## avfs-1.1.3/depcomp-659- done avfs-1.1.3/depcomp:660: obj_suffix=`echo "$object" | sed 's/^.*\././'` avfs-1.1.3/depcomp-661- touch "$tmpdepfile" ############################################## avfs-1.1.3/Makefile.in-49- { \ avfs-1.1.3/Makefile.in:50: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ avfs-1.1.3/Makefile.in-51- }; \ ############################################## avfs-1.1.3/Makefile.in-181- while test -n "$$dir1"; do \ avfs-1.1.3/Makefile.in:182: first=`echo "$$dir1" | sed -e "$$sed_first"`; \ avfs-1.1.3/Makefile.in-183- if test "$$first" != "."; then \ avfs-1.1.3/Makefile.in-184- if test "$$first" = ".."; then \ avfs-1.1.3/Makefile.in:185: dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ avfs-1.1.3/Makefile.in:186: dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ avfs-1.1.3/Makefile.in-187- else \ avfs-1.1.3/Makefile.in:188: first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ avfs-1.1.3/Makefile.in-189- if test "$$first2" = "$$first"; then \ avfs-1.1.3/Makefile.in:190: dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ avfs-1.1.3/Makefile.in-191- else \ ############################################## avfs-1.1.3/Makefile.in-196- fi; \ avfs-1.1.3/Makefile.in:197: dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ avfs-1.1.3/Makefile.in-198- done; \ ############################################## avfs-1.1.3/Makefile.in-434- dot_seen=no; \ avfs-1.1.3/Makefile.in:435: target=`echo $@ | sed s/-recursive//`; \ avfs-1.1.3/Makefile.in-436- case "$@" in \ ############################################## avfs-1.1.3/Makefile.in-497-GTAGS: avfs-1.1.3/Makefile.in:498: here=`$(am__cd) $(top_builddir) && pwd` \ avfs-1.1.3/Makefile.in-499- && $(am__cd) $(top_srcdir) \ ############################################## avfs-1.1.3/Makefile.in-529- test -d "$(distdir)" || mkdir "$(distdir)" avfs-1.1.3/Makefile.in:530: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ avfs-1.1.3/Makefile.in:531: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ avfs-1.1.3/Makefile.in-532- list='$(DISTFILES)'; \ ############################################## avfs-1.1.3/Makefile.in-543- if test -d $$d/$$file; then \ avfs-1.1.3/Makefile.in:544: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ avfs-1.1.3/Makefile.in-545- if test -d "$(distdir)/$$file"; then \ ############################################## avfs-1.1.3/Makefile.in-653- test -d $(distdir)/_build || exit 0; \ avfs-1.1.3/Makefile.in:654: dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ avfs-1.1.3/Makefile.in-655- && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ ############################################## avfs-1.1.3/Makefile.in-697- }; \ avfs-1.1.3/Makefile.in:698: test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ avfs-1.1.3/Makefile.in-699- || { echo "ERROR: files left after uninstall:" ; \ ############################################## avfs-1.1.3/Makefile.in-709- fi avfs-1.1.3/Makefile.in:710: @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ avfs-1.1.3/Makefile.in-711- || { echo "ERROR: files left in build directory after distclean:" ; \ ############################################## avfs-1.1.3/zlib/crc32.c-124-/* ========================================================================= avfs-1.1.3/zlib/crc32.c:125: * This function can be used by asm versions of crc32() avfs-1.1.3/zlib/crc32.c-126- */ ############################################## avfs-1.1.3/zlib/deflate.c-84-#ifdef ASMV avfs-1.1.3/zlib/deflate.c:85: void match_init OF((void)); /* asm code initialization */ avfs-1.1.3/zlib/deflate.c-86- uInt longest_match OF((deflate_state *s, IPos cur_match)); ############################################## avfs-1.1.3/zlib/deflate.c-707-#ifdef ASMV avfs-1.1.3/zlib/deflate.c:708: match_init(); /* initialize the asm code */ avfs-1.1.3/zlib/deflate.c-709-#endif ############################################## avfs-1.1.3/zlib/deflate.c-721-#ifndef ASMV avfs-1.1.3/zlib/deflate.c:722:/* For 80x86 and 680x0, an optimized version will be provided in match.asm or avfs-1.1.3/zlib/deflate.c-723- * match.S. The code will be functionally equivalent. ############################################## avfs-1.1.3/zlib/Makefile.in-51- { \ avfs-1.1.3/zlib/Makefile.in:52: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ avfs-1.1.3/zlib/Makefile.in-53- }; \ ############################################## avfs-1.1.3/zlib/Makefile.in-426-.c.obj: avfs-1.1.3/zlib/Makefile.in:427:@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` avfs-1.1.3/zlib/Makefile.in-428-@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ############################################## avfs-1.1.3/zlib/Makefile.in-430-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ avfs-1.1.3/zlib/Makefile.in:431:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` avfs-1.1.3/zlib/Makefile.in-432- ############################################## avfs-1.1.3/zlib/Makefile.in-475-GTAGS: avfs-1.1.3/zlib/Makefile.in:476: here=`$(am__cd) $(top_builddir) && pwd` \ avfs-1.1.3/zlib/Makefile.in-477- && $(am__cd) $(top_srcdir) \ ############################################## avfs-1.1.3/zlib/Makefile.in-498-distdir: $(DISTFILES) avfs-1.1.3/zlib/Makefile.in:499: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ avfs-1.1.3/zlib/Makefile.in:500: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ avfs-1.1.3/zlib/Makefile.in-501- list='$(DISTFILES)'; \ ############################################## avfs-1.1.3/zlib/Makefile.in-512- if test -d $$d/$$file; then \ avfs-1.1.3/zlib/Makefile.in:513: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ avfs-1.1.3/zlib/Makefile.in-514- if test -d "$(distdir)/$$file"; then \ ############################################## avfs-1.1.3/scripts/Makefile.in-50- { \ avfs-1.1.3/scripts/Makefile.in:51: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ avfs-1.1.3/scripts/Makefile.in-52- }; \ ############################################## avfs-1.1.3/scripts/Makefile.in-102-CONFIG_CLEAN_VPATH_FILES = avfs-1.1.3/scripts/Makefile.in:103:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; avfs-1.1.3/scripts/Makefile.in-104-am__vpath_adj = case $$p in \ avfs-1.1.3/scripts/Makefile.in:105: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ avfs-1.1.3/scripts/Makefile.in-106- *) f=$$p;; \ avfs-1.1.3/scripts/Makefile.in-107- esac; avfs-1.1.3/scripts/Makefile.in:108:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; avfs-1.1.3/scripts/Makefile.in-109-am__install_max = 40 avfs-1.1.3/scripts/Makefile.in-110-am__nobase_strip_setup = \ avfs-1.1.3/scripts/Makefile.in:111: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` avfs-1.1.3/scripts/Makefile.in-112-am__nobase_strip = \ ############################################## avfs-1.1.3/scripts/Makefile.in-382-distdir: $(DISTFILES) avfs-1.1.3/scripts/Makefile.in:383: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ avfs-1.1.3/scripts/Makefile.in:384: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ avfs-1.1.3/scripts/Makefile.in-385- list='$(DISTFILES)'; \ ############################################## avfs-1.1.3/scripts/Makefile.in-396- if test -d $$d/$$file; then \ avfs-1.1.3/scripts/Makefile.in:397: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ avfs-1.1.3/scripts/Makefile.in-398- if test -d "$(distdir)/$$file"; then \ ############################################## avfs-1.1.3/scripts/avfs-config.in-28- case "$1" in avfs-1.1.3/scripts/avfs-config.in:29: -*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;; avfs-1.1.3/scripts/avfs-config.in-30- *) optarg= ;; ############################################## avfs-1.1.3/config.sub-52- avfs-1.1.3/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'` avfs-1.1.3/config.sub-54- ############################################## avfs-1.1.3/config.sub-114-# Here we must recognize all the valid KERNEL-OS combinations. avfs-1.1.3/config.sub:115:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` avfs-1.1.3/config.sub-116-case $maybe_os in ############################################## avfs-1.1.3/config.sub-122- os=-$maybe_os avfs-1.1.3/config.sub:123: basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` avfs-1.1.3/config.sub-124- ;; ############################################## avfs-1.1.3/config.sub-126- os=-linux-android avfs-1.1.3/config.sub:127: basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown avfs-1.1.3/config.sub-128- ;; avfs-1.1.3/config.sub-129- *) avfs-1.1.3/config.sub:130: basic_machine=`echo $1 | sed 's/-[^-]*$//'` avfs-1.1.3/config.sub-131- if [ $basic_machine != $1 ] avfs-1.1.3/config.sub:132: then os=`echo $1 | sed 's/.*-/-/'` avfs-1.1.3/config.sub-133- else os=; fi ############################################## avfs-1.1.3/config.sub-180- os=-sco5v6 avfs-1.1.3/config.sub:181: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` avfs-1.1.3/config.sub-182- ;; ############################################## avfs-1.1.3/config.sub-184- os=-sco3.2v5 avfs-1.1.3/config.sub:185: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` avfs-1.1.3/config.sub-186- ;; ############################################## avfs-1.1.3/config.sub-188- os=-sco3.2v4 avfs-1.1.3/config.sub:189: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` avfs-1.1.3/config.sub-190- ;; avfs-1.1.3/config.sub-191- -sco3.2.[4-9]*) avfs-1.1.3/config.sub:192: os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` avfs-1.1.3/config.sub:193: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` avfs-1.1.3/config.sub-194- ;; ############################################## avfs-1.1.3/config.sub-196- # Don't forget version if it is 3.2v4 or newer. avfs-1.1.3/config.sub:197: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` avfs-1.1.3/config.sub-198- ;; ############################################## avfs-1.1.3/config.sub-200- # Don't forget version if it is 3.2v4 or newer. avfs-1.1.3/config.sub:201: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` avfs-1.1.3/config.sub-202- ;; ############################################## avfs-1.1.3/config.sub-204- os=-sco3.2v2 avfs-1.1.3/config.sub:205: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` avfs-1.1.3/config.sub-206- ;; avfs-1.1.3/config.sub-207- -udk*) avfs-1.1.3/config.sub:208: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` avfs-1.1.3/config.sub-209- ;; ############################################## avfs-1.1.3/config.sub-211- os=-isc2.2 avfs-1.1.3/config.sub:212: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` avfs-1.1.3/config.sub-213- ;; ############################################## avfs-1.1.3/config.sub-217- -isc*) avfs-1.1.3/config.sub:218: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` avfs-1.1.3/config.sub-219- ;; ############################################## avfs-1.1.3/config.sub-229- -ptx*) avfs-1.1.3/config.sub:230: basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` avfs-1.1.3/config.sub-231- ;; avfs-1.1.3/config.sub-232- -windowsnt*) avfs-1.1.3/config.sub:233: os=`echo $os | sed -e 's/windowsnt/winnt/'` avfs-1.1.3/config.sub-234- ;; ############################################## avfs-1.1.3/config.sub-368- *-*-*) avfs-1.1.3/config.sub:369: echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 avfs-1.1.3/config.sub-370- exit 1 ############################################## avfs-1.1.3/config.sub-497- amd64-*) avfs-1.1.3/config.sub:498: basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` avfs-1.1.3/config.sub-499- ;; ############################################## avfs-1.1.3/config.sub-542- blackfin-*) avfs-1.1.3/config.sub:543: basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` avfs-1.1.3/config.sub-544- os=-linux ############################################## avfs-1.1.3/config.sub-550- c54x-*) avfs-1.1.3/config.sub:551: basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'` avfs-1.1.3/config.sub-552- ;; avfs-1.1.3/config.sub-553- c55x-*) avfs-1.1.3/config.sub:554: basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'` avfs-1.1.3/config.sub-555- ;; avfs-1.1.3/config.sub-556- c6x-*) avfs-1.1.3/config.sub:557: basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'` avfs-1.1.3/config.sub-558- ;; ############################################## avfs-1.1.3/config.sub-654- e500v[12]-*) avfs-1.1.3/config.sub:655: basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` avfs-1.1.3/config.sub-656- os=$os"spe" ############################################## avfs-1.1.3/config.sub-761- i*86v32) avfs-1.1.3/config.sub:762: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` avfs-1.1.3/config.sub-763- os=-sysv32 ############################################## avfs-1.1.3/config.sub-765- i*86v4*) avfs-1.1.3/config.sub:766: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` avfs-1.1.3/config.sub-767- os=-sysv4 ############################################## avfs-1.1.3/config.sub-769- i*86v) avfs-1.1.3/config.sub:770: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` avfs-1.1.3/config.sub-771- os=-sysv ############################################## avfs-1.1.3/config.sub-773- i*86sol2) avfs-1.1.3/config.sub:774: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` avfs-1.1.3/config.sub-775- os=-solaris2 ############################################## avfs-1.1.3/config.sub-799- leon-*|leon[3-9]-*) avfs-1.1.3/config.sub:800: basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'` avfs-1.1.3/config.sub-801- ;; ############################################## avfs-1.1.3/config.sub-806- m68knommu-*) avfs-1.1.3/config.sub:807: basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'` avfs-1.1.3/config.sub-808- os=-linux ############################################## avfs-1.1.3/config.sub-843- mips3*-*) avfs-1.1.3/config.sub:844: basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` avfs-1.1.3/config.sub-845- ;; avfs-1.1.3/config.sub-846- mips3*) avfs-1.1.3/config.sub:847: basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown avfs-1.1.3/config.sub-848- ;; ############################################## avfs-1.1.3/config.sub-865- ms1-*) avfs-1.1.3/config.sub:866: basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` avfs-1.1.3/config.sub-867- ;; ############################################## avfs-1.1.3/config.sub-987- parisc-*) avfs-1.1.3/config.sub:988: basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'` avfs-1.1.3/config.sub-989- os=-linux ############################################## avfs-1.1.3/config.sub-1003- pc98-*) avfs-1.1.3/config.sub:1004: basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` avfs-1.1.3/config.sub-1005- ;; ############################################## avfs-1.1.3/config.sub-1018- pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) avfs-1.1.3/config.sub:1019: basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` avfs-1.1.3/config.sub-1020- ;; avfs-1.1.3/config.sub-1021- pentiumpro-* | p6-* | 6x86-* | athlon-*) avfs-1.1.3/config.sub:1022: basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` avfs-1.1.3/config.sub-1023- ;; avfs-1.1.3/config.sub-1024- pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) avfs-1.1.3/config.sub:1025: basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` avfs-1.1.3/config.sub-1026- ;; avfs-1.1.3/config.sub-1027- pentium4-*) avfs-1.1.3/config.sub:1028: basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` avfs-1.1.3/config.sub-1029- ;; ############################################## avfs-1.1.3/config.sub-1037- ppc-* | ppcbe-*) avfs-1.1.3/config.sub:1038: basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` avfs-1.1.3/config.sub-1039- ;; ############################################## avfs-1.1.3/config.sub-1043- ppcle-* | powerpclittle-*) avfs-1.1.3/config.sub:1044: basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` avfs-1.1.3/config.sub-1045- ;; ############################################## avfs-1.1.3/config.sub-1047- ;; avfs-1.1.3/config.sub:1048: ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` avfs-1.1.3/config.sub-1049- ;; ############################################## avfs-1.1.3/config.sub-1053- ppc64le-* | powerpc64little-*) avfs-1.1.3/config.sub:1054: basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` avfs-1.1.3/config.sub-1055- ;; ############################################## avfs-1.1.3/config.sub-1084- s390-*) avfs-1.1.3/config.sub:1085: basic_machine=s390-`echo $basic_machine | sed 's/^[^-]*-//'` avfs-1.1.3/config.sub-1086- ;; ############################################## avfs-1.1.3/config.sub-1090- s390x-*) avfs-1.1.3/config.sub:1091: basic_machine=s390x-`echo $basic_machine | sed 's/^[^-]*-//'` avfs-1.1.3/config.sub-1092- ;; ############################################## avfs-1.1.3/config.sub-1142- strongarm-* | thumb-*) avfs-1.1.3/config.sub:1143: basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'` avfs-1.1.3/config.sub-1144- ;; ############################################## avfs-1.1.3/config.sub-1275- xscale-* | xscalee[bl]-*) avfs-1.1.3/config.sub:1276: basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'` avfs-1.1.3/config.sub-1277- ;; ############################################## avfs-1.1.3/config.sub-1352- *) avfs-1.1.3/config.sub:1353: echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 avfs-1.1.3/config.sub-1354- exit 1 ############################################## avfs-1.1.3/config.sub-1360- *-digital*) avfs-1.1.3/config.sub:1361: basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` avfs-1.1.3/config.sub-1362- ;; avfs-1.1.3/config.sub-1363- *-commodore*) avfs-1.1.3/config.sub:1364: basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` avfs-1.1.3/config.sub-1365- ;; ############################################## avfs-1.1.3/config.sub-1381- -solaris1 | -solaris1.*) avfs-1.1.3/config.sub:1382: os=`echo $os | sed -e 's|solaris1|sunos4|'` avfs-1.1.3/config.sub-1383- ;; ############################################## avfs-1.1.3/config.sub-1393- -gnu/linux*) avfs-1.1.3/config.sub:1394: os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` avfs-1.1.3/config.sub-1395- ;; ############################################## avfs-1.1.3/config.sub-1440- -nto*) avfs-1.1.3/config.sub:1441: os=`echo $os | sed -e 's|nto|nto-qnx|'` avfs-1.1.3/config.sub-1442- ;; ############################################## avfs-1.1.3/config.sub-1447- -mac*) avfs-1.1.3/config.sub:1448: os=`echo $os | sed -e 's|mac|macos|'` avfs-1.1.3/config.sub-1449- ;; ############################################## avfs-1.1.3/config.sub-1453- -linux*) avfs-1.1.3/config.sub:1454: os=`echo $os | sed -e 's|linux|linux-gnu|'` avfs-1.1.3/config.sub-1455- ;; avfs-1.1.3/config.sub-1456- -sunos5*) avfs-1.1.3/config.sub:1457: os=`echo $os | sed -e 's|sunos5|solaris2|'` avfs-1.1.3/config.sub-1458- ;; avfs-1.1.3/config.sub-1459- -sunos6*) avfs-1.1.3/config.sub:1460: os=`echo $os | sed -e 's|sunos6|solaris3|'` avfs-1.1.3/config.sub-1461- ;; ############################################## avfs-1.1.3/config.sub-1508- -sinix5.*) avfs-1.1.3/config.sub:1509: os=`echo $os | sed -e 's|sinix|sysv|'` avfs-1.1.3/config.sub-1510- ;; ############################################## avfs-1.1.3/config.sub-1563- # Get rid of the `-' at the beginning of $os. avfs-1.1.3/config.sub:1564: os=`echo $os | sed 's/[^-]*-//'` avfs-1.1.3/config.sub:1565: echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 avfs-1.1.3/config.sub-1566- exit 1 ############################################## avfs-1.1.3/config.sub-1829- esac avfs-1.1.3/config.sub:1830: basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` avfs-1.1.3/config.sub-1831- ;; ############################################## avfs-1.1.3/pkgconfig/Makefile.in-50- { \ avfs-1.1.3/pkgconfig/Makefile.in:51: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ avfs-1.1.3/pkgconfig/Makefile.in-52- }; \ ############################################## avfs-1.1.3/pkgconfig/Makefile.in-121- esac avfs-1.1.3/pkgconfig/Makefile.in:122:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; avfs-1.1.3/pkgconfig/Makefile.in-123-am__vpath_adj = case $$p in \ avfs-1.1.3/pkgconfig/Makefile.in:124: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ avfs-1.1.3/pkgconfig/Makefile.in-125- *) f=$$p;; \ avfs-1.1.3/pkgconfig/Makefile.in-126- esac; avfs-1.1.3/pkgconfig/Makefile.in:127:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; avfs-1.1.3/pkgconfig/Makefile.in-128-am__install_max = 40 avfs-1.1.3/pkgconfig/Makefile.in-129-am__nobase_strip_setup = \ avfs-1.1.3/pkgconfig/Makefile.in:130: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` avfs-1.1.3/pkgconfig/Makefile.in-131-am__nobase_strip = \ ############################################## avfs-1.1.3/pkgconfig/Makefile.in-357- @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ avfs-1.1.3/pkgconfig/Makefile.in:358: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ avfs-1.1.3/pkgconfig/Makefile.in-359- dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) ############################################## avfs-1.1.3/pkgconfig/Makefile.in-367-distdir: $(DISTFILES) avfs-1.1.3/pkgconfig/Makefile.in:368: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ avfs-1.1.3/pkgconfig/Makefile.in:369: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ avfs-1.1.3/pkgconfig/Makefile.in-370- list='$(DISTFILES)'; \ ############################################## avfs-1.1.3/pkgconfig/Makefile.in-381- if test -d $$d/$$file; then \ avfs-1.1.3/pkgconfig/Makefile.in:382: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ avfs-1.1.3/pkgconfig/Makefile.in-383- if test -d "$(distdir)/$$file"; then \ ############################################## avfs-1.1.3/patch/Makefile.in-49- { \ avfs-1.1.3/patch/Makefile.in:50: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ avfs-1.1.3/patch/Makefile.in-51- }; \ ############################################## avfs-1.1.3/patch/Makefile.in-317-distdir: $(DISTFILES) avfs-1.1.3/patch/Makefile.in:318: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ avfs-1.1.3/patch/Makefile.in:319: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ avfs-1.1.3/patch/Makefile.in-320- list='$(DISTFILES)'; \ ############################################## avfs-1.1.3/patch/Makefile.in-331- if test -d $$d/$$file; then \ avfs-1.1.3/patch/Makefile.in:332: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ avfs-1.1.3/patch/Makefile.in-333- if test -d "$(distdir)/$$file"; then \ ############################################## avfs-1.1.3/install-sh-234- fi avfs-1.1.3/install-sh:235: cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; avfs-1.1.3/install-sh-236- *) ############################################## avfs-1.1.3/install-sh-281- dstdir=$dst avfs-1.1.3/install-sh:282: dst=$dstdir/`basename "$src"` avfs-1.1.3/install-sh-283- dstdir_status=0 avfs-1.1.3/install-sh-284- else avfs-1.1.3/install-sh:285: dstdir=`dirname "$dst"` avfs-1.1.3/install-sh-286- test -d "$dstdir" ############################################## avfs-1.1.3/install-sh-337- # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. avfs-1.1.3/install-sh:338: ls_ld_tmpdir=`ls -ld "$tmpdir"` avfs-1.1.3/install-sh-339- case $ls_ld_tmpdir in ############################################## avfs-1.1.3/install-sh-344- $mkdirprog -m$different_mode -p -- "$tmpdir" && { avfs-1.1.3/install-sh:345: ls_ld_tmpdir_1=`ls -ld "$tmpdir"` avfs-1.1.3/install-sh-346- test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" ############################################## avfs-1.1.3/install-sh-402- case $prefix in avfs-1.1.3/install-sh:403: *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; avfs-1.1.3/install-sh-404- *) qprefix=$prefix;; ############################################## avfs-1.1.3/install-sh-451- if $copy_on_change && avfs-1.1.3/install-sh:452: old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && avfs-1.1.3/install-sh:453: new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && avfs-1.1.3/install-sh-454- set -f && ############################################## avfs-1.1.3/lib/Makefile.in-50- { \ avfs-1.1.3/lib/Makefile.in:51: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ avfs-1.1.3/lib/Makefile.in-52- }; \ ############################################## avfs-1.1.3/lib/Makefile.in-102-CONFIG_CLEAN_VPATH_FILES = avfs-1.1.3/lib/Makefile.in:103:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; avfs-1.1.3/lib/Makefile.in-104-am__vpath_adj = case $$p in \ avfs-1.1.3/lib/Makefile.in:105: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ avfs-1.1.3/lib/Makefile.in-106- *) f=$$p;; \ avfs-1.1.3/lib/Makefile.in-107- esac; avfs-1.1.3/lib/Makefile.in:108:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; avfs-1.1.3/lib/Makefile.in-109-am__install_max = 40 avfs-1.1.3/lib/Makefile.in-110-am__nobase_strip_setup = \ avfs-1.1.3/lib/Makefile.in:111: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` avfs-1.1.3/lib/Makefile.in-112-am__nobase_strip = \ ############################################## avfs-1.1.3/lib/Makefile.in-448-distdir: $(DISTFILES) avfs-1.1.3/lib/Makefile.in:449: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ avfs-1.1.3/lib/Makefile.in:450: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ avfs-1.1.3/lib/Makefile.in-451- list='$(DISTFILES)'; \ ############################################## avfs-1.1.3/lib/Makefile.in-462- if test -d $$d/$$file; then \ avfs-1.1.3/lib/Makefile.in:463: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ avfs-1.1.3/lib/Makefile.in-464- if test -d "$(distdir)/$$file"; then \ ############################################## avfs-1.1.3/compile-67- mingw/*) avfs-1.1.3/compile:68: file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` avfs-1.1.3/compile-69- ;; avfs-1.1.3/compile-70- cygwin/*) avfs-1.1.3/compile:71: file=`cygpath -m "$file" || echo "$file"` avfs-1.1.3/compile-72- ;; avfs-1.1.3/compile-73- wine/*) avfs-1.1.3/compile:74: file=`winepath -w "$file" || echo "$file"` avfs-1.1.3/compile-75- ;; ############################################## avfs-1.1.3/compile-310-# Name of file we expect compiler to create. avfs-1.1.3/compile:311:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'` avfs-1.1.3/compile-312- ############################################## avfs-1.1.3/compile-316-# object file name, since that is what matters with a parallel build. avfs-1.1.3/compile:317:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d avfs-1.1.3/compile-318-while true; do ############################################## avfs-1.1.3/debian/patches/configure-4-+++ b/configure.ac avfs-1.1.3/debian/patches/configure:5:@@ -286,7 +286,7 @@ if test -z "`echo "$LIBS"|grep pthread`"; then avfs-1.1.3/debian/patches/configure-6- LIBS="$LIBS -pthread" ############################################## avfs-1.1.3/debian/patches/udar-10- # dar expects the basename (without number and extension) avfs-1.1.3/debian/patches/udar:11: BASENAME="`echo "$2" | sed -e 's/\.[0-9]*\.[Dd][Aa][Rr]$//'`"