===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
tinysvm-0.09+dfsg/doc/doc/Makefile-114-distdir: $(DISTFILES)
tinysvm-0.09+dfsg/doc/doc/Makefile:115:	here=`cd $(top_builddir) && pwd`; \
tinysvm-0.09+dfsg/doc/doc/Makefile:116:	top_distdir=`cd $(top_distdir) && pwd`; \
tinysvm-0.09+dfsg/doc/doc/Makefile:117:	distdir=`cd $(distdir) && pwd`; \
tinysvm-0.09+dfsg/doc/doc/Makefile-118-	cd $(top_srcdir) \
##############################################
tinysvm-0.09+dfsg/doc/doc/Makefile-193-	@for html in $(html_HTMLS); do \
tinysvm-0.09+dfsg/doc/doc/Makefile:194:		cmd=`basename $$html .html`.1 && \
tinysvm-0.09+dfsg/doc/doc/Makefile-195-		man2html ../man/$$cmd > $$html; \
##############################################
tinysvm-0.09+dfsg/doc/doc/Makefile.am-7-	@for html in $(html_HTMLS); do \
tinysvm-0.09+dfsg/doc/doc/Makefile.am:8:		cmd=`basename $$html .html`.1 && \
tinysvm-0.09+dfsg/doc/doc/Makefile.am-9-		man2html ../man/$$cmd > $$html; \
##############################################
tinysvm-0.09+dfsg/doc/doc/Makefile.in-114-distdir: $(DISTFILES)
tinysvm-0.09+dfsg/doc/doc/Makefile.in:115:	here=`cd $(top_builddir) && pwd`; \
tinysvm-0.09+dfsg/doc/doc/Makefile.in:116:	top_distdir=`cd $(top_distdir) && pwd`; \
tinysvm-0.09+dfsg/doc/doc/Makefile.in:117:	distdir=`cd $(distdir) && pwd`; \
tinysvm-0.09+dfsg/doc/doc/Makefile.in-118-	cd $(top_srcdir) \
##############################################
tinysvm-0.09+dfsg/doc/doc/Makefile.in-193-	@for html in $(html_HTMLS); do \
tinysvm-0.09+dfsg/doc/doc/Makefile.in:194:		cmd=`basename $$html .html`.1 && \
tinysvm-0.09+dfsg/doc/doc/Makefile.in-195-		man2html ../man/$$cmd > $$html; \
##############################################
tinysvm-0.09+dfsg/doc/Makefile.in-188-	@for html in $(html_HTMLS); do \
tinysvm-0.09+dfsg/doc/Makefile.in:189:		cmd=`basename $$html .html`.1 && \
tinysvm-0.09+dfsg/doc/Makefile.in-190-		man2html ../man/$$cmd > $$html; \
##############################################
tinysvm-0.09+dfsg/doc/Makefile.am-7-	@for html in $(html_HTMLS); do \
tinysvm-0.09+dfsg/doc/Makefile.am:8:		cmd=`basename $$html .html`.1 && \
tinysvm-0.09+dfsg/doc/Makefile.am-9-		man2html $(top_builddir)/man/$$cmd > $$html; \
##############################################
tinysvm-0.09+dfsg/man/Makefile.in-121-	  else file=$$i; fi; \
tinysvm-0.09+dfsg/man/Makefile.in:122:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
tinysvm-0.09+dfsg/man/Makefile.in:123:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
tinysvm-0.09+dfsg/man/Makefile.in:124:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
tinysvm-0.09+dfsg/man/Makefile.in-125-	  echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
##############################################
tinysvm-0.09+dfsg/man/Makefile.in-136-	for i in $$list; do \
tinysvm-0.09+dfsg/man/Makefile.in:137:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
tinysvm-0.09+dfsg/man/Makefile.in:138:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
tinysvm-0.09+dfsg/man/Makefile.in:139:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
tinysvm-0.09+dfsg/man/Makefile.in-140-	  echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
##############################################
tinysvm-0.09+dfsg/man/Makefile.in-232-	@for man in $(man_MANS); do \
tinysvm-0.09+dfsg/man/Makefile.in:233:		cmd=`basename $$man .1` && \
tinysvm-0.09+dfsg/man/Makefile.in-234-		LANG=C help2man --no-info ../src/$$cmd | \
##############################################
tinysvm-0.09+dfsg/man/Makefile.am-6-update-man:
tinysvm-0.09+dfsg/man/Makefile.am:7:	man=svm_learn.1; LC_ALL=C help2man --no-info $(top_builddir)/src/`basename $$man .1` -m "TinySVM" -n "learns SVM models" | \
tinysvm-0.09+dfsg/man/Makefile.am-8-		perl -pe 's/(LT|lt)-//g' > $$man;
tinysvm-0.09+dfsg/man/Makefile.am:9:	man=svm_classify.1; LC_ALL=C help2man --no-info $(top_builddir)/src/`basename $$man .1` -m "TinySVM" -n "classifies data according to a SVM model" | \
tinysvm-0.09+dfsg/man/Makefile.am-10-		perl -pe 's/(LT|lt)-//g' > $$man;
tinysvm-0.09+dfsg/man/Makefile.am:11:	man=svm_model.1; LC_ALL=C help2man --no-info $(top_builddir)/src/`basename $$man .1` -m "TinySVM" -n "shows SVM models information" | \
tinysvm-0.09+dfsg/man/Makefile.am-12-		perl -pe 's/(LT|lt)-//g' > $$man;
##############################################
tinysvm-0.09+dfsg/src/Makefile.in-219-.c.obj:
tinysvm-0.09+dfsg/src/Makefile.in:220:	$(COMPILE) -c `cygpath -w $<`
tinysvm-0.09+dfsg/src/Makefile.in-221-
##############################################
tinysvm-0.09+dfsg/src/Makefile.in-274-	  if test -f $$p; then \
tinysvm-0.09+dfsg/src/Makefile.in:275:	    echo " $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
tinysvm-0.09+dfsg/src/Makefile.in:276:	    $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
tinysvm-0.09+dfsg/src/Makefile.in-277-	  else :; fi; \
##############################################
tinysvm-0.09+dfsg/src/Makefile.in-282-	list='$(bin_PROGRAMS)'; for p in $$list; do \
tinysvm-0.09+dfsg/src/Makefile.in:283:	  rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
tinysvm-0.09+dfsg/src/Makefile.in-284-	done
##############################################
tinysvm-0.09+dfsg/src/Makefile.in-299-.cpp.obj:
tinysvm-0.09+dfsg/src/Makefile.in:300:	$(CXXCOMPILE) -c `cygpath -w $<`
tinysvm-0.09+dfsg/src/Makefile.in-301-.cpp.lo:
##############################################
tinysvm-0.09+dfsg/aclocal.m4-28-dnl test to see if srcdir already configured
tinysvm-0.09+dfsg/aclocal.m4:29:if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
tinysvm-0.09+dfsg/aclocal.m4-30-  AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
##############################################
tinysvm-0.09+dfsg/aclocal.m4-37-dnl FIXME This is truly gross.
tinysvm-0.09+dfsg/aclocal.m4:38:missing_dir=`cd $ac_aux_dir && pwd`
tinysvm-0.09+dfsg/aclocal.m4-39-AM_MISSING_PROG(ACLOCAL, aclocal, $missing_dir)
##############################################
tinysvm-0.09+dfsg/aclocal.m4-60-if (
tinysvm-0.09+dfsg/aclocal.m4:61:   set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
tinysvm-0.09+dfsg/aclocal.m4-62-   if test "[$]*" = "X"; then
tinysvm-0.09+dfsg/aclocal.m4-63-      # -L didn't work.
tinysvm-0.09+dfsg/aclocal.m4:64:      set X `ls -t $srcdir/configure conftestfile`
tinysvm-0.09+dfsg/aclocal.m4-65-   fi
##############################################
tinysvm-0.09+dfsg/aclocal.m4-166-  if AC_TRY_EVAL(ac_compile); then
tinysvm-0.09+dfsg/aclocal.m4:167:    case `/usr/bin/file conftest.$ac_objext` in
tinysvm-0.09+dfsg/aclocal.m4-168-    *32-bit*)
##############################################
tinysvm-0.09+dfsg/aclocal.m4-322-    nlist=conftest.nm
tinysvm-0.09+dfsg/aclocal.m4:323:    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
tinysvm-0.09+dfsg/aclocal.m4-324-      # Try sorting and uniquifying the output.
##############################################
tinysvm-0.09+dfsg/aclocal.m4-443-  # Remove one level of quotation (which was required for Make).
tinysvm-0.09+dfsg/aclocal.m4:444:  ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
tinysvm-0.09+dfsg/aclocal.m4-445-  ;;
##############################################
tinysvm-0.09+dfsg/aclocal.m4-454-  :
tinysvm-0.09+dfsg/aclocal.m4:455:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then
tinysvm-0.09+dfsg/aclocal.m4-456-  # Yippee, $echo works!
##############################################
tinysvm-0.09+dfsg/aclocal.m4-480-    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
tinysvm-0.09+dfsg/aclocal.m4:481:    if (echo_test_string="`eval $cmd`") 2>/dev/null &&
tinysvm-0.09+dfsg/aclocal.m4:482:       echo_test_string="`eval $cmd`" &&
tinysvm-0.09+dfsg/aclocal.m4-483-       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
##############################################
tinysvm-0.09+dfsg/aclocal.m4-489-
tinysvm-0.09+dfsg/aclocal.m4:490:if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
tinysvm-0.09+dfsg/aclocal.m4:491:   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
tinysvm-0.09+dfsg/aclocal.m4-492-   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
tinysvm-0.09+dfsg/aclocal.m4-503-    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
tinysvm-0.09+dfsg/aclocal.m4:504:       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
tinysvm-0.09+dfsg/aclocal.m4:505:       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
tinysvm-0.09+dfsg/aclocal.m4-506-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
tinysvm-0.09+dfsg/aclocal.m4-515-    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
tinysvm-0.09+dfsg/aclocal.m4:516:       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
tinysvm-0.09+dfsg/aclocal.m4-517-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
tinysvm-0.09+dfsg/aclocal.m4-530-      echo='printf %s\n'
tinysvm-0.09+dfsg/aclocal.m4:531:      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
tinysvm-0.09+dfsg/aclocal.m4:532:	 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
tinysvm-0.09+dfsg/aclocal.m4-533-	 test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
tinysvm-0.09+dfsg/aclocal.m4-535-	:
tinysvm-0.09+dfsg/aclocal.m4:536:      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
tinysvm-0.09+dfsg/aclocal.m4-537-	   test "X$echo_testing_string" = 'X\t' &&
tinysvm-0.09+dfsg/aclocal.m4:538:	   echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
tinysvm-0.09+dfsg/aclocal.m4-539-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
tinysvm-0.09+dfsg/aclocal.m4-544-	echo="$CONFIG_SHELL [$]0 --fallback-echo"
tinysvm-0.09+dfsg/aclocal.m4:545:      elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
tinysvm-0.09+dfsg/aclocal.m4-546-	   test "X$echo_testing_string" = 'X\t' &&
tinysvm-0.09+dfsg/aclocal.m4:547:	   echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
tinysvm-0.09+dfsg/aclocal.m4-548-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
tinysvm-0.09+dfsg/aclocal.m4-554-	for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
tinysvm-0.09+dfsg/aclocal.m4:555:	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
tinysvm-0.09+dfsg/aclocal.m4-556-	  then
##############################################
tinysvm-0.09+dfsg/aclocal.m4-562-	if test "$prev" != 'sed 50q "[$]0"'; then
tinysvm-0.09+dfsg/aclocal.m4:563:	  echo_test_string=`eval $prev`
tinysvm-0.09+dfsg/aclocal.m4-564-	  export echo_test_string
##############################################
tinysvm-0.09+dfsg/aclocal.m4-821-linux-gnu*) ;;
tinysvm-0.09+dfsg/aclocal.m4:822:linux*) host=`echo $host | sed 's/^\(.*-.*-linux\)\(.*\)$/\1-gnu\2/'`
tinysvm-0.09+dfsg/aclocal.m4-823-esac
##############################################
tinysvm-0.09+dfsg/aclocal.m4-1056-if test -n "$lt_cv_prog_cc_shlib"; then
tinysvm-0.09+dfsg/aclocal.m4:1057:  AC_MSG_WARN([\`$CC' requires \`$lt_cv_prog_cc_shlib' to build shared libraries])
tinysvm-0.09+dfsg/aclocal.m4-1058-  if echo "$old_CC $old_CFLAGS " | [egrep -e "[ 	]$lt_cv_prog_cc_shlib[ 	]"] >/dev/null; then :
##############################################
tinysvm-0.09+dfsg/aclocal.m4-1163-  if test "$hard_links" = no; then
tinysvm-0.09+dfsg/aclocal.m4:1164:    AC_MSG_WARN([\`$CC' does not support \`-c -o', so \`make -j' may be unsafe])
tinysvm-0.09+dfsg/aclocal.m4-1165-    need_locks=warn
##############################################
tinysvm-0.09+dfsg/aclocal.m4-1351-    # If DATA tags from a recent dlltool are present, honour them!
tinysvm-0.09+dfsg/aclocal.m4:1352:    archive_expsym_cmds='if test "x`head -1 $export_symbols`" = xEXPORTS; then
tinysvm-0.09+dfsg/aclocal.m4-1353-        cp $export_symbols $output_objdir/$soname-def;
##############################################
tinysvm-0.09+dfsg/aclocal.m4-1360-           2) echo "   \[$]2 @ \$_lt_hint ; " >> $output_objdir/$soname-def;;
tinysvm-0.09+dfsg/aclocal.m4:1361:           *) echo "     \[$]2 @ \$_lt_hint \[$]3 ; " >> $output_objdir/$soname-def;;
tinysvm-0.09+dfsg/aclocal.m4-1362-         esac;
tinysvm-0.09+dfsg/aclocal.m4:1363:         _lt_hint=`expr 1 + \$_lt_hint`;
tinysvm-0.09+dfsg/aclocal.m4-1364-        done;
##############################################
tinysvm-0.09+dfsg/aclocal.m4-1467-    if test "$GCC" = yes; then
tinysvm-0.09+dfsg/aclocal.m4:1468:      collect2name=`${CC} -print-prog-name=collect2`
tinysvm-0.09+dfsg/aclocal.m4-1469-      if test -f "$collect2name" && \
##############################################
tinysvm-0.09+dfsg/aclocal.m4-1554-    # FIXME: Setting linknames here is a bad hack.
tinysvm-0.09+dfsg/aclocal.m4:1555:    archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | sed -e '\''s/ -lc$//'\''` -link -dll~linknames='
tinysvm-0.09+dfsg/aclocal.m4-1556-    # The linker will automatically build a .lib file if we build a DLL.
##############################################
tinysvm-0.09+dfsg/aclocal.m4-1559-    old_archive_cmds='lib /OUT:$oldlib$oldobjs$old_deplibs'
tinysvm-0.09+dfsg/aclocal.m4:1560:    fix_srcfile_path='`cygpath -w "$srcfile"`'
tinysvm-0.09+dfsg/aclocal.m4-1561-    ;;
##############################################
tinysvm-0.09+dfsg/aclocal.m4-1621-    if test "$GCC" = yes; then
tinysvm-0.09+dfsg/aclocal.m4:1622:      archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
tinysvm-0.09+dfsg/aclocal.m4-1623-    else
tinysvm-0.09+dfsg/aclocal.m4:1624:      archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
tinysvm-0.09+dfsg/aclocal.m4-1625-    fi
##############################################
tinysvm-0.09+dfsg/aclocal.m4-1667-      allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
tinysvm-0.09+dfsg/aclocal.m4:1668:      archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
tinysvm-0.09+dfsg/aclocal.m4-1669-    else
tinysvm-0.09+dfsg/aclocal.m4-1670-      allow_undefined_flag=' -expect_unresolved \*'
tinysvm-0.09+dfsg/aclocal.m4:1671:      archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
tinysvm-0.09+dfsg/aclocal.m4-1672-    fi
##############################################
tinysvm-0.09+dfsg/aclocal.m4-1679-      allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
tinysvm-0.09+dfsg/aclocal.m4:1680:      archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
tinysvm-0.09+dfsg/aclocal.m4-1681-      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
tinysvm-0.09+dfsg/aclocal.m4-1683-      allow_undefined_flag=' -expect_unresolved \*'
tinysvm-0.09+dfsg/aclocal.m4:1684:      archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
tinysvm-0.09+dfsg/aclocal.m4:1685:      archive_expsym_cmds='for i in `cat $export_symbols`; do printf "-exported_symbol " >> $lib.exp; echo "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
tinysvm-0.09+dfsg/aclocal.m4:1686:      $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
tinysvm-0.09+dfsg/aclocal.m4-1687-
##############################################
tinysvm-0.09+dfsg/aclocal.m4-1921-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
tinysvm-0.09+dfsg/aclocal.m4:1922:  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | [$Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\'']`; test $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'
tinysvm-0.09+dfsg/aclocal.m4-1923-  ;;
##############################################
tinysvm-0.09+dfsg/aclocal.m4-1952-    library_names_spec='$libname.dll.a'
tinysvm-0.09+dfsg/aclocal.m4:1953:    soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | [sed -e 's/[.]/-/g']`${versuffix}.dll'
tinysvm-0.09+dfsg/aclocal.m4:1954:    postinstall_cmds='dlpath=`bash 2>&1 -c '\''. $dir/${file}i;echo \$dlname'\''`~
tinysvm-0.09+dfsg/aclocal.m4:1955:      dldir=$destdir/`dirname \$dlpath`~
tinysvm-0.09+dfsg/aclocal.m4-1956-      test -d \$dldir || mkdir -p \$dldir~
tinysvm-0.09+dfsg/aclocal.m4-1957-      $install_prog .libs/$dlname \$dldir/$dlname'
tinysvm-0.09+dfsg/aclocal.m4:1958:    postuninstall_cmds='dldll=`bash 2>&1 -c '\''. $file; echo \$dlname'\''`~
tinysvm-0.09+dfsg/aclocal.m4-1959-      dlpath=$dir/\$dldll~
##############################################
tinysvm-0.09+dfsg/aclocal.m4-1962-  yes,mingw*)
tinysvm-0.09+dfsg/aclocal.m4:1963:    library_names_spec='${libname}`echo ${release} | [sed -e 's/[.]/-/g']`${versuffix}.dll'
tinysvm-0.09+dfsg/aclocal.m4:1964:    sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | sed -e "s/^libraries://" -e "s/;/ /g"`
tinysvm-0.09+dfsg/aclocal.m4-1965-    ;;
tinysvm-0.09+dfsg/aclocal.m4-1966-  yes,pw32*)
tinysvm-0.09+dfsg/aclocal.m4:1967:    library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll'
tinysvm-0.09+dfsg/aclocal.m4-1968-    ;;
tinysvm-0.09+dfsg/aclocal.m4-1969-  *)
tinysvm-0.09+dfsg/aclocal.m4:1970:    library_names_spec='${libname}`echo ${release} | [sed -e 's/[.]/-/g']`${versuffix}.dll $libname.lib'
tinysvm-0.09+dfsg/aclocal.m4-1971-    ;;
##############################################
tinysvm-0.09+dfsg/aclocal.m4-2345-      # Double-quote double-evaled strings.
tinysvm-0.09+dfsg/aclocal.m4:2346:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
tinysvm-0.09+dfsg/aclocal.m4-2347-      ;;
tinysvm-0.09+dfsg/aclocal.m4-2348-    *)
tinysvm-0.09+dfsg/aclocal.m4:2349:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
tinysvm-0.09+dfsg/aclocal.m4-2350-      ;;
##############################################
tinysvm-0.09+dfsg/aclocal.m4-2356-
tinysvm-0.09+dfsg/aclocal.m4:2357:# `$echo "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
tinysvm-0.09+dfsg/aclocal.m4-2358-# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
##############################################
tinysvm-0.09+dfsg/aclocal.m4-2990-	"file_magic "*)
tinysvm-0.09+dfsg/aclocal.m4:2991:	  file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
tinysvm-0.09+dfsg/aclocal.m4-2992-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
tinysvm-0.09+dfsg/aclocal.m4-3056-    # gcc leaves a trailing carriage return which upsets mingw
tinysvm-0.09+dfsg/aclocal.m4:3057:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
tinysvm-0.09+dfsg/aclocal.m4-3058-  *)
tinysvm-0.09+dfsg/aclocal.m4:3059:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
tinysvm-0.09+dfsg/aclocal.m4-3060-  esac
##############################################
tinysvm-0.09+dfsg/aclocal.m4-3065-      # Canonicalize the path of ld
tinysvm-0.09+dfsg/aclocal.m4:3066:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
tinysvm-0.09+dfsg/aclocal.m4-3067-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
tinysvm-0.09+dfsg/aclocal.m4:3068:	ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
tinysvm-0.09+dfsg/aclocal.m4-3069-      done
##############################################
tinysvm-0.09+dfsg/aclocal.m4-3232-  esac
tinysvm-0.09+dfsg/aclocal.m4:3233:  lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
tinysvm-0.09+dfsg/aclocal.m4-3234-  lt_cv_deplibs_check_method=pass_all
##############################################
tinysvm-0.09+dfsg/aclocal.m4-3462-  *" <<$>>am_file "*<<)>>
tinysvm-0.09+dfsg/aclocal.m4:3463:    echo timestamp > `echo <<$>>am_file | sed -e 's%:.*%%' -e 's%[^/]*$%%'`stamp-h$am_indx
tinysvm-0.09+dfsg/aclocal.m4-3464-    ;;
tinysvm-0.09+dfsg/aclocal.m4-3465-  esac
tinysvm-0.09+dfsg/aclocal.m4:3466:  am_indx=`expr "<<$>>am_indx" + 1`
tinysvm-0.09+dfsg/aclocal.m4-3467-done<<>>dnl>>)
##############################################
tinysvm-0.09+dfsg/tests/Makefile.in-125-	    if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
tinysvm-0.09+dfsg/tests/Makefile.in:126:	      all=`expr $$all + 1`; \
tinysvm-0.09+dfsg/tests/Makefile.in-127-	      case " $(XFAIL_TESTS) " in \
tinysvm-0.09+dfsg/tests/Makefile.in-128-	      *" $$tst "*) \
tinysvm-0.09+dfsg/tests/Makefile.in:129:	        xpass=`expr $$xpass + 1`; \
tinysvm-0.09+dfsg/tests/Makefile.in:130:	        failed=`expr $$failed + 1`; \
tinysvm-0.09+dfsg/tests/Makefile.in-131-	        echo "XPASS: $$tst"; \
##############################################
tinysvm-0.09+dfsg/tests/Makefile.in-137-	    elif test $$? -ne 77; then \
tinysvm-0.09+dfsg/tests/Makefile.in:138:	      all=`expr $$all + 1`; \
tinysvm-0.09+dfsg/tests/Makefile.in-139-	      case " $(XFAIL_TESTS) " in \
tinysvm-0.09+dfsg/tests/Makefile.in-140-	      *" $$tst "*) \
tinysvm-0.09+dfsg/tests/Makefile.in:141:	        xfail=`expr $$xfail + 1`; \
tinysvm-0.09+dfsg/tests/Makefile.in-142-	        echo "XFAIL: $$tst"; \
##############################################
tinysvm-0.09+dfsg/tests/Makefile.in-144-	      *) \
tinysvm-0.09+dfsg/tests/Makefile.in:145:	        failed=`expr $$failed + 1`; \
tinysvm-0.09+dfsg/tests/Makefile.in-146-	        echo "FAIL: $$tst"; \
##############################################
tinysvm-0.09+dfsg/tests/Makefile.in-163-	  fi; \
tinysvm-0.09+dfsg/tests/Makefile.in:164:	  dashes=`echo "$$banner" | sed s/./=/g`; \
tinysvm-0.09+dfsg/tests/Makefile.in-165-	  echo "$$dashes"; \
##############################################
tinysvm-0.09+dfsg/tests/Makefile.in-177-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
tinysvm-0.09+dfsg/tests/Makefile.in:178:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
tinysvm-0.09+dfsg/tests/Makefile.in-179-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
tinysvm-0.09+dfsg/ltmain.sh-33-  :
tinysvm-0.09+dfsg/ltmain.sh:34:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then
tinysvm-0.09+dfsg/ltmain.sh-35-  # Yippee, $echo works!
##############################################
tinysvm-0.09+dfsg/ltmain.sh-51-# The name of this program.
tinysvm-0.09+dfsg/ltmain.sh:52:progname=`$echo "$0" | sed 's%^.*/%%'`
tinysvm-0.09+dfsg/ltmain.sh-53-modename="$progname"
##############################################
tinysvm-0.09+dfsg/ltmain.sh-111-  case $arg in
tinysvm-0.09+dfsg/ltmain.sh:112:  -*=*) optarg=`$echo "X$arg" | $Xsed -e 's/[-_a-zA-Z0-9]*=//'` ;;
tinysvm-0.09+dfsg/ltmain.sh-113-  *) optarg= ;;
##############################################
tinysvm-0.09+dfsg/ltmain.sh-277-	prev=
tinysvm-0.09+dfsg/ltmain.sh:278:	lastarg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
tinysvm-0.09+dfsg/ltmain.sh-279-
##############################################
tinysvm-0.09+dfsg/ltmain.sh-329-      -Wc,*)
tinysvm-0.09+dfsg/ltmain.sh:330:	args=`$echo "X$arg" | $Xsed -e "s/^-Wc,//"`
tinysvm-0.09+dfsg/ltmain.sh-331-	lastarg=
##############################################
tinysvm-0.09+dfsg/ltmain.sh-346-	IFS="$save_ifs"
tinysvm-0.09+dfsg/ltmain.sh:347:	lastarg=`$echo "X$lastarg" | $Xsed -e "s/^ //"`
tinysvm-0.09+dfsg/ltmain.sh-348-
##############################################
tinysvm-0.09+dfsg/ltmain.sh-381-      # interpreted inside of double-quoted scrings.
tinysvm-0.09+dfsg/ltmain.sh:382:      lastarg=`$echo "X$lastarg" | $Xsed -e "$sed_quote_subst"`
tinysvm-0.09+dfsg/ltmain.sh-383-
##############################################
tinysvm-0.09+dfsg/ltmain.sh-405-      # Get the name of the library object.
tinysvm-0.09+dfsg/ltmain.sh:406:      libobj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%'`
tinysvm-0.09+dfsg/ltmain.sh-407-      ;;
##############################################
tinysvm-0.09+dfsg/ltmain.sh-420-    *.ads) xform=ads ;;
tinysvm-0.09+dfsg/ltmain.sh:421:    *.asm) xform=asm ;;
tinysvm-0.09+dfsg/ltmain.sh-422-    *.c++) xform=c++ ;;
##############################################
tinysvm-0.09+dfsg/ltmain.sh-429-
tinysvm-0.09+dfsg/ltmain.sh:430:    libobj=`$echo "X$libobj" | $Xsed -e "s/\.$xform$/.lo/"`
tinysvm-0.09+dfsg/ltmain.sh-431-
tinysvm-0.09+dfsg/ltmain.sh-432-    case $libobj in
tinysvm-0.09+dfsg/ltmain.sh:433:    *.lo) obj=`$echo "X$libobj" | $Xsed -e "$lo2o"` ;;
tinysvm-0.09+dfsg/ltmain.sh-434-    *)
##############################################
tinysvm-0.09+dfsg/ltmain.sh-469-    if test "$compiler_c_o" = no; then
tinysvm-0.09+dfsg/ltmain.sh:470:      output_obj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext}
tinysvm-0.09+dfsg/ltmain.sh-471-      lockfile="$output_obj.lock"
##############################################
tinysvm-0.09+dfsg/ltmain.sh-489-*** ERROR, $lockfile exists and contains:
tinysvm-0.09+dfsg/ltmain.sh:490:`cat $lockfile 2>/dev/null`
tinysvm-0.09+dfsg/ltmain.sh-491-
##############################################
tinysvm-0.09+dfsg/ltmain.sh-522-	lo_libobj="$libobj"
tinysvm-0.09+dfsg/ltmain.sh:523:	dir=`$echo "X$libobj" | $Xsed -e 's%/[^/]*$%%'`
tinysvm-0.09+dfsg/ltmain.sh-524-	if test "X$dir" = "X$libobj"; then
##############################################
tinysvm-0.09+dfsg/ltmain.sh-528-	fi
tinysvm-0.09+dfsg/ltmain.sh:529:	libobj="$dir/"`$echo "X$libobj" | $Xsed -e 's%^.*/%%'`
tinysvm-0.09+dfsg/ltmain.sh-530-
##############################################
tinysvm-0.09+dfsg/ltmain.sh-559-      if test "$need_locks" = warn &&
tinysvm-0.09+dfsg/ltmain.sh:560:	 test x"`cat $lockfile 2>/dev/null`" != x"$srcfile"; then
tinysvm-0.09+dfsg/ltmain.sh-561-	echo "\
tinysvm-0.09+dfsg/ltmain.sh-562-*** ERROR, $lockfile contains:
tinysvm-0.09+dfsg/ltmain.sh:563:`cat $lockfile 2>/dev/null`
tinysvm-0.09+dfsg/ltmain.sh-564-
##############################################
tinysvm-0.09+dfsg/ltmain.sh-606-
tinysvm-0.09+dfsg/ltmain.sh:607:	xdir=`$echo "X$obj" | $Xsed -e 's%/[^/]*$%%'`
tinysvm-0.09+dfsg/ltmain.sh-608-	if test "X$xdir" = "X$obj"; then
##############################################
tinysvm-0.09+dfsg/ltmain.sh-612-	fi
tinysvm-0.09+dfsg/ltmain.sh:613:	baseobj=`$echo "X$obj" | $Xsed -e "s%.*/%%"`
tinysvm-0.09+dfsg/ltmain.sh:614:	libobj=`$echo "X$baseobj" | $Xsed -e "$o2lo"`
tinysvm-0.09+dfsg/ltmain.sh-615-	# Now arrange that obj and lo_libobj become the same file
##############################################
tinysvm-0.09+dfsg/ltmain.sh-654-      if test "$need_locks" = warn &&
tinysvm-0.09+dfsg/ltmain.sh:655:	 test x"`cat $lockfile 2>/dev/null`" != x"$srcfile"; then
tinysvm-0.09+dfsg/ltmain.sh-656-	echo "\
tinysvm-0.09+dfsg/ltmain.sh-657-*** ERROR, $lockfile contains:
tinysvm-0.09+dfsg/ltmain.sh:658:`cat $lockfile 2>/dev/null`
tinysvm-0.09+dfsg/ltmain.sh-659-
##############################################
tinysvm-0.09+dfsg/ltmain.sh-807-      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")
tinysvm-0.09+dfsg/ltmain.sh:808:	qarg=\"`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`\" ### testsuite: skip nested quoting test
tinysvm-0.09+dfsg/ltmain.sh-809-	;;
##############################################
tinysvm-0.09+dfsg/ltmain.sh-991-      -L*)
tinysvm-0.09+dfsg/ltmain.sh:992:	dir=`$echo "X$arg" | $Xsed -e 's/^-L//'`
tinysvm-0.09+dfsg/ltmain.sh-993-	# We need an absolute path.
##############################################
tinysvm-0.09+dfsg/ltmain.sh-996-	*)
tinysvm-0.09+dfsg/ltmain.sh:997:	  absdir=`cd "$dir" && pwd`
tinysvm-0.09+dfsg/ltmain.sh-998-	  if test -z "$absdir"; then
##############################################
tinysvm-0.09+dfsg/ltmain.sh-1086-      -R*)
tinysvm-0.09+dfsg/ltmain.sh:1087:	dir=`$echo "X$arg" | $Xsed -e 's/^-R//'`
tinysvm-0.09+dfsg/ltmain.sh-1088-	# We need an absolute path.
##############################################
tinysvm-0.09+dfsg/ltmain.sh-1122-      -Wc,*)
tinysvm-0.09+dfsg/ltmain.sh:1123:	args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wc,//'`
tinysvm-0.09+dfsg/ltmain.sh-1124-	arg=
##############################################
tinysvm-0.09+dfsg/ltmain.sh-1136-	IFS="$save_ifs"
tinysvm-0.09+dfsg/ltmain.sh:1137:	arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
tinysvm-0.09+dfsg/ltmain.sh-1138-	;;
##############################################
tinysvm-0.09+dfsg/ltmain.sh-1140-      -Wl,*)
tinysvm-0.09+dfsg/ltmain.sh:1141:	args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'`
tinysvm-0.09+dfsg/ltmain.sh-1142-	arg=
##############################################
tinysvm-0.09+dfsg/ltmain.sh-1155-	IFS="$save_ifs"
tinysvm-0.09+dfsg/ltmain.sh:1156:	arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
tinysvm-0.09+dfsg/ltmain.sh-1157-	;;
##############################################
tinysvm-0.09+dfsg/ltmain.sh-1172-	# to be aesthetically quoted because they are evaled later.
tinysvm-0.09+dfsg/ltmain.sh:1173:	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
tinysvm-0.09+dfsg/ltmain.sh-1174-	case $arg in
##############################################
tinysvm-0.09+dfsg/ltmain.sh-1196-	  # Preload the old-style object.
tinysvm-0.09+dfsg/ltmain.sh:1197:	  dlprefiles="$dlprefiles "`$echo "X$arg" | $Xsed -e "$lo2o"`
tinysvm-0.09+dfsg/ltmain.sh-1198-	  prev=
##############################################
tinysvm-0.09+dfsg/ltmain.sh-1234-	# to be aesthetically quoted because they are evaled later.
tinysvm-0.09+dfsg/ltmain.sh:1235:	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
tinysvm-0.09+dfsg/ltmain.sh-1236-	case $arg in
##############################################
tinysvm-0.09+dfsg/ltmain.sh-1263-    # calculate the name of the file, without its directory
tinysvm-0.09+dfsg/ltmain.sh:1264:    outputname=`$echo "X$output" | $Xsed -e 's%^.*/%%'`
tinysvm-0.09+dfsg/ltmain.sh-1265-    libobjs_save="$libobjs"
##############################################
tinysvm-0.09+dfsg/ltmain.sh-1268-      # get the directories listed in $shlibpath_var
tinysvm-0.09+dfsg/ltmain.sh:1269:      eval shlib_search_path=\`\$echo \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\`
tinysvm-0.09+dfsg/ltmain.sh-1270-    else
##############################################
tinysvm-0.09+dfsg/ltmain.sh-1275-
tinysvm-0.09+dfsg/ltmain.sh:1276:    output_objdir=`$echo "X$output" | $Xsed -e 's%/[^/]*$%%'`
tinysvm-0.09+dfsg/ltmain.sh-1277-    if test "X$output_objdir" = "X$output"; then
##############################################
tinysvm-0.09+dfsg/ltmain.sh-1370-	  fi
tinysvm-0.09+dfsg/ltmain.sh:1371:	  name=`$echo "X$deplib" | $Xsed -e 's/^-l//'`
tinysvm-0.09+dfsg/ltmain.sh-1372-	  for searchdir in $newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path; do
##############################################
tinysvm-0.09+dfsg/ltmain.sh-1397-	    newdependency_libs="$deplib $newdependency_libs"
tinysvm-0.09+dfsg/ltmain.sh:1398:	    newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`
tinysvm-0.09+dfsg/ltmain.sh-1399-	    ;;
##############################################
tinysvm-0.09+dfsg/ltmain.sh-1406-	      deplibs="$deplib $deplibs"
tinysvm-0.09+dfsg/ltmain.sh:1407:	      newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`
tinysvm-0.09+dfsg/ltmain.sh-1408-	    else
##############################################
tinysvm-0.09+dfsg/ltmain.sh-1420-	  if test "$pass" = link; then
tinysvm-0.09+dfsg/ltmain.sh:1421:	    dir=`$echo "X$deplib" | $Xsed -e 's/^-R//'`
tinysvm-0.09+dfsg/ltmain.sh-1422-	    # Make sure the xrpath contains only unique directories.
##############################################
tinysvm-0.09+dfsg/ltmain.sh-1493-
tinysvm-0.09+dfsg/ltmain.sh:1494:	ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'`
tinysvm-0.09+dfsg/ltmain.sh-1495-	test "X$ladir" = "X$lib" && ladir="."
##############################################
tinysvm-0.09+dfsg/ltmain.sh-1576-	*)
tinysvm-0.09+dfsg/ltmain.sh:1577:	  abs_ladir=`cd "$ladir" && pwd`
tinysvm-0.09+dfsg/ltmain.sh-1578-	  if test -z "$abs_ladir"; then
##############################################
tinysvm-0.09+dfsg/ltmain.sh-1584-	esac
tinysvm-0.09+dfsg/ltmain.sh:1585:	laname=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
tinysvm-0.09+dfsg/ltmain.sh-1586-
##############################################
tinysvm-0.09+dfsg/ltmain.sh-1603-	fi # $installed = yes
tinysvm-0.09+dfsg/ltmain.sh:1604:	name=`$echo "X$laname" | $Xsed -e 's/\.la$//' -e 's/^lib//'`
tinysvm-0.09+dfsg/ltmain.sh-1605-
##############################################
tinysvm-0.09+dfsg/ltmain.sh-1649-	    case $deplib in
tinysvm-0.09+dfsg/ltmain.sh:1650:	    -L*) newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`;; ### testsuite: skip nested quoting test
tinysvm-0.09+dfsg/ltmain.sh-1651-	    esac
##############################################
tinysvm-0.09+dfsg/ltmain.sh-1726-	    shift; shift
tinysvm-0.09+dfsg/ltmain.sh:1727:	    libname=`eval \\$echo \"$libname_spec\"`
tinysvm-0.09+dfsg/ltmain.sh-1728-	    # use dlname if we got it. it's perfectly good, no?
##############################################
tinysvm-0.09+dfsg/ltmain.sh-1734-	      *cygwin*)
tinysvm-0.09+dfsg/ltmain.sh:1735:		major=`expr $current - $age`
tinysvm-0.09+dfsg/ltmain.sh-1736-		versuffix="-$major"
##############################################
tinysvm-0.09+dfsg/ltmain.sh-1745-	    soroot="$soname"
tinysvm-0.09+dfsg/ltmain.sh:1746:	    soname=`echo $soroot | sed -e 's/^.*\///'`
tinysvm-0.09+dfsg/ltmain.sh:1747:	    newlib="libimp-`echo $soname | sed 's/^lib//;s/\.dll$//'`.a"
tinysvm-0.09+dfsg/ltmain.sh-1748-
##############################################
tinysvm-0.09+dfsg/ltmain.sh-1942-	      case $libdir in
tinysvm-0.09+dfsg/ltmain.sh:1943:	      -R*) temp_xrpath=`$echo "X$libdir" | $Xsed -e 's/^-R//'`
tinysvm-0.09+dfsg/ltmain.sh-1944-		   case " $xrpath " in
##############################################
tinysvm-0.09+dfsg/ltmain.sh-1972-	      *.la)
tinysvm-0.09+dfsg/ltmain.sh:1973:		dir=`$echo "X$deplib" | $Xsed -e 's%/[^/]*$%%'`
tinysvm-0.09+dfsg/ltmain.sh-1974-		test "X$dir" = "X$deplib" && dir="."
##############################################
tinysvm-0.09+dfsg/ltmain.sh-1978-		*)
tinysvm-0.09+dfsg/ltmain.sh:1979:		  absdir=`cd "$dir" && pwd`
tinysvm-0.09+dfsg/ltmain.sh-1980-		  if test -z "$absdir"; then
##############################################
tinysvm-0.09+dfsg/ltmain.sh-1988-		else
tinysvm-0.09+dfsg/ltmain.sh:1989:		  eval libdir=`sed -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
tinysvm-0.09+dfsg/ltmain.sh-1990-		  if test -z "$libdir"; then
##############################################
tinysvm-0.09+dfsg/ltmain.sh-2116-      lib*)
tinysvm-0.09+dfsg/ltmain.sh:2117:	name=`$echo "X$outputname" | $Xsed -e 's/\.la$//' -e 's/^lib//'`
tinysvm-0.09+dfsg/ltmain.sh-2118-	eval libname=\"$libname_spec\"
##############################################
tinysvm-0.09+dfsg/ltmain.sh-2121-	if test "$module" = no; then
tinysvm-0.09+dfsg/ltmain.sh:2122:	  $echo "$modename: libtool library \`$output' must begin with \`lib'" 1>&2
tinysvm-0.09+dfsg/ltmain.sh-2123-	  $echo "$help" 1>&2
##############################################
tinysvm-0.09+dfsg/ltmain.sh-2127-	  # Add the "lib" prefix for modules if required
tinysvm-0.09+dfsg/ltmain.sh:2128:	  name=`$echo "X$outputname" | $Xsed -e 's/\.la$//'`
tinysvm-0.09+dfsg/ltmain.sh-2129-	  eval libname=\"$libname_spec\"
tinysvm-0.09+dfsg/ltmain.sh-2130-	else
tinysvm-0.09+dfsg/ltmain.sh:2131:	  libname=`$echo "X$outputname" | $Xsed -e 's/\.la$//'`
tinysvm-0.09+dfsg/ltmain.sh-2132-	fi
##############################################
tinysvm-0.09+dfsg/ltmain.sh-2220-	if test $age -gt $current; then
tinysvm-0.09+dfsg/ltmain.sh:2221:	  $echo "$modename: AGE \`$age' is greater than the current interface number \`$current'" 1>&2
tinysvm-0.09+dfsg/ltmain.sh-2222-	  $echo "$modename: \`$vinfo' is not valid version information" 1>&2
##############################################
tinysvm-0.09+dfsg/ltmain.sh-2235-	  # verstring for coding it into the library header
tinysvm-0.09+dfsg/ltmain.sh:2236:	  major=.`expr $current - $age`
tinysvm-0.09+dfsg/ltmain.sh-2237-	  versuffix="$major.$age.$revision"
tinysvm-0.09+dfsg/ltmain.sh-2238-	  # Darwin ld doesn't like 0 for these options...
tinysvm-0.09+dfsg/ltmain.sh:2239:	  minor_current=`expr $current + 1`
tinysvm-0.09+dfsg/ltmain.sh-2240-	  verstring="-compatibility_version $minor_current -current_version $minor_current.$revision"
##############################################
tinysvm-0.09+dfsg/ltmain.sh-2253-	irix)
tinysvm-0.09+dfsg/ltmain.sh:2254:	  major=`expr $current - $age + 1`
tinysvm-0.09+dfsg/ltmain.sh-2255-	  verstring="sgi$major.$revision"
##############################################
tinysvm-0.09+dfsg/ltmain.sh-2259-	  while test $loop != 0; do
tinysvm-0.09+dfsg/ltmain.sh:2260:	    iface=`expr $revision - $loop`
tinysvm-0.09+dfsg/ltmain.sh:2261:	    loop=`expr $loop - 1`
tinysvm-0.09+dfsg/ltmain.sh-2262-	    verstring="sgi$major.$iface:$verstring"
##############################################
tinysvm-0.09+dfsg/ltmain.sh-2270-	linux)
tinysvm-0.09+dfsg/ltmain.sh:2271:	  major=.`expr $current - $age`
tinysvm-0.09+dfsg/ltmain.sh-2272-	  versuffix="$major.$age.$revision"
##############################################
tinysvm-0.09+dfsg/ltmain.sh-2275-	osf)
tinysvm-0.09+dfsg/ltmain.sh:2276:	  major=`expr $current - $age`
tinysvm-0.09+dfsg/ltmain.sh-2277-	  versuffix=".$current.$age.$revision"
##############################################
tinysvm-0.09+dfsg/ltmain.sh-2282-	  while test $loop != 0; do
tinysvm-0.09+dfsg/ltmain.sh:2283:	    iface=`expr $current - $loop`
tinysvm-0.09+dfsg/ltmain.sh:2284:	    loop=`expr $loop - 1`
tinysvm-0.09+dfsg/ltmain.sh-2285-	    verstring="$verstring:${iface}.0"
##############################################
tinysvm-0.09+dfsg/ltmain.sh-2299-	  # extension on DOS 8.3 filesystems.
tinysvm-0.09+dfsg/ltmain.sh:2300:	  major=`expr $current - $age`
tinysvm-0.09+dfsg/ltmain.sh-2301-	  versuffix="-$major"
##############################################
tinysvm-0.09+dfsg/ltmain.sh-2352-	# Transform .lo files to .o files.
tinysvm-0.09+dfsg/ltmain.sh:2353:	oldobjs="$objs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP`
tinysvm-0.09+dfsg/ltmain.sh-2354-      fi
##############################################
tinysvm-0.09+dfsg/ltmain.sh-2357-      for path in $notinst_path; do
tinysvm-0.09+dfsg/ltmain.sh:2358:	lib_search_path=`echo "$lib_search_path " | sed -e 's% $path % %g'`
tinysvm-0.09+dfsg/ltmain.sh:2359:	deplibs=`echo "$deplibs " | sed -e 's% -L$path % %g'`
tinysvm-0.09+dfsg/ltmain.sh:2360:	dependency_libs=`echo "$dependency_libs " | sed -e 's% -L$path % %g'`
tinysvm-0.09+dfsg/ltmain.sh-2361-      done
##############################################
tinysvm-0.09+dfsg/ltmain.sh-2456-	    for i in $deplibs; do
tinysvm-0.09+dfsg/ltmain.sh:2457:	      name="`expr $i : '-l\(.*\)'`"
tinysvm-0.09+dfsg/ltmain.sh-2458-	      # If $name is empty we are operating on a -L argument.
tinysvm-0.09+dfsg/ltmain.sh-2459-	      if test -n "$name" && test "$name" != "0"; then
tinysvm-0.09+dfsg/ltmain.sh:2460:		libname=`eval \\$echo \"$libname_spec\"`
tinysvm-0.09+dfsg/ltmain.sh:2461:		deplib_matches=`eval \\$echo \"$library_names_spec\"`
tinysvm-0.09+dfsg/ltmain.sh-2462-		set dummy $deplib_matches
tinysvm-0.09+dfsg/ltmain.sh-2463-		deplib_match=$2
tinysvm-0.09+dfsg/ltmain.sh:2464:		if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
tinysvm-0.09+dfsg/ltmain.sh-2465-		  newdeplibs="$newdeplibs $i"
##############################################
tinysvm-0.09+dfsg/ltmain.sh-2481-	    for i in $deplibs; do
tinysvm-0.09+dfsg/ltmain.sh:2482:	      name="`expr $i : '-l\(.*\)'`"
tinysvm-0.09+dfsg/ltmain.sh-2483-	     # If $name is empty we are operating on a -L argument.
##############################################
tinysvm-0.09+dfsg/ltmain.sh-2489-		  ldd_output=`ldd conftest`
tinysvm-0.09+dfsg/ltmain.sh:2490:		  libname=`eval \\$echo \"$libname_spec\"`
tinysvm-0.09+dfsg/ltmain.sh:2491:		  deplib_matches=`eval \\$echo \"$library_names_spec\"`
tinysvm-0.09+dfsg/ltmain.sh-2492-		  set dummy $deplib_matches
tinysvm-0.09+dfsg/ltmain.sh-2493-		  deplib_match=$2
tinysvm-0.09+dfsg/ltmain.sh:2494:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
tinysvm-0.09+dfsg/ltmain.sh-2495-		    newdeplibs="$newdeplibs $i"
##############################################
tinysvm-0.09+dfsg/ltmain.sh-2519-	  set dummy $deplibs_check_method
tinysvm-0.09+dfsg/ltmain.sh:2520:	  file_magic_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
tinysvm-0.09+dfsg/ltmain.sh-2521-	  for a_deplib in $deplibs; do
tinysvm-0.09+dfsg/ltmain.sh:2522:	    name="`expr $a_deplib : '-l\(.*\)'`"
tinysvm-0.09+dfsg/ltmain.sh-2523-	    # If $name is empty we are operating on a -L argument.
tinysvm-0.09+dfsg/ltmain.sh-2524-	    if test -n "$name" && test "$name" != "0"; then
tinysvm-0.09+dfsg/ltmain.sh:2525:	      libname=`eval \\$echo \"$libname_spec\"`
tinysvm-0.09+dfsg/ltmain.sh-2526-	      for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
tinysvm-0.09+dfsg/ltmain.sh:2527:		    potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
tinysvm-0.09+dfsg/ltmain.sh-2528-		    for potent_lib in $potential_libs; do
##############################################
tinysvm-0.09+dfsg/ltmain.sh-2540-		      while test -h "$potlib" 2>/dev/null; do
tinysvm-0.09+dfsg/ltmain.sh:2541:			potliblink=`ls -ld $potlib | sed 's/.* -> //'`
tinysvm-0.09+dfsg/ltmain.sh-2542-			case $potliblink in
tinysvm-0.09+dfsg/ltmain.sh-2543-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
tinysvm-0.09+dfsg/ltmain.sh:2544:			*) potlib=`$echo "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";;
tinysvm-0.09+dfsg/ltmain.sh-2545-			esac
##############################################
tinysvm-0.09+dfsg/ltmain.sh-2571-	  set dummy $deplibs_check_method
tinysvm-0.09+dfsg/ltmain.sh:2572:	  match_pattern_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
tinysvm-0.09+dfsg/ltmain.sh-2573-	  for a_deplib in $deplibs; do
tinysvm-0.09+dfsg/ltmain.sh:2574:	    name="`expr $a_deplib : '-l\(.*\)'`"
tinysvm-0.09+dfsg/ltmain.sh-2575-	    # If $name is empty we are operating on a -L argument.
tinysvm-0.09+dfsg/ltmain.sh-2576-	    if test -n "$name" && test "$name" != "0"; then
tinysvm-0.09+dfsg/ltmain.sh:2577:	      libname=`eval \\$echo \"$libname_spec\"`
tinysvm-0.09+dfsg/ltmain.sh-2578-	      for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
tinysvm-0.09+dfsg/ltmain.sh:2579:		potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
tinysvm-0.09+dfsg/ltmain.sh-2580-		for potent_lib in $potential_libs; do
##############################################
tinysvm-0.09+dfsg/ltmain.sh-2628-	  # On Rhapsody replace the C library is the System framework
tinysvm-0.09+dfsg/ltmain.sh:2629:	  newdeplibs=`$echo "X $newdeplibs" | $Xsed -e 's/ -lc / -framework System /'`
tinysvm-0.09+dfsg/ltmain.sh-2630-	  ;;
##############################################
tinysvm-0.09+dfsg/ltmain.sh-2762-	for obj in $libobjs; do
tinysvm-0.09+dfsg/ltmain.sh:2763:	  xdir=`$echo "X$obj" | $Xsed -e 's%/[^/]*$%%'`
tinysvm-0.09+dfsg/ltmain.sh-2764-	  if test "X$xdir" = "X$obj"; then
##############################################
tinysvm-0.09+dfsg/ltmain.sh-2768-	  fi
tinysvm-0.09+dfsg/ltmain.sh:2769:	  baseobj=`$echo "X$obj" | $Xsed -e 's%^.*/%%'`
tinysvm-0.09+dfsg/ltmain.sh:2770:	  oldobj=`$echo "X$baseobj" | $Xsed -e "$lo2o"`
tinysvm-0.09+dfsg/ltmain.sh-2771-	  if test ! -f $xdir/$oldobj; then
##############################################
tinysvm-0.09+dfsg/ltmain.sh-2777-	# Use standard objects if they are pic
tinysvm-0.09+dfsg/ltmain.sh:2778:	test -z "$pic_flag" && libobjs=`$echo "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
tinysvm-0.09+dfsg/ltmain.sh-2779-
##############################################
tinysvm-0.09+dfsg/ltmain.sh-2827-	      esac
tinysvm-0.09+dfsg/ltmain.sh:2828:	      xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'`
tinysvm-0.09+dfsg/ltmain.sh-2829-	      xdir="$gentop/$xlib"
##############################################
tinysvm-0.09+dfsg/ltmain.sh-2841-
tinysvm-0.09+dfsg/ltmain.sh:2842:	      libobjs="$libobjs "`find $xdir -name \*.o -print -o -name \*.lo -print | $NL2SP`
tinysvm-0.09+dfsg/ltmain.sh-2843-	    done
##############################################
tinysvm-0.09+dfsg/ltmain.sh-2924-	libobj="$output"
tinysvm-0.09+dfsg/ltmain.sh:2925:	obj=`$echo "X$output" | $Xsed -e "$lo2o"`
tinysvm-0.09+dfsg/ltmain.sh-2926-	;;
##############################################
tinysvm-0.09+dfsg/ltmain.sh-2966-	    esac
tinysvm-0.09+dfsg/ltmain.sh:2967:	    xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'`
tinysvm-0.09+dfsg/ltmain.sh-2968-	    xdir="$gentop/$xlib"
##############################################
tinysvm-0.09+dfsg/ltmain.sh-2980-
tinysvm-0.09+dfsg/ltmain.sh:2981:	    reload_conv_objs="$reload_objs "`find $xdir -name \*.o -print -o -name \*.lo -print | $NL2SP`
tinysvm-0.09+dfsg/ltmain.sh-2982-	  done
##############################################
tinysvm-0.09+dfsg/ltmain.sh-2986-      # Create the old-style object.
tinysvm-0.09+dfsg/ltmain.sh:2987:      reload_objs="$objs$old_deplibs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}$'/d' -e '/\.lib$/d' -e "$lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
tinysvm-0.09+dfsg/ltmain.sh-2988-
##############################################
tinysvm-0.09+dfsg/ltmain.sh-3037-	$run $rm $libobj
tinysvm-0.09+dfsg/ltmain.sh:3038:	xdir=`$echo "X$libobj" | $Xsed -e 's%/[^/]*$%%'`
tinysvm-0.09+dfsg/ltmain.sh-3039-	if test "X$xdir" = "X$libobj"; then
##############################################
tinysvm-0.09+dfsg/ltmain.sh-3043-	fi
tinysvm-0.09+dfsg/ltmain.sh:3044:	baseobj=`$echo "X$libobj" | $Xsed -e 's%^.*/%%'`
tinysvm-0.09+dfsg/ltmain.sh:3045:	oldobj=`$echo "X$baseobj" | $Xsed -e "$lo2o"`
tinysvm-0.09+dfsg/ltmain.sh-3046-	$show "(cd $xdir && $LN_S $oldobj $baseobj)"
##############################################
tinysvm-0.09+dfsg/ltmain.sh-3059-      case $host in
tinysvm-0.09+dfsg/ltmain.sh:3060:	*cygwin*) output=`echo $output | sed -e 's,.exe$,,;s,$,.exe,'` ;;
tinysvm-0.09+dfsg/ltmain.sh-3061-      esac
##############################################
tinysvm-0.09+dfsg/ltmain.sh-3079-	# On Rhapsody replace the C library is the System framework
tinysvm-0.09+dfsg/ltmain.sh:3080:	compile_deplibs=`$echo "X $compile_deplibs" | $Xsed -e 's/ -lc / -framework System /'`
tinysvm-0.09+dfsg/ltmain.sh:3081:	finalize_deplibs=`$echo "X $finalize_deplibs" | $Xsed -e 's/ -lc / -framework System /'`
tinysvm-0.09+dfsg/ltmain.sh-3082-	;;
##############################################
tinysvm-0.09+dfsg/ltmain.sh-3181-	# Transform all the library objects into standard objects.
tinysvm-0.09+dfsg/ltmain.sh:3182:	compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
tinysvm-0.09+dfsg/ltmain.sh:3183:	finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
tinysvm-0.09+dfsg/ltmain.sh-3184-      fi
##############################################
tinysvm-0.09+dfsg/ltmain.sh-3227-	    # Add our own program objects to the symbol list.
tinysvm-0.09+dfsg/ltmain.sh:3228:	    progfiles=`$echo "X$objs$old_deplibs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
tinysvm-0.09+dfsg/ltmain.sh-3229-	    for arg in $progfiles; do
##############################################
tinysvm-0.09+dfsg/ltmain.sh-3257-	    $show "extracting global C symbols from \`$arg'"
tinysvm-0.09+dfsg/ltmain.sh:3258:	    name=`echo "$arg" | sed -e 's%^.*/%%'`
tinysvm-0.09+dfsg/ltmain.sh-3259-	    $run eval 'echo ": $name " >> "$nlist"'
##############################################
tinysvm-0.09+dfsg/ltmain.sh-3353-	  # Transform the symbol file into the correct name.
tinysvm-0.09+dfsg/ltmain.sh:3354:	  compile_command=`$echo "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"`
tinysvm-0.09+dfsg/ltmain.sh:3355:	  finalize_command=`$echo "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"`
tinysvm-0.09+dfsg/ltmain.sh-3356-	  ;;
##############################################
tinysvm-0.09+dfsg/ltmain.sh-3367-	# Nullify the symbol file.
tinysvm-0.09+dfsg/ltmain.sh:3368:	compile_command=`$echo "X$compile_command" | $Xsed -e "s% @SYMFILE@%%"`
tinysvm-0.09+dfsg/ltmain.sh:3369:	finalize_command=`$echo "X$finalize_command" | $Xsed -e "s% @SYMFILE@%%"`
tinysvm-0.09+dfsg/ltmain.sh-3370-      fi
##############################################
tinysvm-0.09+dfsg/ltmain.sh-3373-	# Replace the output file specification.
tinysvm-0.09+dfsg/ltmain.sh:3374:	compile_command=`$echo "X$compile_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
tinysvm-0.09+dfsg/ltmain.sh-3375-	link_command="$compile_command$compile_rpath"
##############################################
tinysvm-0.09+dfsg/ltmain.sh-3440-	# Replace the output file specification.
tinysvm-0.09+dfsg/ltmain.sh:3441:	link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
tinysvm-0.09+dfsg/ltmain.sh-3442-	# Delete the old output file.
##############################################
tinysvm-0.09+dfsg/ltmain.sh-3460-	  if test "$fast_install" = yes; then
tinysvm-0.09+dfsg/ltmain.sh:3461:	    relink_command=`$echo "X$compile_var$compile_command$compile_rpath" | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g'`
tinysvm-0.09+dfsg/ltmain.sh-3462-	  else
##############################################
tinysvm-0.09+dfsg/ltmain.sh-3472-      # Replace the output file specification.
tinysvm-0.09+dfsg/ltmain.sh:3473:      link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
tinysvm-0.09+dfsg/ltmain.sh-3474-
##############################################
tinysvm-0.09+dfsg/ltmain.sh-3492-	  else
tinysvm-0.09+dfsg/ltmain.sh:3493:	    var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"`
tinysvm-0.09+dfsg/ltmain.sh-3494-	    relink_command="$var=\"$var_value\"; export $var; $relink_command"
##############################################
tinysvm-0.09+dfsg/ltmain.sh-3497-	relink_command="cd `pwd`; $relink_command"
tinysvm-0.09+dfsg/ltmain.sh:3498:	relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"`
tinysvm-0.09+dfsg/ltmain.sh-3499-      fi
##############################################
tinysvm-0.09+dfsg/ltmain.sh-3506-	esac
tinysvm-0.09+dfsg/ltmain.sh:3507:	qecho=`$echo "X$qecho" | $Xsed -e "$sed_quote_subst"`
tinysvm-0.09+dfsg/ltmain.sh-3508-      else
tinysvm-0.09+dfsg/ltmain.sh:3509:	qecho=`$echo "X$echo" | $Xsed -e "$sed_quote_subst"`
tinysvm-0.09+dfsg/ltmain.sh-3510-      fi
##############################################
tinysvm-0.09+dfsg/ltmain.sh-3516-	case $output in
tinysvm-0.09+dfsg/ltmain.sh:3517:	  *.exe) output=`echo $output|sed 's,.exe$,,'` ;;
tinysvm-0.09+dfsg/ltmain.sh-3518-	esac
##############################################
tinysvm-0.09+dfsg/ltmain.sh-3562-      shift
tinysvm-0.09+dfsg/ltmain.sh:3563:    elif test \"X\`(\$echo '\t') 2>/dev/null\`\" = 'X\t'; then
tinysvm-0.09+dfsg/ltmain.sh-3564-      # Yippee, \$echo works!
##############################################
tinysvm-0.09+dfsg/ltmain.sh-3574-  # Find the directory that this script lives in.
tinysvm-0.09+dfsg/ltmain.sh:3575:  thisdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*$%%'\`
tinysvm-0.09+dfsg/ltmain.sh-3576-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
tinysvm-0.09+dfsg/ltmain.sh-3578-  # Follow symbolic links until we get to the real thisdir.
tinysvm-0.09+dfsg/ltmain.sh:3579:  file=\`ls -ld \"\$file\" | sed -n 's/.*-> //p'\`
tinysvm-0.09+dfsg/ltmain.sh-3580-  while test -n \"\$file\"; do
tinysvm-0.09+dfsg/ltmain.sh:3581:    destdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\`
tinysvm-0.09+dfsg/ltmain.sh-3582-
##############################################
tinysvm-0.09+dfsg/ltmain.sh-3590-
tinysvm-0.09+dfsg/ltmain.sh:3591:    file=\`\$echo \"X\$file\" | \$Xsed -e 's%^.*/%%'\`
tinysvm-0.09+dfsg/ltmain.sh:3592:    file=\`ls -ld \"\$thisdir/\$file\" | sed -n 's/.*-> //p'\`
tinysvm-0.09+dfsg/ltmain.sh-3593-  done
##############################################
tinysvm-0.09+dfsg/ltmain.sh-3595-  # Try to get the absolute directory name.
tinysvm-0.09+dfsg/ltmain.sh:3596:  absdir=\`cd \"\$thisdir\" && pwd\`
tinysvm-0.09+dfsg/ltmain.sh-3597-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
tinysvm-0.09+dfsg/ltmain.sh-3605-  if test ! -f \"\$progdir/\$program\" || \\
tinysvm-0.09+dfsg/ltmain.sh:3606:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | sed 1q\`; \\
tinysvm-0.09+dfsg/ltmain.sh-3607-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
tinysvm-0.09+dfsg/ltmain.sh-3651-    # The second colon is a workaround for a bug in BeOS R4 sed
tinysvm-0.09+dfsg/ltmain.sh:3652:    $shlibpath_var=\`\$echo \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\`
tinysvm-0.09+dfsg/ltmain.sh-3653-
##############################################
tinysvm-0.09+dfsg/ltmain.sh-3726-	else
tinysvm-0.09+dfsg/ltmain.sh:3727:	  oldobjs="$objs$old_deplibs "`$echo "X$libobjs_save" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e '/\.lib$/d' -e "$lo2o" | $NL2SP`
tinysvm-0.09+dfsg/ltmain.sh-3728-	fi
##############################################
tinysvm-0.09+dfsg/ltmain.sh-3750-	  esac
tinysvm-0.09+dfsg/ltmain.sh:3751:	  xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'`
tinysvm-0.09+dfsg/ltmain.sh-3752-	  xdir="$gentop/$xlib"
##############################################
tinysvm-0.09+dfsg/ltmain.sh-3764-
tinysvm-0.09+dfsg/ltmain.sh:3765:	  oldobjs="$oldobjs "`find $xdir -name \*.${objext} -print -o -name \*.lo -print | $NL2SP`
tinysvm-0.09+dfsg/ltmain.sh-3766-	done
##############################################
tinysvm-0.09+dfsg/ltmain.sh-3777-	  if test ! -f $oldobj; then
tinysvm-0.09+dfsg/ltmain.sh:3778:	    xdir=`$echo "X$oldobj" | $Xsed -e 's%/[^/]*$%%'`
tinysvm-0.09+dfsg/ltmain.sh-3779-	    if test "X$xdir" = "X$oldobj"; then
##############################################
tinysvm-0.09+dfsg/ltmain.sh-3783-	    fi
tinysvm-0.09+dfsg/ltmain.sh:3784:	    baseobj=`$echo "X$oldobj" | $Xsed -e 's%^.*/%%'`
tinysvm-0.09+dfsg/ltmain.sh:3785:	    obj=`$echo "X$baseobj" | $Xsed -e "$o2lo"`
tinysvm-0.09+dfsg/ltmain.sh-3786-	    $show "(cd $xdir && ${LN_S} $obj $baseobj)"
##############################################
tinysvm-0.09+dfsg/ltmain.sh-3820-	else
tinysvm-0.09+dfsg/ltmain.sh:3821:	  var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"`
tinysvm-0.09+dfsg/ltmain.sh-3822-	  relink_command="$var=\"$var_value\"; export $var; $relink_command"
##############################################
tinysvm-0.09+dfsg/ltmain.sh-3826-      relink_command="cd `pwd`; $SHELL $0 --mode=relink $libtool_args"
tinysvm-0.09+dfsg/ltmain.sh:3827:      relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"`
tinysvm-0.09+dfsg/ltmain.sh-3828-
##############################################
tinysvm-0.09+dfsg/ltmain.sh-3841-	      *.la)
tinysvm-0.09+dfsg/ltmain.sh:3842:		name=`$echo "X$deplib" | $Xsed -e 's%^.*/%%'`
tinysvm-0.09+dfsg/ltmain.sh:3843:		eval libdir=`sed -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
tinysvm-0.09+dfsg/ltmain.sh-3844-		if test -z "$libdir"; then
##############################################
tinysvm-0.09+dfsg/ltmain.sh-3855-	    for lib in $dlfiles; do
tinysvm-0.09+dfsg/ltmain.sh:3856:	      name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
tinysvm-0.09+dfsg/ltmain.sh:3857:	      eval libdir=`sed -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
tinysvm-0.09+dfsg/ltmain.sh-3858-	      if test -z "$libdir"; then
##############################################
tinysvm-0.09+dfsg/ltmain.sh-3866-	    for lib in $dlprefiles; do
tinysvm-0.09+dfsg/ltmain.sh:3867:	      name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
tinysvm-0.09+dfsg/ltmain.sh:3868:	      eval libdir=`sed -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
tinysvm-0.09+dfsg/ltmain.sh-3869-	      if test -z "$libdir"; then
##############################################
tinysvm-0.09+dfsg/ltmain.sh-3941-      # Aesthetically quote it.
tinysvm-0.09+dfsg/ltmain.sh:3942:      arg=`$echo "X$nonopt" | $Xsed -e "$sed_quote_subst"`
tinysvm-0.09+dfsg/ltmain.sh-3943-      case $arg in
##############################################
tinysvm-0.09+dfsg/ltmain.sh-3957-    # Aesthetically quote it.
tinysvm-0.09+dfsg/ltmain.sh:3958:    arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
tinysvm-0.09+dfsg/ltmain.sh-3959-    case $arg in
##############################################
tinysvm-0.09+dfsg/ltmain.sh-4005-      # Aesthetically quote the argument.
tinysvm-0.09+dfsg/ltmain.sh:4006:      arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
tinysvm-0.09+dfsg/ltmain.sh-4007-      case $arg in
##############################################
tinysvm-0.09+dfsg/ltmain.sh-4037-    # Strip any trailing slash from the destination.
tinysvm-0.09+dfsg/ltmain.sh:4038:    dest=`$echo "X$dest" | $Xsed -e 's%/$%%'`
tinysvm-0.09+dfsg/ltmain.sh-4039-
##############################################
tinysvm-0.09+dfsg/ltmain.sh-4045-    else
tinysvm-0.09+dfsg/ltmain.sh:4046:      destdir=`$echo "X$dest" | $Xsed -e 's%/[^/]*$%%'`
tinysvm-0.09+dfsg/ltmain.sh-4047-      test "X$destdir" = "X$dest" && destdir=.
tinysvm-0.09+dfsg/ltmain.sh:4048:      destname=`$echo "X$dest" | $Xsed -e 's%^.*/%%'`
tinysvm-0.09+dfsg/ltmain.sh-4049-
##############################################
tinysvm-0.09+dfsg/ltmain.sh-4121-
tinysvm-0.09+dfsg/ltmain.sh:4122:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`/
tinysvm-0.09+dfsg/ltmain.sh-4123-	test "X$dir" = "X$file/" && dir=
##############################################
tinysvm-0.09+dfsg/ltmain.sh-4177-	# Install the pseudo-library for information purposes.
tinysvm-0.09+dfsg/ltmain.sh:4178:	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
tinysvm-0.09+dfsg/ltmain.sh-4179-	instname="$dir/$name"i
##############################################
tinysvm-0.09+dfsg/ltmain.sh-4193-	else
tinysvm-0.09+dfsg/ltmain.sh:4194:	  destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
tinysvm-0.09+dfsg/ltmain.sh-4195-	  destfile="$destdir/$destfile"
##############################################
tinysvm-0.09+dfsg/ltmain.sh-4200-	*.lo)
tinysvm-0.09+dfsg/ltmain.sh:4201:	  staticdest=`$echo "X$destfile" | $Xsed -e "$lo2o"`
tinysvm-0.09+dfsg/ltmain.sh-4202-	  ;;
##############################################
tinysvm-0.09+dfsg/ltmain.sh-4222-	  # Deduce the name of the old-style object file.
tinysvm-0.09+dfsg/ltmain.sh:4223:	  staticobj=`$echo "X$file" | $Xsed -e "$lo2o"`
tinysvm-0.09+dfsg/ltmain.sh-4224-
##############################################
tinysvm-0.09+dfsg/ltmain.sh-4235-	else
tinysvm-0.09+dfsg/ltmain.sh:4236:	  destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
tinysvm-0.09+dfsg/ltmain.sh-4237-	  destfile="$destdir/$destfile"
##############################################
tinysvm-0.09+dfsg/ltmain.sh-4267-	    fi
tinysvm-0.09+dfsg/ltmain.sh:4268:	    libfile="$libdir/"`$echo "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test
tinysvm-0.09+dfsg/ltmain.sh-4269-	    if test -n "$libdir" && test ! -f "$libfile"; then
tinysvm-0.09+dfsg/ltmain.sh:4270:	      $echo "$modename: warning: \`$lib' has not been installed in \`$libdir'" 1>&2
tinysvm-0.09+dfsg/ltmain.sh-4271-	      finalize=no
##############################################
tinysvm-0.09+dfsg/ltmain.sh-4292-	      fi
tinysvm-0.09+dfsg/ltmain.sh:4293:	      file=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
tinysvm-0.09+dfsg/ltmain.sh-4294-	      outputname="$tmpdir/$file"
tinysvm-0.09+dfsg/ltmain.sh-4295-	      # Replace the output file specification.
tinysvm-0.09+dfsg/ltmain.sh:4296:	      relink_command=`$echo "X$relink_command" | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g'`
tinysvm-0.09+dfsg/ltmain.sh-4297-
##############################################
tinysvm-0.09+dfsg/ltmain.sh-4310-	    # Install the binary that we compiled earlier.
tinysvm-0.09+dfsg/ltmain.sh:4311:	    file=`$echo "X$file" | $Xsed -e "s%\([^/]*\)$%$objdir/\1%"`
tinysvm-0.09+dfsg/ltmain.sh-4312-	  fi
##############################################
tinysvm-0.09+dfsg/ltmain.sh-4326-	  *:*.exe)
tinysvm-0.09+dfsg/ltmain.sh:4327:	    destfile=`echo $destfile | sed -e 's,.exe$,,'`
tinysvm-0.09+dfsg/ltmain.sh-4328-	    ;;
##############################################
tinysvm-0.09+dfsg/ltmain.sh-4339-    for file in $staticlibs; do
tinysvm-0.09+dfsg/ltmain.sh:4340:      name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
tinysvm-0.09+dfsg/ltmain.sh-4341-
##############################################
tinysvm-0.09+dfsg/ltmain.sh-4495-	  # Warn if it was a shared library.
tinysvm-0.09+dfsg/ltmain.sh:4496:	  test -n "$library_names" && $echo "$modename: warning: \`$file' was not linked with \`-export-dynamic'"
tinysvm-0.09+dfsg/ltmain.sh-4497-	  continue
##############################################
tinysvm-0.09+dfsg/ltmain.sh-4499-
tinysvm-0.09+dfsg/ltmain.sh:4500:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
tinysvm-0.09+dfsg/ltmain.sh-4501-	test "X$dir" = "X$file" && dir=.
##############################################
tinysvm-0.09+dfsg/ltmain.sh-4505-	else
tinysvm-0.09+dfsg/ltmain.sh:4506:	  $echo "$modename: cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" 1>&2
tinysvm-0.09+dfsg/ltmain.sh-4507-	  exit 1
##############################################
tinysvm-0.09+dfsg/ltmain.sh-4512-	# Just add the directory containing the .lo file.
tinysvm-0.09+dfsg/ltmain.sh:4513:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
tinysvm-0.09+dfsg/ltmain.sh-4514-	test "X$dir" = "X$file" && dir=.
##############################################
tinysvm-0.09+dfsg/ltmain.sh-4523-      # Get the absolute pathname.
tinysvm-0.09+dfsg/ltmain.sh:4524:      absdir=`cd "$dir" && pwd`
tinysvm-0.09+dfsg/ltmain.sh-4525-      test -n "$absdir" && dir="$absdir"
##############################################
tinysvm-0.09+dfsg/ltmain.sh-4559-      # Quote arguments (to preserve shell metacharacters).
tinysvm-0.09+dfsg/ltmain.sh:4560:      file=`$echo "X$file" | $Xsed -e "$sed_quote_subst"`
tinysvm-0.09+dfsg/ltmain.sh-4561-      args="$args \"$file\""
##############################################
tinysvm-0.09+dfsg/ltmain.sh-4623-    for file in $files; do
tinysvm-0.09+dfsg/ltmain.sh:4624:      dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
tinysvm-0.09+dfsg/ltmain.sh-4625-      if test "X$dir" = "X$file"; then
##############################################
tinysvm-0.09+dfsg/ltmain.sh-4630-      fi
tinysvm-0.09+dfsg/ltmain.sh:4631:      name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
tinysvm-0.09+dfsg/ltmain.sh-4632-      test $mode = uninstall && objdir="$dir"
##############################################
tinysvm-0.09+dfsg/ltmain.sh-4705-	if test "$build_old_libs" = yes; then
tinysvm-0.09+dfsg/ltmain.sh:4706:	  oldobj=`$echo "X$name" | $Xsed -e "$lo2o"`
tinysvm-0.09+dfsg/ltmain.sh-4707-	  rmfiles="$rmfiles $dir/$oldobj"
##############################################
tinysvm-0.09+dfsg/configure-39-  # Remove one level of quotation (which was required for Make).
tinysvm-0.09+dfsg/configure:40:  ECHO=`echo "$ECHO" | sed 's,\\\\\$\\$0,'$0','`
tinysvm-0.09+dfsg/configure-41-  ;;
##############################################
tinysvm-0.09+dfsg/configure-50-  :
tinysvm-0.09+dfsg/configure:51:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then
tinysvm-0.09+dfsg/configure-52-  # Yippee, $echo works!
##############################################
tinysvm-0.09+dfsg/configure-76-    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
tinysvm-0.09+dfsg/configure:77:    if (echo_test_string="`eval $cmd`") 2>/dev/null &&
tinysvm-0.09+dfsg/configure:78:       echo_test_string="`eval $cmd`" &&
tinysvm-0.09+dfsg/configure-79-       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
##############################################
tinysvm-0.09+dfsg/configure-85-
tinysvm-0.09+dfsg/configure:86:if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
tinysvm-0.09+dfsg/configure:87:   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
tinysvm-0.09+dfsg/configure-88-   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
tinysvm-0.09+dfsg/configure-99-    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
tinysvm-0.09+dfsg/configure:100:       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
tinysvm-0.09+dfsg/configure:101:       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
tinysvm-0.09+dfsg/configure-102-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
tinysvm-0.09+dfsg/configure-111-    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
tinysvm-0.09+dfsg/configure:112:       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
tinysvm-0.09+dfsg/configure-113-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
tinysvm-0.09+dfsg/configure-126-      echo='printf %s\n'
tinysvm-0.09+dfsg/configure:127:      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
tinysvm-0.09+dfsg/configure:128:	 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
tinysvm-0.09+dfsg/configure-129-	 test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
tinysvm-0.09+dfsg/configure-131-	:
tinysvm-0.09+dfsg/configure:132:      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
tinysvm-0.09+dfsg/configure-133-	   test "X$echo_testing_string" = 'X\t' &&
tinysvm-0.09+dfsg/configure:134:	   echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
tinysvm-0.09+dfsg/configure-135-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
tinysvm-0.09+dfsg/configure-140-	echo="$CONFIG_SHELL $0 --fallback-echo"
tinysvm-0.09+dfsg/configure:141:      elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
tinysvm-0.09+dfsg/configure-142-	   test "X$echo_testing_string" = 'X\t' &&
tinysvm-0.09+dfsg/configure:143:	   echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
tinysvm-0.09+dfsg/configure-144-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
tinysvm-0.09+dfsg/configure-150-	for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
tinysvm-0.09+dfsg/configure:151:	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
tinysvm-0.09+dfsg/configure-152-	  then
##############################################
tinysvm-0.09+dfsg/configure-158-	if test "$prev" != 'sed 50q "$0"'; then
tinysvm-0.09+dfsg/configure:159:	  echo_test_string=`eval $prev`
tinysvm-0.09+dfsg/configure-160-	  export echo_test_string
##############################################
tinysvm-0.09+dfsg/configure-245-  case "$ac_option" in
tinysvm-0.09+dfsg/configure:246:  -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
tinysvm-0.09+dfsg/configure-247-  *) ac_optarg= ;;
##############################################
tinysvm-0.09+dfsg/configure-277-  -disable-* | --disable-*)
tinysvm-0.09+dfsg/configure:278:    ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
tinysvm-0.09+dfsg/configure-279-    # Reject names that are not valid shell variable names.
tinysvm-0.09+dfsg/configure:280:    if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
tinysvm-0.09+dfsg/configure-281-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
tinysvm-0.09+dfsg/configure-282-    fi
tinysvm-0.09+dfsg/configure:283:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
tinysvm-0.09+dfsg/configure-284-    eval "enable_${ac_feature}=no" ;;
##############################################
tinysvm-0.09+dfsg/configure-286-  -enable-* | --enable-*)
tinysvm-0.09+dfsg/configure:287:    ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
tinysvm-0.09+dfsg/configure-288-    # Reject names that are not valid shell variable names.
tinysvm-0.09+dfsg/configure:289:    if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
tinysvm-0.09+dfsg/configure-290-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
tinysvm-0.09+dfsg/configure-291-    fi
tinysvm-0.09+dfsg/configure:292:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
tinysvm-0.09+dfsg/configure-293-    case "$ac_option" in
##############################################
tinysvm-0.09+dfsg/configure-517-  -with-* | --with-*)
tinysvm-0.09+dfsg/configure:518:    ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
tinysvm-0.09+dfsg/configure-519-    # Reject names that are not valid shell variable names.
tinysvm-0.09+dfsg/configure:520:    if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
tinysvm-0.09+dfsg/configure-521-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
tinysvm-0.09+dfsg/configure-522-    fi
tinysvm-0.09+dfsg/configure:523:    ac_package=`echo $ac_package| sed 's/-/_/g'`
tinysvm-0.09+dfsg/configure-524-    case "$ac_option" in
##############################################
tinysvm-0.09+dfsg/configure-530-  -without-* | --without-*)
tinysvm-0.09+dfsg/configure:531:    ac_package=`echo $ac_option|sed -e 's/-*without-//'`
tinysvm-0.09+dfsg/configure-532-    # Reject names that are not valid shell variable names.
tinysvm-0.09+dfsg/configure:533:    if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
tinysvm-0.09+dfsg/configure-534-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
tinysvm-0.09+dfsg/configure-535-    fi
tinysvm-0.09+dfsg/configure:536:    ac_package=`echo $ac_package| sed 's/-/_/g'`
tinysvm-0.09+dfsg/configure-537-    eval "with_${ac_package}=no" ;;
##############################################
tinysvm-0.09+dfsg/configure-560-  *)
tinysvm-0.09+dfsg/configure:561:    if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
tinysvm-0.09+dfsg/configure-562-      echo "configure: warning: $ac_option: invalid host type" 1>&2
##############################################
tinysvm-0.09+dfsg/configure-573-if test -n "$ac_prev"; then
tinysvm-0.09+dfsg/configure:574:  { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
tinysvm-0.09+dfsg/configure-575-fi
##############################################
tinysvm-0.09+dfsg/configure-638-  ac_prog=$0
tinysvm-0.09+dfsg/configure:639:  ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
tinysvm-0.09+dfsg/configure-640-  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
##############################################
tinysvm-0.09+dfsg/configure-654-fi
tinysvm-0.09+dfsg/configure:655:srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
tinysvm-0.09+dfsg/configure-656-
##############################################
tinysvm-0.09+dfsg/configure-734-if test -z "$INSTALL"; then
tinysvm-0.09+dfsg/configure:735:if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
tinysvm-0.09+dfsg/configure-736-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-795-if (
tinysvm-0.09+dfsg/configure:796:   set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
tinysvm-0.09+dfsg/configure-797-   if test "$*" = "X"; then
tinysvm-0.09+dfsg/configure-798-      # -L didn't work.
tinysvm-0.09+dfsg/configure:799:      set X `ls -t $srcdir/configure conftestfile`
tinysvm-0.09+dfsg/configure-800-   fi
##############################################
tinysvm-0.09+dfsg/configure-829-EOF_SED
tinysvm-0.09+dfsg/configure:830:  program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
tinysvm-0.09+dfsg/configure-831-  rm -f conftestsed
##############################################
tinysvm-0.09+dfsg/configure-843-echo "configure:844: checking whether ${MAKE-make} sets \${MAKE}" >&5
tinysvm-0.09+dfsg/configure:844:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
tinysvm-0.09+dfsg/configure:845:if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
tinysvm-0.09+dfsg/configure-846-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-852-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
tinysvm-0.09+dfsg/configure:853:eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
tinysvm-0.09+dfsg/configure-854-if test -n "$ac_maketemp"; then
##############################################
tinysvm-0.09+dfsg/configure-860-fi
tinysvm-0.09+dfsg/configure:861:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
tinysvm-0.09+dfsg/configure-862-  echo "$ac_t""yes" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-873-
tinysvm-0.09+dfsg/configure:874:if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
tinysvm-0.09+dfsg/configure-875-  { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
##############################################
tinysvm-0.09+dfsg/configure-886-
tinysvm-0.09+dfsg/configure:887:missing_dir=`cd $ac_aux_dir && pwd`
tinysvm-0.09+dfsg/configure-888-echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-969-echo "configure:970: checking for $ac_word" >&5
tinysvm-0.09+dfsg/configure:970:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
tinysvm-0.09+dfsg/configure-971-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-999-echo "configure:1000: checking for $ac_word" >&5
tinysvm-0.09+dfsg/configure:1000:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
tinysvm-0.09+dfsg/configure-1001-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-1050-echo "configure:1051: checking for $ac_word" >&5
tinysvm-0.09+dfsg/configure:1051:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
tinysvm-0.09+dfsg/configure-1052-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-1129-echo "configure:1130: checking whether we are using GNU C" >&5
tinysvm-0.09+dfsg/configure:1130:if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
tinysvm-0.09+dfsg/configure-1131-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-1157-echo "configure:1158: checking whether ${CC-cc} accepts -g" >&5
tinysvm-0.09+dfsg/configure:1158:if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
tinysvm-0.09+dfsg/configure-1159-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-1161-  echo 'void f(){}' > conftest.c
tinysvm-0.09+dfsg/configure:1162:if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
tinysvm-0.09+dfsg/configure-1163-  ac_cv_prog_cc_g=yes
##############################################
tinysvm-0.09+dfsg/configure-1193-echo "configure:1194: checking for $ac_word" >&5
tinysvm-0.09+dfsg/configure:1194:if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
tinysvm-0.09+dfsg/configure-1195-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-1272-echo "configure:1273: checking whether we are using GNU C++" >&5
tinysvm-0.09+dfsg/configure:1273:if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
tinysvm-0.09+dfsg/configure-1274-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-1300-echo "configure:1301: checking whether ${CXX-g++} accepts -g" >&5
tinysvm-0.09+dfsg/configure:1301:if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
tinysvm-0.09+dfsg/configure-1302-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-1304-  echo 'void f(){}' > conftest.cc
tinysvm-0.09+dfsg/configure:1305:if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
tinysvm-0.09+dfsg/configure-1306-  ac_cv_prog_cxx_g=yes
##############################################
tinysvm-0.09+dfsg/configure-1388-if test -z "$CPP"; then
tinysvm-0.09+dfsg/configure:1389:if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
tinysvm-0.09+dfsg/configure-1390-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-1404-{ (eval echo configure:1405: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
tinysvm-0.09+dfsg/configure:1405:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
tinysvm-0.09+dfsg/configure-1406-if test -z "$ac_err"; then
##############################################
tinysvm-0.09+dfsg/configure-1421-{ (eval echo configure:1422: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
tinysvm-0.09+dfsg/configure:1422:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
tinysvm-0.09+dfsg/configure-1423-if test -z "$ac_err"; then
##############################################
tinysvm-0.09+dfsg/configure-1438-{ (eval echo configure:1439: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
tinysvm-0.09+dfsg/configure:1439:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
tinysvm-0.09+dfsg/configure-1440-if test -z "$ac_err"; then
##############################################
tinysvm-0.09+dfsg/configure-1464-echo "configure:1465: checking whether ${CC-cc} needs -traditional" >&5
tinysvm-0.09+dfsg/configure:1465:if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
tinysvm-0.09+dfsg/configure-1466-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-1510-echo "configure:1511: checking whether ${MAKE-make} sets \${MAKE}" >&5
tinysvm-0.09+dfsg/configure:1511:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
tinysvm-0.09+dfsg/configure:1512:if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
tinysvm-0.09+dfsg/configure-1513-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-1519-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
tinysvm-0.09+dfsg/configure:1520:eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
tinysvm-0.09+dfsg/configure-1521-if test -n "$ac_maketemp"; then
##############################################
tinysvm-0.09+dfsg/configure-1527-fi
tinysvm-0.09+dfsg/configure:1528:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
tinysvm-0.09+dfsg/configure-1529-  echo "$ac_t""yes" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-1550-  NONE)
tinysvm-0.09+dfsg/configure:1551:    if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
tinysvm-0.09+dfsg/configure-1552-    else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
##############################################
tinysvm-0.09+dfsg/configure-1557-
tinysvm-0.09+dfsg/configure:1558:host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
tinysvm-0.09+dfsg/configure:1559:host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
tinysvm-0.09+dfsg/configure:1560:host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
tinysvm-0.09+dfsg/configure:1561:host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
tinysvm-0.09+dfsg/configure-1562-echo "$ac_t""$host" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-1566-echo "configure:1567: checking for Cygwin environment" >&5
tinysvm-0.09+dfsg/configure:1567:if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
tinysvm-0.09+dfsg/configure-1568-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-1599-echo "configure:1600: checking for mingw32 environment" >&5
tinysvm-0.09+dfsg/configure:1600:if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
tinysvm-0.09+dfsg/configure-1601-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-1707-
tinysvm-0.09+dfsg/configure:1708:build=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $build_alias`
tinysvm-0.09+dfsg/configure:1709:build_cpu=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
tinysvm-0.09+dfsg/configure:1710:build_vendor=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
tinysvm-0.09+dfsg/configure:1711:build_os=`echo $build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
tinysvm-0.09+dfsg/configure-1712-echo "$ac_t""$build" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-1729-    # gcc leaves a trailing carriage return which upsets mingw
tinysvm-0.09+dfsg/configure:1730:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
tinysvm-0.09+dfsg/configure-1731-  *)
tinysvm-0.09+dfsg/configure:1732:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
tinysvm-0.09+dfsg/configure-1733-  esac
##############################################
tinysvm-0.09+dfsg/configure-1738-      # Canonicalize the path of ld
tinysvm-0.09+dfsg/configure:1739:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
tinysvm-0.09+dfsg/configure-1740-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
tinysvm-0.09+dfsg/configure:1741:	ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
tinysvm-0.09+dfsg/configure-1742-      done
##############################################
tinysvm-0.09+dfsg/configure-1760-fi
tinysvm-0.09+dfsg/configure:1761:if eval "test \"`echo '$''{'lt_cv_path_LD'+set}'`\" = set"; then
tinysvm-0.09+dfsg/configure-1762-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-1794-echo "configure:1795: checking if the linker ($LD) is GNU ld" >&5
tinysvm-0.09+dfsg/configure:1795:if eval "test \"`echo '$''{'lt_cv_prog_gnu_ld'+set}'`\" = set"; then
tinysvm-0.09+dfsg/configure-1796-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-1811-echo "configure:1812: checking for $LD option to reload object files" >&5
tinysvm-0.09+dfsg/configure:1812:if eval "test \"`echo '$''{'lt_cv_ld_reload_flag'+set}'`\" = set"; then
tinysvm-0.09+dfsg/configure-1813-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-1823-echo "configure:1824: checking for BSD-compatible nm" >&5
tinysvm-0.09+dfsg/configure:1824:if eval "test \"`echo '$''{'lt_cv_path_NM'+set}'`\" = set"; then
tinysvm-0.09+dfsg/configure-1825-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-1861-echo "configure:1862: checking whether ln -s works" >&5
tinysvm-0.09+dfsg/configure:1862:if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
tinysvm-0.09+dfsg/configure-1863-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-1882-echo "configure:1883: checking how to recognise dependant libraries" >&5
tinysvm-0.09+dfsg/configure:1883:if eval "test \"`echo '$''{'lt_cv_deplibs_check_method'+set}'`\" = set"; then
tinysvm-0.09+dfsg/configure-1884-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-1975-  esac
tinysvm-0.09+dfsg/configure:1976:  lt_cv_file_magic_test_file=`echo /lib${libsuff}/libc.so*`
tinysvm-0.09+dfsg/configure-1977-  lt_cv_deplibs_check_method=pass_all
##############################################
tinysvm-0.09+dfsg/configure-2055-echo "configure:2056: checking for object suffix" >&5
tinysvm-0.09+dfsg/configure:2056:if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then
tinysvm-0.09+dfsg/configure-2057-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-2064-    *.c) ;;
tinysvm-0.09+dfsg/configure:2065:    *) ac_cv_objext=`echo $ac_file | sed -e s/conftest.//` ;;
tinysvm-0.09+dfsg/configure-2066-    esac
##############################################
tinysvm-0.09+dfsg/configure-2081-echo "configure:2082: checking for executable suffix" >&5
tinysvm-0.09+dfsg/configure:2082:if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
tinysvm-0.09+dfsg/configure-2083-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-2094-      *.c | *.o | *.obj) ;;
tinysvm-0.09+dfsg/configure:2095:      *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
tinysvm-0.09+dfsg/configure-2096-      esac
##############################################
tinysvm-0.09+dfsg/configure-2122-echo "configure:2123: checking command to parse $NM output" >&5
tinysvm-0.09+dfsg/configure:2123:if eval "test \"`echo '$''{'lt_cv_sys_global_symbol_pipe'+set}'`\" = set"; then
tinysvm-0.09+dfsg/configure-2124-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-2295-do
tinysvm-0.09+dfsg/configure:2296:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
tinysvm-0.09+dfsg/configure-2297-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
tinysvm-0.09+dfsg/configure-2298-echo "configure:2299: checking for $ac_hdr" >&5
tinysvm-0.09+dfsg/configure:2299:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
tinysvm-0.09+dfsg/configure-2300-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-2308-{ (eval echo configure:2309: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
tinysvm-0.09+dfsg/configure:2309:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
tinysvm-0.09+dfsg/configure-2310-if test -z "$ac_err"; then
##############################################
tinysvm-0.09+dfsg/configure-2321-fi
tinysvm-0.09+dfsg/configure:2322:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
tinysvm-0.09+dfsg/configure-2323-  echo "$ac_t""yes" 1>&6
tinysvm-0.09+dfsg/configure:2324:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
tinysvm-0.09+dfsg/configure-2325-  cat >> confdefs.h <<EOF
##############################################
tinysvm-0.09+dfsg/configure-2343-echo "configure:2344: checking for ${ac_tool_prefix}file" >&5
tinysvm-0.09+dfsg/configure:2344:if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
tinysvm-0.09+dfsg/configure-2345-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-2364-	"file_magic "*)
tinysvm-0.09+dfsg/configure:2365:	  file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
tinysvm-0.09+dfsg/configure-2366-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
tinysvm-0.09+dfsg/configure-2405-echo "configure:2406: checking for file" >&5
tinysvm-0.09+dfsg/configure:2406:if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
tinysvm-0.09+dfsg/configure-2407-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-2426-	"file_magic "*)
tinysvm-0.09+dfsg/configure:2427:	  file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
tinysvm-0.09+dfsg/configure-2428-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
tinysvm-0.09+dfsg/configure-2476-echo "configure:2477: checking for $ac_word" >&5
tinysvm-0.09+dfsg/configure:2477:if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
tinysvm-0.09+dfsg/configure-2478-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-2508-echo "configure:2509: checking for $ac_word" >&5
tinysvm-0.09+dfsg/configure:2509:if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
tinysvm-0.09+dfsg/configure-2510-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-2543-echo "configure:2544: checking for $ac_word" >&5
tinysvm-0.09+dfsg/configure:2544:if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
tinysvm-0.09+dfsg/configure-2545-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-2575-echo "configure:2576: checking for $ac_word" >&5
tinysvm-0.09+dfsg/configure:2576:if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
tinysvm-0.09+dfsg/configure-2577-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-2625-  if { (eval echo configure:2626: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
tinysvm-0.09+dfsg/configure:2626:    case `/usr/bin/file conftest.$ac_objext` in
tinysvm-0.09+dfsg/configure-2627-    *32-bit*)
##############################################
tinysvm-0.09+dfsg/configure-2646-echo "configure:2647: checking whether the C compiler needs -belf" >&5
tinysvm-0.09+dfsg/configure:2647:if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then
tinysvm-0.09+dfsg/configure-2648-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-2696-echo "configure:2697: checking for $ac_word" >&5
tinysvm-0.09+dfsg/configure:2697:if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL'+set}'`\" = set"; then
tinysvm-0.09+dfsg/configure-2698-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-2728-echo "configure:2729: checking for $ac_word" >&5
tinysvm-0.09+dfsg/configure:2729:if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL'+set}'`\" = set"; then
tinysvm-0.09+dfsg/configure-2730-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-2763-echo "configure:2764: checking for $ac_word" >&5
tinysvm-0.09+dfsg/configure:2764:if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then
tinysvm-0.09+dfsg/configure-2765-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-2795-echo "configure:2796: checking for $ac_word" >&5
tinysvm-0.09+dfsg/configure:2796:if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then
tinysvm-0.09+dfsg/configure-2797-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-2830-echo "configure:2831: checking for $ac_word" >&5
tinysvm-0.09+dfsg/configure:2831:if eval "test \"`echo '$''{'ac_cv_prog_OBJDUMP'+set}'`\" = set"; then
tinysvm-0.09+dfsg/configure-2832-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-2862-echo "configure:2863: checking for $ac_word" >&5
tinysvm-0.09+dfsg/configure:2863:if eval "test \"`echo '$''{'ac_cv_prog_OBJDUMP'+set}'`\" = set"; then
tinysvm-0.09+dfsg/configure-2864-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-2898-echo "configure:2899: checking if libtool should supply DllMain function" >&5
tinysvm-0.09+dfsg/configure:2899:if eval "test \"`echo '$''{'lt_cv_need_dllmain'+set}'`\" = set"; then
tinysvm-0.09+dfsg/configure-2900-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-2932-echo "configure:2933: checking how to link DLLs" >&5
tinysvm-0.09+dfsg/configure:2933:if eval "test \"`echo '$''{'lt_cv_cc_dll_switch'+set}'`\" = set"; then
tinysvm-0.09+dfsg/configure-2934-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-3020-linux-gnu*) ;;
tinysvm-0.09+dfsg/configure:3021:linux*) host=`echo $host | sed 's/^\(.*-.*-linux\)\(.*\)$/\1-gnu\2/'`
tinysvm-0.09+dfsg/configure-3022-esac
##############################################
tinysvm-0.09+dfsg/configure-3078-echo "configure:3079: checking for $compiler option to produce PIC" >&5
tinysvm-0.09+dfsg/configure:3079:if eval "test \"`echo '$''{'lt_cv_prog_cc_pic'+set}'`\" = set"; then
tinysvm-0.09+dfsg/configure-3080-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-3230-echo "configure:3231: checking if $compiler PIC flag $lt_cv_prog_cc_pic works" >&5
tinysvm-0.09+dfsg/configure:3231:  if eval "test \"`echo '$''{'lt_cv_prog_cc_pic_works'+set}'`\" = set"; then
tinysvm-0.09+dfsg/configure-3232-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-3286-if test -n "$lt_cv_prog_cc_shlib"; then
tinysvm-0.09+dfsg/configure:3287:  echo "configure: warning: \`$CC' requires \`$lt_cv_prog_cc_shlib' to build shared libraries" 1>&2
tinysvm-0.09+dfsg/configure-3288-  if echo "$old_CC $old_CFLAGS " | egrep -e "[ 	]$lt_cv_prog_cc_shlib[ 	]" >/dev/null; then :
##############################################
tinysvm-0.09+dfsg/configure-3296-echo "configure:3297: checking if $compiler static flag $lt_cv_prog_cc_static works" >&5
tinysvm-0.09+dfsg/configure:3297:if eval "test \"`echo '$''{'lt_cv_prog_cc_static_works'+set}'`\" = set"; then
tinysvm-0.09+dfsg/configure-3298-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-3338-echo "configure:3339: checking if $compiler supports -c -o file.$ac_objext" >&5
tinysvm-0.09+dfsg/configure:3339:if eval "test \"`echo '$''{'lt_cv_compiler_c_o'+set}'`\" = set"; then
tinysvm-0.09+dfsg/configure-3340-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-3386-echo "configure:3387: checking if $compiler supports -c -o file.lo" >&5
tinysvm-0.09+dfsg/configure:3387:  if eval "test \"`echo '$''{'lt_cv_compiler_o_lo'+set}'`\" = set"; then
tinysvm-0.09+dfsg/configure-3388-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-3440-  if test "$hard_links" = no; then
tinysvm-0.09+dfsg/configure:3441:    echo "configure: warning: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" 1>&2
tinysvm-0.09+dfsg/configure-3442-    need_locks=warn
##############################################
tinysvm-0.09+dfsg/configure-3644-    # If DATA tags from a recent dlltool are present, honour them!
tinysvm-0.09+dfsg/configure:3645:    archive_expsym_cmds='if test "x`head -1 $export_symbols`" = xEXPORTS; then
tinysvm-0.09+dfsg/configure-3646-        cp $export_symbols $output_objdir/$soname-def;
##############################################
tinysvm-0.09+dfsg/configure-3655-         esac;
tinysvm-0.09+dfsg/configure:3656:         _lt_hint=`expr 1 + \$_lt_hint`;
tinysvm-0.09+dfsg/configure-3657-        done;
##############################################
tinysvm-0.09+dfsg/configure-3760-    if test "$GCC" = yes; then
tinysvm-0.09+dfsg/configure:3761:      collect2name=`${CC} -print-prog-name=collect2`
tinysvm-0.09+dfsg/configure-3762-      if test -f "$collect2name" && \
##############################################
tinysvm-0.09+dfsg/configure-3847-    # FIXME: Setting linknames here is a bad hack.
tinysvm-0.09+dfsg/configure:3848:    archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | sed -e '\''s/ -lc$//'\''` -link -dll~linknames='
tinysvm-0.09+dfsg/configure-3849-    # The linker will automatically build a .lib file if we build a DLL.
##############################################
tinysvm-0.09+dfsg/configure-3852-    old_archive_cmds='lib /OUT:$oldlib$oldobjs$old_deplibs'
tinysvm-0.09+dfsg/configure:3853:    fix_srcfile_path='`cygpath -w "$srcfile"`'
tinysvm-0.09+dfsg/configure-3854-    ;;
##############################################
tinysvm-0.09+dfsg/configure-3914-    if test "$GCC" = yes; then
tinysvm-0.09+dfsg/configure:3915:      archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
tinysvm-0.09+dfsg/configure-3916-    else
tinysvm-0.09+dfsg/configure:3917:      archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
tinysvm-0.09+dfsg/configure-3918-    fi
##############################################
tinysvm-0.09+dfsg/configure-3960-      allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
tinysvm-0.09+dfsg/configure:3961:      archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
tinysvm-0.09+dfsg/configure-3962-    else
tinysvm-0.09+dfsg/configure-3963-      allow_undefined_flag=' -expect_unresolved \*'
tinysvm-0.09+dfsg/configure:3964:      archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
tinysvm-0.09+dfsg/configure-3965-    fi
##############################################
tinysvm-0.09+dfsg/configure-3972-      allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
tinysvm-0.09+dfsg/configure:3973:      archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
tinysvm-0.09+dfsg/configure-3974-      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
tinysvm-0.09+dfsg/configure-3976-      allow_undefined_flag=' -expect_unresolved \*'
tinysvm-0.09+dfsg/configure:3977:      archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
tinysvm-0.09+dfsg/configure:3978:      archive_expsym_cmds='for i in `cat $export_symbols`; do printf "-exported_symbol " >> $lib.exp; echo "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
tinysvm-0.09+dfsg/configure:3979:      $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib~$rm $lib.exp'
tinysvm-0.09+dfsg/configure-3980-
##############################################
tinysvm-0.09+dfsg/configure-4217-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
tinysvm-0.09+dfsg/configure:4218:  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $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'
tinysvm-0.09+dfsg/configure-4219-  ;;
##############################################
tinysvm-0.09+dfsg/configure-4248-    library_names_spec='$libname.dll.a'
tinysvm-0.09+dfsg/configure:4249:    soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll'
tinysvm-0.09+dfsg/configure:4250:    postinstall_cmds='dlpath=`bash 2>&1 -c '\''. $dir/${file}i;echo \$dlname'\''`~
tinysvm-0.09+dfsg/configure:4251:      dldir=$destdir/`dirname \$dlpath`~
tinysvm-0.09+dfsg/configure-4252-      test -d \$dldir || mkdir -p \$dldir~
tinysvm-0.09+dfsg/configure-4253-      $install_prog .libs/$dlname \$dldir/$dlname'
tinysvm-0.09+dfsg/configure:4254:    postuninstall_cmds='dldll=`bash 2>&1 -c '\''. $file; echo \$dlname'\''`~
tinysvm-0.09+dfsg/configure-4255-      dlpath=$dir/\$dldll~
##############################################
tinysvm-0.09+dfsg/configure-4258-  yes,mingw*)
tinysvm-0.09+dfsg/configure:4259:    library_names_spec='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll'
tinysvm-0.09+dfsg/configure:4260:    sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | sed -e "s/^libraries://" -e "s/;/ /g"`
tinysvm-0.09+dfsg/configure-4261-    ;;
tinysvm-0.09+dfsg/configure-4262-  yes,pw32*)
tinysvm-0.09+dfsg/configure:4263:    library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | sed -e 's/./-/g'`${versuffix}.dll'
tinysvm-0.09+dfsg/configure-4264-    ;;
tinysvm-0.09+dfsg/configure-4265-  *)
tinysvm-0.09+dfsg/configure:4266:    library_names_spec='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll $libname.lib'
tinysvm-0.09+dfsg/configure-4267-    ;;
##############################################
tinysvm-0.09+dfsg/configure-4575-ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
tinysvm-0.09+dfsg/configure:4576:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
tinysvm-0.09+dfsg/configure-4577-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-4605-fi
tinysvm-0.09+dfsg/configure:4606:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
tinysvm-0.09+dfsg/configure-4607-  echo "$ac_t""yes" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-4612-echo "configure:4613: checking for dlopen" >&5
tinysvm-0.09+dfsg/configure:4613:if eval "test \"`echo '$''{'ac_cv_func_dlopen'+set}'`\" = set"; then
tinysvm-0.09+dfsg/configure-4614-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-4651-
tinysvm-0.09+dfsg/configure:4652:if eval "test \"`echo '$ac_cv_func_'dlopen`\" = yes"; then
tinysvm-0.09+dfsg/configure-4653-  echo "$ac_t""yes" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-4658-echo "configure:4659: checking for shl_load" >&5
tinysvm-0.09+dfsg/configure:4659:if eval "test \"`echo '$''{'ac_cv_func_shl_load'+set}'`\" = set"; then
tinysvm-0.09+dfsg/configure-4660-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-4697-
tinysvm-0.09+dfsg/configure:4698:if eval "test \"`echo '$ac_cv_func_'shl_load`\" = yes"; then
tinysvm-0.09+dfsg/configure-4699-  echo "$ac_t""yes" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-4705-ac_lib_var=`echo svld'_'dlopen | sed 'y%./+-%__p_%'`
tinysvm-0.09+dfsg/configure:4706:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
tinysvm-0.09+dfsg/configure-4707-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-4735-fi
tinysvm-0.09+dfsg/configure:4736:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
tinysvm-0.09+dfsg/configure-4737-  echo "$ac_t""yes" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-4743-ac_lib_var=`echo dld'_'shl_load | sed 'y%./+-%__p_%'`
tinysvm-0.09+dfsg/configure:4744:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
tinysvm-0.09+dfsg/configure-4745-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-4773-fi
tinysvm-0.09+dfsg/configure:4774:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
tinysvm-0.09+dfsg/configure-4775-  echo "$ac_t""yes" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-4814-echo "configure:4815: checking whether a program can dlopen itself" >&5
tinysvm-0.09+dfsg/configure:4815:if eval "test \"`echo '$''{'lt_cv_dlopen_self'+set}'`\" = set"; then
tinysvm-0.09+dfsg/configure-4816-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-4908-echo "configure:4909: checking whether a statically linked program can dlopen itself" >&5
tinysvm-0.09+dfsg/configure:4909:if eval "test \"`echo '$''{'lt_cv_dlopen_self_static'+set}'`\" = set"; then
tinysvm-0.09+dfsg/configure-4910-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-5028-echo "configure:5029: checking whether -lc should be explicitly linked in" >&5
tinysvm-0.09+dfsg/configure:5029:    if eval "test \"`echo '$''{'lt_cv_archive_cmds_need_lc'+set}'`\" = set"; then
tinysvm-0.09+dfsg/configure-5030-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-5111-      # Double-quote double-evaled strings.
tinysvm-0.09+dfsg/configure:5112:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
tinysvm-0.09+dfsg/configure-5113-      ;;
tinysvm-0.09+dfsg/configure-5114-    *)
tinysvm-0.09+dfsg/configure:5115:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
tinysvm-0.09+dfsg/configure-5116-      ;;
##############################################
tinysvm-0.09+dfsg/configure-5122-
tinysvm-0.09+dfsg/configure:5123:# `$echo "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
tinysvm-0.09+dfsg/configure-5124-# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
##############################################
tinysvm-0.09+dfsg/configure-5628-ac_lib_var=`echo cposix'_'strerror | sed 'y%./+-%__p_%'`
tinysvm-0.09+dfsg/configure:5629:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
tinysvm-0.09+dfsg/configure-5630-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-5658-fi
tinysvm-0.09+dfsg/configure:5659:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
tinysvm-0.09+dfsg/configure-5660-  echo "$ac_t""yes" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-5678-if test -z "$CXXCPP"; then
tinysvm-0.09+dfsg/configure:5679:if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
tinysvm-0.09+dfsg/configure-5680-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-5695-{ (eval echo configure:5696: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
tinysvm-0.09+dfsg/configure:5696:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
tinysvm-0.09+dfsg/configure-5697-if test -z "$ac_err"; then
##############################################
tinysvm-0.09+dfsg/configure-5720-echo "configure:5721: checking for ANSI C header files" >&5
tinysvm-0.09+dfsg/configure:5721:if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
tinysvm-0.09+dfsg/configure-5722-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-5733-{ (eval echo configure:5734: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
tinysvm-0.09+dfsg/configure:5734:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
tinysvm-0.09+dfsg/configure-5735-if test -z "$ac_err"; then
##############################################
tinysvm-0.09+dfsg/configure-5825-do
tinysvm-0.09+dfsg/configure:5826:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
tinysvm-0.09+dfsg/configure-5827-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
tinysvm-0.09+dfsg/configure-5828-echo "configure:5829: checking for $ac_hdr" >&5
tinysvm-0.09+dfsg/configure:5829:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
tinysvm-0.09+dfsg/configure-5830-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-5838-{ (eval echo configure:5839: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
tinysvm-0.09+dfsg/configure:5839:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
tinysvm-0.09+dfsg/configure-5840-if test -z "$ac_err"; then
##############################################
tinysvm-0.09+dfsg/configure-5851-fi
tinysvm-0.09+dfsg/configure:5852:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
tinysvm-0.09+dfsg/configure-5853-  echo "$ac_t""yes" 1>&6
tinysvm-0.09+dfsg/configure:5854:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
tinysvm-0.09+dfsg/configure-5855-  cat >> confdefs.h <<EOF
##############################################
tinysvm-0.09+dfsg/configure-5866-echo "configure:5867: checking for pid_t" >&5
tinysvm-0.09+dfsg/configure:5867:if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
tinysvm-0.09+dfsg/configure-5868-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-5899-echo "configure:5900: checking for size_t" >&5
tinysvm-0.09+dfsg/configure:5900:if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
tinysvm-0.09+dfsg/configure-5901-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-5934-ac_lib_var=`echo m'_'pow | sed 'y%./+-%__p_%'`
tinysvm-0.09+dfsg/configure:5935:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
tinysvm-0.09+dfsg/configure-5936-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-5967-fi
tinysvm-0.09+dfsg/configure:5968:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
tinysvm-0.09+dfsg/configure-5969-  echo "$ac_t""yes" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-5984-ac_lib_var=`echo m'_'exp | sed 'y%./+-%__p_%'`
tinysvm-0.09+dfsg/configure:5985:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
tinysvm-0.09+dfsg/configure-5986-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-6017-fi
tinysvm-0.09+dfsg/configure:6018:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
tinysvm-0.09+dfsg/configure-6019-  echo "$ac_t""yes" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-6036-echo "configure:6037: checking for $ac_func" >&5
tinysvm-0.09+dfsg/configure:6037:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
tinysvm-0.09+dfsg/configure-6038-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-6078-
tinysvm-0.09+dfsg/configure:6079:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
tinysvm-0.09+dfsg/configure-6080-  echo "$ac_t""yes" 1>&6
tinysvm-0.09+dfsg/configure:6081:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
tinysvm-0.09+dfsg/configure-6082-  cat >> confdefs.h <<EOF
##############################################
tinysvm-0.09+dfsg/configure-6681-echo "configure:6682: checking for $ac_word" >&5
tinysvm-0.09+dfsg/configure:6682:if eval "test \"`echo '$''{'ac_cv_prog_JAVA'+set}'`\" = set"; then
tinysvm-0.09+dfsg/configure-6683-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-6720-echo "configure:6721: checking for $ac_word" >&5
tinysvm-0.09+dfsg/configure:6721:if eval "test \"`echo '$''{'ac_cv_prog_JAVAC'+set}'`\" = set"; then
tinysvm-0.09+dfsg/configure-6722-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-6759-echo "configure:6760: checking for $ac_word" >&5
tinysvm-0.09+dfsg/configure:6760:if eval "test \"`echo '$''{'ac_cv_prog_JAR'+set}'`\" = set"; then
tinysvm-0.09+dfsg/configure-6761-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/configure-7036-    fi
tinysvm-0.09+dfsg/configure:7037:    ac_file=`expr $ac_file + 1`
tinysvm-0.09+dfsg/configure-7038-    ac_beg=$ac_end
tinysvm-0.09+dfsg/configure:7039:    ac_end=`expr $ac_end + $ac_max_sed_cmds`
tinysvm-0.09+dfsg/configure-7040-  fi
##############################################
tinysvm-0.09+dfsg/configure-7065-  case "$ac_file" in
tinysvm-0.09+dfsg/configure:7066:  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
tinysvm-0.09+dfsg/configure:7067:       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
tinysvm-0.09+dfsg/configure-7068-  *) ac_file_in="${ac_file}.in" ;;
##############################################
tinysvm-0.09+dfsg/configure-7073-  # Remove last slash and all that follows it.  Not all systems have dirname.
tinysvm-0.09+dfsg/configure:7074:  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
tinysvm-0.09+dfsg/configure-7075-  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
##############################################
tinysvm-0.09+dfsg/configure-7077-    test ! -d "$ac_dir" && mkdir "$ac_dir"
tinysvm-0.09+dfsg/configure:7078:    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
tinysvm-0.09+dfsg/configure-7079-    # A "../" for each directory in $ac_dir_suffix.
tinysvm-0.09+dfsg/configure:7080:    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
tinysvm-0.09+dfsg/configure-7081-  else
##############################################
tinysvm-0.09+dfsg/configure-7087-      if test -z "$ac_dots"; then top_srcdir=.
tinysvm-0.09+dfsg/configure:7088:      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
tinysvm-0.09+dfsg/configure-7089-  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
##############################################
tinysvm-0.09+dfsg/configure-7101-  rm -f "$ac_file"
tinysvm-0.09+dfsg/configure:7102:  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
tinysvm-0.09+dfsg/configure-7103-  case "$ac_file" in
##############################################
tinysvm-0.09+dfsg/configure-7108-
tinysvm-0.09+dfsg/configure:7109:  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
tinysvm-0.09+dfsg/configure-7110-  sed -e "$ac_comsub
##############################################
tinysvm-0.09+dfsg/configure-7147-  case "$ac_file" in
tinysvm-0.09+dfsg/configure:7148:  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
tinysvm-0.09+dfsg/configure:7149:       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
tinysvm-0.09+dfsg/configure-7150-  *) ac_file_in="${ac_file}.in" ;;
##############################################
tinysvm-0.09+dfsg/configure-7155-  rm -f conftest.frag conftest.in conftest.out
tinysvm-0.09+dfsg/configure:7156:  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
tinysvm-0.09+dfsg/configure-7157-  cat $ac_file_inputs > conftest.in
##############################################
tinysvm-0.09+dfsg/configure-7215-    # Remove last slash and all that follows it.  Not all systems have dirname.
tinysvm-0.09+dfsg/configure:7216:      ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
tinysvm-0.09+dfsg/configure-7217-      if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
##############################################
tinysvm-0.09+dfsg/config.guess-36-
tinysvm-0.09+dfsg/config.guess:37:me=`echo "$0" | sed -e 's,.*/,,'`
tinysvm-0.09+dfsg/config.guess-38-
##############################################
tinysvm-0.09+dfsg/config.guess-167-	# The OS release
tinysvm-0.09+dfsg/config.guess:168:	release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
tinysvm-0.09+dfsg/config.guess-169-	# Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM:
##############################################
tinysvm-0.09+dfsg/config.guess-175-	if test $UNAME_RELEASE = "V4.0"; then
tinysvm-0.09+dfsg/config.guess:176:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
tinysvm-0.09+dfsg/config.guess-177-	fi
##############################################
tinysvm-0.09+dfsg/config.guess-208-	if test "$?" = 0 ; then
tinysvm-0.09+dfsg/config.guess:209:		case `./$dummy` in
tinysvm-0.09+dfsg/config.guess-210-			0-0)
##############################################
tinysvm-0.09+dfsg/config.guess-230-	rm -f $dummy.s $dummy
tinysvm-0.09+dfsg/config.guess:231:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[VTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
tinysvm-0.09+dfsg/config.guess-232-	exit 0 ;;
##############################################
tinysvm-0.09+dfsg/config.guess-289-    sun4H:SunOS:5.*:*)
tinysvm-0.09+dfsg/config.guess:290:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
tinysvm-0.09+dfsg/config.guess-291-	exit 0 ;;
tinysvm-0.09+dfsg/config.guess-292-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
tinysvm-0.09+dfsg/config.guess:293:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
tinysvm-0.09+dfsg/config.guess-294-	exit 0 ;;
tinysvm-0.09+dfsg/config.guess-295-    i86pc:SunOS:5.*:*)
tinysvm-0.09+dfsg/config.guess:296:	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
tinysvm-0.09+dfsg/config.guess-297-	exit 0 ;;
##############################################
tinysvm-0.09+dfsg/config.guess-301-	# it's likely to be more like Solaris than SunOS4.
tinysvm-0.09+dfsg/config.guess:302:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
tinysvm-0.09+dfsg/config.guess-303-	exit 0 ;;
##############################################
tinysvm-0.09+dfsg/config.guess-310-	# Japanese Language versions have a version number like `4.1.3-JL'.
tinysvm-0.09+dfsg/config.guess:311:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
tinysvm-0.09+dfsg/config.guess-312-	exit 0 ;;
##############################################
tinysvm-0.09+dfsg/config.guess-316-    sun*:*:4.2BSD:*)
tinysvm-0.09+dfsg/config.guess:317:	UNAME_RELEASE=`(head -1 /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
tinysvm-0.09+dfsg/config.guess-318-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
tinysvm-0.09+dfsg/config.guess-409-	$CC_FOR_BUILD $dummy.c -o $dummy \
tinysvm-0.09+dfsg/config.guess:410:	  && ./$dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \
tinysvm-0.09+dfsg/config.guess-411-	  && rm -f $dummy.c $dummy && exit 0
##############################################
tinysvm-0.09+dfsg/config.guess-459-    *:IRIX*:*:*)
tinysvm-0.09+dfsg/config.guess:460:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
tinysvm-0.09+dfsg/config.guess-461-	exit 0 ;;
##############################################
tinysvm-0.09+dfsg/config.guess-498-    *:AIX:*:[45])
tinysvm-0.09+dfsg/config.guess:499:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | head -1 | awk '{ print $1 }'`
tinysvm-0.09+dfsg/config.guess-500-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
tinysvm-0.09+dfsg/config.guess-533-    9000/[34678]??:HP-UX:*:*)
tinysvm-0.09+dfsg/config.guess:534:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
tinysvm-0.09+dfsg/config.guess-535-	case "${UNAME_MACHINE}" in
##############################################
tinysvm-0.09+dfsg/config.guess-588-EOF
tinysvm-0.09+dfsg/config.guess:589:	(CCOPTS= $CC_FOR_BUILD $dummy.c -o $dummy 2>/dev/null ) && HP_ARCH=`./$dummy`
tinysvm-0.09+dfsg/config.guess-590-	if test -z "$HP_ARCH"; then HP_ARCH=hppa; fi
##############################################
tinysvm-0.09+dfsg/config.guess-596-    ia64:HP-UX:*:*)
tinysvm-0.09+dfsg/config.guess:597:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
tinysvm-0.09+dfsg/config.guess-598-	echo ia64-hp-hpux${HPUX_REV}
##############################################
tinysvm-0.09+dfsg/config.guess-704-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
tinysvm-0.09+dfsg/config.guess:705:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
tinysvm-0.09+dfsg/config.guess-706-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
tinysvm-0.09+dfsg/config.guess-720-    *:FreeBSD:*:*)
tinysvm-0.09+dfsg/config.guess:721:	echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
tinysvm-0.09+dfsg/config.guess-722-	exit 0 ;;
tinysvm-0.09+dfsg/config.guess-723-    *:OpenBSD:*:*)
tinysvm-0.09+dfsg/config.guess:724:	echo ${UNAME_MACHINE}-unknown-openbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
tinysvm-0.09+dfsg/config.guess-725-	exit 0 ;;
##############################################
tinysvm-0.09+dfsg/config.guess-747-    prep*:SunOS:5.*:*)
tinysvm-0.09+dfsg/config.guess:748:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
tinysvm-0.09+dfsg/config.guess-749-	exit 0 ;;
tinysvm-0.09+dfsg/config.guess-750-    *:GNU:*:*)
tinysvm-0.09+dfsg/config.guess:751:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
tinysvm-0.09+dfsg/config.guess-752-	exit 0 ;;
##############################################
tinysvm-0.09+dfsg/config.guess-841-	if test "$?" = 0 ; then
tinysvm-0.09+dfsg/config.guess:842:		case `./$dummy` in
tinysvm-0.09+dfsg/config.guess-843-		0-0)	UNAME_MACHINE="alpha" ;;
##############################################
tinysvm-0.09+dfsg/config.guess-961-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
tinysvm-0.09+dfsg/config.guess:962:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
tinysvm-0.09+dfsg/config.guess-963-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
tinysvm-0.09+dfsg/install-sh-85-
tinysvm-0.09+dfsg/install-sh:86:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
tinysvm-0.09+dfsg/install-sh-87-	    shift
##############################################
tinysvm-0.09+dfsg/install-sh-89-
tinysvm-0.09+dfsg/install-sh:90:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
tinysvm-0.09+dfsg/install-sh-91-	    shift
##############################################
tinysvm-0.09+dfsg/install-sh-151-	then
tinysvm-0.09+dfsg/install-sh:152:		dst="$dst"/`basename $src`
tinysvm-0.09+dfsg/install-sh-153-	else
##############################################
tinysvm-0.09+dfsg/install-sh-158-## this sed command emulates the dirname command
tinysvm-0.09+dfsg/install-sh:159:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
tinysvm-0.09+dfsg/install-sh-160-
##############################################
tinysvm-0.09+dfsg/install-sh-172-IFS='%'
tinysvm-0.09+dfsg/install-sh:173:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
tinysvm-0.09+dfsg/install-sh-174-IFS="${oIFS}"
##############################################
tinysvm-0.09+dfsg/install-sh-206-	then
tinysvm-0.09+dfsg/install-sh:207:		dstfile=`basename $dst`
tinysvm-0.09+dfsg/install-sh-208-	else
##############################################
tinysvm-0.09+dfsg/install-sh-216-	then
tinysvm-0.09+dfsg/install-sh:217:		dstfile=`basename $dst`
tinysvm-0.09+dfsg/install-sh-218-	else
##############################################
tinysvm-0.09+dfsg/config.sub-53-
tinysvm-0.09+dfsg/config.sub:54:me=`echo "$0" | sed -e 's,.*/,,'`
tinysvm-0.09+dfsg/config.sub-55-
##############################################
tinysvm-0.09+dfsg/config.sub-117-# Here we must recognize all the valid KERNEL-OS combinations.
tinysvm-0.09+dfsg/config.sub:118:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
tinysvm-0.09+dfsg/config.sub-119-case $maybe_os in
##############################################
tinysvm-0.09+dfsg/config.sub-121-    os=-$maybe_os
tinysvm-0.09+dfsg/config.sub:122:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
tinysvm-0.09+dfsg/config.sub-123-    ;;
tinysvm-0.09+dfsg/config.sub-124-  *)
tinysvm-0.09+dfsg/config.sub:125:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
tinysvm-0.09+dfsg/config.sub-126-    if [ $basic_machine != $1 ]
tinysvm-0.09+dfsg/config.sub:127:    then os=`echo $1 | sed 's/.*-/-/'`
tinysvm-0.09+dfsg/config.sub-128-    else os=; fi
##############################################
tinysvm-0.09+dfsg/config.sub-164-		os=-sco3.2v5
tinysvm-0.09+dfsg/config.sub:165:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
tinysvm-0.09+dfsg/config.sub-166-		;;
##############################################
tinysvm-0.09+dfsg/config.sub-168-		os=-sco3.2v4
tinysvm-0.09+dfsg/config.sub:169:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
tinysvm-0.09+dfsg/config.sub-170-		;;
tinysvm-0.09+dfsg/config.sub-171-	-sco3.2.[4-9]*)
tinysvm-0.09+dfsg/config.sub:172:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
tinysvm-0.09+dfsg/config.sub:173:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
tinysvm-0.09+dfsg/config.sub-174-		;;
##############################################
tinysvm-0.09+dfsg/config.sub-176-		# Don't forget version if it is 3.2v4 or newer.
tinysvm-0.09+dfsg/config.sub:177:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
tinysvm-0.09+dfsg/config.sub-178-		;;
##############################################
tinysvm-0.09+dfsg/config.sub-180-		os=-sco3.2v2
tinysvm-0.09+dfsg/config.sub:181:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
tinysvm-0.09+dfsg/config.sub-182-		;;
tinysvm-0.09+dfsg/config.sub-183-	-udk*)
tinysvm-0.09+dfsg/config.sub:184:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
tinysvm-0.09+dfsg/config.sub-185-		;;
##############################################
tinysvm-0.09+dfsg/config.sub-187-		os=-isc2.2
tinysvm-0.09+dfsg/config.sub:188:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
tinysvm-0.09+dfsg/config.sub-189-		;;
##############################################
tinysvm-0.09+dfsg/config.sub-193-	-isc*)
tinysvm-0.09+dfsg/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
tinysvm-0.09+dfsg/config.sub-195-		;;
##############################################
tinysvm-0.09+dfsg/config.sub-199-	-ptx*)
tinysvm-0.09+dfsg/config.sub:200:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
tinysvm-0.09+dfsg/config.sub-201-		;;
tinysvm-0.09+dfsg/config.sub-202-	-windowsnt*)
tinysvm-0.09+dfsg/config.sub:203:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
tinysvm-0.09+dfsg/config.sub-204-		;;
##############################################
tinysvm-0.09+dfsg/config.sub-255-	*-*-*)
tinysvm-0.09+dfsg/config.sub:256:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
tinysvm-0.09+dfsg/config.sub-257-		exit 1
##############################################
tinysvm-0.09+dfsg/config.sub-511-	i*86v32)
tinysvm-0.09+dfsg/config.sub:512:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
tinysvm-0.09+dfsg/config.sub-513-		os=-sysv32
##############################################
tinysvm-0.09+dfsg/config.sub-515-	i*86v4*)
tinysvm-0.09+dfsg/config.sub:516:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
tinysvm-0.09+dfsg/config.sub-517-		os=-sysv4
##############################################
tinysvm-0.09+dfsg/config.sub-519-	i*86v)
tinysvm-0.09+dfsg/config.sub:520:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
tinysvm-0.09+dfsg/config.sub-521-		os=-sysv
##############################################
tinysvm-0.09+dfsg/config.sub-523-	i*86sol2)
tinysvm-0.09+dfsg/config.sub:524:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
tinysvm-0.09+dfsg/config.sub-525-		os=-solaris2
##############################################
tinysvm-0.09+dfsg/config.sub-579-	mips3*-*)
tinysvm-0.09+dfsg/config.sub:580:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
tinysvm-0.09+dfsg/config.sub-581-		;;
tinysvm-0.09+dfsg/config.sub-582-	mips3*)
tinysvm-0.09+dfsg/config.sub:583:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
tinysvm-0.09+dfsg/config.sub-584-		;;
##############################################
tinysvm-0.09+dfsg/config.sub-706-	pentium-* | p5-* | k5-* | k6-* | nexgen-*)
tinysvm-0.09+dfsg/config.sub:707:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
tinysvm-0.09+dfsg/config.sub-708-		;;
tinysvm-0.09+dfsg/config.sub-709-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
tinysvm-0.09+dfsg/config.sub:710:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
tinysvm-0.09+dfsg/config.sub-711-		;;
tinysvm-0.09+dfsg/config.sub-712-	pentiumii-* | pentium2-*)
tinysvm-0.09+dfsg/config.sub:713:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
tinysvm-0.09+dfsg/config.sub-714-		;;
##############################################
tinysvm-0.09+dfsg/config.sub-721-	        ;;
tinysvm-0.09+dfsg/config.sub:722:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
tinysvm-0.09+dfsg/config.sub-723-		;;
##############################################
tinysvm-0.09+dfsg/config.sub-727-	ppcle-* | powerpclittle-*)
tinysvm-0.09+dfsg/config.sub:728:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
tinysvm-0.09+dfsg/config.sub-729-		;;
##############################################
tinysvm-0.09+dfsg/config.sub-965-	*)
tinysvm-0.09+dfsg/config.sub:966:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
tinysvm-0.09+dfsg/config.sub-967-		exit 1
##############################################
tinysvm-0.09+dfsg/config.sub-973-	*-digital*)
tinysvm-0.09+dfsg/config.sub:974:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
tinysvm-0.09+dfsg/config.sub-975-		;;
tinysvm-0.09+dfsg/config.sub-976-	*-commodore*)
tinysvm-0.09+dfsg/config.sub:977:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
tinysvm-0.09+dfsg/config.sub-978-		;;
##############################################
tinysvm-0.09+dfsg/config.sub-991-	-solaris1 | -solaris1.*)
tinysvm-0.09+dfsg/config.sub:992:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
tinysvm-0.09+dfsg/config.sub-993-		;;
##############################################
tinysvm-0.09+dfsg/config.sub-1003-	-gnu/linux*)
tinysvm-0.09+dfsg/config.sub:1004:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
tinysvm-0.09+dfsg/config.sub-1005-		;;
##############################################
tinysvm-0.09+dfsg/config.sub-1044-	-mac*)
tinysvm-0.09+dfsg/config.sub:1045:		os=`echo $os | sed -e 's|mac|macos|'`
tinysvm-0.09+dfsg/config.sub-1046-		;;
tinysvm-0.09+dfsg/config.sub-1047-	-linux*)
tinysvm-0.09+dfsg/config.sub:1048:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
tinysvm-0.09+dfsg/config.sub-1049-		;;
tinysvm-0.09+dfsg/config.sub-1050-	-sunos5*)
tinysvm-0.09+dfsg/config.sub:1051:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
tinysvm-0.09+dfsg/config.sub-1052-		;;
tinysvm-0.09+dfsg/config.sub-1053-	-sunos6*)
tinysvm-0.09+dfsg/config.sub:1054:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
tinysvm-0.09+dfsg/config.sub-1055-		;;
##############################################
tinysvm-0.09+dfsg/config.sub-1090-	-sinix5.*)
tinysvm-0.09+dfsg/config.sub:1091:		os=`echo $os | sed -e 's|sinix|sysv|'`
tinysvm-0.09+dfsg/config.sub-1092-		;;
##############################################
tinysvm-0.09+dfsg/config.sub-1129-		# Get rid of the `-' at the beginning of $os.
tinysvm-0.09+dfsg/config.sub:1130:		os=`echo $os | sed 's/[^-]*-//'`
tinysvm-0.09+dfsg/config.sub:1131:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
tinysvm-0.09+dfsg/config.sub-1132-		exit 1
##############################################
tinysvm-0.09+dfsg/config.sub-1349-		esac
tinysvm-0.09+dfsg/config.sub:1350:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
tinysvm-0.09+dfsg/config.sub-1351-		;;
##############################################
tinysvm-0.09+dfsg/missing-119-	*.y)
tinysvm-0.09+dfsg/missing:120:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
tinysvm-0.09+dfsg/missing-121-	    if [ -f "$SRCFILE" ]; then
##############################################
tinysvm-0.09+dfsg/missing-123-	    fi
tinysvm-0.09+dfsg/missing:124:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
tinysvm-0.09+dfsg/missing-125-	    if [ -f "$SRCFILE" ]; then
##############################################
tinysvm-0.09+dfsg/missing-149-	*.l)
tinysvm-0.09+dfsg/missing:150:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
tinysvm-0.09+dfsg/missing-151-	    if [ -f "$SRCFILE" ]; then
##############################################
tinysvm-0.09+dfsg/missing-169-         the \`GNU make' package.  Grab either from any GNU archive site."
tinysvm-0.09+dfsg/missing:170:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
tinysvm-0.09+dfsg/missing-171-    if test -z "$file"; then
tinysvm-0.09+dfsg/missing:172:      file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
tinysvm-0.09+dfsg/missing:173:      file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file`
tinysvm-0.09+dfsg/missing-174-    fi
##############################################
tinysvm-0.09+dfsg/ltconfig-36-  :
tinysvm-0.09+dfsg/ltconfig:37:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then
tinysvm-0.09+dfsg/ltconfig-38-  # Yippee, $echo works!
##############################################
tinysvm-0.09+dfsg/ltconfig-71-    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
tinysvm-0.09+dfsg/ltconfig:72:    if (echo_test_string="`eval $cmd`") 2>/dev/null &&
tinysvm-0.09+dfsg/ltconfig:73:       echo_test_string="`eval $cmd`" &&
tinysvm-0.09+dfsg/ltconfig-74-       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null; then
##############################################
tinysvm-0.09+dfsg/ltconfig-79-
tinysvm-0.09+dfsg/ltconfig:80:if test "X`($echo '\t') 2>/dev/null`" != 'X\t' ||
tinysvm-0.09+dfsg/ltconfig:81:   test "X`($echo "$echo_test_string") 2>/dev/null`" != X"$echo_test_string"; then
tinysvm-0.09+dfsg/ltconfig-82-  # The Solaris, AIX, and Digital Unix default echo programs unquote
##############################################
tinysvm-0.09+dfsg/ltconfig-90-    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
tinysvm-0.09+dfsg/ltconfig:91:       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
tinysvm-0.09+dfsg/ltconfig:92:       test "X`($dir/echo "$echo_test_string") 2>/dev/null`" = X"$echo_test_string"; then
tinysvm-0.09+dfsg/ltconfig-93-      echo="$dir/echo"
##############################################
tinysvm-0.09+dfsg/ltconfig-101-    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
tinysvm-0.09+dfsg/ltconfig:102:       test "X`(print -r "$echo_test_string") 2>/dev/null`" = X"$echo_test_string"; then
tinysvm-0.09+dfsg/ltconfig-103-      # This shell has a builtin print -r that does the trick.
##############################################
tinysvm-0.09+dfsg/ltconfig-115-      echo='printf "%s\n"'
tinysvm-0.09+dfsg/ltconfig:116:      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
tinysvm-0.09+dfsg/ltconfig:117:	 test "X`($echo "$echo_test_string") 2>/dev/null`" = X"$echo_test_string"; then
tinysvm-0.09+dfsg/ltconfig-118-	# Cool, printf works
tinysvm-0.09+dfsg/ltconfig-119-	:
tinysvm-0.09+dfsg/ltconfig:120:      elif test "X`("$ORIGINAL_CONFIG_SHELL" "$0" --fallback-echo '\t') 2>/dev/null`" = 'X\t' &&
tinysvm-0.09+dfsg/ltconfig:121:	   test "X`("$ORIGINAL_CONFIG_SHELL" "$0" --fallback-echo "$echo_test_string") 2>/dev/null`" = X"$echo_test_string"; then
tinysvm-0.09+dfsg/ltconfig-122-	CONFIG_SHELL="$ORIGINAL_CONFIG_SHELL"
##############################################
tinysvm-0.09+dfsg/ltconfig-126-	echo="$CONFIG_SHELL $0 --fallback-echo"
tinysvm-0.09+dfsg/ltconfig:127:      elif test "X`("$CONFIG_SHELL" "$0" --fallback-echo '\t') 2>/dev/null`" = 'X\t' &&
tinysvm-0.09+dfsg/ltconfig:128:	   test "X`("$CONFIG_SHELL" "$0" --fallback-echo "$echo_test_string") 2>/dev/null`" = X"$echo_test_string"; then
tinysvm-0.09+dfsg/ltconfig-129-	echo="$CONFIG_SHELL $0 --fallback-echo"
##############################################
tinysvm-0.09+dfsg/ltconfig-134-	for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
tinysvm-0.09+dfsg/ltconfig:135:	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null; then
tinysvm-0.09+dfsg/ltconfig-136-	    break
##############################################
tinysvm-0.09+dfsg/ltconfig-141-	if test "$prev" != 'sed 50q "$0"'; then
tinysvm-0.09+dfsg/ltconfig:142:	  echo_test_string=`eval $prev`
tinysvm-0.09+dfsg/ltconfig-143-	  export echo_test_string
##############################################
tinysvm-0.09+dfsg/ltconfig-166-# The name of this program.
tinysvm-0.09+dfsg/ltconfig:167:progname=`$echo "X$0" | $Xsed -e 's%^.*/%%'`
tinysvm-0.09+dfsg/ltconfig-168-
##############################################
tinysvm-0.09+dfsg/ltconfig-227-  case "$option" in
tinysvm-0.09+dfsg/ltconfig:228:  -*=*) optarg=`echo "$option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
tinysvm-0.09+dfsg/ltconfig-229-  *) optarg= ;;
##############################################
tinysvm-0.09+dfsg/ltconfig-315-# This generates an unnecessary warning for sparc-sun-solaris4.1.3_U1
tinysvm-0.09+dfsg/ltconfig:316:#      if test -n "`echo $option| sed 's/[-a-z0-9.]//g'`"; then
tinysvm-0.09+dfsg/ltconfig-317-#        echo "$progname: warning \`$option' is not a valid host type" 1>&2
##############################################
tinysvm-0.09+dfsg/ltconfig-393-  # Assume the source directory is the same one as the path to LTMAIN.
tinysvm-0.09+dfsg/ltconfig:394:  srcdir=`$echo "X$ltmain" | $Xsed -e 's%/[^/]*$%%'`
tinysvm-0.09+dfsg/ltconfig-395-  test "$srcdir" = "$ltmain" && srcdir=.
##############################################
tinysvm-0.09+dfsg/ltconfig-428-  "")
tinysvm-0.09+dfsg/ltconfig:429:    if host_alias=`$SHELL $ac_config_guess`; then :
tinysvm-0.09+dfsg/ltconfig-430-    else
##############################################
tinysvm-0.09+dfsg/ltconfig-435-  esac
tinysvm-0.09+dfsg/ltconfig:436:  host=`$SHELL $ac_config_sub $host_alias`
tinysvm-0.09+dfsg/ltconfig-437-  echo "$ac_t$host" 1>&6
##############################################
tinysvm-0.09+dfsg/ltconfig-452-linux-gnu*) ;;
tinysvm-0.09+dfsg/ltconfig:453:linux*) host=`echo $host | sed 's/^\(.*-.*-linux\)\(.*\)$/\1-gnu\2/'`
tinysvm-0.09+dfsg/ltconfig-454-esac
tinysvm-0.09+dfsg/ltconfig-455-
tinysvm-0.09+dfsg/ltconfig:456:host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
tinysvm-0.09+dfsg/ltconfig:457:host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
tinysvm-0.09+dfsg/ltconfig:458:host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
tinysvm-0.09+dfsg/ltconfig-459-
##############################################
tinysvm-0.09+dfsg/ltconfig-610-    *.c) ;;
tinysvm-0.09+dfsg/ltconfig:611:    *) objext=`echo $ac_file | sed -e s/conftest.//` ;;
tinysvm-0.09+dfsg/ltconfig-612-    esac
##############################################
tinysvm-0.09+dfsg/ltconfig-622-echo $ac_n "checking for executable suffix... $ac_c" 1>&6
tinysvm-0.09+dfsg/ltconfig:623:if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
tinysvm-0.09+dfsg/ltconfig-624-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/ltconfig-636-      *.c | *.err | *.$objext ) ;;
tinysvm-0.09+dfsg/ltconfig:637:      *) ac_cv_exeext=.`echo $ac_file | sed -e s/conftest.//` ;;
tinysvm-0.09+dfsg/ltconfig-638-      esac
##############################################
tinysvm-0.09+dfsg/ltconfig-899-  if test "$hard_links" = no; then
tinysvm-0.09+dfsg/ltconfig:900:    echo "*** WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2
tinysvm-0.09+dfsg/ltconfig-901-    need_locks=warn
##############################################
tinysvm-0.09+dfsg/ltconfig-944-if test -n "$special_shlib_compile_flags"; then
tinysvm-0.09+dfsg/ltconfig:945:  echo "$progname: warning: \`$CC' requires \`$special_shlib_compile_flags' to build shared libraries" 1>&2
tinysvm-0.09+dfsg/ltconfig-946-  if echo "$old_CC $old_CFLAGS " | egrep -e "[ 	]$special_shlib_compile_flags[ 	]" >/dev/null; then :
##############################################
tinysvm-0.09+dfsg/ltconfig-991-    echo "$progname:991: checking for ld used by GCC" >&5
tinysvm-0.09+dfsg/ltconfig:992:    ac_prog=`($CC -print-prog-name=ld) 2>&5`
tinysvm-0.09+dfsg/ltconfig-993-    case "$ac_prog" in
##############################################
tinysvm-0.09+dfsg/ltconfig-997-      # Canonicalize the path of ld
tinysvm-0.09+dfsg/ltconfig:998:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
tinysvm-0.09+dfsg/ltconfig-999-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
tinysvm-0.09+dfsg/ltconfig:1000:	ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
tinysvm-0.09+dfsg/ltconfig-1001-      done
##############################################
tinysvm-0.09+dfsg/ltconfig-1181-        esac;
tinysvm-0.09+dfsg/ltconfig:1182:	_lt_hint=`expr 1 + \$_lt_hint`;
tinysvm-0.09+dfsg/ltconfig-1183-      done~
##############################################
tinysvm-0.09+dfsg/ltconfig-1282-    if test "$with_gcc" = yes; then
tinysvm-0.09+dfsg/ltconfig:1283:      collect2name=`${CC} -print-prog-name=collect2`
tinysvm-0.09+dfsg/ltconfig-1284-      if test -f "$collect2name" && \
##############################################
tinysvm-0.09+dfsg/ltconfig-1330-    # FIXME: Setting linknames here is a bad hack.
tinysvm-0.09+dfsg/ltconfig:1331:    archive_cmds='$CC -o $lib $libobjs $linkopts `echo "$deplibs" | sed -e '\''s/ -lc$//'\''` -link -dll~linknames='
tinysvm-0.09+dfsg/ltconfig-1332-    # The linker will automatically build a .lib file if we build a DLL.
##############################################
tinysvm-0.09+dfsg/ltconfig-1335-    old_archive_cmds='lib /OUT:$oldlib$oldobjs'
tinysvm-0.09+dfsg/ltconfig:1336:    fix_srcfile_path='`cygpath -w $srcfile`'
tinysvm-0.09+dfsg/ltconfig-1337-    ;;
##############################################
tinysvm-0.09+dfsg/ltconfig-1384-    if test "$with_gcc" = yes; then
tinysvm-0.09+dfsg/ltconfig:1385:      archive_cmds='$CC -shared $libobjs $deplibs $linkopts ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
tinysvm-0.09+dfsg/ltconfig-1386-    else
tinysvm-0.09+dfsg/ltconfig:1387:      archive_cmds='$LD -shared $libobjs $deplibs $linkopts -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
tinysvm-0.09+dfsg/ltconfig-1388-    fi
##############################################
tinysvm-0.09+dfsg/ltconfig-1421-      allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
tinysvm-0.09+dfsg/ltconfig:1422:      archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $linkopts ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
tinysvm-0.09+dfsg/ltconfig-1423-    else
tinysvm-0.09+dfsg/ltconfig-1424-      allow_undefined_flag=' -expect_unresolved \*'
tinysvm-0.09+dfsg/ltconfig:1425:      archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linkopts -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
tinysvm-0.09+dfsg/ltconfig-1426-    fi
##############################################
tinysvm-0.09+dfsg/ltconfig-1433-      allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
tinysvm-0.09+dfsg/ltconfig:1434:      archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $linkopts ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
tinysvm-0.09+dfsg/ltconfig-1435-    else
tinysvm-0.09+dfsg/ltconfig-1436-      allow_undefined_flag=' -expect_unresolved \*'
tinysvm-0.09+dfsg/ltconfig:1437:      archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linkopts -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${objdir}/so_locations -o $lib'
tinysvm-0.09+dfsg/ltconfig-1438-    fi
##############################################
tinysvm-0.09+dfsg/ltconfig-1835-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
tinysvm-0.09+dfsg/ltconfig:1836:  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $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'
tinysvm-0.09+dfsg/ltconfig-1837-  ;;
##############################################
tinysvm-0.09+dfsg/ltconfig-1871-  if test "$with_gcc" = yes; then
tinysvm-0.09+dfsg/ltconfig:1872:    library_names_spec='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll $libname.a'
tinysvm-0.09+dfsg/ltconfig-1873-  else
tinysvm-0.09+dfsg/ltconfig:1874:    library_names_spec='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll $libname.lib'
tinysvm-0.09+dfsg/ltconfig-1875-  fi
##############################################
tinysvm-0.09+dfsg/ltconfig-1975-  file_magic_cmd=/usr/bin/file
tinysvm-0.09+dfsg/ltconfig:1976:  file_magic_test_file=`echo /lib${libsuff}/libc.so*`
tinysvm-0.09+dfsg/ltconfig-1977-  deplibs_check_method='pass_all'
##############################################
tinysvm-0.09+dfsg/ltconfig-2171-  "file_magic "*)
tinysvm-0.09+dfsg/ltconfig:2172:    file_magic_regex="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
tinysvm-0.09+dfsg/ltconfig-2173-    if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
##############################################
tinysvm-0.09+dfsg/ltconfig-2244-else
tinysvm-0.09+dfsg/ltconfig:2245:if eval "test \"`echo '$''{'lt_cv_dlopen'+set}'`\" != set"; then
tinysvm-0.09+dfsg/ltconfig-2246-  lt_cv_dlopen=no lt_cv_dlopen_libs=
##############################################
tinysvm-0.09+dfsg/ltconfig-2249-ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
tinysvm-0.09+dfsg/ltconfig:2250:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
tinysvm-0.09+dfsg/ltconfig-2251-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/ltconfig-2281-fi
tinysvm-0.09+dfsg/ltconfig:2282:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
tinysvm-0.09+dfsg/ltconfig-2283-  echo "$ac_t""yes" 1>&6
##############################################
tinysvm-0.09+dfsg/ltconfig-2288-echo "$progname:2288: checking for dlopen" >&5
tinysvm-0.09+dfsg/ltconfig:2289:if eval "test \"`echo '$''{'ac_cv_func_dlopen'+set}'`\" = set"; then
tinysvm-0.09+dfsg/ltconfig-2290-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/ltconfig-2328-fi
tinysvm-0.09+dfsg/ltconfig:2329:if eval "test \"`echo '$ac_cv_func_'dlopen`\" = yes"; then
tinysvm-0.09+dfsg/ltconfig-2330-  echo "$ac_t""yes" 1>&6
##############################################
tinysvm-0.09+dfsg/ltconfig-2336-ac_lib_var=`echo dld'_'dld_link | sed 'y%./+-%__p_%'`
tinysvm-0.09+dfsg/ltconfig:2337:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
tinysvm-0.09+dfsg/ltconfig-2338-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/ltconfig-2368-fi
tinysvm-0.09+dfsg/ltconfig:2369:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
tinysvm-0.09+dfsg/ltconfig-2370-  echo "$ac_t""yes" 1>&6
##############################################
tinysvm-0.09+dfsg/ltconfig-2375-echo "$progname:2375: checking for shl_load" >&5
tinysvm-0.09+dfsg/ltconfig:2376:if eval "test \"`echo '$''{'ac_cv_func_shl_load'+set}'`\" = set"; then
tinysvm-0.09+dfsg/ltconfig-2377-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/ltconfig-2416-
tinysvm-0.09+dfsg/ltconfig:2417:if eval "test \"`echo '$ac_cv_func_'shl_load`\" = yes"; then
tinysvm-0.09+dfsg/ltconfig-2418-  echo "$ac_t""yes" 1>&6
##############################################
tinysvm-0.09+dfsg/ltconfig-2424-ac_lib_var=`echo dld'_'shl_load | sed 'y%./+-%__p_%'`
tinysvm-0.09+dfsg/ltconfig:2425:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
tinysvm-0.09+dfsg/ltconfig-2426-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/ltconfig-2457-fi
tinysvm-0.09+dfsg/ltconfig:2458:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
tinysvm-0.09+dfsg/ltconfig-2459-  echo "$ac_t""yes" 1>&6
##############################################
tinysvm-0.09+dfsg/ltconfig-2485-for ac_hdr in dlfcn.h; do
tinysvm-0.09+dfsg/ltconfig:2486:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
tinysvm-0.09+dfsg/ltconfig-2487-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
tinysvm-0.09+dfsg/ltconfig-2488-echo "$progname:2488: checking for $ac_hdr" >&5
tinysvm-0.09+dfsg/ltconfig:2489:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
tinysvm-0.09+dfsg/ltconfig-2490-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
tinysvm-0.09+dfsg/ltconfig-2498-{ (eval echo $progname:2498: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
tinysvm-0.09+dfsg/ltconfig:2499:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
tinysvm-0.09+dfsg/ltconfig-2500-if test -z "$ac_err"; then
##############################################
tinysvm-0.09+dfsg/ltconfig-2511-fi
tinysvm-0.09+dfsg/ltconfig:2512:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
tinysvm-0.09+dfsg/ltconfig-2513-  echo "$ac_t""yes" 1>&6
##############################################
tinysvm-0.09+dfsg/ltconfig-2719-      # Double-quote double-evaled strings.
tinysvm-0.09+dfsg/ltconfig:2720:      eval "$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
tinysvm-0.09+dfsg/ltconfig-2721-      ;;
tinysvm-0.09+dfsg/ltconfig-2722-    *)
tinysvm-0.09+dfsg/ltconfig:2723:      eval "$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
tinysvm-0.09+dfsg/ltconfig-2724-      ;;
##############################################
tinysvm-0.09+dfsg/ltconfig-2729-  *'\$0 --fallback-echo"')
tinysvm-0.09+dfsg/ltconfig:2730:    ltecho=`$echo "X$ltecho" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
tinysvm-0.09+dfsg/ltconfig-2731-    ;;
##############################################
tinysvm-0.09+dfsg/ltconfig-2739-
tinysvm-0.09+dfsg/ltconfig:2740:# `$echo "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
tinysvm-0.09+dfsg/ltconfig-2741-# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
##############################################
tinysvm-0.09+dfsg/ltconfig-2791-  cat <<EOF > "$cfgfile"
tinysvm-0.09+dfsg/ltconfig:2792:# `$echo "$cfgfile" | sed 's%^.*/%%'` - Libtool configuration file.
tinysvm-0.09+dfsg/ltconfig-2793-# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
##############################################
tinysvm-0.09+dfsg/mkinstalldirs-12-do
tinysvm-0.09+dfsg/mkinstalldirs:13:   set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
tinysvm-0.09+dfsg/mkinstalldirs-14-   shift
##############################################
tinysvm-0.09+dfsg/Makefile.in-168-	dot_seen=no; \
tinysvm-0.09+dfsg/Makefile.in:169:	target=`echo $@ | sed s/-recursive//`; \
tinysvm-0.09+dfsg/Makefile.in-170-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
tinysvm-0.09+dfsg/Makefile.in-193-	test "$$dot_seen" = "no" && rev=". $$rev"; \
tinysvm-0.09+dfsg/Makefile.in:194:	target=`echo $@ | sed s/-recursive//`; \
tinysvm-0.09+dfsg/Makefile.in-195-	for subdir in $$rev; do \
##############################################
tinysvm-0.09+dfsg/Makefile.in-254-	mkdir $(distdir)/=inst
tinysvm-0.09+dfsg/Makefile.in:255:	dc_install_base=`cd $(distdir)/=inst && pwd`; \
tinysvm-0.09+dfsg/Makefile.in-256-	cd $(distdir)/=build \
##############################################
tinysvm-0.09+dfsg/Makefile.in-265-	@banner="$(distdir).tar.gz is ready for distribution"; \
tinysvm-0.09+dfsg/Makefile.in:266:	dashes=`echo "$$banner" | sed s/./=/g`; \
tinysvm-0.09+dfsg/Makefile.in-267-	echo "$$dashes"; \
##############################################
tinysvm-0.09+dfsg/debian/patches/1005_auto_update_code_fixes.patch-8- 	@for html in $(html_HTMLS); do \
tinysvm-0.09+dfsg/debian/patches/1005_auto_update_code_fixes.patch:9: 		cmd=`basename $$html .html`.1 && \
tinysvm-0.09+dfsg/debian/patches/1005_auto_update_code_fixes.patch-10--		man2html ../man/$$cmd > $$html; \
##############################################
tinysvm-0.09+dfsg/debian/patches/1005_auto_update_code_fixes.patch-19--	@for man in $(man_MANS); do \
tinysvm-0.09+dfsg/debian/patches/1005_auto_update_code_fixes.patch:20:-		cmd=`basename $$man .1` && \
tinysvm-0.09+dfsg/debian/patches/1005_auto_update_code_fixes.patch-21--		LANG=C help2man --no-info ../src/$$cmd | \
##############################################
tinysvm-0.09+dfsg/debian/patches/1005_auto_update_code_fixes.patch-24--	done
tinysvm-0.09+dfsg/debian/patches/1005_auto_update_code_fixes.patch:25:+	man=svm_learn.1; LC_ALL=C help2man --no-info $(top_builddir)/src/`basename $$man .1` -m "TinySVM" -n "learns SVM models" | \
tinysvm-0.09+dfsg/debian/patches/1005_auto_update_code_fixes.patch-26-+		perl -pe 's/(LT|lt)-//g' > $$man;
tinysvm-0.09+dfsg/debian/patches/1005_auto_update_code_fixes.patch:27:+	man=svm_classify.1; LC_ALL=C help2man --no-info $(top_builddir)/src/`basename $$man .1` -m "TinySVM" -n "classifies data according to a SVM model" | \
tinysvm-0.09+dfsg/debian/patches/1005_auto_update_code_fixes.patch-28-+		perl -pe 's/(LT|lt)-//g' > $$man;
tinysvm-0.09+dfsg/debian/patches/1005_auto_update_code_fixes.patch:29:+	man=svm_model.1; LC_ALL=C help2man --no-info $(top_builddir)/src/`basename $$man .1` -m "TinySVM" -n "shows SVM models information" | \
tinysvm-0.09+dfsg/debian/patches/1005_auto_update_code_fixes.patch-30-+		perl -pe 's/(LT|lt)-//g' > $$man;
##############################################
tinysvm-0.09+dfsg/.pc/1005_auto_update_code_fixes.patch/doc/Makefile.am-7-	@for html in $(html_HTMLS); do \
tinysvm-0.09+dfsg/.pc/1005_auto_update_code_fixes.patch/doc/Makefile.am:8:		cmd=`basename $$html .html`.1 && \
tinysvm-0.09+dfsg/.pc/1005_auto_update_code_fixes.patch/doc/Makefile.am-9-		man2html ../man/$$cmd > $$html; \
##############################################
tinysvm-0.09+dfsg/.pc/1005_auto_update_code_fixes.patch/man/Makefile.am-7-	@for man in $(man_MANS); do \
tinysvm-0.09+dfsg/.pc/1005_auto_update_code_fixes.patch/man/Makefile.am:8:		cmd=`basename $$man .1` && \
tinysvm-0.09+dfsg/.pc/1005_auto_update_code_fixes.patch/man/Makefile.am-9-		LANG=C help2man --no-info ../src/$$cmd | \