===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
ots-0.5.0/Makefile.in-113-
ots-0.5.0/Makefile.in:114:MAINTAINERCLEANFILES =  	$(srcdir)/INSTALL 	$(srcdir)/aclocal.m4 	$(srcdir)/autoscan.log 	$(srcdir)/compile 	$(srcdir)/config.guess 	$(srcdir)/config.h.in 	$(srcdir)/config.sub 	$(srcdir)/configure 	$(srcdir)/configure.scan 	$(srcdir)/depcomp 	$(srcdir)/install-sh 	$(srcdir)/ltmain.sh 	$(srcdir)/missing 	$(srcdir)/mkinstalldirs 	$(srcdir)/gtk-doc.make 	`find "$(srcdir)" -type f -name Makefile.in -print`
ots-0.5.0/Makefile.in-115-
##############################################
ots-0.5.0/Makefile.in-213-	dot_seen=no; \
ots-0.5.0/Makefile.in:214:	target=`echo $@ | sed s/-recursive//`; \
ots-0.5.0/Makefile.in-215-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
ots-0.5.0/Makefile.in-238-	test "$$dot_seen" = "no" && rev=". $$rev"; \
ots-0.5.0/Makefile.in:239:	target=`echo $@ | sed s/-recursive//`; \
ots-0.5.0/Makefile.in-240-	for subdir in $$rev; do \
##############################################
ots-0.5.0/Makefile.in-299-	mkdir $(distdir)/=inst
ots-0.5.0/Makefile.in:300:	dc_install_base=`cd $(distdir)/=inst && pwd`; \
ots-0.5.0/Makefile.in-301-	cd $(distdir)/=build \
##############################################
ots-0.5.0/Makefile.in-310-	@banner="$(distdir).tar.gz is ready for distribution"; \
ots-0.5.0/Makefile.in:311:	dashes=`echo "$$banner" | sed s/./=/g`; \
ots-0.5.0/Makefile.in-312-	echo "$$dashes"; \
##############################################
ots-0.5.0/Makefile.am-31-	$(srcdir)/gtk-doc.make \
ots-0.5.0/Makefile.am:32:	`find "$(srcdir)" -type f -name Makefile.in -print`
##############################################
ots-0.5.0/aclocal.m4-180-  acl_libdirstem=lib
ots-0.5.0/aclocal.m4:181:  searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
ots-0.5.0/aclocal.m4-182-  if test -n "$searchpath"; then
##############################################
ots-0.5.0/aclocal.m4-187-          */lib64/ | */lib64 ) acl_libdirstem=lib64 ;;
ots-0.5.0/aclocal.m4:188:          *) searchdir=`cd "$searchdir" && pwd`
ots-0.5.0/aclocal.m4-189-             case "$searchdir" in
##############################################
ots-0.5.0/aclocal.m4-377-        dnl or AC_LIB_HAVE_LINKFLAGS call.
ots-0.5.0/aclocal.m4:378:        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
ots-0.5.0/aclocal.m4-379-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
ots-0.5.0/aclocal.m4-419-                -L*)
ots-0.5.0/aclocal.m4:420:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
ots-0.5.0/aclocal.m4-421-                  if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
##############################################
ots-0.5.0/aclocal.m4-536-              */$acl_libdirstem | */$acl_libdirstem/)
ots-0.5.0/aclocal.m4:537:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
ots-0.5.0/aclocal.m4-538-                additional_includedir="$basedir/include"
##############################################
ots-0.5.0/aclocal.m4-589-                  -L*)
ots-0.5.0/aclocal.m4:590:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
ots-0.5.0/aclocal.m4-591-                    dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
##############################################
ots-0.5.0/aclocal.m4-639-                  -R*)
ots-0.5.0/aclocal.m4:640:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
ots-0.5.0/aclocal.m4-641-                    if test "$enable_rpath" != no; then
##############################################
ots-0.5.0/aclocal.m4-669-                    dnl Handle this in the next round.
ots-0.5.0/aclocal.m4:670:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
ots-0.5.0/aclocal.m4-671-                    ;;
##############################################
ots-0.5.0/aclocal.m4-675-                    dnl option.
ots-0.5.0/aclocal.m4:676:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
ots-0.5.0/aclocal.m4-677-                    ;;
##############################################
ots-0.5.0/aclocal.m4-782-            -L) next=yes ;;
ots-0.5.0/aclocal.m4:783:            -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'`
ots-0.5.0/aclocal.m4-784-                 dnl No need to hardcode the standard /usr/lib.
##############################################
ots-0.5.0/aclocal.m4-843-[# I'd rather use --version here, but apparently some GNU ld's only accept -v.
ots-0.5.0/aclocal.m4:844:case `$LD -v 2>&1 </dev/null` in
ots-0.5.0/aclocal.m4-845-*GNU* | *'with BFD'*)
##############################################
ots-0.5.0/aclocal.m4-879-    # gcc leaves a trailing carriage return which upsets mingw
ots-0.5.0/aclocal.m4:880:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
ots-0.5.0/aclocal.m4-881-  *)
ots-0.5.0/aclocal.m4:882:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
ots-0.5.0/aclocal.m4-883-  esac
##############################################
ots-0.5.0/aclocal.m4-888-      # Canonicalize the path of ld
ots-0.5.0/aclocal.m4:889:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
ots-0.5.0/aclocal.m4-890-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
ots-0.5.0/aclocal.m4:891:	ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
ots-0.5.0/aclocal.m4-892-      done
##############################################
ots-0.5.0/aclocal.m4-918-      # Break only if it was the GNU/non-GNU ld that we prefer.
ots-0.5.0/aclocal.m4:919:      case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in
ots-0.5.0/aclocal.m4-920-      *GNU* | *'with BFD'*)
##############################################
ots-0.5.0/aclocal.m4-956-  *" <<$>>am_file "*<<)>>
ots-0.5.0/aclocal.m4:957:    echo timestamp > `echo <<$>>am_file | sed -e 's%:.*%%' -e 's%[^/]*$%%'`stamp-h$am_indx
ots-0.5.0/aclocal.m4-958-    ;;
ots-0.5.0/aclocal.m4-959-  esac
ots-0.5.0/aclocal.m4:960:  am_indx=`expr "<<$>>am_indx" + 1`
ots-0.5.0/aclocal.m4-961-done<<>>dnl>>)
##############################################
ots-0.5.0/aclocal.m4-980-dnl test to see if srcdir already configured
ots-0.5.0/aclocal.m4:981:if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
ots-0.5.0/aclocal.m4-982-  AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
##############################################
ots-0.5.0/aclocal.m4-989-dnl FIXME This is truly gross.
ots-0.5.0/aclocal.m4:990:missing_dir=`cd $ac_aux_dir && pwd`
ots-0.5.0/aclocal.m4-991-AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}, $missing_dir)
##############################################
ots-0.5.0/aclocal.m4-1041-if (
ots-0.5.0/aclocal.m4:1042:   set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
ots-0.5.0/aclocal.m4-1043-   if test "[$]*" = "X"; then
ots-0.5.0/aclocal.m4-1044-      # -L didn't work.
ots-0.5.0/aclocal.m4:1045:      set X `ls -t $srcdir/configure conftestfile`
ots-0.5.0/aclocal.m4-1046-   fi
##############################################
ots-0.5.0/aclocal.m4-1361-done
ots-0.5.0/aclocal.m4:1362:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
ots-0.5.0/aclocal.m4-1363-])
##############################################
ots-0.5.0/aclocal.m4-1433-  # Remove one level of quotation (which was required for Make).
ots-0.5.0/aclocal.m4:1434:  ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
ots-0.5.0/aclocal.m4-1435-  ;;
##############################################
ots-0.5.0/aclocal.m4-1444-  :
ots-0.5.0/aclocal.m4:1445:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
ots-0.5.0/aclocal.m4-1446-  # Yippee, $echo works!
##############################################
ots-0.5.0/aclocal.m4-1470-    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
ots-0.5.0/aclocal.m4:1471:    if (echo_test_string=`eval $cmd`) 2>/dev/null &&
ots-0.5.0/aclocal.m4:1472:       echo_test_string=`eval $cmd` &&
ots-0.5.0/aclocal.m4-1473-       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
##############################################
ots-0.5.0/aclocal.m4-1479-
ots-0.5.0/aclocal.m4:1480:if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
ots-0.5.0/aclocal.m4:1481:   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
ots-0.5.0/aclocal.m4-1482-   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
ots-0.5.0/aclocal.m4-1494-    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
ots-0.5.0/aclocal.m4:1495:       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
ots-0.5.0/aclocal.m4:1496:       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
ots-0.5.0/aclocal.m4-1497-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
ots-0.5.0/aclocal.m4-1506-    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
ots-0.5.0/aclocal.m4:1507:       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
ots-0.5.0/aclocal.m4-1508-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
ots-0.5.0/aclocal.m4-1521-      echo='printf %s\n'
ots-0.5.0/aclocal.m4:1522:      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
ots-0.5.0/aclocal.m4:1523:	 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
ots-0.5.0/aclocal.m4-1524-	 test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
ots-0.5.0/aclocal.m4-1526-	:
ots-0.5.0/aclocal.m4:1527:      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
ots-0.5.0/aclocal.m4-1528-	   test "X$echo_testing_string" = 'X\t' &&
ots-0.5.0/aclocal.m4:1529:	   echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
ots-0.5.0/aclocal.m4-1530-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
ots-0.5.0/aclocal.m4-1535-	echo="$CONFIG_SHELL [$]0 --fallback-echo"
ots-0.5.0/aclocal.m4:1536:      elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
ots-0.5.0/aclocal.m4-1537-	   test "X$echo_testing_string" = 'X\t' &&
ots-0.5.0/aclocal.m4:1538:	   echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
ots-0.5.0/aclocal.m4-1539-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
ots-0.5.0/aclocal.m4-1545-	for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
ots-0.5.0/aclocal.m4:1546:	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
ots-0.5.0/aclocal.m4-1547-	  then
##############################################
ots-0.5.0/aclocal.m4-1553-	if test "$prev" != 'sed 50q "[$]0"'; then
ots-0.5.0/aclocal.m4:1554:	  echo_test_string=`eval $prev`
ots-0.5.0/aclocal.m4-1555-	  export echo_test_string
##############################################
ots-0.5.0/aclocal.m4-1592-  if AC_TRY_EVAL(ac_compile); then
ots-0.5.0/aclocal.m4:1593:    case `/usr/bin/file conftest.$ac_objext` in
ots-0.5.0/aclocal.m4-1594-    *ELF-32*)
##############################################
ots-0.5.0/aclocal.m4-1608-   if test "$lt_cv_prog_gnu_ld" = yes; then
ots-0.5.0/aclocal.m4:1609:    case `/usr/bin/file conftest.$ac_objext` in
ots-0.5.0/aclocal.m4-1610-    *32-bit*)
##############################################
ots-0.5.0/aclocal.m4-1620-   else
ots-0.5.0/aclocal.m4:1621:    case `/usr/bin/file conftest.$ac_objext` in
ots-0.5.0/aclocal.m4-1622-    *32-bit*)
##############################################
ots-0.5.0/aclocal.m4-1855-    # And add a safety zone
ots-0.5.0/aclocal.m4:1856:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
ots-0.5.0/aclocal.m4:1857:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
ots-0.5.0/aclocal.m4-1858-    ;;
##############################################
ots-0.5.0/aclocal.m4-1883-    if test -n "$kargmax"; then
ots-0.5.0/aclocal.m4:1884:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ 	]]//'`
ots-0.5.0/aclocal.m4-1885-    else
##############################################
ots-0.5.0/aclocal.m4-1893-    SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
ots-0.5.0/aclocal.m4:1894:    while (test "X"`$SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \
ots-0.5.0/aclocal.m4-1895-	       = "XX$teststring") >/dev/null 2>&1 &&
ots-0.5.0/aclocal.m4:1896:	    new_result=`expr "X$teststring" : ".*" 2>&1` &&
ots-0.5.0/aclocal.m4-1897-	    lt_cv_sys_max_cmd_len=$new_result &&
##############################################
ots-0.5.0/aclocal.m4-1899-    do
ots-0.5.0/aclocal.m4:1900:      i=`expr $i + 1`
ots-0.5.0/aclocal.m4-1901-      teststring=$teststring$teststring
##############################################
ots-0.5.0/aclocal.m4-1906-    # It appears as though 1/2 is a usable value.
ots-0.5.0/aclocal.m4:1907:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
ots-0.5.0/aclocal.m4-1908-    ;;
##############################################
ots-0.5.0/aclocal.m4-2198-  if test "$hard_links" = no; then
ots-0.5.0/aclocal.m4:2199:    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
ots-0.5.0/aclocal.m4-2200-    need_locks=warn
##############################################
ots-0.5.0/aclocal.m4-2313-if test "$GCC" = yes; then
ots-0.5.0/aclocal.m4:2314:  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
ots-0.5.0/aclocal.m4-2315-  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
##############################################
ots-0.5.0/aclocal.m4-2319-    # okay in the real world where ";" in dirpaths is itself problematic.
ots-0.5.0/aclocal.m4:2320:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
ots-0.5.0/aclocal.m4-2321-  else
ots-0.5.0/aclocal.m4:2322:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
ots-0.5.0/aclocal.m4-2323-  fi
##############################################
ots-0.5.0/aclocal.m4-2390-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
ots-0.5.0/aclocal.m4:2391:  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'
ots-0.5.0/aclocal.m4-2392-  ;;
##############################################
ots-0.5.0/aclocal.m4-2423-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
ots-0.5.0/aclocal.m4:2424:    postinstall_cmds='base_file=`basename \${file}`~
ots-0.5.0/aclocal.m4:2425:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
ots-0.5.0/aclocal.m4:2426:      dldir=$destdir/`dirname \$dlpath`~
ots-0.5.0/aclocal.m4-2427-      test -d \$dldir || mkdir -p \$dldir~
##############################################
ots-0.5.0/aclocal.m4-2429-      chmod a+x \$dldir/$dlname'
ots-0.5.0/aclocal.m4:2430:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
ots-0.5.0/aclocal.m4-2431-      dlpath=$dir/\$dldll~
##############################################
ots-0.5.0/aclocal.m4-2437-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
ots-0.5.0/aclocal.m4:2438:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
ots-0.5.0/aclocal.m4-2439-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
ots-0.5.0/aclocal.m4-2442-      # MinGW DLLs use traditional 'lib' prefix
ots-0.5.0/aclocal.m4:2443:      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
ots-0.5.0/aclocal.m4:2444:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
ots-0.5.0/aclocal.m4-2445-      if echo "$sys_lib_search_path_spec" | [grep ';[c-zC-Z]:/' >/dev/null]; then
##############################################
ots-0.5.0/aclocal.m4-2451-        # which wouldn't understand a cygwinified path. Ahh.
ots-0.5.0/aclocal.m4:2452:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
ots-0.5.0/aclocal.m4-2453-      else
ots-0.5.0/aclocal.m4:2454:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
ots-0.5.0/aclocal.m4-2455-      fi
##############################################
ots-0.5.0/aclocal.m4-2458-      # pw32 DLLs use 'pw' prefix rather than 'lib'
ots-0.5.0/aclocal.m4:2459:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
ots-0.5.0/aclocal.m4-2460-      ;;
##############################################
ots-0.5.0/aclocal.m4-2464-  *)
ots-0.5.0/aclocal.m4:2465:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
ots-0.5.0/aclocal.m4-2466-    ;;
##############################################
ots-0.5.0/aclocal.m4-2481-  shlibpath_var=DYLD_LIBRARY_PATH
ots-0.5.0/aclocal.m4:2482:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
ots-0.5.0/aclocal.m4-2483-  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
ots-0.5.0/aclocal.m4-2484-  if test "$GCC" = yes; then
ots-0.5.0/aclocal.m4:2485:    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
ots-0.5.0/aclocal.m4-2486-  else
##############################################
ots-0.5.0/aclocal.m4-2675-  if test -f /etc/ld.so.conf; then
ots-0.5.0/aclocal.m4:2676:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
ots-0.5.0/aclocal.m4-2677-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
ots-0.5.0/aclocal.m4-2747-  shlibpath_var=LD_LIBRARY_PATH
ots-0.5.0/aclocal.m4:2748:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
ots-0.5.0/aclocal.m4-2749-    case $host_os in
##############################################
ots-0.5.0/aclocal.m4-2897-  if test -z "$LTCC"; then
ots-0.5.0/aclocal.m4:2898:    eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
ots-0.5.0/aclocal.m4-2899-    if test -z "$LTCC"; then
##############################################
ots-0.5.0/aclocal.m4-2901-    else
ots-0.5.0/aclocal.m4:2902:      AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
ots-0.5.0/aclocal.m4-2903-    fi
##############################################
ots-0.5.0/aclocal.m4-2905-  if test -z "$LTCFLAGS"; then
ots-0.5.0/aclocal.m4:2906:    eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`"
ots-0.5.0/aclocal.m4-2907-  fi
##############################################
ots-0.5.0/aclocal.m4-2910-  # Note that this assumes the entire list is on one line.
ots-0.5.0/aclocal.m4:2911:  available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
ots-0.5.0/aclocal.m4-2912-
##############################################
ots-0.5.0/aclocal.m4-2916-    # Check whether tagname contains only valid characters
ots-0.5.0/aclocal.m4:2917:    case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in
ots-0.5.0/aclocal.m4-2918-    "") ;;
##############################################
ots-0.5.0/aclocal.m4-3171-	"file_magic "*)
ots-0.5.0/aclocal.m4:3172:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
ots-0.5.0/aclocal.m4-3173-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
ots-0.5.0/aclocal.m4-3243-    # gcc leaves a trailing carriage return which upsets mingw
ots-0.5.0/aclocal.m4:3244:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
ots-0.5.0/aclocal.m4-3245-  *)
ots-0.5.0/aclocal.m4:3246:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
ots-0.5.0/aclocal.m4-3247-  esac
##############################################
ots-0.5.0/aclocal.m4-3252-      # Canonicalize the pathname of ld
ots-0.5.0/aclocal.m4:3253:      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
ots-0.5.0/aclocal.m4-3254-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
ots-0.5.0/aclocal.m4:3255:	ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
ots-0.5.0/aclocal.m4-3256-      done
##############################################
ots-0.5.0/aclocal.m4-3283-      # Break only if it was the GNU/non-GNU ld that we prefer.
ots-0.5.0/aclocal.m4:3284:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
ots-0.5.0/aclocal.m4-3285-      *GNU* | *'with BFD'*)
##############################################
ots-0.5.0/aclocal.m4-3314-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
ots-0.5.0/aclocal.m4:3315:case `$LD -v 2>&1 </dev/null` in
ots-0.5.0/aclocal.m4-3316-*GNU* | *'with BFD'*)
##############################################
ots-0.5.0/aclocal.m4-3482-openbsd*)
ots-0.5.0/aclocal.m4:3483:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
ots-0.5.0/aclocal.m4-3484-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
ots-0.5.0/aclocal.m4-3559-	# Tru64's nm complains that /dev/null is an invalid object file
ots-0.5.0/aclocal.m4:3560:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
ots-0.5.0/aclocal.m4-3561-	*/dev/null* | *'Invalid file or object type'*)
##############################################
ots-0.5.0/aclocal.m4-3565-	*)
ots-0.5.0/aclocal.m4:3566:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
ots-0.5.0/aclocal.m4-3567-	  */dev/null*)
##############################################
ots-0.5.0/aclocal.m4-3929-    # ancient GNU ld didn't support --whole-archive et. al.
ots-0.5.0/aclocal.m4:3930:    if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
ots-0.5.0/aclocal.m4-3931-	grep 'no-whole-archive' > /dev/null; then
##############################################
ots-0.5.0/aclocal.m4-4010-      # below for broken collect2 doesn't work under 4.3+
ots-0.5.0/aclocal.m4:4011:	collect2name=`${CC} -print-prog-name=collect2`
ots-0.5.0/aclocal.m4-4012-	if test -f "$collect2name" && \
##############################################
ots-0.5.0/aclocal.m4-4058-
ots-0.5.0/aclocal.m4:4059:      _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
ots-0.5.0/aclocal.m4-4060-     else
##############################################
ots-0.5.0/aclocal.m4-4113-      # is EXPORTS), use it as is; otherwise, prepend...
ots-0.5.0/aclocal.m4:4114:      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
ots-0.5.0/aclocal.m4-4115-	cp $export_symbols $output_objdir/$soname.def;
##############################################
ots-0.5.0/aclocal.m4-4174-         output_verbose_link_cmd='echo'
ots-0.5.0/aclocal.m4:4175:          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
ots-0.5.0/aclocal.m4-4176-          _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
##############################################
ots-0.5.0/aclocal.m4-4242-      # dependencies.
ots-0.5.0/aclocal.m4:4243:      output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "[[-]]L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
ots-0.5.0/aclocal.m4-4244-      ;;
##############################################
ots-0.5.0/aclocal.m4-4306-	# dependencies.
ots-0.5.0/aclocal.m4:4307:	output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
ots-0.5.0/aclocal.m4-4308-	;;
##############################################
ots-0.5.0/aclocal.m4-4341-    # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
ots-0.5.0/aclocal.m4:4342:    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
ots-0.5.0/aclocal.m4:4343:    _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
ots-0.5.0/aclocal.m4-4344-    ;;
##############################################
ots-0.5.0/aclocal.m4-4348-	# SGI C++
ots-0.5.0/aclocal.m4:4349:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
ots-0.5.0/aclocal.m4-4350-
##############################################
ots-0.5.0/aclocal.m4-4359-	  if test "$with_gnu_ld" = no; then
ots-0.5.0/aclocal.m4:4360:	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $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'
ots-0.5.0/aclocal.m4-4361-	  else
ots-0.5.0/aclocal.m4:4362:	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'
ots-0.5.0/aclocal.m4-4363-	  fi
##############################################
ots-0.5.0/aclocal.m4-4378-	# to its proper name (with version) after linking.
ots-0.5.0/aclocal.m4:4379:	_LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
ots-0.5.0/aclocal.m4:4380:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
ots-0.5.0/aclocal.m4-4381-	# Commands to make compiler produce verbose output that lists
##############################################
ots-0.5.0/aclocal.m4-4388-	# dependencies.
ots-0.5.0/aclocal.m4:4389:	output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | grep "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
ots-0.5.0/aclocal.m4-4390-
##############################################
ots-0.5.0/aclocal.m4-4403-	# earlier do not add the objects themselves.
ots-0.5.0/aclocal.m4:4404:	case `$CC -V 2>&1` in
ots-0.5.0/aclocal.m4-4405-	*"Version 7."*)
##############################################
ots-0.5.0/aclocal.m4-4429-	_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
ots-0.5.0/aclocal.m4:4430:	_LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
ots-0.5.0/aclocal.m4-4431-        ;;
##############################################
ots-0.5.0/aclocal.m4-4448-	# dependencies.
ots-0.5.0/aclocal.m4:4449:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
ots-0.5.0/aclocal.m4-4450-	;;
##############################################
ots-0.5.0/aclocal.m4-4492-    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
ots-0.5.0/aclocal.m4:4493:    if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
ots-0.5.0/aclocal.m4-4494-      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
##############################################
ots-0.5.0/aclocal.m4-4507-	# to its proper name (with version) after linking.
ots-0.5.0/aclocal.m4:4508:	_LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
ots-0.5.0/aclocal.m4-4509-
##############################################
ots-0.5.0/aclocal.m4-4524-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
ots-0.5.0/aclocal.m4:4525:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
ots-0.5.0/aclocal.m4-4526-
##############################################
ots-0.5.0/aclocal.m4-4537-	# dependencies.
ots-0.5.0/aclocal.m4:4538:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
ots-0.5.0/aclocal.m4-4539-	;;
##############################################
ots-0.5.0/aclocal.m4-4542-	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
ots-0.5.0/aclocal.m4:4543:	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
ots-0.5.0/aclocal.m4-4544-
##############################################
ots-0.5.0/aclocal.m4-4567-	# to its proper name (with version) after linking.
ots-0.5.0/aclocal.m4:4568:	_LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
ots-0.5.0/aclocal.m4-4569-
##############################################
ots-0.5.0/aclocal.m4-4583-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
ots-0.5.0/aclocal.m4:4584:	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
ots-0.5.0/aclocal.m4:4585:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
ots-0.5.0/aclocal.m4-4586-	  echo "-hidden">> $lib.exp~
ots-0.5.0/aclocal.m4:4587:	  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp  `test -n "$verstring" && echo -set_version	$verstring` -update_registry ${output_objdir}/so_locations -o $lib~
ots-0.5.0/aclocal.m4-4588-	  $rm $lib.exp'
##############################################
ots-0.5.0/aclocal.m4-4600-	# dependencies.
ots-0.5.0/aclocal.m4:4601:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
ots-0.5.0/aclocal.m4-4602-	;;
##############################################
ots-0.5.0/aclocal.m4-4605-	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
ots-0.5.0/aclocal.m4:4606:	 _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $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'
ots-0.5.0/aclocal.m4-4607-
##############################################
ots-0.5.0/aclocal.m4-4667-	    # Supported since Solaris 2.6 (maybe 2.5.1?)
ots-0.5.0/aclocal.m4:4668:	    _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract'
ots-0.5.0/aclocal.m4-4669-	    ;;
##############################################
ots-0.5.0/aclocal.m4-4755-    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
ots-0.5.0/aclocal.m4:4756:    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
ots-0.5.0/aclocal.m4-4757-    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
##############################################
ots-0.5.0/aclocal.m4-4878-  # eval without this substitution.
ots-0.5.0/aclocal.m4:4879:  output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"`
ots-0.5.0/aclocal.m4-4880-
ots-0.5.0/aclocal.m4:4881:  for p in `eval $output_verbose_link_cmd`; do
ots-0.5.0/aclocal.m4-4882-    case $p in
##############################################
ots-0.5.0/aclocal.m4-5264-      # Double-quote double-evaled strings.
ots-0.5.0/aclocal.m4:5265:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
ots-0.5.0/aclocal.m4-5266-      ;;
ots-0.5.0/aclocal.m4-5267-    *)
ots-0.5.0/aclocal.m4:5268:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
ots-0.5.0/aclocal.m4-5269-      ;;
##############################################
ots-0.5.0/aclocal.m4-5274-  *'\[$]0 --fallback-echo"')
ots-0.5.0/aclocal.m4:5275:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\[$]0 --fallback-echo"[$]/[$]0 --fallback-echo"/'`
ots-0.5.0/aclocal.m4-5276-    ;;
##############################################
ots-0.5.0/aclocal.m4-5289-
ots-0.5.0/aclocal.m4:5290:# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
ots-0.5.0/aclocal.m4-5291-# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
##############################################
ots-0.5.0/aclocal.m4-5671-  # libtool script then.
ots-0.5.0/aclocal.m4:5672:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
ots-0.5.0/aclocal.m4-5673-  if test -f "$ltmain_in"; then
##############################################
ots-0.5.0/aclocal.m4-5776-# If we're using GNU nm, then use its standard symbol codes.
ots-0.5.0/aclocal.m4:5777:case `$NM -V 2>&1` in
ots-0.5.0/aclocal.m4-5778-*GNU* | *'with BFD'*)
##############################################
ots-0.5.0/aclocal.m4-5809-    nlist=conftest.nm
ots-0.5.0/aclocal.m4:5810:    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
ots-0.5.0/aclocal.m4-5811-      # Try sorting and uniquifying the output.
##############################################
ots-0.5.0/aclocal.m4-6530-    supports_anon_versioning=no
ots-0.5.0/aclocal.m4:6531:    case `$LD -v 2>/dev/null` in
ots-0.5.0/aclocal.m4-6532-      *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
##############################################
ots-0.5.0/aclocal.m4-6594-	# is EXPORTS), use it as is; otherwise, prepend...
ots-0.5.0/aclocal.m4:6595:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
ots-0.5.0/aclocal.m4-6596-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
ots-0.5.0/aclocal.m4-6617-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
ots-0.5.0/aclocal.m4:6618:      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
ots-0.5.0/aclocal.m4:6619:      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
ots-0.5.0/aclocal.m4-6620-      ;;
##############################################
ots-0.5.0/aclocal.m4-6626-	pgcc*)				# Portland Group C compiler
ots-0.5.0/aclocal.m4:6627:	  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
ots-0.5.0/aclocal.m4-6628-	  tmp_addflag=' $pic_flag'
##############################################
ots-0.5.0/aclocal.m4-6630-	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
ots-0.5.0/aclocal.m4:6631:	  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
ots-0.5.0/aclocal.m4-6632-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
ots-0.5.0/aclocal.m4-6685-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
ots-0.5.0/aclocal.m4:6686:      case `$LD -v 2>&1` in
ots-0.5.0/aclocal.m4-6687-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*) 
##############################################
ots-0.5.0/aclocal.m4-6701-	  if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
ots-0.5.0/aclocal.m4:6702:	    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
ots-0.5.0/aclocal.m4-6703-	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
##############################################
ots-0.5.0/aclocal.m4-6800-	# below for broken collect2 doesn't work under 4.3+
ots-0.5.0/aclocal.m4:6801:	  collect2name=`${CC} -print-prog-name=collect2`
ots-0.5.0/aclocal.m4-6802-	  if test -f "$collect2name" && \
##############################################
ots-0.5.0/aclocal.m4-6847-       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
ots-0.5.0/aclocal.m4:6848:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
ots-0.5.0/aclocal.m4-6849-       else
##############################################
ots-0.5.0/aclocal.m4-6894-      # FIXME: Setting linknames here is a bad hack.
ots-0.5.0/aclocal.m4:6895:      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
ots-0.5.0/aclocal.m4-6896-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
ots-0.5.0/aclocal.m4-6899-      _LT_AC_TAGVAR(old_archive_cmds, $1)='lib /OUT:$oldlib$oldobjs$old_deplibs'
ots-0.5.0/aclocal.m4:6900:      _LT_AC_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'
ots-0.5.0/aclocal.m4-6901-      _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
##############################################
ots-0.5.0/aclocal.m4-6940-         output_verbose_link_cmd='echo'
ots-0.5.0/aclocal.m4:6941:         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
ots-0.5.0/aclocal.m4-6942-         _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
##############################################
ots-0.5.0/aclocal.m4-7075-      if test "$GCC" = yes; then
ots-0.5.0/aclocal.m4:7076:	_LT_AC_TAGVAR(archive_cmds, $1)='$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'
ots-0.5.0/aclocal.m4-7077-      else
ots-0.5.0/aclocal.m4:7078:	_LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
ots-0.5.0/aclocal.m4-7079-	_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
##############################################
ots-0.5.0/aclocal.m4-7107-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
ots-0.5.0/aclocal.m4:7108:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
ots-0.5.0/aclocal.m4-7109-	_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
ots-0.5.0/aclocal.m4-7137-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
ots-0.5.0/aclocal.m4:7138:	_LT_AC_TAGVAR(archive_cmds, $1)='$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'
ots-0.5.0/aclocal.m4-7139-      else
ots-0.5.0/aclocal.m4-7140-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
ots-0.5.0/aclocal.m4:7141:	_LT_AC_TAGVAR(archive_cmds, $1)='$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'
ots-0.5.0/aclocal.m4-7142-      fi
##############################################
ots-0.5.0/aclocal.m4-7149-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
ots-0.5.0/aclocal.m4:7150:	_LT_AC_TAGVAR(archive_cmds, $1)='$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'
ots-0.5.0/aclocal.m4-7151-	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
ots-0.5.0/aclocal.m4-7153-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
ots-0.5.0/aclocal.m4:7154:	_LT_AC_TAGVAR(archive_cmds, $1)='$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'
ots-0.5.0/aclocal.m4:7155:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
ots-0.5.0/aclocal.m4:7156:	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
ots-0.5.0/aclocal.m4-7157-
##############################################
ots-0.5.0/aclocal.m4-7190- 	*)
ots-0.5.0/aclocal.m4:7191: 	  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;;
ots-0.5.0/aclocal.m4-7192- 	esac ;;
##############################################
ots-0.5.0/aclocal.m4-7274-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
ots-0.5.0/aclocal.m4:7275:      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
ots-0.5.0/aclocal.m4-7276-      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
##############################################
ots-0.5.0/aclocal.m4-7339-        _LT_AC_TAGVAR(allow_undefined_flag, $1)=
ots-0.5.0/aclocal.m4:7340:        if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1)
ots-0.5.0/aclocal.m4-7341-        then
##############################################
ots-0.5.0/aclocal.m4-7475-    test $lt_ac_count -gt 10 && break
ots-0.5.0/aclocal.m4:7476:    lt_ac_count=`expr $lt_ac_count + 1`
ots-0.5.0/aclocal.m4-7477-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
ots-0.5.0/aclocal.m4-7513-            AC_MSG_CHECKING($1_CFLAGS)
ots-0.5.0/aclocal.m4:7514:            $1_CFLAGS=`$PKG_CONFIG --cflags "$2"`
ots-0.5.0/aclocal.m4-7515-            AC_MSG_RESULT($$1_CFLAGS)
##############################################
ots-0.5.0/aclocal.m4-7517-            AC_MSG_CHECKING($1_LIBS)
ots-0.5.0/aclocal.m4:7518:            $1_LIBS=`$PKG_CONFIG --libs "$2"`
ots-0.5.0/aclocal.m4-7519-            AC_MSG_RESULT($$1_LIBS)
##############################################
ots-0.5.0/aclocal.m4-7524-            ## do set a variable so people can do so.
ots-0.5.0/aclocal.m4:7525:            $1_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"`
ots-0.5.0/aclocal.m4-7526-            ifelse([$4], ,echo $$1_PKG_ERRORS,)
##############################################
ots-0.5.0/config.guess-39-
ots-0.5.0/config.guess:40:me=`echo "$0" | sed -e 's,.*/,,'`
ots-0.5.0/config.guess-41-
##############################################
ots-0.5.0/config.guess-108-: ${TMPDIR=/tmp} ;
ots-0.5.0/config.guess:109: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
ots-0.5.0/config.guess-110- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
ots-0.5.0/config.guess-193-	    *)
ots-0.5.0/config.guess:194:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
ots-0.5.0/config.guess-195-		;;
##############################################
ots-0.5.0/config.guess-220-	*4.0)
ots-0.5.0/config.guess:221:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
ots-0.5.0/config.guess-222-		;;
ots-0.5.0/config.guess-223-	*5.*)
ots-0.5.0/config.guess:224:	        UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
ots-0.5.0/config.guess-225-		;;
##############################################
ots-0.5.0/config.guess-230-	# types through head -n 1, so we only detect the type of CPU 0.
ots-0.5.0/config.guess:231:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
ots-0.5.0/config.guess-232-	case "$ALPHA_CPU_TYPE" in
##############################################
ots-0.5.0/config.guess-268-	# 1.2 uses "1.2" for uname -r.
ots-0.5.0/config.guess:269:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
ots-0.5.0/config.guess-270-	exit ;;
##############################################
ots-0.5.0/config.guess-325-    sun4H:SunOS:5.*:*)
ots-0.5.0/config.guess:326:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ots-0.5.0/config.guess-327-	exit ;;
ots-0.5.0/config.guess-328-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
ots-0.5.0/config.guess:329:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ots-0.5.0/config.guess-330-	exit ;;
ots-0.5.0/config.guess-331-    i86pc:SunOS:5.*:*)
ots-0.5.0/config.guess:332:	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ots-0.5.0/config.guess-333-	exit ;;
##############################################
ots-0.5.0/config.guess-337-	# it's likely to be more like Solaris than SunOS4.
ots-0.5.0/config.guess:338:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ots-0.5.0/config.guess-339-	exit ;;
##############################################
ots-0.5.0/config.guess-346-	# Japanese Language versions have a version number like `4.1.3-JL'.
ots-0.5.0/config.guess:347:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
ots-0.5.0/config.guess-348-	exit ;;
##############################################
ots-0.5.0/config.guess-352-    sun*:*:4.2BSD:*)
ots-0.5.0/config.guess:353:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
ots-0.5.0/config.guess-354-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
ots-0.5.0/config.guess-434-	$CC_FOR_BUILD -o $dummy $dummy.c &&
ots-0.5.0/config.guess:435:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
ots-0.5.0/config.guess:436:	  SYSTEM_NAME=`$dummy $dummyarg` &&
ots-0.5.0/config.guess-437-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
ots-0.5.0/config.guess-490-    *:IRIX*:*:*)
ots-0.5.0/config.guess:491:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
ots-0.5.0/config.guess-492-	exit ;;
##############################################
ots-0.5.0/config.guess-520-EOF
ots-0.5.0/config.guess:521:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
ots-0.5.0/config.guess-522-		then
##############################################
ots-0.5.0/config.guess-533-    *:AIX:*:[45])
ots-0.5.0/config.guess:534:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
ots-0.5.0/config.guess-535-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
ots-0.5.0/config.guess-568-    9000/[34678]??:HP-UX:*:*)
ots-0.5.0/config.guess:569:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
ots-0.5.0/config.guess-570-	case "${UNAME_MACHINE}" in
##############################################
ots-0.5.0/config.guess-622-EOF
ots-0.5.0/config.guess:623:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
ots-0.5.0/config.guess-624-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
ots-0.5.0/config.guess-650-    ia64:HP-UX:*:*)
ots-0.5.0/config.guess:651:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
ots-0.5.0/config.guess-652-	echo ia64-hp-hpux${HPUX_REV}
##############################################
ots-0.5.0/config.guess-680-EOF
ots-0.5.0/config.guess:681:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
ots-0.5.0/config.guess-682-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
ots-0.5.0/config.guess-751-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
ots-0.5.0/config.guess:752:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
ots-0.5.0/config.guess-753-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
ots-0.5.0/config.guess-756-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
ots-0.5.0/config.guess:757:        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
ots-0.5.0/config.guess-758-        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
ots-0.5.0/config.guess-771-	    pc98)
ots-0.5.0/config.guess:772:		echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
ots-0.5.0/config.guess-773-	    *)
ots-0.5.0/config.guess:774:		echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
ots-0.5.0/config.guess-775-	esac
##############################################
ots-0.5.0/config.guess-817-    prep*:SunOS:5.*:*)
ots-0.5.0/config.guess:818:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ots-0.5.0/config.guess-819-	exit ;;
##############################################
ots-0.5.0/config.guess-821-	# the GNU system
ots-0.5.0/config.guess:822:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
ots-0.5.0/config.guess-823-	exit ;;
##############################################
ots-0.5.0/config.guess-825-	# other systems with GNU libc and userland
ots-0.5.0/config.guess:826:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
ots-0.5.0/config.guess-827-	exit ;;
##############################################
ots-0.5.0/config.guess-1047-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
ots-0.5.0/config.guess:1048:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
ots-0.5.0/config.guess-1049-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
ots-0.5.0/config.guess-1279-    *:DragonFly:*:*)
ots-0.5.0/config.guess:1280:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
ots-0.5.0/config.guess-1281-	exit ;;
##############################################
ots-0.5.0/config.guess-1292-    i*86:skyos:*:*)
ots-0.5.0/config.guess:1293:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
ots-0.5.0/config.guess-1294-	exit ;;
##############################################
ots-0.5.0/config.guess-1417-
ots-0.5.0/config.guess:1418:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
ots-0.5.0/config.guess-1419-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
ots-0.5.0/config.sub-55-
ots-0.5.0/config.sub:56:me=`echo "$0" | sed -e 's,.*/,,'`
ots-0.5.0/config.sub-57-
##############################################
ots-0.5.0/config.sub-119-# Here we must recognize all the valid KERNEL-OS combinations.
ots-0.5.0/config.sub:120:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
ots-0.5.0/config.sub-121-case $maybe_os in
##############################################
ots-0.5.0/config.sub-125-    os=-$maybe_os
ots-0.5.0/config.sub:126:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
ots-0.5.0/config.sub-127-    ;;
ots-0.5.0/config.sub-128-  *)
ots-0.5.0/config.sub:129:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
ots-0.5.0/config.sub-130-    if [ $basic_machine != $1 ]
ots-0.5.0/config.sub:131:    then os=`echo $1 | sed 's/.*-/-/'`
ots-0.5.0/config.sub-132-    else os=; fi
##############################################
ots-0.5.0/config.sub-176-		os=-sco5v6
ots-0.5.0/config.sub:177:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ots-0.5.0/config.sub-178-		;;
##############################################
ots-0.5.0/config.sub-180-		os=-sco3.2v5
ots-0.5.0/config.sub:181:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ots-0.5.0/config.sub-182-		;;
##############################################
ots-0.5.0/config.sub-184-		os=-sco3.2v4
ots-0.5.0/config.sub:185:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ots-0.5.0/config.sub-186-		;;
ots-0.5.0/config.sub-187-	-sco3.2.[4-9]*)
ots-0.5.0/config.sub:188:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
ots-0.5.0/config.sub:189:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ots-0.5.0/config.sub-190-		;;
##############################################
ots-0.5.0/config.sub-192-		# Don't forget version if it is 3.2v4 or newer.
ots-0.5.0/config.sub:193:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ots-0.5.0/config.sub-194-		;;
##############################################
ots-0.5.0/config.sub-196-		# Don't forget version if it is 3.2v4 or newer.
ots-0.5.0/config.sub:197:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ots-0.5.0/config.sub-198-		;;
##############################################
ots-0.5.0/config.sub-200-		os=-sco3.2v2
ots-0.5.0/config.sub:201:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ots-0.5.0/config.sub-202-		;;
ots-0.5.0/config.sub-203-	-udk*)
ots-0.5.0/config.sub:204:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ots-0.5.0/config.sub-205-		;;
##############################################
ots-0.5.0/config.sub-207-		os=-isc2.2
ots-0.5.0/config.sub:208:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ots-0.5.0/config.sub-209-		;;
##############################################
ots-0.5.0/config.sub-213-	-isc*)
ots-0.5.0/config.sub:214:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ots-0.5.0/config.sub-215-		;;
##############################################
ots-0.5.0/config.sub-219-	-ptx*)
ots-0.5.0/config.sub:220:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
ots-0.5.0/config.sub-221-		;;
ots-0.5.0/config.sub-222-	-windowsnt*)
ots-0.5.0/config.sub:223:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
ots-0.5.0/config.sub-224-		;;
##############################################
ots-0.5.0/config.sub-310-	*-*-*)
ots-0.5.0/config.sub:311:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
ots-0.5.0/config.sub-312-		exit 1
##############################################
ots-0.5.0/config.sub-414-	amd64-*)
ots-0.5.0/config.sub:415:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
ots-0.5.0/config.sub-416-		;;
##############################################
ots-0.5.0/config.sub-635-	i*86v32)
ots-0.5.0/config.sub:636:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
ots-0.5.0/config.sub-637-		os=-sysv32
##############################################
ots-0.5.0/config.sub-639-	i*86v4*)
ots-0.5.0/config.sub:640:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
ots-0.5.0/config.sub-641-		os=-sysv4
##############################################
ots-0.5.0/config.sub-643-	i*86v)
ots-0.5.0/config.sub:644:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
ots-0.5.0/config.sub-645-		os=-sysv
##############################################
ots-0.5.0/config.sub-647-	i*86sol2)
ots-0.5.0/config.sub:648:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
ots-0.5.0/config.sub-649-		os=-solaris2
##############################################
ots-0.5.0/config.sub-695-	mips3*-*)
ots-0.5.0/config.sub:696:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
ots-0.5.0/config.sub-697-		;;
ots-0.5.0/config.sub-698-	mips3*)
ots-0.5.0/config.sub:699:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
ots-0.5.0/config.sub-700-		;;
##############################################
ots-0.5.0/config.sub-713-	ms1-*)
ots-0.5.0/config.sub:714:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
ots-0.5.0/config.sub-715-		;;
##############################################
ots-0.5.0/config.sub-826-	pc98-*)
ots-0.5.0/config.sub:827:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
ots-0.5.0/config.sub-828-		;;
##############################################
ots-0.5.0/config.sub-841-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
ots-0.5.0/config.sub:842:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
ots-0.5.0/config.sub-843-		;;
ots-0.5.0/config.sub-844-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
ots-0.5.0/config.sub:845:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
ots-0.5.0/config.sub-846-		;;
ots-0.5.0/config.sub-847-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
ots-0.5.0/config.sub:848:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
ots-0.5.0/config.sub-849-		;;
ots-0.5.0/config.sub-850-	pentium4-*)
ots-0.5.0/config.sub:851:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
ots-0.5.0/config.sub-852-		;;
##############################################
ots-0.5.0/config.sub-859-		;;
ots-0.5.0/config.sub:860:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
ots-0.5.0/config.sub-861-		;;
##############################################
ots-0.5.0/config.sub-865-	ppcle-* | powerpclittle-*)
ots-0.5.0/config.sub:866:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
ots-0.5.0/config.sub-867-		;;
##############################################
ots-0.5.0/config.sub-869-		;;
ots-0.5.0/config.sub:870:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
ots-0.5.0/config.sub-871-		;;
##############################################
ots-0.5.0/config.sub-875-	ppc64le-* | powerpc64little-*)
ots-0.5.0/config.sub:876:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
ots-0.5.0/config.sub-877-		;;
##############################################
ots-0.5.0/config.sub-1152-	*)
ots-0.5.0/config.sub:1153:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
ots-0.5.0/config.sub-1154-		exit 1
##############################################
ots-0.5.0/config.sub-1160-	*-digital*)
ots-0.5.0/config.sub:1161:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
ots-0.5.0/config.sub-1162-		;;
ots-0.5.0/config.sub-1163-	*-commodore*)
ots-0.5.0/config.sub:1164:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
ots-0.5.0/config.sub-1165-		;;
##############################################
ots-0.5.0/config.sub-1178-	-solaris1 | -solaris1.*)
ots-0.5.0/config.sub:1179:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
ots-0.5.0/config.sub-1180-		;;
##############################################
ots-0.5.0/config.sub-1190-	-gnu/linux*)
ots-0.5.0/config.sub:1191:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
ots-0.5.0/config.sub-1192-		;;
##############################################
ots-0.5.0/config.sub-1234-	-nto*)
ots-0.5.0/config.sub:1235:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
ots-0.5.0/config.sub-1236-		;;
##############################################
ots-0.5.0/config.sub-1241-	-mac*)
ots-0.5.0/config.sub:1242:		os=`echo $os | sed -e 's|mac|macos|'`
ots-0.5.0/config.sub-1243-		;;
##############################################
ots-0.5.0/config.sub-1247-	-linux*)
ots-0.5.0/config.sub:1248:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
ots-0.5.0/config.sub-1249-		;;
ots-0.5.0/config.sub-1250-	-sunos5*)
ots-0.5.0/config.sub:1251:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
ots-0.5.0/config.sub-1252-		;;
ots-0.5.0/config.sub-1253-	-sunos6*)
ots-0.5.0/config.sub:1254:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
ots-0.5.0/config.sub-1255-		;;
##############################################
ots-0.5.0/config.sub-1302-	-sinix5.*)
ots-0.5.0/config.sub:1303:		os=`echo $os | sed -e 's|sinix|sysv|'`
ots-0.5.0/config.sub-1304-		;;
##############################################
ots-0.5.0/config.sub-1353-		# Get rid of the `-' at the beginning of $os.
ots-0.5.0/config.sub:1354:		os=`echo $os | sed 's/[^-]*-//'`
ots-0.5.0/config.sub:1355:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
ots-0.5.0/config.sub-1356-		exit 1
##############################################
ots-0.5.0/config.sub-1595-		esac
ots-0.5.0/config.sub:1596:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
ots-0.5.0/config.sub-1597-		;;
##############################################
ots-0.5.0/configure-105-do
ots-0.5.0/configure:106:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
ots-0.5.0/configure-107-    eval $as_var=C; export $as_var
##############################################
ots-0.5.0/configure-213-  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
ots-0.5.0/configure:214:  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
ots-0.5.0/configure-215-") 2> /dev/null; then
##############################################
ots-0.5.0/configure-326-  test "x$as_lineno_1" != "x$as_lineno_2" &&
ots-0.5.0/configure:327:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
ots-0.5.0/configure-328-
##############################################
ots-0.5.0/configure-421-  test "x$as_lineno_1" != "x$as_lineno_2" &&
ots-0.5.0/configure:422:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
ots-0.5.0/configure-423-
##############################################
ots-0.5.0/configure-545-  # Remove one level of quotation (which was required for Make).
ots-0.5.0/configure:546:  ECHO=`echo "$ECHO" | sed 's,\\\\\$\\$0,'$0','`
ots-0.5.0/configure-547-  ;;
##############################################
ots-0.5.0/configure-556-  :
ots-0.5.0/configure:557:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
ots-0.5.0/configure-558-  # Yippee, $echo works!
##############################################
ots-0.5.0/configure-582-    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
ots-0.5.0/configure:583:    if (echo_test_string=`eval $cmd`) 2>/dev/null &&
ots-0.5.0/configure:584:       echo_test_string=`eval $cmd` &&
ots-0.5.0/configure-585-       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
##############################################
ots-0.5.0/configure-591-
ots-0.5.0/configure:592:if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
ots-0.5.0/configure:593:   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
ots-0.5.0/configure-594-   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
ots-0.5.0/configure-606-    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
ots-0.5.0/configure:607:       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
ots-0.5.0/configure:608:       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
ots-0.5.0/configure-609-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
ots-0.5.0/configure-618-    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
ots-0.5.0/configure:619:       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
ots-0.5.0/configure-620-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
ots-0.5.0/configure-633-      echo='printf %s\n'
ots-0.5.0/configure:634:      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
ots-0.5.0/configure:635:	 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
ots-0.5.0/configure-636-	 test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
ots-0.5.0/configure-638-	:
ots-0.5.0/configure:639:      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
ots-0.5.0/configure-640-	   test "X$echo_testing_string" = 'X\t' &&
ots-0.5.0/configure:641:	   echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
ots-0.5.0/configure-642-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
ots-0.5.0/configure-647-	echo="$CONFIG_SHELL $0 --fallback-echo"
ots-0.5.0/configure:648:      elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
ots-0.5.0/configure-649-	   test "X$echo_testing_string" = 'X\t' &&
ots-0.5.0/configure:650:	   echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
ots-0.5.0/configure-651-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
ots-0.5.0/configure-657-	for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
ots-0.5.0/configure:658:	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
ots-0.5.0/configure-659-	  then
##############################################
ots-0.5.0/configure-665-	if test "$prev" != 'sed 50q "$0"'; then
ots-0.5.0/configure:666:	  echo_test_string=`eval $prev`
ots-0.5.0/configure-667-	  export echo_test_string
##############################################
ots-0.5.0/configure-940-  case $ac_option in
ots-0.5.0/configure:941:  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
ots-0.5.0/configure-942-  *)	ac_optarg=yes ;;
##############################################
ots-0.5.0/configure-983-  -disable-* | --disable-*)
ots-0.5.0/configure:984:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
ots-0.5.0/configure-985-    # Reject names that are not valid shell variable names.
##############################################
ots-0.5.0/configure-988-   { (exit 1); exit 1; }; }
ots-0.5.0/configure:989:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
ots-0.5.0/configure-990-    eval enable_$ac_feature=no ;;
##############################################
ots-0.5.0/configure-1002-  -enable-* | --enable-*)
ots-0.5.0/configure:1003:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
ots-0.5.0/configure-1004-    # Reject names that are not valid shell variable names.
##############################################
ots-0.5.0/configure-1007-   { (exit 1); exit 1; }; }
ots-0.5.0/configure:1008:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
ots-0.5.0/configure-1009-    eval enable_$ac_feature=\$ac_optarg ;;
##############################################
ots-0.5.0/configure-1199-  -with-* | --with-*)
ots-0.5.0/configure:1200:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
ots-0.5.0/configure-1201-    # Reject names that are not valid shell variable names.
##############################################
ots-0.5.0/configure-1204-   { (exit 1); exit 1; }; }
ots-0.5.0/configure:1205:    ac_package=`echo $ac_package| sed 's/-/_/g'`
ots-0.5.0/configure-1206-    eval with_$ac_package=\$ac_optarg ;;
##############################################
ots-0.5.0/configure-1208-  -without-* | --without-*)
ots-0.5.0/configure:1209:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
ots-0.5.0/configure-1210-    # Reject names that are not valid shell variable names.
##############################################
ots-0.5.0/configure-1213-   { (exit 1); exit 1; }; }
ots-0.5.0/configure:1214:    ac_package=`echo $ac_package | sed 's/-/_/g'`
ots-0.5.0/configure-1215-    eval with_$ac_package=no ;;
##############################################
ots-0.5.0/configure-1240-  *=*)
ots-0.5.0/configure:1241:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
ots-0.5.0/configure-1242-    # Reject names that are not valid shell variable names.
##############################################
ots-0.5.0/configure-1260-if test -n "$ac_prev"; then
ots-0.5.0/configure:1261:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
ots-0.5.0/configure-1262-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
ots-0.5.0/configure-1306-ac_ls_di=`ls -di .` &&
ots-0.5.0/configure:1307:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
ots-0.5.0/configure-1308-  { echo "$as_me: error: Working directory cannot be determined" >&2
##############################################
ots-0.5.0/configure-1366-case $srcdir in
ots-0.5.0/configure:1367:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
ots-0.5.0/configure-1368-esac
##############################################
ots-0.5.0/configure-1409-By default, \`make install' will install all the files in
ots-0.5.0/configure:1410:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
ots-0.5.0/configure:1411:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
ots-0.5.0/configure-1412-for instance \`--prefix=\$HOME'.
##############################################
ots-0.5.0/configure-1510-*)
ots-0.5.0/configure:1511:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
ots-0.5.0/configure-1512-  # A ".." for each directory in $ac_dir_suffix.
ots-0.5.0/configure:1513:  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
ots-0.5.0/configure-1514-  case $ac_top_builddir_sub in
##############################################
ots-0.5.0/configure-1643-    *\'*)
ots-0.5.0/configure:1644:      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
ots-0.5.0/configure-1645-    esac
##############################################
ots-0.5.0/configure-1729-      case $ac_val in
ots-0.5.0/configure:1730:      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
ots-0.5.0/configure-1731-      esac
##############################################
ots-0.5.0/configure-1746-	case $ac_val in
ots-0.5.0/configure:1747:	*\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
ots-0.5.0/configure-1748-	esac
##############################################
ots-0.5.0/configure-1854-    set,)
ots-0.5.0/configure:1855:      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
ots-0.5.0/configure:1856:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
ots-0.5.0/configure-1857-      ac_cache_corrupted=: ;;
##############################################
ots-0.5.0/configure-1876-    case $ac_new_val in
ots-0.5.0/configure:1877:    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
ots-0.5.0/configure-1878-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
ots-0.5.0/configure-1948-# libtool versioning
ots-0.5.0/configure:1949:VERSION_INFO=`expr $OTS_MAJOR_VERSION + $OTS_MINOR_VERSION`:$OTS_MICRO_VERSION:$OTS_MINOR_VERSION
ots-0.5.0/configure-1950-
##############################################
ots-0.5.0/configure-2082-if (
ots-0.5.0/configure:2083:   set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
ots-0.5.0/configure-2084-   if test "$*" = "X"; then
ots-0.5.0/configure-2085-      # -L didn't work.
ots-0.5.0/configure:2086:      set X `ls -t $srcdir/configure conftestfile`
ots-0.5.0/configure-2087-   fi
##############################################
ots-0.5.0/configure-2126-_ACEOF
ots-0.5.0/configure:2127:program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
ots-0.5.0/configure-2128-rm -f conftest.sed
##############################################
ots-0.5.0/configure-2131-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
ots-0.5.0/configure:2132:set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
ots-0.5.0/configure-2133-if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
ots-0.5.0/configure-2141-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
ots-0.5.0/configure:2142:case `${MAKE-make} -f conftest.make 2>/dev/null` in
ots-0.5.0/configure-2143-  *@@@%%%=?*=@@@%%%*)
##############################################
ots-0.5.0/configure-2164-
ots-0.5.0/configure:2165:if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
ots-0.5.0/configure-2166-  { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
##############################################
ots-0.5.0/configure-2181-
ots-0.5.0/configure:2182:missing_dir=`cd $ac_aux_dir && pwd`
ots-0.5.0/configure-2183-{ echo "$as_me:$LINENO: checking for working aclocal-${am__api_version}" >&5
##############################################
ots-0.5.0/configure-2597-echo "$as_me:$LINENO: checking for C compiler version" >&5
ots-0.5.0/configure:2598:ac_compiler=`set X $ac_compile; echo $2`
ots-0.5.0/configure-2599-{ (ac_try="$ac_compiler --version >&5"
##############################################
ots-0.5.0/configure-2651-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
ots-0.5.0/configure:2652:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
ots-0.5.0/configure-2653-#
##############################################
ots-0.5.0/configure-2699-	then :; else
ots-0.5.0/configure:2700:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
ots-0.5.0/configure-2701-	fi
##############################################
ots-0.5.0/configure-2792-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
ots-0.5.0/configure:2793:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
ots-0.5.0/configure-2794-	  break;;
##############################################
ots-0.5.0/configure-2847-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
ots-0.5.0/configure:2848:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
ots-0.5.0/configure-2849-       break;;
##############################################
ots-0.5.0/configure-2939-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
ots-0.5.0/configure:2940:GCC=`test $ac_compiler_gnu = yes && echo yes`
ots-0.5.0/configure-2941-ac_test_CFLAGS=${CFLAGS+set}
##############################################
ots-0.5.0/configure-3372-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
ots-0.5.0/configure:3373:set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
ots-0.5.0/configure-3374-if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
ots-0.5.0/configure-3382-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
ots-0.5.0/configure:3383:case `${MAKE-make} -f conftest.make 2>/dev/null` in
ots-0.5.0/configure-3384-  *@@@%%%=?*=@@@%%%*)
##############################################
ots-0.5.0/configure-3488-test "x$ac_build_alias" = x &&
ots-0.5.0/configure:3489:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
ots-0.5.0/configure-3490-test "x$ac_build_alias" = x &&
##############################################
ots-0.5.0/configure-3493-   { (exit 1); exit 1; }; }
ots-0.5.0/configure:3494:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
ots-0.5.0/configure-3495-  { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
##############################################
ots-0.5.0/configure-3518-IFS=$ac_save_IFS
ots-0.5.0/configure:3519:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
ots-0.5.0/configure-3520-
##############################################
ots-0.5.0/configure-3529-else
ots-0.5.0/configure:3530:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
ots-0.5.0/configure-3531-    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
##############################################
ots-0.5.0/configure-3555-IFS=$ac_save_IFS
ots-0.5.0/configure:3556:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
ots-0.5.0/configure-3557-
##############################################
ots-0.5.0/configure-3601-    test $lt_ac_count -gt 10 && break
ots-0.5.0/configure:3602:    lt_ac_count=`expr $lt_ac_count + 1`
ots-0.5.0/configure-3603-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
ots-0.5.0/configure-3639-  # Check for GNU $ac_path_GREP
ots-0.5.0/configure:3640:case `"$ac_path_GREP" --version 2>&1` in
ots-0.5.0/configure-3641-*GNU*)
##############################################
ots-0.5.0/configure-3653-    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
ots-0.5.0/configure:3654:    ac_count=`expr $ac_count + 1`
ots-0.5.0/configure-3655-    if test $ac_count -gt ${ac_path_GREP_max-0}; then
##############################################
ots-0.5.0/configure-3721-  # Check for GNU $ac_path_EGREP
ots-0.5.0/configure:3722:case `"$ac_path_EGREP" --version 2>&1` in
ots-0.5.0/configure-3723-*GNU*)
##############################################
ots-0.5.0/configure-3735-    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
ots-0.5.0/configure:3736:    ac_count=`expr $ac_count + 1`
ots-0.5.0/configure-3737-    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
##############################################
ots-0.5.0/configure-3793-    # gcc leaves a trailing carriage return which upsets mingw
ots-0.5.0/configure:3794:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
ots-0.5.0/configure-3795-  *)
ots-0.5.0/configure:3796:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
ots-0.5.0/configure-3797-  esac
##############################################
ots-0.5.0/configure-3802-      # Canonicalize the pathname of ld
ots-0.5.0/configure:3803:      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
ots-0.5.0/configure-3804-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
ots-0.5.0/configure:3805:	ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
ots-0.5.0/configure-3806-      done
##############################################
ots-0.5.0/configure-3837-      # Break only if it was the GNU/non-GNU ld that we prefer.
ots-0.5.0/configure:3838:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
ots-0.5.0/configure-3839-      *GNU* | *'with BFD'*)
##############################################
ots-0.5.0/configure-3870-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
ots-0.5.0/configure:3871:case `$LD -v 2>&1 </dev/null` in
ots-0.5.0/configure-3872-*GNU* | *'with BFD'*)
##############################################
ots-0.5.0/configure-3933-	# Tru64's nm complains that /dev/null is an invalid object file
ots-0.5.0/configure:3934:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
ots-0.5.0/configure-3935-	*/dev/null* | *'Invalid file or object type'*)
##############################################
ots-0.5.0/configure-3939-	*)
ots-0.5.0/configure:3940:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
ots-0.5.0/configure-3941-	  */dev/null*)
##############################################
ots-0.5.0/configure-4101-openbsd*)
ots-0.5.0/configure:4102:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
ots-0.5.0/configure-4103-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
ots-0.5.0/configure-4186-  (exit $ac_status); }; then
ots-0.5.0/configure:4187:    case `/usr/bin/file conftest.$ac_objext` in
ots-0.5.0/configure-4188-    *ELF-32*)
##############################################
ots-0.5.0/configure-4206-   if test "$lt_cv_prog_gnu_ld" = yes; then
ots-0.5.0/configure:4207:    case `/usr/bin/file conftest.$ac_objext` in
ots-0.5.0/configure-4208-    *32-bit*)
##############################################
ots-0.5.0/configure-4218-   else
ots-0.5.0/configure:4219:    case `/usr/bin/file conftest.$ac_objext` in
ots-0.5.0/configure-4220-    *32-bit*)
##############################################
ots-0.5.0/configure-5147-do
ots-0.5.0/configure:5148:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
ots-0.5.0/configure-5149-{ echo "$as_me:$LINENO: checking for $ac_header" >&5
##############################################
ots-0.5.0/configure-5207-fi
ots-0.5.0/configure:5208:ac_res=`eval echo '${'$as_ac_Header'}'`
ots-0.5.0/configure-5209-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
ots-0.5.0/configure-5210-echo "${ECHO_T}$ac_res" >&6; }
ots-0.5.0/configure:5211:if test `eval echo '${'$as_ac_Header'}'` = yes; then
ots-0.5.0/configure-5212-  cat >>confdefs.h <<_ACEOF
ots-0.5.0/configure:5213:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
ots-0.5.0/configure-5214-_ACEOF
##############################################
ots-0.5.0/configure-5223-do
ots-0.5.0/configure:5224:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
ots-0.5.0/configure-5225-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
ots-0.5.0/configure-5230-fi
ots-0.5.0/configure:5231:ac_res=`eval echo '${'$as_ac_Header'}'`
ots-0.5.0/configure-5232-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
ots-0.5.0/configure-5375-fi
ots-0.5.0/configure:5376:ac_res=`eval echo '${'$as_ac_Header'}'`
ots-0.5.0/configure-5377-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
ots-0.5.0/configure-5380-fi
ots-0.5.0/configure:5381:if test `eval echo '${'$as_ac_Header'}'` = yes; then
ots-0.5.0/configure-5382-  cat >>confdefs.h <<_ACEOF
ots-0.5.0/configure:5383:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
ots-0.5.0/configure-5384-_ACEOF
##############################################
ots-0.5.0/configure-5506-echo "$as_me:$LINENO: checking for C++ compiler version" >&5
ots-0.5.0/configure:5507:ac_compiler=`set X $ac_compile; echo $2`
ots-0.5.0/configure-5508-{ (ac_try="$ac_compiler --version >&5"
##############################################
ots-0.5.0/configure-5609-echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
ots-0.5.0/configure:5610:GXX=`test $ac_compiler_gnu = yes && echo yes`
ots-0.5.0/configure-5611-ac_test_CXXFLAGS=${CXXFLAGS+set}
##############################################
ots-0.5.0/configure-6194-echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5
ots-0.5.0/configure:6195:ac_compiler=`set X $ac_compile; echo $2`
ots-0.5.0/configure-6196-{ (ac_try="$ac_compiler --version >&5"
##############################################
ots-0.5.0/configure-6370-
ots-0.5.0/configure:6371:G77=`test $ac_compiler_gnu = yes && echo yes`
ots-0.5.0/configure-6372-ac_ext=c
##############################################
ots-0.5.0/configure-6433-    # And add a safety zone
ots-0.5.0/configure:6434:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
ots-0.5.0/configure:6435:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
ots-0.5.0/configure-6436-    ;;
##############################################
ots-0.5.0/configure-6461-    if test -n "$kargmax"; then
ots-0.5.0/configure:6462:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ 	]//'`
ots-0.5.0/configure-6463-    else
##############################################
ots-0.5.0/configure-6471-    SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
ots-0.5.0/configure:6472:    while (test "X"`$SHELL $0 --fallback-echo "X$teststring" 2>/dev/null` \
ots-0.5.0/configure-6473-	       = "XX$teststring") >/dev/null 2>&1 &&
ots-0.5.0/configure:6474:	    new_result=`expr "X$teststring" : ".*" 2>&1` &&
ots-0.5.0/configure-6475-	    lt_cv_sys_max_cmd_len=$new_result &&
##############################################
ots-0.5.0/configure-6477-    do
ots-0.5.0/configure:6478:      i=`expr $i + 1`
ots-0.5.0/configure-6479-      teststring=$teststring$teststring
##############################################
ots-0.5.0/configure-6484-    # It appears as though 1/2 is a usable value.
ots-0.5.0/configure:6485:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
ots-0.5.0/configure-6486-    ;;
##############################################
ots-0.5.0/configure-6577-# If we're using GNU nm, then use its standard symbol codes.
ots-0.5.0/configure:6578:case `$NM -V 2>&1` in
ots-0.5.0/configure-6579-*GNU* | *'with BFD'*)
##############################################
ots-0.5.0/configure-7113-done
ots-0.5.0/configure:7114:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
ots-0.5.0/configure-7115-
##############################################
ots-0.5.0/configure-7141-	"file_magic "*)
ots-0.5.0/configure:7142:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
ots-0.5.0/configure-7143-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
ots-0.5.0/configure-7203-	"file_magic "*)
ots-0.5.0/configure:7204:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
ots-0.5.0/configure-7205-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
ots-0.5.0/configure-7760-  if test "$hard_links" = no; then
ots-0.5.0/configure:7761:    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
ots-0.5.0/configure:7762:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
ots-0.5.0/configure-7763-    need_locks=warn
##############################################
ots-0.5.0/configure-7816-done
ots-0.5.0/configure:7817:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
ots-0.5.0/configure-7818-
##############################################
ots-0.5.0/configure-7854-    supports_anon_versioning=no
ots-0.5.0/configure:7855:    case `$LD -v 2>/dev/null` in
ots-0.5.0/configure-7856-      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
##############################################
ots-0.5.0/configure-7918-	# is EXPORTS), use it as is; otherwise, prepend...
ots-0.5.0/configure:7919:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
ots-0.5.0/configure-7920-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
ots-0.5.0/configure-7941-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
ots-0.5.0/configure:7942:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
ots-0.5.0/configure:7943:      archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
ots-0.5.0/configure-7944-      ;;
##############################################
ots-0.5.0/configure-7950-	pgcc*)				# Portland Group C compiler
ots-0.5.0/configure:7951:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
ots-0.5.0/configure-7952-	  tmp_addflag=' $pic_flag'
##############################################
ots-0.5.0/configure-7954-	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
ots-0.5.0/configure:7955:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
ots-0.5.0/configure-7956-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
ots-0.5.0/configure-8009-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
ots-0.5.0/configure:8010:      case `$LD -v 2>&1` in
ots-0.5.0/configure-8011-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
ots-0.5.0/configure-8025-	  if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
ots-0.5.0/configure:8026:	    hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
ots-0.5.0/configure-8027-	    archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
##############################################
ots-0.5.0/configure-8124-	# below for broken collect2 doesn't work under 4.3+
ots-0.5.0/configure:8125:	  collect2name=`${CC} -print-prog-name=collect2`
ots-0.5.0/configure-8126-	  if test -f "$collect2name" && \
##############################################
ots-0.5.0/configure-8236-       hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
ots-0.5.0/configure:8237:	archive_expsym_cmds="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
ots-0.5.0/configure-8238-       else
##############################################
ots-0.5.0/configure-8348-      # FIXME: Setting linknames here is a bad hack.
ots-0.5.0/configure:8349:      archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
ots-0.5.0/configure-8350-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
ots-0.5.0/configure-8353-      old_archive_cmds='lib /OUT:$oldlib$oldobjs$old_deplibs'
ots-0.5.0/configure:8354:      fix_srcfile_path='`cygpath -w "$srcfile"`'
ots-0.5.0/configure-8355-      enable_shared_with_static_runtimes=yes
##############################################
ots-0.5.0/configure-8394-         output_verbose_link_cmd='echo'
ots-0.5.0/configure:8395:         archive_cmds='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
ots-0.5.0/configure-8396-         module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
##############################################
ots-0.5.0/configure-8529-      if test "$GCC" = yes; then
ots-0.5.0/configure:8530:	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'
ots-0.5.0/configure-8531-      else
ots-0.5.0/configure:8532:	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'
ots-0.5.0/configure-8533-	hardcode_libdir_flag_spec_ld='-rpath $libdir'
##############################################
ots-0.5.0/configure-8561-      hardcode_shlibpath_var=no
ots-0.5.0/configure:8562:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
ots-0.5.0/configure-8563-	archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
ots-0.5.0/configure-8591-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
ots-0.5.0/configure:8592:	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'
ots-0.5.0/configure-8593-      else
ots-0.5.0/configure-8594-	allow_undefined_flag=' -expect_unresolved \*'
ots-0.5.0/configure:8595:	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'
ots-0.5.0/configure-8596-      fi
##############################################
ots-0.5.0/configure-8603-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
ots-0.5.0/configure:8604:	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'
ots-0.5.0/configure-8605-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
ots-0.5.0/configure-8607-	allow_undefined_flag=' -expect_unresolved \*'
ots-0.5.0/configure:8608:	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'
ots-0.5.0/configure:8609:	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
ots-0.5.0/configure:8610:	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
ots-0.5.0/configure-8611-
##############################################
ots-0.5.0/configure-8644- 	*)
ots-0.5.0/configure:8645: 	  whole_archive_flag_spec='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;;
ots-0.5.0/configure-8646- 	esac ;;
##############################################
ots-0.5.0/configure-8728-      hardcode_shlibpath_var=no
ots-0.5.0/configure:8729:      hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
ots-0.5.0/configure-8730-      hardcode_libdir_separator=':'
##############################################
ots-0.5.0/configure-8838-if test "$GCC" = yes; then
ots-0.5.0/configure:8839:  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
ots-0.5.0/configure-8840-  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
##############################################
ots-0.5.0/configure-8844-    # okay in the real world where ";" in dirpaths is itself problematic.
ots-0.5.0/configure:8845:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
ots-0.5.0/configure-8846-  else
ots-0.5.0/configure:8847:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
ots-0.5.0/configure-8848-  fi
##############################################
ots-0.5.0/configure-8915-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
ots-0.5.0/configure:8916:  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'
ots-0.5.0/configure-8917-  ;;
##############################################
ots-0.5.0/configure-8948-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
ots-0.5.0/configure:8949:    postinstall_cmds='base_file=`basename \${file}`~
ots-0.5.0/configure:8950:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
ots-0.5.0/configure:8951:      dldir=$destdir/`dirname \$dlpath`~
ots-0.5.0/configure-8952-      test -d \$dldir || mkdir -p \$dldir~
##############################################
ots-0.5.0/configure-8954-      chmod a+x \$dldir/$dlname'
ots-0.5.0/configure:8955:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
ots-0.5.0/configure-8956-      dlpath=$dir/\$dldll~
##############################################
ots-0.5.0/configure-8962-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
ots-0.5.0/configure:8963:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
ots-0.5.0/configure-8964-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
ots-0.5.0/configure-8967-      # MinGW DLLs use traditional 'lib' prefix
ots-0.5.0/configure:8968:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
ots-0.5.0/configure:8969:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
ots-0.5.0/configure-8970-      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
##############################################
ots-0.5.0/configure-8976-        # which wouldn't understand a cygwinified path. Ahh.
ots-0.5.0/configure:8977:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
ots-0.5.0/configure-8978-      else
ots-0.5.0/configure:8979:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
ots-0.5.0/configure-8980-      fi
##############################################
ots-0.5.0/configure-8983-      # pw32 DLLs use 'pw' prefix rather than 'lib'
ots-0.5.0/configure:8984:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
ots-0.5.0/configure-8985-      ;;
##############################################
ots-0.5.0/configure-8989-  *)
ots-0.5.0/configure:8990:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
ots-0.5.0/configure-8991-    ;;
##############################################
ots-0.5.0/configure-9006-  shlibpath_var=DYLD_LIBRARY_PATH
ots-0.5.0/configure:9007:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
ots-0.5.0/configure-9008-  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
ots-0.5.0/configure-9009-  if test "$GCC" = yes; then
ots-0.5.0/configure:9010:    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
ots-0.5.0/configure-9011-  else
##############################################
ots-0.5.0/configure-9200-  if test -f /etc/ld.so.conf; then
ots-0.5.0/configure:9201:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
ots-0.5.0/configure-9202-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
ots-0.5.0/configure-9272-  shlibpath_var=LD_LIBRARY_PATH
ots-0.5.0/configure:9273:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
ots-0.5.0/configure-9274-    case $host_os in
##############################################
ots-0.5.0/configure-10472-      # Double-quote double-evaled strings.
ots-0.5.0/configure:10473:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
ots-0.5.0/configure-10474-      ;;
ots-0.5.0/configure-10475-    *)
ots-0.5.0/configure:10476:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
ots-0.5.0/configure-10477-      ;;
##############################################
ots-0.5.0/configure-10482-  *'\$0 --fallback-echo"')
ots-0.5.0/configure:10483:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
ots-0.5.0/configure-10484-    ;;
##############################################
ots-0.5.0/configure-10495-
ots-0.5.0/configure:10496:# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
ots-0.5.0/configure-10497-# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
##############################################
ots-0.5.0/configure-10874-  # libtool script then.
ots-0.5.0/configure:10875:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
ots-0.5.0/configure-10876-  if test -f "$ltmain_in"; then
##############################################
ots-0.5.0/configure-10903-  if test -z "$LTCC"; then
ots-0.5.0/configure:10904:    eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
ots-0.5.0/configure-10905-    if test -z "$LTCC"; then
##############################################
ots-0.5.0/configure-10908-    else
ots-0.5.0/configure:10909:      { echo "$as_me:$LINENO: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&5
ots-0.5.0/configure:10910:echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&2;}
ots-0.5.0/configure-10911-    fi
##############################################
ots-0.5.0/configure-10913-  if test -z "$LTCFLAGS"; then
ots-0.5.0/configure:10914:    eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`"
ots-0.5.0/configure-10915-  fi
##############################################
ots-0.5.0/configure-10918-  # Note that this assumes the entire list is on one line.
ots-0.5.0/configure:10919:  available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
ots-0.5.0/configure-10920-
##############################################
ots-0.5.0/configure-10924-    # Check whether tagname contains only valid characters
ots-0.5.0/configure:10925:    case `$echo "X$tagname" | $Xsed -e 's:[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]::g'` in
ots-0.5.0/configure-10926-    "") ;;
##############################################
ots-0.5.0/configure-11052-done
ots-0.5.0/configure:11053:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
ots-0.5.0/configure-11054-
##############################################
ots-0.5.0/configure-11082-    # gcc leaves a trailing carriage return which upsets mingw
ots-0.5.0/configure:11083:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
ots-0.5.0/configure-11084-  *)
ots-0.5.0/configure:11085:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
ots-0.5.0/configure-11086-  esac
##############################################
ots-0.5.0/configure-11091-      # Canonicalize the pathname of ld
ots-0.5.0/configure:11092:      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
ots-0.5.0/configure-11093-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
ots-0.5.0/configure:11094:	ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
ots-0.5.0/configure-11095-      done
##############################################
ots-0.5.0/configure-11126-      # Break only if it was the GNU/non-GNU ld that we prefer.
ots-0.5.0/configure:11127:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
ots-0.5.0/configure-11128-      *GNU* | *'with BFD'*)
##############################################
ots-0.5.0/configure-11159-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
ots-0.5.0/configure:11160:case `$LD -v 2>&1 </dev/null` in
ots-0.5.0/configure-11161-*GNU* | *'with BFD'*)
##############################################
ots-0.5.0/configure-11189-    # ancient GNU ld didn't support --whole-archive et. al.
ots-0.5.0/configure:11190:    if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
ots-0.5.0/configure-11191-	grep 'no-whole-archive' > /dev/null; then
##############################################
ots-0.5.0/configure-11271-      # below for broken collect2 doesn't work under 4.3+
ots-0.5.0/configure:11272:	collect2name=`${CC} -print-prog-name=collect2`
ots-0.5.0/configure-11273-	if test -f "$collect2name" && \
##############################################
ots-0.5.0/configure-11384-
ots-0.5.0/configure:11385:      archive_expsym_cmds_CXX="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
ots-0.5.0/configure-11386-     else
##############################################
ots-0.5.0/configure-11504-      # is EXPORTS), use it as is; otherwise, prepend...
ots-0.5.0/configure:11505:      archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
ots-0.5.0/configure-11506-	cp $export_symbols $output_objdir/$soname.def;
##############################################
ots-0.5.0/configure-11565-         output_verbose_link_cmd='echo'
ots-0.5.0/configure:11566:          archive_cmds_CXX='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
ots-0.5.0/configure-11567-          module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
##############################################
ots-0.5.0/configure-11633-      # dependencies.
ots-0.5.0/configure:11634:      output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "[-]L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
ots-0.5.0/configure-11635-      ;;
##############################################
ots-0.5.0/configure-11697-	# dependencies.
ots-0.5.0/configure:11698:	output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
ots-0.5.0/configure-11699-	;;
##############################################
ots-0.5.0/configure-11732-    # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
ots-0.5.0/configure:11733:    archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
ots-0.5.0/configure:11734:    archive_expsym_cmds_CXX='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
ots-0.5.0/configure-11735-    ;;
##############################################
ots-0.5.0/configure-11739-	# SGI C++
ots-0.5.0/configure:11740:	archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
ots-0.5.0/configure-11741-
##############################################
ots-0.5.0/configure-11750-	  if test "$with_gnu_ld" = no; then
ots-0.5.0/configure:11751:	    archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $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'
ots-0.5.0/configure-11752-	  else
ots-0.5.0/configure:11753:	    archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'
ots-0.5.0/configure-11754-	  fi
##############################################
ots-0.5.0/configure-11769-	# to its proper name (with version) after linking.
ots-0.5.0/configure:11770:	archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
ots-0.5.0/configure:11771:	archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
ots-0.5.0/configure-11772-	# Commands to make compiler produce verbose output that lists
##############################################
ots-0.5.0/configure-11779-	# dependencies.
ots-0.5.0/configure:11780:	output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | grep "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
ots-0.5.0/configure-11781-
##############################################
ots-0.5.0/configure-11794-	# earlier do not add the objects themselves.
ots-0.5.0/configure:11795:	case `$CC -V 2>&1` in
ots-0.5.0/configure-11796-	*"Version 7."*)
##############################################
ots-0.5.0/configure-11820-	export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
ots-0.5.0/configure:11821:	whole_archive_flag_spec_CXX='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
ots-0.5.0/configure-11822-        ;;
##############################################
ots-0.5.0/configure-11839-	# dependencies.
ots-0.5.0/configure:11840:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
ots-0.5.0/configure-11841-	;;
##############################################
ots-0.5.0/configure-11883-    hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
ots-0.5.0/configure:11884:    if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
ots-0.5.0/configure-11885-      archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
##############################################
ots-0.5.0/configure-11898-	# to its proper name (with version) after linking.
ots-0.5.0/configure:11899:	archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
ots-0.5.0/configure-11900-
##############################################
ots-0.5.0/configure-11915-	allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
ots-0.5.0/configure:11916:	archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
ots-0.5.0/configure-11917-
##############################################
ots-0.5.0/configure-11928-	# dependencies.
ots-0.5.0/configure:11929:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
ots-0.5.0/configure-11930-	;;
##############################################
ots-0.5.0/configure-11933-	  allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
ots-0.5.0/configure:11934:	  archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $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'
ots-0.5.0/configure-11935-
##############################################
ots-0.5.0/configure-11958-	# to its proper name (with version) after linking.
ots-0.5.0/configure:11959:	archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
ots-0.5.0/configure-11960-
##############################################
ots-0.5.0/configure-11974-	allow_undefined_flag_CXX=' -expect_unresolved \*'
ots-0.5.0/configure:11975:	archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
ots-0.5.0/configure:11976:	archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
ots-0.5.0/configure-11977-	  echo "-hidden">> $lib.exp~
ots-0.5.0/configure:11978:	  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp  `test -n "$verstring" && echo -set_version	$verstring` -update_registry ${output_objdir}/so_locations -o $lib~
ots-0.5.0/configure-11979-	  $rm $lib.exp'
##############################################
ots-0.5.0/configure-11991-	# dependencies.
ots-0.5.0/configure:11992:	output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
ots-0.5.0/configure-11993-	;;
##############################################
ots-0.5.0/configure-11996-	  allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
ots-0.5.0/configure:11997:	 archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $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'
ots-0.5.0/configure-11998-
##############################################
ots-0.5.0/configure-12058-	    # Supported since Solaris 2.6 (maybe 2.5.1?)
ots-0.5.0/configure:12059:	    whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract'
ots-0.5.0/configure-12060-	    ;;
##############################################
ots-0.5.0/configure-12146-    hardcode_shlibpath_var_CXX=no
ots-0.5.0/configure:12147:    hardcode_libdir_flag_spec_CXX='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
ots-0.5.0/configure-12148-    hardcode_libdir_separator_CXX=':'
##############################################
ots-0.5.0/configure-12218-  # eval without this substitution.
ots-0.5.0/configure:12219:  output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"`
ots-0.5.0/configure-12220-
ots-0.5.0/configure:12221:  for p in `eval $output_verbose_link_cmd`; do
ots-0.5.0/configure-12222-    case $p in
##############################################
ots-0.5.0/configure-12773-  if test "$hard_links" = no; then
ots-0.5.0/configure:12774:    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
ots-0.5.0/configure:12775:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
ots-0.5.0/configure-12776-    need_locks=warn
##############################################
ots-0.5.0/configure-12892-if test "$GCC" = yes; then
ots-0.5.0/configure:12893:  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
ots-0.5.0/configure-12894-  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
##############################################
ots-0.5.0/configure-12898-    # okay in the real world where ";" in dirpaths is itself problematic.
ots-0.5.0/configure:12899:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
ots-0.5.0/configure-12900-  else
ots-0.5.0/configure:12901:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
ots-0.5.0/configure-12902-  fi
##############################################
ots-0.5.0/configure-12969-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
ots-0.5.0/configure:12970:  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'
ots-0.5.0/configure-12971-  ;;
##############################################
ots-0.5.0/configure-13002-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
ots-0.5.0/configure:13003:    postinstall_cmds='base_file=`basename \${file}`~
ots-0.5.0/configure:13004:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
ots-0.5.0/configure:13005:      dldir=$destdir/`dirname \$dlpath`~
ots-0.5.0/configure-13006-      test -d \$dldir || mkdir -p \$dldir~
##############################################
ots-0.5.0/configure-13008-      chmod a+x \$dldir/$dlname'
ots-0.5.0/configure:13009:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
ots-0.5.0/configure-13010-      dlpath=$dir/\$dldll~
##############################################
ots-0.5.0/configure-13016-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
ots-0.5.0/configure:13017:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
ots-0.5.0/configure-13018-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
ots-0.5.0/configure-13021-      # MinGW DLLs use traditional 'lib' prefix
ots-0.5.0/configure:13022:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
ots-0.5.0/configure:13023:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
ots-0.5.0/configure-13024-      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
##############################################
ots-0.5.0/configure-13030-        # which wouldn't understand a cygwinified path. Ahh.
ots-0.5.0/configure:13031:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
ots-0.5.0/configure-13032-      else
ots-0.5.0/configure:13033:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
ots-0.5.0/configure-13034-      fi
##############################################
ots-0.5.0/configure-13037-      # pw32 DLLs use 'pw' prefix rather than 'lib'
ots-0.5.0/configure:13038:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
ots-0.5.0/configure-13039-      ;;
##############################################
ots-0.5.0/configure-13043-  *)
ots-0.5.0/configure:13044:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
ots-0.5.0/configure-13045-    ;;
##############################################
ots-0.5.0/configure-13060-  shlibpath_var=DYLD_LIBRARY_PATH
ots-0.5.0/configure:13061:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
ots-0.5.0/configure-13062-  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
ots-0.5.0/configure-13063-  if test "$GCC" = yes; then
ots-0.5.0/configure:13064:    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
ots-0.5.0/configure-13065-  else
##############################################
ots-0.5.0/configure-13254-  if test -f /etc/ld.so.conf; then
ots-0.5.0/configure:13255:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
ots-0.5.0/configure-13256-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
ots-0.5.0/configure-13326-  shlibpath_var=LD_LIBRARY_PATH
ots-0.5.0/configure:13327:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
ots-0.5.0/configure-13328-    case $host_os in
##############################################
ots-0.5.0/configure-13571-      # Double-quote double-evaled strings.
ots-0.5.0/configure:13572:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
ots-0.5.0/configure-13573-      ;;
ots-0.5.0/configure-13574-    *)
ots-0.5.0/configure:13575:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
ots-0.5.0/configure-13576-      ;;
##############################################
ots-0.5.0/configure-13581-  *'\$0 --fallback-echo"')
ots-0.5.0/configure:13582:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
ots-0.5.0/configure-13583-    ;;
##############################################
ots-0.5.0/configure-13900-  # libtool script then.
ots-0.5.0/configure:13901:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
ots-0.5.0/configure-13902-  if test -f "$ltmain_in"; then
##############################################
ots-0.5.0/configure-14009-done
ots-0.5.0/configure:14010:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
ots-0.5.0/configure-14011-
##############################################
ots-0.5.0/configure-14438-  if test "$hard_links" = no; then
ots-0.5.0/configure:14439:    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
ots-0.5.0/configure:14440:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
ots-0.5.0/configure-14441-    need_locks=warn
##############################################
ots-0.5.0/configure-14494-done
ots-0.5.0/configure:14495:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
ots-0.5.0/configure-14496-
##############################################
ots-0.5.0/configure-14532-    supports_anon_versioning=no
ots-0.5.0/configure:14533:    case `$LD -v 2>/dev/null` in
ots-0.5.0/configure-14534-      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
##############################################
ots-0.5.0/configure-14596-	# is EXPORTS), use it as is; otherwise, prepend...
ots-0.5.0/configure:14597:	archive_expsym_cmds_F77='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
ots-0.5.0/configure-14598-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
ots-0.5.0/configure-14619-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
ots-0.5.0/configure:14620:      archive_cmds_F77='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
ots-0.5.0/configure:14621:      archive_expsym_cmds_F77='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
ots-0.5.0/configure-14622-      ;;
##############################################
ots-0.5.0/configure-14628-	pgcc*)				# Portland Group C compiler
ots-0.5.0/configure:14629:	  whole_archive_flag_spec_F77='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
ots-0.5.0/configure-14630-	  tmp_addflag=' $pic_flag'
##############################################
ots-0.5.0/configure-14632-	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
ots-0.5.0/configure:14633:	  whole_archive_flag_spec_F77='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
ots-0.5.0/configure-14634-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
ots-0.5.0/configure-14687-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
ots-0.5.0/configure:14688:      case `$LD -v 2>&1` in
ots-0.5.0/configure-14689-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
ots-0.5.0/configure-14703-	  if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
ots-0.5.0/configure:14704:	    hardcode_libdir_flag_spec_F77='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
ots-0.5.0/configure-14705-	    archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
##############################################
ots-0.5.0/configure-14802-	# below for broken collect2 doesn't work under 4.3+
ots-0.5.0/configure:14803:	  collect2name=`${CC} -print-prog-name=collect2`
ots-0.5.0/configure-14804-	  if test -f "$collect2name" && \
##############################################
ots-0.5.0/configure-14904-       hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath"
ots-0.5.0/configure:14905:	archive_expsym_cmds_F77="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
ots-0.5.0/configure-14906-       else
##############################################
ots-0.5.0/configure-15006-      # FIXME: Setting linknames here is a bad hack.
ots-0.5.0/configure:15007:      archive_cmds_F77='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
ots-0.5.0/configure-15008-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
ots-0.5.0/configure-15011-      old_archive_cmds_F77='lib /OUT:$oldlib$oldobjs$old_deplibs'
ots-0.5.0/configure:15012:      fix_srcfile_path_F77='`cygpath -w "$srcfile"`'
ots-0.5.0/configure-15013-      enable_shared_with_static_runtimes_F77=yes
##############################################
ots-0.5.0/configure-15052-         output_verbose_link_cmd='echo'
ots-0.5.0/configure:15053:         archive_cmds_F77='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
ots-0.5.0/configure-15054-         module_cmds_F77='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
##############################################
ots-0.5.0/configure-15187-      if test "$GCC" = yes; then
ots-0.5.0/configure:15188:	archive_cmds_F77='$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'
ots-0.5.0/configure-15189-      else
ots-0.5.0/configure:15190:	archive_cmds_F77='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
ots-0.5.0/configure-15191-	hardcode_libdir_flag_spec_ld_F77='-rpath $libdir'
##############################################
ots-0.5.0/configure-15219-      hardcode_shlibpath_var_F77=no
ots-0.5.0/configure:15220:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
ots-0.5.0/configure-15221-	archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
ots-0.5.0/configure-15249-	allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*'
ots-0.5.0/configure:15250:	archive_cmds_F77='$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'
ots-0.5.0/configure-15251-      else
ots-0.5.0/configure-15252-	allow_undefined_flag_F77=' -expect_unresolved \*'
ots-0.5.0/configure:15253:	archive_cmds_F77='$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'
ots-0.5.0/configure-15254-      fi
##############################################
ots-0.5.0/configure-15261-	allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*'
ots-0.5.0/configure:15262:	archive_cmds_F77='$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'
ots-0.5.0/configure-15263-	hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir'
##############################################
ots-0.5.0/configure-15265-	allow_undefined_flag_F77=' -expect_unresolved \*'
ots-0.5.0/configure:15266:	archive_cmds_F77='$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'
ots-0.5.0/configure:15267:	archive_expsym_cmds_F77='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
ots-0.5.0/configure:15268:	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
ots-0.5.0/configure-15269-
##############################################
ots-0.5.0/configure-15302- 	*)
ots-0.5.0/configure:15303: 	  whole_archive_flag_spec_F77='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;;
ots-0.5.0/configure-15304- 	esac ;;
##############################################
ots-0.5.0/configure-15386-      hardcode_shlibpath_var_F77=no
ots-0.5.0/configure:15387:      hardcode_libdir_flag_spec_F77='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
ots-0.5.0/configure-15388-      hardcode_libdir_separator_F77=':'
##############################################
ots-0.5.0/configure-15496-if test "$GCC" = yes; then
ots-0.5.0/configure:15497:  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
ots-0.5.0/configure-15498-  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
##############################################
ots-0.5.0/configure-15502-    # okay in the real world where ";" in dirpaths is itself problematic.
ots-0.5.0/configure:15503:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
ots-0.5.0/configure-15504-  else
ots-0.5.0/configure:15505:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
ots-0.5.0/configure-15506-  fi
##############################################
ots-0.5.0/configure-15573-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
ots-0.5.0/configure:15574:  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'
ots-0.5.0/configure-15575-  ;;
##############################################
ots-0.5.0/configure-15606-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
ots-0.5.0/configure:15607:    postinstall_cmds='base_file=`basename \${file}`~
ots-0.5.0/configure:15608:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
ots-0.5.0/configure:15609:      dldir=$destdir/`dirname \$dlpath`~
ots-0.5.0/configure-15610-      test -d \$dldir || mkdir -p \$dldir~
##############################################
ots-0.5.0/configure-15612-      chmod a+x \$dldir/$dlname'
ots-0.5.0/configure:15613:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
ots-0.5.0/configure-15614-      dlpath=$dir/\$dldll~
##############################################
ots-0.5.0/configure-15620-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
ots-0.5.0/configure:15621:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
ots-0.5.0/configure-15622-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
ots-0.5.0/configure-15625-      # MinGW DLLs use traditional 'lib' prefix
ots-0.5.0/configure:15626:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
ots-0.5.0/configure:15627:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
ots-0.5.0/configure-15628-      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
##############################################
ots-0.5.0/configure-15634-        # which wouldn't understand a cygwinified path. Ahh.
ots-0.5.0/configure:15635:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
ots-0.5.0/configure-15636-      else
ots-0.5.0/configure:15637:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
ots-0.5.0/configure-15638-      fi
##############################################
ots-0.5.0/configure-15641-      # pw32 DLLs use 'pw' prefix rather than 'lib'
ots-0.5.0/configure:15642:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
ots-0.5.0/configure-15643-      ;;
##############################################
ots-0.5.0/configure-15647-  *)
ots-0.5.0/configure:15648:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
ots-0.5.0/configure-15649-    ;;
##############################################
ots-0.5.0/configure-15664-  shlibpath_var=DYLD_LIBRARY_PATH
ots-0.5.0/configure:15665:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
ots-0.5.0/configure-15666-  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
ots-0.5.0/configure-15667-  if test "$GCC" = yes; then
ots-0.5.0/configure:15668:    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
ots-0.5.0/configure-15669-  else
##############################################
ots-0.5.0/configure-15858-  if test -f /etc/ld.so.conf; then
ots-0.5.0/configure:15859:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
ots-0.5.0/configure-15860-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
ots-0.5.0/configure-15930-  shlibpath_var=LD_LIBRARY_PATH
ots-0.5.0/configure:15931:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
ots-0.5.0/configure-15932-    case $host_os in
##############################################
ots-0.5.0/configure-16175-      # Double-quote double-evaled strings.
ots-0.5.0/configure:16176:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
ots-0.5.0/configure-16177-      ;;
ots-0.5.0/configure-16178-    *)
ots-0.5.0/configure:16179:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
ots-0.5.0/configure-16180-      ;;
##############################################
ots-0.5.0/configure-16185-  *'\$0 --fallback-echo"')
ots-0.5.0/configure:16186:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
ots-0.5.0/configure-16187-    ;;
##############################################
ots-0.5.0/configure-16504-  # libtool script then.
ots-0.5.0/configure:16505:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
ots-0.5.0/configure-16506-  if test -f "$ltmain_in"; then
##############################################
ots-0.5.0/configure-16580-done
ots-0.5.0/configure:16581:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
ots-0.5.0/configure-16582-
##############################################
ots-0.5.0/configure-17029-  if test "$hard_links" = no; then
ots-0.5.0/configure:17030:    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
ots-0.5.0/configure:17031:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
ots-0.5.0/configure-17032-    need_locks=warn
##############################################
ots-0.5.0/configure-17085-done
ots-0.5.0/configure:17086:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
ots-0.5.0/configure-17087-
##############################################
ots-0.5.0/configure-17123-    supports_anon_versioning=no
ots-0.5.0/configure:17124:    case `$LD -v 2>/dev/null` in
ots-0.5.0/configure-17125-      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
##############################################
ots-0.5.0/configure-17187-	# is EXPORTS), use it as is; otherwise, prepend...
ots-0.5.0/configure:17188:	archive_expsym_cmds_GCJ='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
ots-0.5.0/configure-17189-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
ots-0.5.0/configure-17210-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
ots-0.5.0/configure:17211:      archive_cmds_GCJ='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
ots-0.5.0/configure:17212:      archive_expsym_cmds_GCJ='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
ots-0.5.0/configure-17213-      ;;
##############################################
ots-0.5.0/configure-17219-	pgcc*)				# Portland Group C compiler
ots-0.5.0/configure:17220:	  whole_archive_flag_spec_GCJ='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
ots-0.5.0/configure-17221-	  tmp_addflag=' $pic_flag'
##############################################
ots-0.5.0/configure-17223-	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
ots-0.5.0/configure:17224:	  whole_archive_flag_spec_GCJ='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
ots-0.5.0/configure-17225-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
ots-0.5.0/configure-17278-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
ots-0.5.0/configure:17279:      case `$LD -v 2>&1` in
ots-0.5.0/configure-17280-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
ots-0.5.0/configure-17294-	  if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
ots-0.5.0/configure:17295:	    hardcode_libdir_flag_spec_GCJ='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
ots-0.5.0/configure-17296-	    archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
##############################################
ots-0.5.0/configure-17393-	# below for broken collect2 doesn't work under 4.3+
ots-0.5.0/configure:17394:	  collect2name=`${CC} -print-prog-name=collect2`
ots-0.5.0/configure-17395-	  if test -f "$collect2name" && \
##############################################
ots-0.5.0/configure-17505-       hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath"
ots-0.5.0/configure:17506:	archive_expsym_cmds_GCJ="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
ots-0.5.0/configure-17507-       else
##############################################
ots-0.5.0/configure-17617-      # FIXME: Setting linknames here is a bad hack.
ots-0.5.0/configure:17618:      archive_cmds_GCJ='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
ots-0.5.0/configure-17619-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
ots-0.5.0/configure-17622-      old_archive_cmds_GCJ='lib /OUT:$oldlib$oldobjs$old_deplibs'
ots-0.5.0/configure:17623:      fix_srcfile_path_GCJ='`cygpath -w "$srcfile"`'
ots-0.5.0/configure-17624-      enable_shared_with_static_runtimes_GCJ=yes
##############################################
ots-0.5.0/configure-17663-         output_verbose_link_cmd='echo'
ots-0.5.0/configure:17664:         archive_cmds_GCJ='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
ots-0.5.0/configure-17665-         module_cmds_GCJ='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
##############################################
ots-0.5.0/configure-17798-      if test "$GCC" = yes; then
ots-0.5.0/configure:17799:	archive_cmds_GCJ='$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'
ots-0.5.0/configure-17800-      else
ots-0.5.0/configure:17801:	archive_cmds_GCJ='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
ots-0.5.0/configure-17802-	hardcode_libdir_flag_spec_ld_GCJ='-rpath $libdir'
##############################################
ots-0.5.0/configure-17830-      hardcode_shlibpath_var_GCJ=no
ots-0.5.0/configure:17831:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
ots-0.5.0/configure-17832-	archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
ots-0.5.0/configure-17860-	allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*'
ots-0.5.0/configure:17861:	archive_cmds_GCJ='$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'
ots-0.5.0/configure-17862-      else
ots-0.5.0/configure-17863-	allow_undefined_flag_GCJ=' -expect_unresolved \*'
ots-0.5.0/configure:17864:	archive_cmds_GCJ='$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'
ots-0.5.0/configure-17865-      fi
##############################################
ots-0.5.0/configure-17872-	allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*'
ots-0.5.0/configure:17873:	archive_cmds_GCJ='$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'
ots-0.5.0/configure-17874-	hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir'
##############################################
ots-0.5.0/configure-17876-	allow_undefined_flag_GCJ=' -expect_unresolved \*'
ots-0.5.0/configure:17877:	archive_cmds_GCJ='$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'
ots-0.5.0/configure:17878:	archive_expsym_cmds_GCJ='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
ots-0.5.0/configure:17879:	$LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
ots-0.5.0/configure-17880-
##############################################
ots-0.5.0/configure-17913- 	*)
ots-0.5.0/configure:17914: 	  whole_archive_flag_spec_GCJ='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;;
ots-0.5.0/configure-17915- 	esac ;;
##############################################
ots-0.5.0/configure-17997-      hardcode_shlibpath_var_GCJ=no
ots-0.5.0/configure:17998:      hardcode_libdir_flag_spec_GCJ='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
ots-0.5.0/configure-17999-      hardcode_libdir_separator_GCJ=':'
##############################################
ots-0.5.0/configure-18107-if test "$GCC" = yes; then
ots-0.5.0/configure:18108:  sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
ots-0.5.0/configure-18109-  if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
##############################################
ots-0.5.0/configure-18113-    # okay in the real world where ";" in dirpaths is itself problematic.
ots-0.5.0/configure:18114:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
ots-0.5.0/configure-18115-  else
ots-0.5.0/configure:18116:    sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
ots-0.5.0/configure-18117-  fi
##############################################
ots-0.5.0/configure-18184-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
ots-0.5.0/configure:18185:  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'
ots-0.5.0/configure-18186-  ;;
##############################################
ots-0.5.0/configure-18217-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
ots-0.5.0/configure:18218:    postinstall_cmds='base_file=`basename \${file}`~
ots-0.5.0/configure:18219:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
ots-0.5.0/configure:18220:      dldir=$destdir/`dirname \$dlpath`~
ots-0.5.0/configure-18221-      test -d \$dldir || mkdir -p \$dldir~
##############################################
ots-0.5.0/configure-18223-      chmod a+x \$dldir/$dlname'
ots-0.5.0/configure:18224:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
ots-0.5.0/configure-18225-      dlpath=$dir/\$dldll~
##############################################
ots-0.5.0/configure-18231-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
ots-0.5.0/configure:18232:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
ots-0.5.0/configure-18233-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
ots-0.5.0/configure-18236-      # MinGW DLLs use traditional 'lib' prefix
ots-0.5.0/configure:18237:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
ots-0.5.0/configure:18238:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
ots-0.5.0/configure-18239-      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
##############################################
ots-0.5.0/configure-18245-        # which wouldn't understand a cygwinified path. Ahh.
ots-0.5.0/configure:18246:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
ots-0.5.0/configure-18247-      else
ots-0.5.0/configure:18248:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
ots-0.5.0/configure-18249-      fi
##############################################
ots-0.5.0/configure-18252-      # pw32 DLLs use 'pw' prefix rather than 'lib'
ots-0.5.0/configure:18253:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
ots-0.5.0/configure-18254-      ;;
##############################################
ots-0.5.0/configure-18258-  *)
ots-0.5.0/configure:18259:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
ots-0.5.0/configure-18260-    ;;
##############################################
ots-0.5.0/configure-18275-  shlibpath_var=DYLD_LIBRARY_PATH
ots-0.5.0/configure:18276:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
ots-0.5.0/configure-18277-  # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
ots-0.5.0/configure-18278-  if test "$GCC" = yes; then
ots-0.5.0/configure:18279:    sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
ots-0.5.0/configure-18280-  else
##############################################
ots-0.5.0/configure-18469-  if test -f /etc/ld.so.conf; then
ots-0.5.0/configure:18470:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
ots-0.5.0/configure-18471-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
ots-0.5.0/configure-18541-  shlibpath_var=LD_LIBRARY_PATH
ots-0.5.0/configure:18542:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
ots-0.5.0/configure-18543-    case $host_os in
##############################################
ots-0.5.0/configure-18786-      # Double-quote double-evaled strings.
ots-0.5.0/configure:18787:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
ots-0.5.0/configure-18788-      ;;
ots-0.5.0/configure-18789-    *)
ots-0.5.0/configure:18790:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
ots-0.5.0/configure-18791-      ;;
##############################################
ots-0.5.0/configure-18796-  *'\$0 --fallback-echo"')
ots-0.5.0/configure:18797:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
ots-0.5.0/configure-18798-    ;;
##############################################
ots-0.5.0/configure-19115-  # libtool script then.
ots-0.5.0/configure:19116:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
ots-0.5.0/configure-19117-  if test -f "$ltmain_in"; then
##############################################
ots-0.5.0/configure-19190-done
ots-0.5.0/configure:19191:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
ots-0.5.0/configure-19192-
##############################################
ots-0.5.0/configure-19266-      # Double-quote double-evaled strings.
ots-0.5.0/configure:19267:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
ots-0.5.0/configure-19268-      ;;
ots-0.5.0/configure-19269-    *)
ots-0.5.0/configure:19270:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
ots-0.5.0/configure-19271-      ;;
##############################################
ots-0.5.0/configure-19276-  *'\$0 --fallback-echo"')
ots-0.5.0/configure:19277:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
ots-0.5.0/configure-19278-    ;;
##############################################
ots-0.5.0/configure-19595-  # libtool script then.
ots-0.5.0/configure:19596:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
ots-0.5.0/configure-19597-  if test -f "$ltmain_in"; then
##############################################
ots-0.5.0/configure-20052-echo $ECHO_N "checking OTS_CFLAGS... $ECHO_C" >&6; }
ots-0.5.0/configure:20053:            OTS_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= 2.0 libxml-2.0 >= 2.4.23"`
ots-0.5.0/configure-20054-            { echo "$as_me:$LINENO: result: $OTS_CFLAGS" >&5
##############################################
ots-0.5.0/configure-20058-echo $ECHO_N "checking OTS_LIBS... $ECHO_C" >&6; }
ots-0.5.0/configure:20059:            OTS_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= 2.0 libxml-2.0 >= 2.4.23"`
ots-0.5.0/configure-20060-            { echo "$as_me:$LINENO: result: $OTS_LIBS" >&5
##############################################
ots-0.5.0/configure-20066-            ## do set a variable so people can do so.
ots-0.5.0/configure:20067:            OTS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "glib-2.0 >= 2.0 libxml-2.0 >= 2.4.23"`
ots-0.5.0/configure-20068-            echo $OTS_PKG_ERRORS
##############################################
ots-0.5.0/configure-20486-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
ots-0.5.0/configure:20487:  ac_i=`echo "$ac_i" | sed "$ac_script"`
ots-0.5.0/configure-20488-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
ots-0.5.0/configure-20612-do
ots-0.5.0/configure:20613:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
ots-0.5.0/configure-20614-    eval $as_var=C; export $as_var
##############################################
ots-0.5.0/configure-20662-  test "x$as_lineno_1" != "x$as_lineno_2" &&
ots-0.5.0/configure:20663:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
ots-0.5.0/configure-20664-
##############################################
ots-0.5.0/configure-20839-configured by $0, generated by GNU Autoconf 2.60,
ots-0.5.0/configure:20840:  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
ots-0.5.0/configure-20841-
##############################################
ots-0.5.0/configure-20858-  --*=*)
ots-0.5.0/configure:20859:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
ots-0.5.0/configure:20860:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
ots-0.5.0/configure-20861-    ac_shift=:
##############################################
ots-0.5.0/configure-21120-
ots-0.5.0/configure:21121:  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
ots-0.5.0/configure-21122-    break
##############################################
ots-0.5.0/configure-21131-
ots-0.5.0/configure:21132:ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
ots-0.5.0/configure-21133-if test -n "$ac_eof"; then
ots-0.5.0/configure:21134:  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
ots-0.5.0/configure:21135:  ac_eof=`expr $ac_eof + 1`
ots-0.5.0/configure-21136-fi
##############################################
ots-0.5.0/configure-21173-
ots-0.5.0/configure:21174:  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 12; then
ots-0.5.0/configure-21175-    break
##############################################
ots-0.5.0/configure-21184-
ots-0.5.0/configure:21185:ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
ots-0.5.0/configure-21186-if test -n "$ac_eof"; then
ots-0.5.0/configure:21187:  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
ots-0.5.0/configure:21188:  ac_eof=`expr $ac_eof + 1`
ots-0.5.0/configure-21189-fi
##############################################
ots-0.5.0/configure-21322-      case $as_dir in #(
ots-0.5.0/configure:21323:      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
ots-0.5.0/configure-21324-      *) as_qdir=$as_dir;;
##############################################
ots-0.5.0/configure-21360-*)
ots-0.5.0/configure:21361:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
ots-0.5.0/configure-21362-  # A ".." for each directory in $ac_dir_suffix.
ots-0.5.0/configure:21363:  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
ots-0.5.0/configure-21364-  case $ac_top_builddir_sub in
##############################################
ots-0.5.0/configure-21433-
ots-0.5.0/configure:21434:# Neutralize VPATH when `$srcdir' = `.'.
ots-0.5.0/configure-21435-# Shell code in configure.ac might set extrasub.
##############################################
ots-0.5.0/configure-21457-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
ots-0.5.0/configure:21458:  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
ots-0.5.0/configure:21459:  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
ots-0.5.0/configure-21460-  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
##############################################
ots-0.5.0/install-sh-103-
ots-0.5.0/install-sh:104:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
ots-0.5.0/install-sh-105-	    shift
##############################################
ots-0.5.0/install-sh-107-
ots-0.5.0/install-sh:108:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
ots-0.5.0/install-sh-109-	    shift
##############################################
ots-0.5.0/install-sh-169-	then
ots-0.5.0/install-sh:170:		dst="$dst"/`basename $src`
ots-0.5.0/install-sh-171-	else
##############################################
ots-0.5.0/install-sh-176-## this sed command emulates the dirname command
ots-0.5.0/install-sh:177:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
ots-0.5.0/install-sh-178-
##############################################
ots-0.5.0/install-sh-190-IFS='%'
ots-0.5.0/install-sh:191:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
ots-0.5.0/install-sh-192-IFS="${oIFS}"
##############################################
ots-0.5.0/install-sh-224-	then
ots-0.5.0/install-sh:225:		dstfile=`basename $dst`
ots-0.5.0/install-sh-226-	else
##############################################
ots-0.5.0/install-sh-234-	then
ots-0.5.0/install-sh:235:		dstfile=`basename $dst`
ots-0.5.0/install-sh-236-	else
##############################################
ots-0.5.0/ltmain.sh-33-  :
ots-0.5.0/ltmain.sh:34:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then
ots-0.5.0/ltmain.sh-35-  # Yippee, $echo works!
##############################################
ots-0.5.0/ltmain.sh-51-# The name of this program.
ots-0.5.0/ltmain.sh:52:progname=`$echo "$0" | ${SED} 's%^.*/%%'`
ots-0.5.0/ltmain.sh-53-modename="$progname"
##############################################
ots-0.5.0/ltmain.sh-126-  win32_libid_type="unknown"
ots-0.5.0/ltmain.sh:127:  win32_fileres=`file -L $1 2>/dev/null`
ots-0.5.0/ltmain.sh-128-  case $win32_fileres in
##############################################
ots-0.5.0/ltmain.sh-167-  case $arg in
ots-0.5.0/ltmain.sh:168:  -*=*) optarg=`$echo "X$arg" | $Xsed -e 's/[-_a-zA-Z0-9]*=//'` ;;
ots-0.5.0/ltmain.sh-169-  *) optarg= ;;
##############################################
ots-0.5.0/ltmain.sh-198-	  # Evaluate the configuration.
ots-0.5.0/ltmain.sh:199:	  eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$tagname'$/,/^# ### END LIBTOOL TAG CONFIG: '$tagname'$/p' < $0`"
ots-0.5.0/ltmain.sh-200-	else
##############################################
ots-0.5.0/ltmain.sh-425-	-Wc,*)
ots-0.5.0/ltmain.sh:426:	  args=`$echo "X$arg" | $Xsed -e "s/^-Wc,//"`
ots-0.5.0/ltmain.sh-427-	  lastarg=
##############################################
ots-0.5.0/ltmain.sh-442-	  IFS="$save_ifs"
ots-0.5.0/ltmain.sh:443:	  lastarg=`$echo "X$lastarg" | $Xsed -e "s/^ //"`
ots-0.5.0/ltmain.sh-444-
##############################################
ots-0.5.0/ltmain.sh-461-      # Aesthetically quote the previous argument.
ots-0.5.0/ltmain.sh:462:      lastarg=`$echo "X$lastarg" | $Xsed -e "$sed_quote_subst"`
ots-0.5.0/ltmain.sh-463-
##############################################
ots-0.5.0/ltmain.sh-486-      # Get the name of the library object.
ots-0.5.0/ltmain.sh:487:      [ -z "$libobj" ] && libobj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%'`
ots-0.5.0/ltmain.sh-488-      ;;
##############################################
ots-0.5.0/ltmain.sh-497-    *.ads) xform=ads ;;
ots-0.5.0/ltmain.sh:498:    *.asm) xform=asm ;;
ots-0.5.0/ltmain.sh-499-    *.c++) xform=c++ ;;
##############################################
ots-0.5.0/ltmain.sh-509-
ots-0.5.0/ltmain.sh:510:    libobj=`$echo "X$libobj" | $Xsed -e "s/\.$xform$/.lo/"`
ots-0.5.0/ltmain.sh-511-
ots-0.5.0/ltmain.sh-512-    case $libobj in
ots-0.5.0/ltmain.sh:513:    *.lo) obj=`$echo "X$libobj" | $Xsed -e "$lo2o"` ;;
ots-0.5.0/ltmain.sh-514-    *)
##############################################
ots-0.5.0/ltmain.sh-527-      # but not from the CC environment variable when configure was run.
ots-0.5.0/ltmain.sh:528:      " $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "*) ;;
ots-0.5.0/ltmain.sh-529-      # Blanks at the start of $base_compile will cause this to fail
##############################################
ots-0.5.0/ltmain.sh-534-	    # Evaluate the configuration.
ots-0.5.0/ltmain.sh:535:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $0`"
ots-0.5.0/ltmain.sh-536-	    case "$base_compile " in
ots-0.5.0/ltmain.sh:537:	    "$CC "* | " $CC "* | "`$echo $CC` "* | " `$echo $CC` "*)
ots-0.5.0/ltmain.sh-538-	      # The compiler in the base compile command matches
##############################################
ots-0.5.0/ltmain.sh-579-
ots-0.5.0/ltmain.sh:580:    objname=`$echo "X$obj" | $Xsed -e 's%^.*/%%'`
ots-0.5.0/ltmain.sh:581:    xdir=`$echo "X$obj" | $Xsed -e 's%/[^/]*$%%'`
ots-0.5.0/ltmain.sh-582-    if test "X$xdir" = "X$obj"; then
##############################################
ots-0.5.0/ltmain.sh-618-    if test "$compiler_c_o" = no; then
ots-0.5.0/ltmain.sh:619:      output_obj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext}
ots-0.5.0/ltmain.sh-620-      lockfile="$output_obj.lock"
##############################################
ots-0.5.0/ltmain.sh-639-*** ERROR, $lockfile exists and contains:
ots-0.5.0/ltmain.sh:640:`cat $lockfile 2>/dev/null`
ots-0.5.0/ltmain.sh-641-
##############################################
ots-0.5.0/ltmain.sh-708-      if test "$need_locks" = warn &&
ots-0.5.0/ltmain.sh:709:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
ots-0.5.0/ltmain.sh-710-	$echo "\
ots-0.5.0/ltmain.sh-711-*** ERROR, $lockfile contains:
ots-0.5.0/ltmain.sh:712:`cat $lockfile 2>/dev/null`
ots-0.5.0/ltmain.sh-713-
##############################################
ots-0.5.0/ltmain.sh-780-      if test "$need_locks" = warn &&
ots-0.5.0/ltmain.sh:781:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
ots-0.5.0/ltmain.sh-782-	$echo "\
ots-0.5.0/ltmain.sh-783-*** ERROR, $lockfile contains:
ots-0.5.0/ltmain.sh:784:`cat $lockfile 2>/dev/null`
ots-0.5.0/ltmain.sh-785-
##############################################
ots-0.5.0/ltmain.sh-914-      # but not from the CC environment variable when configure was run.
ots-0.5.0/ltmain.sh:915:      "$CC "* | " $CC "* | "`$echo $CC` "* | " `$echo $CC` "*) ;;
ots-0.5.0/ltmain.sh-916-      # Blanks at the start of $base_compile will cause this to fail
##############################################
ots-0.5.0/ltmain.sh-921-	    # Evaluate the configuration.
ots-0.5.0/ltmain.sh:922:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $0`"
ots-0.5.0/ltmain.sh-923-	    case $base_compile in
ots-0.5.0/ltmain.sh:924:	    "$CC "* | " $CC "* | "`$echo $CC` "* | " `$echo $CC` "*)
ots-0.5.0/ltmain.sh-925-	      # The compiler in $compile_command matches
##############################################
ots-0.5.0/ltmain.sh-981-      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")
ots-0.5.0/ltmain.sh:982:	qarg=\"`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`\" ### testsuite: skip nested quoting test
ots-0.5.0/ltmain.sh-983-	;;
##############################################
ots-0.5.0/ltmain.sh-1070-	    moreargs=
ots-0.5.0/ltmain.sh:1071:	    for fil in `cat $save_arg`
ots-0.5.0/ltmain.sh-1072-	    do
##############################################
ots-0.5.0/ltmain.sh-1097-		# Extract subdirectory from the argument.
ots-0.5.0/ltmain.sh:1098:		xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
ots-0.5.0/ltmain.sh-1099-		if test "X$xdir" = "X$arg"; then
##############################################
ots-0.5.0/ltmain.sh-1151-		  # Extract subdirectory from the argument.
ots-0.5.0/ltmain.sh:1152:		  xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
ots-0.5.0/ltmain.sh-1153-		  if test "X$xdir" = "X$arg"; then
##############################################
ots-0.5.0/ltmain.sh-1158-
ots-0.5.0/ltmain.sh:1159:		  pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"`
ots-0.5.0/ltmain.sh:1160:		  non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"`
ots-0.5.0/ltmain.sh-1161-		  libobjs="$libobjs $pic_object"
##############################################
ots-0.5.0/ltmain.sh-1295-      -L*)
ots-0.5.0/ltmain.sh:1296:	dir=`$echo "X$arg" | $Xsed -e 's/^-L//'`
ots-0.5.0/ltmain.sh-1297-	# We need an absolute path.
##############################################
ots-0.5.0/ltmain.sh-1300-	*)
ots-0.5.0/ltmain.sh:1301:	  absdir=`cd "$dir" && pwd`
ots-0.5.0/ltmain.sh-1302-	  if test -z "$absdir"; then
##############################################
ots-0.5.0/ltmain.sh-1377-	# to be aesthetically quoted because they are evaled later.
ots-0.5.0/ltmain.sh:1378:	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
ots-0.5.0/ltmain.sh-1379-	case $arg in
##############################################
ots-0.5.0/ltmain.sh-1448-      -R*)
ots-0.5.0/ltmain.sh:1449:	dir=`$echo "X$arg" | $Xsed -e 's/^-R//'`
ots-0.5.0/ltmain.sh-1450-	# We need an absolute path.
##############################################
ots-0.5.0/ltmain.sh-1489-      -Wc,*)
ots-0.5.0/ltmain.sh:1490:	args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wc,//'`
ots-0.5.0/ltmain.sh-1491-	arg=
##############################################
ots-0.5.0/ltmain.sh-1503-	IFS="$save_ifs"
ots-0.5.0/ltmain.sh:1504:	arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
ots-0.5.0/ltmain.sh-1505-	;;
##############################################
ots-0.5.0/ltmain.sh-1507-      -Wl,*)
ots-0.5.0/ltmain.sh:1508:	args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'`
ots-0.5.0/ltmain.sh-1509-	arg=
##############################################
ots-0.5.0/ltmain.sh-1522-	IFS="$save_ifs"
ots-0.5.0/ltmain.sh:1523:	arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
ots-0.5.0/ltmain.sh-1524-	;;
##############################################
ots-0.5.0/ltmain.sh-1544-	# to be aesthetically quoted because they are evaled later.
ots-0.5.0/ltmain.sh:1545:	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
ots-0.5.0/ltmain.sh-1546-	case $arg in
##############################################
ots-0.5.0/ltmain.sh-1581-	  # Extract subdirectory from the argument.
ots-0.5.0/ltmain.sh:1582:	  xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
ots-0.5.0/ltmain.sh-1583-	  if test "X$xdir" = "X$arg"; then
##############################################
ots-0.5.0/ltmain.sh-1635-	    # Extract subdirectory from the argument.
ots-0.5.0/ltmain.sh:1636:	    xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
ots-0.5.0/ltmain.sh-1637-	    if test "X$xdir" = "X$arg"; then
##############################################
ots-0.5.0/ltmain.sh-1642-
ots-0.5.0/ltmain.sh:1643:	    pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"`
ots-0.5.0/ltmain.sh:1644:	    non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"`
ots-0.5.0/ltmain.sh-1645-	    libobjs="$libobjs $pic_object"
##############################################
ots-0.5.0/ltmain.sh-1678-	# to be aesthetically quoted because they are evaled later.
ots-0.5.0/ltmain.sh:1679:	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
ots-0.5.0/ltmain.sh-1680-	case $arg in
##############################################
ots-0.5.0/ltmain.sh-1708-    # calculate the name of the file, without its directory
ots-0.5.0/ltmain.sh:1709:    outputname=`$echo "X$output" | $Xsed -e 's%^.*/%%'`
ots-0.5.0/ltmain.sh-1710-    libobjs_save="$libobjs"
##############################################
ots-0.5.0/ltmain.sh-1713-      # get the directories listed in $shlibpath_var
ots-0.5.0/ltmain.sh:1714:      eval shlib_search_path=\`\$echo \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\`
ots-0.5.0/ltmain.sh-1715-    else
##############################################
ots-0.5.0/ltmain.sh-1720-
ots-0.5.0/ltmain.sh:1721:    output_objdir=`$echo "X$output" | $Xsed -e 's%/[^/]*$%%'`
ots-0.5.0/ltmain.sh-1722-    if test "X$output_objdir" = "X$output"; then
##############################################
ots-0.5.0/ltmain.sh-1860-	  fi
ots-0.5.0/ltmain.sh:1861:	  name=`$echo "X$deplib" | $Xsed -e 's/^-l//'`
ots-0.5.0/ltmain.sh-1862-	  for searchdir in $newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path; do
##############################################
ots-0.5.0/ltmain.sh-1904-		    found=no
ots-0.5.0/ltmain.sh:1905:		    ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'`
ots-0.5.0/ltmain.sh-1906-		    test "X$ladir" = "X$lib" && ladir="."
##############################################
ots-0.5.0/ltmain.sh-1929-	    newdependency_libs="$deplib $newdependency_libs"
ots-0.5.0/ltmain.sh:1930:	    newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`
ots-0.5.0/ltmain.sh-1931-	    ;;
##############################################
ots-0.5.0/ltmain.sh-1938-	      deplibs="$deplib $deplibs"
ots-0.5.0/ltmain.sh:1939:	      newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`
ots-0.5.0/ltmain.sh-1940-	    else
##############################################
ots-0.5.0/ltmain.sh-1952-	  if test "$pass" = link; then
ots-0.5.0/ltmain.sh:1953:	    dir=`$echo "X$deplib" | $Xsed -e 's/^-R//'`
ots-0.5.0/ltmain.sh-1954-	    # Make sure the xrpath contains only unique directories.
##############################################
ots-0.5.0/ltmain.sh-2031-
ots-0.5.0/ltmain.sh:2032:	ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'`
ots-0.5.0/ltmain.sh-2033-	test "X$ladir" = "X$lib" && ladir="."
##############################################
ots-0.5.0/ltmain.sh-2119-	*)
ots-0.5.0/ltmain.sh:2120:	  abs_ladir=`cd "$ladir" && pwd`
ots-0.5.0/ltmain.sh-2121-	  if test -z "$abs_ladir"; then
##############################################
ots-0.5.0/ltmain.sh-2127-	esac
ots-0.5.0/ltmain.sh:2128:	laname=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
ots-0.5.0/ltmain.sh-2129-
##############################################
ots-0.5.0/ltmain.sh-2146-	fi # $installed = yes
ots-0.5.0/ltmain.sh:2147:	name=`$echo "X$laname" | $Xsed -e 's/\.la$//' -e 's/^lib//'`
ots-0.5.0/ltmain.sh-2148-
##############################################
ots-0.5.0/ltmain.sh-2193-	    case $deplib in
ots-0.5.0/ltmain.sh:2194:	    -L*) newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`;; ### testsuite: skip nested quoting test
ots-0.5.0/ltmain.sh-2195-	    esac
##############################################
ots-0.5.0/ltmain.sh-2307-	    shift; shift
ots-0.5.0/ltmain.sh:2308:	    libname=`eval \\$echo \"$libname_spec\"`
ots-0.5.0/ltmain.sh-2309-	    # use dlname if we got it. it's perfectly good, no?
##############################################
ots-0.5.0/ltmain.sh-2315-	      *cygwin* | mingw*)
ots-0.5.0/ltmain.sh:2316:		major=`expr $current - $age`
ots-0.5.0/ltmain.sh-2317-		versuffix="-$major"
##############################################
ots-0.5.0/ltmain.sh-2326-	    soroot="$soname"
ots-0.5.0/ltmain.sh:2327:	    soname=`$echo $soroot | ${SED} -e 's/^.*\///'`
ots-0.5.0/ltmain.sh:2328:	    newlib="libimp-`$echo $soname | ${SED} 's/^lib//;s/\.dll$//'`.a"
ots-0.5.0/ltmain.sh-2329-
##############################################
ots-0.5.0/ltmain.sh-2555-	      case $libdir in
ots-0.5.0/ltmain.sh:2556:	      -R*) temp_xrpath=`$echo "X$libdir" | $Xsed -e 's/^-R//'`
ots-0.5.0/ltmain.sh-2557-		   case " $xrpath " in
##############################################
ots-0.5.0/ltmain.sh-2587-	      *.la)
ots-0.5.0/ltmain.sh:2588:		dir=`$echo "X$deplib" | $Xsed -e 's%/[^/]*$%%'`
ots-0.5.0/ltmain.sh-2589-		test "X$dir" = "X$deplib" && dir="."
##############################################
ots-0.5.0/ltmain.sh-2593-		*)
ots-0.5.0/ltmain.sh:2594:		  absdir=`cd "$dir" && pwd`
ots-0.5.0/ltmain.sh-2595-		  if test -z "$absdir"; then
##############################################
ots-0.5.0/ltmain.sh-2603-		else
ots-0.5.0/ltmain.sh:2604:		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
ots-0.5.0/ltmain.sh-2605-		  if test -z "$libdir"; then
##############################################
ots-0.5.0/ltmain.sh-2617-		  # we do not want to link against static libs, but need to link against shared
ots-0.5.0/ltmain.sh:2618:		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
ots-0.5.0/ltmain.sh-2619-		  if test -n "$deplibrary_names" ; then
##############################################
ots-0.5.0/ltmain.sh-2643-		 # Again, we only want to link against shared libraries
ots-0.5.0/ltmain.sh:2644:		 eval tmp_libs=`$echo "X$deplib" | $Xsed -e "s,^\-l,,"`
ots-0.5.0/ltmain.sh-2645-		 for tmp in $newlib_search_path ; do
##############################################
ots-0.5.0/ltmain.sh-2809-      lib*)
ots-0.5.0/ltmain.sh:2810:	name=`$echo "X$outputname" | $Xsed -e 's/\.la$//' -e 's/^lib//'`
ots-0.5.0/ltmain.sh-2811-	eval shared_ext=\"$shrext\"
##############################################
ots-0.5.0/ltmain.sh-2815-	if test "$module" = no; then
ots-0.5.0/ltmain.sh:2816:	  $echo "$modename: libtool library \`$output' must begin with \`lib'" 1>&2
ots-0.5.0/ltmain.sh-2817-	  $echo "$help" 1>&2
##############################################
ots-0.5.0/ltmain.sh-2821-	  # Add the "lib" prefix for modules if required
ots-0.5.0/ltmain.sh:2822:	  name=`$echo "X$outputname" | $Xsed -e 's/\.la$//'`
ots-0.5.0/ltmain.sh-2823-	  eval shared_ext=\"$shrext\"
##############################################
ots-0.5.0/ltmain.sh-2825-	else
ots-0.5.0/ltmain.sh:2826:	  libname=`$echo "X$outputname" | $Xsed -e 's/\.la$//'`
ots-0.5.0/ltmain.sh-2827-	fi
##############################################
ots-0.5.0/ltmain.sh-2902-	  darwin|linux|osf|windows)
ots-0.5.0/ltmain.sh:2903:	    current=`expr $number_major + $number_minor`
ots-0.5.0/ltmain.sh-2904-	    age="$number_minor"
##############################################
ots-0.5.0/ltmain.sh-2912-	  irix|nonstopux)
ots-0.5.0/ltmain.sh:2913:	    current=`expr $number_major + $number_minor - 1`
ots-0.5.0/ltmain.sh-2914-	    age="$number_minor"
##############################################
ots-0.5.0/ltmain.sh-2954-	if test "$age" -gt "$current"; then
ots-0.5.0/ltmain.sh:2955:	  $echo "$modename: AGE \`$age' is greater than the current interface number \`$current'" 1>&2
ots-0.5.0/ltmain.sh-2956-	  $echo "$modename: \`$vinfo' is not valid version information" 1>&2
##############################################
ots-0.5.0/ltmain.sh-2969-	  # verstring for coding it into the library header
ots-0.5.0/ltmain.sh:2970:	  major=.`expr $current - $age`
ots-0.5.0/ltmain.sh-2971-	  versuffix="$major.$age.$revision"
ots-0.5.0/ltmain.sh-2972-	  # Darwin ld doesn't like 0 for these options...
ots-0.5.0/ltmain.sh:2973:	  minor_current=`expr $current + 1`
ots-0.5.0/ltmain.sh-2974-	  verstring="-compatibility_version $minor_current -current_version $minor_current.$revision"
##############################################
ots-0.5.0/ltmain.sh-2987-	irix | nonstopux)
ots-0.5.0/ltmain.sh:2988:	  major=`expr $current - $age + 1`
ots-0.5.0/ltmain.sh-2989-
##############################################
ots-0.5.0/ltmain.sh-2998-	  while test "$loop" -ne 0; do
ots-0.5.0/ltmain.sh:2999:	    iface=`expr $revision - $loop`
ots-0.5.0/ltmain.sh:3000:	    loop=`expr $loop - 1`
ots-0.5.0/ltmain.sh-3001-	    verstring="$verstring_prefix$major.$iface:$verstring"
##############################################
ots-0.5.0/ltmain.sh-3009-	linux)
ots-0.5.0/ltmain.sh:3010:	  major=.`expr $current - $age`
ots-0.5.0/ltmain.sh-3011-	  versuffix="$major.$age.$revision"
##############################################
ots-0.5.0/ltmain.sh-3014-	osf)
ots-0.5.0/ltmain.sh:3015:	  major=.`expr $current - $age`
ots-0.5.0/ltmain.sh-3016-	  versuffix=".$current.$age.$revision"
##############################################
ots-0.5.0/ltmain.sh-3021-	  while test "$loop" -ne 0; do
ots-0.5.0/ltmain.sh:3022:	    iface=`expr $current - $loop`
ots-0.5.0/ltmain.sh:3023:	    loop=`expr $loop - 1`
ots-0.5.0/ltmain.sh-3024-	    verstring="$verstring:${iface}.0"
##############################################
ots-0.5.0/ltmain.sh-3038-	  # extension on DOS 8.3 filesystems.
ots-0.5.0/ltmain.sh:3039:	  major=`expr $current - $age`
ots-0.5.0/ltmain.sh-3040-	  versuffix="-$major"
##############################################
ots-0.5.0/ltmain.sh-3093-	removelist=
ots-0.5.0/ltmain.sh:3094:	tempremovelist=`$echo "$output_objdir/*"`
ots-0.5.0/ltmain.sh-3095-	for p in $tempremovelist; do
##############################################
ots-0.5.0/ltmain.sh-3119-	# Transform .lo files to .o files.
ots-0.5.0/ltmain.sh:3120:	oldobjs="$objs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP`
ots-0.5.0/ltmain.sh-3121-      fi
##############################################
ots-0.5.0/ltmain.sh-3124-      for path in $notinst_path; do
ots-0.5.0/ltmain.sh:3125:	lib_search_path=`$echo "$lib_search_path " | ${SED} -e 's% $path % %g'`
ots-0.5.0/ltmain.sh:3126:	deplibs=`$echo "$deplibs " | ${SED} -e 's% -L$path % %g'`
ots-0.5.0/ltmain.sh:3127:	dependency_libs=`$echo "$dependency_libs " | ${SED} -e 's% -L$path % %g'`
ots-0.5.0/ltmain.sh-3128-      done
##############################################
ots-0.5.0/ltmain.sh-3227-	    for i in $deplibs; do
ots-0.5.0/ltmain.sh:3228:	      name="`expr $i : '-l\(.*\)'`"
ots-0.5.0/ltmain.sh-3229-	      # If $name is empty we are operating on a -L argument.
##############################################
ots-0.5.0/ltmain.sh-3239-		if test -n "$i" ; then
ots-0.5.0/ltmain.sh:3240:		  libname=`eval \\$echo \"$libname_spec\"`
ots-0.5.0/ltmain.sh:3241:		  deplib_matches=`eval \\$echo \"$library_names_spec\"`
ots-0.5.0/ltmain.sh-3242-		  set dummy $deplib_matches
ots-0.5.0/ltmain.sh-3243-		  deplib_match=$2
ots-0.5.0/ltmain.sh:3244:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
ots-0.5.0/ltmain.sh-3245-		    newdeplibs="$newdeplibs $i"
##############################################
ots-0.5.0/ltmain.sh-3264-	    for i in $deplibs; do
ots-0.5.0/ltmain.sh:3265:	      name="`expr $i : '-l\(.*\)'`"
ots-0.5.0/ltmain.sh-3266-	      # If $name is empty we are operating on a -L argument.
##############################################
ots-0.5.0/ltmain.sh-3281-		  if test -n "$i" ; then
ots-0.5.0/ltmain.sh:3282:		    libname=`eval \\$echo \"$libname_spec\"`
ots-0.5.0/ltmain.sh:3283:		    deplib_matches=`eval \\$echo \"$library_names_spec\"`
ots-0.5.0/ltmain.sh-3284-		    set dummy $deplib_matches
ots-0.5.0/ltmain.sh-3285-		    deplib_match=$2
ots-0.5.0/ltmain.sh:3286:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
ots-0.5.0/ltmain.sh-3287-		      newdeplibs="$newdeplibs $i"
##############################################
ots-0.5.0/ltmain.sh-3314-	  set dummy $deplibs_check_method
ots-0.5.0/ltmain.sh:3315:	  file_magic_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
ots-0.5.0/ltmain.sh-3316-	  for a_deplib in $deplibs; do
ots-0.5.0/ltmain.sh:3317:	    name="`expr $a_deplib : '-l\(.*\)'`"
ots-0.5.0/ltmain.sh-3318-	    # If $name is empty we are operating on a -L argument.
##############################################
ots-0.5.0/ltmain.sh-3328-	      if test -n "$a_deplib" ; then
ots-0.5.0/ltmain.sh:3329:		libname=`eval \\$echo \"$libname_spec\"`
ots-0.5.0/ltmain.sh-3330-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
ots-0.5.0/ltmain.sh:3331:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
ots-0.5.0/ltmain.sh-3332-		  for potent_lib in $potential_libs; do
##############################################
ots-0.5.0/ltmain.sh-3344-		      while test -h "$potlib" 2>/dev/null; do
ots-0.5.0/ltmain.sh:3345:			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
ots-0.5.0/ltmain.sh-3346-			case $potliblink in
ots-0.5.0/ltmain.sh-3347-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
ots-0.5.0/ltmain.sh:3348:			*) potlib=`$echo "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";;
ots-0.5.0/ltmain.sh-3349-			esac
##############################################
ots-0.5.0/ltmain.sh-3383-	  set dummy $deplibs_check_method
ots-0.5.0/ltmain.sh:3384:	  match_pattern_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
ots-0.5.0/ltmain.sh-3385-	  for a_deplib in $deplibs; do
ots-0.5.0/ltmain.sh:3386:	    name="`expr $a_deplib : '-l\(.*\)'`"
ots-0.5.0/ltmain.sh-3387-	    # If $name is empty we are operating on a -L argument.
##############################################
ots-0.5.0/ltmain.sh-3397-	      if test -n "$a_deplib" ; then
ots-0.5.0/ltmain.sh:3398:		libname=`eval \\$echo \"$libname_spec\"`
ots-0.5.0/ltmain.sh-3399-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
ots-0.5.0/ltmain.sh:3400:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
ots-0.5.0/ltmain.sh-3401-		  for potent_lib in $potential_libs; do
##############################################
ots-0.5.0/ltmain.sh-3440-	      # can't use Xsed below, because $i might contain '/'
ots-0.5.0/ltmain.sh:3441:	      tmp_deplibs=`$echo "X $tmp_deplibs" | ${SED} -e "1s,^X,," -e "s,$i,,"`
ots-0.5.0/ltmain.sh-3442-	    done
##############################################
ots-0.5.0/ltmain.sh-3465-	  # On Rhapsody replace the C library is the System framework
ots-0.5.0/ltmain.sh:3466:	  newdeplibs=`$echo "X $newdeplibs" | $Xsed -e 's/ -lc / -framework System /'`
ots-0.5.0/ltmain.sh-3467-	  ;;
##############################################
ots-0.5.0/ltmain.sh-3604-	# Use standard objects if they are pic
ots-0.5.0/ltmain.sh:3605:	test -z "$pic_flag" && libobjs=`$echo "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
ots-0.5.0/ltmain.sh-3606-
##############################################
ots-0.5.0/ltmain.sh-3617-	      eval cmd=\"$cmd\"
ots-0.5.0/ltmain.sh:3618:	      if len=`expr "X$cmd" : ".*"` &&
ots-0.5.0/ltmain.sh-3619-	       test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
##############################################
ots-0.5.0/ltmain.sh-3675-	      esac
ots-0.5.0/ltmain.sh:3676:	      xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'`
ots-0.5.0/ltmain.sh-3677-	      xdir="$gentop/$xlib"
##############################################
ots-0.5.0/ltmain.sh-3706-		   do
ots-0.5.0/ltmain.sh:3707:		     name_to=`$echo "X$name_to" | $Xsed -e "s/\([^.]*\)/\1-$i/"`
ots-0.5.0/ltmain.sh-3708-		   done
##############################################
ots-0.5.0/ltmain.sh-3710-		   $run eval "(cd \$xdir && $AR xN $i \$xabs '$name' && $mv '$name' '$name_to')" || exit $?
ots-0.5.0/ltmain.sh:3711:		   i=`expr $i + 1`
ots-0.5.0/ltmain.sh-3712-		  done
##############################################
ots-0.5.0/ltmain.sh-3715-
ots-0.5.0/ltmain.sh:3716:	      libobjs="$libobjs "`find $xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP`
ots-0.5.0/ltmain.sh-3717-	    done
##############################################
ots-0.5.0/ltmain.sh-3749-
ots-0.5.0/ltmain.sh:3750:	if test "X$skipped_export" != "X:" && len=`expr "X$test_cmds" : ".*"` &&
ots-0.5.0/ltmain.sh-3751-	   test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
##############################################
ots-0.5.0/ltmain.sh-3783-	    if test "X$objlist" = X ||
ots-0.5.0/ltmain.sh:3784:	       { len=`expr "X$test_cmds" : ".*"` &&
ots-0.5.0/ltmain.sh-3785-		 test "$len" -le "$max_cmd_len"; }; then
##############################################
ots-0.5.0/ltmain.sh-3798-	      last_robj=$output_objdir/$save_output-${k}.$objext
ots-0.5.0/ltmain.sh:3799:	      k=`expr $k + 1`
ots-0.5.0/ltmain.sh-3800-	      output=$output_objdir/$save_output-${k}.$objext
##############################################
ots-0.5.0/ltmain.sh-3824-	  do
ots-0.5.0/ltmain.sh:3825:	    i=`expr $i + 1`
ots-0.5.0/ltmain.sh-3826-	    delfiles="$delfiles $output_objdir/$save_output-${i}.$objext"
##############################################
ots-0.5.0/ltmain.sh-3932-	libobj="$output"
ots-0.5.0/ltmain.sh:3933:	obj=`$echo "X$output" | $Xsed -e "$lo2o"`
ots-0.5.0/ltmain.sh-3934-	;;
##############################################
ots-0.5.0/ltmain.sh-3974-	    esac
ots-0.5.0/ltmain.sh:3975:	    xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'`
ots-0.5.0/ltmain.sh-3976-	    xdir="$gentop/$xlib"
##############################################
ots-0.5.0/ltmain.sh-4005-		 do
ots-0.5.0/ltmain.sh:4006:		   name_to=`$echo "X$name_to" | $Xsed -e "s/\([^.]*\)/\1-$i/"`
ots-0.5.0/ltmain.sh-4007-		 done
##############################################
ots-0.5.0/ltmain.sh-4009-		 $run eval "(cd \$xdir && $AR xN $i \$xabs '$name' && $mv '$name' '$name_to')" || exit $?
ots-0.5.0/ltmain.sh:4010:		 i=`expr $i + 1`
ots-0.5.0/ltmain.sh-4011-		done
##############################################
ots-0.5.0/ltmain.sh-4014-
ots-0.5.0/ltmain.sh:4015:	    reload_conv_objs="$reload_objs "`find $xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP`
ots-0.5.0/ltmain.sh-4016-	  done
##############################################
ots-0.5.0/ltmain.sh-4020-      # Create the old-style object.
ots-0.5.0/ltmain.sh:4021:      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
ots-0.5.0/ltmain.sh-4022-
##############################################
ots-0.5.0/ltmain.sh-4081-      case $host in
ots-0.5.0/ltmain.sh:4082:	*cygwin*) output=`$echo $output | ${SED} -e 's,.exe$,,;s,$,.exe,'` ;;
ots-0.5.0/ltmain.sh-4083-      esac
##############################################
ots-0.5.0/ltmain.sh-4101-	# On Rhapsody replace the C library is the System framework
ots-0.5.0/ltmain.sh:4102:	compile_deplibs=`$echo "X $compile_deplibs" | $Xsed -e 's/ -lc / -framework System /'`
ots-0.5.0/ltmain.sh:4103:	finalize_deplibs=`$echo "X $finalize_deplibs" | $Xsed -e 's/ -lc / -framework System /'`
ots-0.5.0/ltmain.sh-4104-	;;
##############################################
ots-0.5.0/ltmain.sh-4213-	# Transform all the library objects into standard objects.
ots-0.5.0/ltmain.sh:4214:	compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
ots-0.5.0/ltmain.sh:4215:	finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
ots-0.5.0/ltmain.sh-4216-      fi
##############################################
ots-0.5.0/ltmain.sh-4259-	    # Add our own program objects to the symbol list.
ots-0.5.0/ltmain.sh:4260:	    progfiles=`$echo "X$objs$old_deplibs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
ots-0.5.0/ltmain.sh-4261-	    for arg in $progfiles; do
##############################################
ots-0.5.0/ltmain.sh-4289-	    $show "extracting global C symbols from \`$arg'"
ots-0.5.0/ltmain.sh:4290:	    name=`$echo "$arg" | ${SED} -e 's%^.*/%%'`
ots-0.5.0/ltmain.sh-4291-	    $run eval '$echo ": $name " >> "$nlist"'
##############################################
ots-0.5.0/ltmain.sh-4389-	  # Transform the symbol file into the correct name.
ots-0.5.0/ltmain.sh:4390:	  compile_command=`$echo "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"`
ots-0.5.0/ltmain.sh:4391:	  finalize_command=`$echo "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"`
ots-0.5.0/ltmain.sh-4392-	  ;;
##############################################
ots-0.5.0/ltmain.sh-4403-	# Nullify the symbol file.
ots-0.5.0/ltmain.sh:4404:	compile_command=`$echo "X$compile_command" | $Xsed -e "s% @SYMFILE@%%"`
ots-0.5.0/ltmain.sh:4405:	finalize_command=`$echo "X$finalize_command" | $Xsed -e "s% @SYMFILE@%%"`
ots-0.5.0/ltmain.sh-4406-      fi
##############################################
ots-0.5.0/ltmain.sh-4409-	# Replace the output file specification.
ots-0.5.0/ltmain.sh:4410:	compile_command=`$echo "X$compile_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
ots-0.5.0/ltmain.sh-4411-	link_command="$compile_command$compile_rpath"
##############################################
ots-0.5.0/ltmain.sh-4476-	# Replace the output file specification.
ots-0.5.0/ltmain.sh:4477:	link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
ots-0.5.0/ltmain.sh-4478-	# Delete the old output file.
##############################################
ots-0.5.0/ltmain.sh-4496-	  if test "$fast_install" = yes; then
ots-0.5.0/ltmain.sh:4497:	    relink_command=`$echo "X$compile_var$compile_command$compile_rpath" | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g'`
ots-0.5.0/ltmain.sh-4498-	  else
##############################################
ots-0.5.0/ltmain.sh-4508-      # Replace the output file specification.
ots-0.5.0/ltmain.sh:4509:      link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
ots-0.5.0/ltmain.sh-4510-
##############################################
ots-0.5.0/ltmain.sh-4528-	  else
ots-0.5.0/ltmain.sh:4529:	    var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"`
ots-0.5.0/ltmain.sh-4530-	    relink_command="$var=\"$var_value\"; export $var; $relink_command"
##############################################
ots-0.5.0/ltmain.sh-4533-	relink_command="(cd `pwd`; $relink_command)"
ots-0.5.0/ltmain.sh:4534:	relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"`
ots-0.5.0/ltmain.sh-4535-      fi
##############################################
ots-0.5.0/ltmain.sh-4542-	esac
ots-0.5.0/ltmain.sh:4543:	qecho=`$echo "X$qecho" | $Xsed -e "$sed_quote_subst"`
ots-0.5.0/ltmain.sh-4544-      else
ots-0.5.0/ltmain.sh:4545:	qecho=`$echo "X$echo" | $Xsed -e "$sed_quote_subst"`
ots-0.5.0/ltmain.sh-4546-      fi
##############################################
ots-0.5.0/ltmain.sh-4552-	case $output in
ots-0.5.0/ltmain.sh:4553:	  *.exe) output=`$echo $output|${SED} 's,.exe$,,'` ;;
ots-0.5.0/ltmain.sh-4554-	esac
##############################################
ots-0.5.0/ltmain.sh-4558-	    exeext=.exe
ots-0.5.0/ltmain.sh:4559:	    outputname=`$echo $outputname|${SED} 's,.exe$,,'` ;;
ots-0.5.0/ltmain.sh-4560-	  *) exeext= ;;
##############################################
ots-0.5.0/ltmain.sh-4563-	  *cygwin* | *mingw* )
ots-0.5.0/ltmain.sh:4564:	    cwrappersource=`$echo ${objdir}/lt-${output}.c`
ots-0.5.0/ltmain.sh:4565:	    cwrapper=`$echo ${output}.exe`
ots-0.5.0/ltmain.sh-4566-	    $rm $cwrappersource $cwrapper
##############################################
ots-0.5.0/ltmain.sh-4813-      shift
ots-0.5.0/ltmain.sh:4814:    elif test \"X\`(\$echo '\t') 2>/dev/null\`\" = 'X\t'; then
ots-0.5.0/ltmain.sh-4815-      # Yippee, \$echo works!
##############################################
ots-0.5.0/ltmain.sh-4825-  # Find the directory that this script lives in.
ots-0.5.0/ltmain.sh:4826:  thisdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*$%%'\`
ots-0.5.0/ltmain.sh-4827-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
ots-0.5.0/ltmain.sh-4829-  # Follow symbolic links until we get to the real thisdir.
ots-0.5.0/ltmain.sh:4830:  file=\`ls -ld \"\$file\" | ${SED} -n 's/.*-> //p'\`
ots-0.5.0/ltmain.sh-4831-  while test -n \"\$file\"; do
ots-0.5.0/ltmain.sh:4832:    destdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\`
ots-0.5.0/ltmain.sh-4833-
##############################################
ots-0.5.0/ltmain.sh-4841-
ots-0.5.0/ltmain.sh:4842:    file=\`\$echo \"X\$file\" | \$Xsed -e 's%^.*/%%'\`
ots-0.5.0/ltmain.sh:4843:    file=\`ls -ld \"\$thisdir/\$file\" | ${SED} -n 's/.*-> //p'\`
ots-0.5.0/ltmain.sh-4844-  done
##############################################
ots-0.5.0/ltmain.sh-4846-  # Try to get the absolute directory name.
ots-0.5.0/ltmain.sh:4847:  absdir=\`cd \"\$thisdir\" && pwd\`
ots-0.5.0/ltmain.sh-4848-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
ots-0.5.0/ltmain.sh-4856-  if test ! -f \"\$progdir/\$program\" || \\
ots-0.5.0/ltmain.sh:4857:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
ots-0.5.0/ltmain.sh-4858-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
ots-0.5.0/ltmain.sh-4871-    if test -n \"\$relink_command\"; then
ots-0.5.0/ltmain.sh:4872:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
ots-0.5.0/ltmain.sh-4873-      else
##############################################
ots-0.5.0/ltmain.sh-4903-    # The second colon is a workaround for a bug in BeOS R4 sed
ots-0.5.0/ltmain.sh:4904:    $shlibpath_var=\`\$echo \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\`
ots-0.5.0/ltmain.sh-4905-
##############################################
ots-0.5.0/ltmain.sh-4990-	  esac
ots-0.5.0/ltmain.sh:4991:	  xlib=`$echo "X$xlib" | $Xsed -e 's%^.*/%%'`
ots-0.5.0/ltmain.sh-4992-	  xdir="$gentop/$xlib"
##############################################
ots-0.5.0/ltmain.sh-5021-	       do
ots-0.5.0/ltmain.sh:5022:		 name_to=`$echo "X$name_to" | $Xsed -e "s/\([^.]*\)/\1-$i/"`
ots-0.5.0/ltmain.sh-5023-	       done
##############################################
ots-0.5.0/ltmain.sh-5025-	       $run eval "(cd \$xdir && $AR xN $i \$xabs '$name' && $mv '$name' '$name_to')" || exit $?
ots-0.5.0/ltmain.sh:5026:	       i=`expr $i + 1`
ots-0.5.0/ltmain.sh-5027-	      done
##############################################
ots-0.5.0/ltmain.sh-5030-
ots-0.5.0/ltmain.sh:5031:	  oldobjs="$oldobjs "`find $xdir -name \*.${objext} -print -o -name \*.lo -print | $NL2SP`
ots-0.5.0/ltmain.sh-5032-	done
##############################################
ots-0.5.0/ltmain.sh-5040-
ots-0.5.0/ltmain.sh:5041:	if len=`expr "X$cmds" : ".*"` &&
ots-0.5.0/ltmain.sh-5042-	     test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
##############################################
ots-0.5.0/ltmain.sh-5075-	    eval test_cmds=\"$old_archive_cmds\"
ots-0.5.0/ltmain.sh:5076:	    if len=`expr "X$test_cmds" : ".*"` &&
ots-0.5.0/ltmain.sh-5077-	       test "$len" -le "$max_cmd_len"; then
##############################################
ots-0.5.0/ltmain.sh-5127-	else
ots-0.5.0/ltmain.sh:5128:	  var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"`
ots-0.5.0/ltmain.sh-5129-	  relink_command="$var=\"$var_value\"; export $var; $relink_command"
##############################################
ots-0.5.0/ltmain.sh-5133-      relink_command="(cd `pwd`; $SHELL $0 $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
ots-0.5.0/ltmain.sh:5134:      relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"`
ots-0.5.0/ltmain.sh-5135-      if test "$hardcode_automatic" = yes ; then
##############################################
ots-0.5.0/ltmain.sh-5150-	      *.la)
ots-0.5.0/ltmain.sh:5151:		name=`$echo "X$deplib" | $Xsed -e 's%^.*/%%'`
ots-0.5.0/ltmain.sh:5152:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
ots-0.5.0/ltmain.sh-5153-		if test -z "$libdir"; then
##############################################
ots-0.5.0/ltmain.sh-5164-	    for lib in $dlfiles; do
ots-0.5.0/ltmain.sh:5165:	      name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
ots-0.5.0/ltmain.sh:5166:	      eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
ots-0.5.0/ltmain.sh-5167-	      if test -z "$libdir"; then
##############################################
ots-0.5.0/ltmain.sh-5175-	    for lib in $dlprefiles; do
ots-0.5.0/ltmain.sh:5176:	      name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
ots-0.5.0/ltmain.sh:5177:	      eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
ots-0.5.0/ltmain.sh-5178-	      if test -z "$libdir"; then
##############################################
ots-0.5.0/ltmain.sh-5272-      # Aesthetically quote it.
ots-0.5.0/ltmain.sh:5273:      arg=`$echo "X$nonopt" | $Xsed -e "$sed_quote_subst"`
ots-0.5.0/ltmain.sh-5274-      case $arg in
##############################################
ots-0.5.0/ltmain.sh-5288-    # Aesthetically quote it.
ots-0.5.0/ltmain.sh:5289:    arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
ots-0.5.0/ltmain.sh-5290-    case $arg in
##############################################
ots-0.5.0/ltmain.sh-5336-      # Aesthetically quote the argument.
ots-0.5.0/ltmain.sh:5337:      arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
ots-0.5.0/ltmain.sh-5338-      case $arg in
##############################################
ots-0.5.0/ltmain.sh-5368-    # Strip any trailing slash from the destination.
ots-0.5.0/ltmain.sh:5369:    dest=`$echo "X$dest" | $Xsed -e 's%/$%%'`
ots-0.5.0/ltmain.sh-5370-
##############################################
ots-0.5.0/ltmain.sh-5376-    else
ots-0.5.0/ltmain.sh:5377:      destdir=`$echo "X$dest" | $Xsed -e 's%/[^/]*$%%'`
ots-0.5.0/ltmain.sh-5378-      test "X$destdir" = "X$dest" && destdir=.
ots-0.5.0/ltmain.sh:5379:      destname=`$echo "X$dest" | $Xsed -e 's%^.*/%%'`
ots-0.5.0/ltmain.sh-5380-
##############################################
ots-0.5.0/ltmain.sh-5452-
ots-0.5.0/ltmain.sh:5453:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`/
ots-0.5.0/ltmain.sh-5454-	test "X$dir" = "X$file/" && dir=
##############################################
ots-0.5.0/ltmain.sh-5458-	  # Determine the prefix the user has applied to our future dir.
ots-0.5.0/ltmain.sh:5459:	  inst_prefix_dir=`$echo "$destdir" | $SED "s%$libdir\$%%"`
ots-0.5.0/ltmain.sh-5460-
##############################################
ots-0.5.0/ltmain.sh-5473-	    # Stick the inst_prefix_dir data into the link command.
ots-0.5.0/ltmain.sh:5474:	    relink_command=`$echo "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
ots-0.5.0/ltmain.sh-5475-	  else
ots-0.5.0/ltmain.sh:5476:	    relink_command=`$echo "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
ots-0.5.0/ltmain.sh-5477-	  fi
##############################################
ots-0.5.0/ltmain.sh-5530-	# Install the pseudo-library for information purposes.
ots-0.5.0/ltmain.sh:5531:	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
ots-0.5.0/ltmain.sh-5532-	instname="$dir/$name"i
##############################################
ots-0.5.0/ltmain.sh-5546-	else
ots-0.5.0/ltmain.sh:5547:	  destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
ots-0.5.0/ltmain.sh-5548-	  destfile="$destdir/$destfile"
##############################################
ots-0.5.0/ltmain.sh-5553-	*.lo)
ots-0.5.0/ltmain.sh:5554:	  staticdest=`$echo "X$destfile" | $Xsed -e "$lo2o"`
ots-0.5.0/ltmain.sh-5555-	  ;;
##############################################
ots-0.5.0/ltmain.sh-5575-	  # Deduce the name of the old-style object file.
ots-0.5.0/ltmain.sh:5576:	  staticobj=`$echo "X$file" | $Xsed -e "$lo2o"`
ots-0.5.0/ltmain.sh-5577-
##############################################
ots-0.5.0/ltmain.sh-5588-	else
ots-0.5.0/ltmain.sh:5589:	  destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
ots-0.5.0/ltmain.sh-5590-	  destfile="$destdir/$destfile"
##############################################
ots-0.5.0/ltmain.sh-5599-	    if test ! -f "$file"; then
ots-0.5.0/ltmain.sh:5600:	      file=`$echo $file|${SED} 's,.exe$,,'`
ots-0.5.0/ltmain.sh-5601-	      stripped_ext=".exe"
##############################################
ots-0.5.0/ltmain.sh-5608-	*cygwin*|*mingw*)
ots-0.5.0/ltmain.sh:5609:	    wrapper=`$echo $file | ${SED} -e 's,.exe$,,'`
ots-0.5.0/ltmain.sh-5610-	    ;;
##############################################
ots-0.5.0/ltmain.sh-5648-	    fi
ots-0.5.0/ltmain.sh:5649:	    libfile="$libdir/"`$echo "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test
ots-0.5.0/ltmain.sh-5650-	    if test -n "$libdir" && test ! -f "$libfile"; then
ots-0.5.0/ltmain.sh:5651:	      $echo "$modename: warning: \`$lib' has not been installed in \`$libdir'" 1>&2
ots-0.5.0/ltmain.sh-5652-	      finalize=no
##############################################
ots-0.5.0/ltmain.sh-5680-	      fi
ots-0.5.0/ltmain.sh:5681:	      file=`$echo "X$file$stripped_ext" | $Xsed -e 's%^.*/%%'`
ots-0.5.0/ltmain.sh-5682-	      outputname="$tmpdir/$file"
ots-0.5.0/ltmain.sh-5683-	      # Replace the output file specification.
ots-0.5.0/ltmain.sh:5684:	      relink_command=`$echo "X$relink_command" | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g'`
ots-0.5.0/ltmain.sh-5685-
##############################################
ots-0.5.0/ltmain.sh-5698-	    # Install the binary that we compiled earlier.
ots-0.5.0/ltmain.sh:5699:	    file=`$echo "X$file$stripped_ext" | $Xsed -e "s%\([^/]*\)$%$objdir/\1%"`
ots-0.5.0/ltmain.sh-5700-	  fi
##############################################
ots-0.5.0/ltmain.sh-5714-	  *:*.exe)
ots-0.5.0/ltmain.sh:5715:	    destfile=`$echo $destfile | ${SED} -e 's,.exe$,,'`
ots-0.5.0/ltmain.sh-5716-	    ;;
##############################################
ots-0.5.0/ltmain.sh-5727-    for file in $staticlibs; do
ots-0.5.0/ltmain.sh:5728:      name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
ots-0.5.0/ltmain.sh-5729-
##############################################
ots-0.5.0/ltmain.sh-5884-	  # Warn if it was a shared library.
ots-0.5.0/ltmain.sh:5885:	  test -n "$library_names" && $echo "$modename: warning: \`$file' was not linked with \`-export-dynamic'"
ots-0.5.0/ltmain.sh-5886-	  continue
##############################################
ots-0.5.0/ltmain.sh-5888-
ots-0.5.0/ltmain.sh:5889:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
ots-0.5.0/ltmain.sh-5890-	test "X$dir" = "X$file" && dir=.
##############################################
ots-0.5.0/ltmain.sh-5894-	else
ots-0.5.0/ltmain.sh:5895:	  $echo "$modename: cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" 1>&2
ots-0.5.0/ltmain.sh-5896-	  exit 1
##############################################
ots-0.5.0/ltmain.sh-5901-	# Just add the directory containing the .lo file.
ots-0.5.0/ltmain.sh:5902:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
ots-0.5.0/ltmain.sh-5903-	test "X$dir" = "X$file" && dir=.
##############################################
ots-0.5.0/ltmain.sh-5912-      # Get the absolute pathname.
ots-0.5.0/ltmain.sh:5913:      absdir=`cd "$dir" && pwd`
ots-0.5.0/ltmain.sh-5914-      test -n "$absdir" && dir="$absdir"
##############################################
ots-0.5.0/ltmain.sh-5948-      # Quote arguments (to preserve shell metacharacters).
ots-0.5.0/ltmain.sh:5949:      file=`$echo "X$file" | $Xsed -e "$sed_quote_subst"`
ots-0.5.0/ltmain.sh-5950-      args="$args \"$file\""
##############################################
ots-0.5.0/ltmain.sh-6010-    for file in $files; do
ots-0.5.0/ltmain.sh:6011:      dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
ots-0.5.0/ltmain.sh-6012-      if test "X$dir" = "X$file"; then
##############################################
ots-0.5.0/ltmain.sh-6017-      fi
ots-0.5.0/ltmain.sh:6018:      name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
ots-0.5.0/ltmain.sh-6019-      test "$mode" = uninstall && objdir="$dir"
##############################################
ots-0.5.0/ltmain.sh-6118-	  *.exe) 
ots-0.5.0/ltmain.sh:6119:	    file=`$echo $file|${SED} 's,.exe$,,'`
ots-0.5.0/ltmain.sh:6120:	    noexename=`$echo $name|${SED} 's,.exe$,,'`
ots-0.5.0/ltmain.sh-6121-	    # $file with .exe has already been added to rmfiles,
##############################################
ots-0.5.0/ltmain.sh-6392-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
ots-0.5.0/ltmain.sh:6393:build_old_libs=`case $build_libtool_libs in yes) $echo no;; *) $echo yes;; esac`
ots-0.5.0/ltmain.sh-6394-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
ots-0.5.0/missing-92-         from any GNU archive site."
ots-0.5.0/missing:93:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' $configure_ac`
ots-0.5.0/missing-94-    test -z "$files" && files="config.h"
##############################################
ots-0.5.0/missing-127-	*.y)
ots-0.5.0/missing:128:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
ots-0.5.0/missing-129-	    if [ -f "$SRCFILE" ]; then
##############################################
ots-0.5.0/missing-131-	    fi
ots-0.5.0/missing:132:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
ots-0.5.0/missing-133-	    if [ -f "$SRCFILE" ]; then
##############################################
ots-0.5.0/missing-157-	*.l)
ots-0.5.0/missing:158:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
ots-0.5.0/missing-159-	    if [ -f "$SRCFILE" ]; then
##############################################
ots-0.5.0/missing-177-         the \`GNU make' package.  Grab either from any GNU archive site."
ots-0.5.0/missing:178:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
ots-0.5.0/missing-179-    if test -z "$file"; then
ots-0.5.0/missing:180:      file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
ots-0.5.0/missing:181:      file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file`
ots-0.5.0/missing-182-    fi
##############################################
ots-0.5.0/mkinstalldirs-12-do
ots-0.5.0/mkinstalldirs:13:   set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
ots-0.5.0/mkinstalldirs-14-   shift
##############################################
ots-0.5.0/src/Makefile.in-201-.c.obj:
ots-0.5.0/src/Makefile.in:202:	$(COMPILE) -c `cygpath -w $<`
ots-0.5.0/src/Makefile.in-203-
##############################################
ots-0.5.0/src/Makefile.in-256-	  if test -f $$p; then \
ots-0.5.0/src/Makefile.in:257:	    echo " $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
ots-0.5.0/src/Makefile.in:258:	    $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
ots-0.5.0/src/Makefile.in-259-	  else :; fi; \
##############################################
ots-0.5.0/src/Makefile.in-264-	list='$(bin_PROGRAMS)'; for p in $$list; do \
ots-0.5.0/src/Makefile.in:265:	  rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
ots-0.5.0/src/Makefile.in-266-	done
##############################################
ots-0.5.0/.pc/gtkdoc.patch/configure.in-28-# libtool versioning
ots-0.5.0/.pc/gtkdoc.patch/configure.in:29:VERSION_INFO=`expr $OTS_MAJOR_VERSION + $OTS_MINOR_VERSION`:$OTS_MICRO_VERSION:$OTS_MINOR_VERSION
ots-0.5.0/.pc/gtkdoc.patch/configure.in-30-AC_SUBST(VERSION_INFO)
##############################################
ots-0.5.0/configure.in-28-# libtool versioning
ots-0.5.0/configure.in:29:VERSION_INFO=`expr $OTS_MAJOR_VERSION + $OTS_MINOR_VERSION`:$OTS_MICRO_VERSION:$OTS_MINOR_VERSION
ots-0.5.0/configure.in-30-AC_SUBST(VERSION_INFO)