===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
trickle-1.07/install-sh-85-
trickle-1.07/install-sh:86:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
trickle-1.07/install-sh-87-	    shift
##############################################
trickle-1.07/install-sh-89-
trickle-1.07/install-sh:90:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
trickle-1.07/install-sh-91-	    shift
##############################################
trickle-1.07/install-sh-151-	then
trickle-1.07/install-sh:152:		dst="$dst"/`basename $src`
trickle-1.07/install-sh-153-	else
##############################################
trickle-1.07/install-sh-158-## this sed command emulates the dirname command
trickle-1.07/install-sh:159:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
trickle-1.07/install-sh-160-
##############################################
trickle-1.07/install-sh-172-IFS='%'
trickle-1.07/install-sh:173:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
trickle-1.07/install-sh-174-IFS="${oIFS}"
##############################################
trickle-1.07/install-sh-206-	then
trickle-1.07/install-sh:207:		dstfile=`basename $dst`
trickle-1.07/install-sh-208-	else
##############################################
trickle-1.07/install-sh-216-	then
trickle-1.07/install-sh:217:		dstfile=`basename $dst`
trickle-1.07/install-sh-218-	else
##############################################
trickle-1.07/missing-92-         from any GNU archive site."
trickle-1.07/missing:93:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' $configure_ac`
trickle-1.07/missing-94-    test -z "$files" && files="config.h"
##############################################
trickle-1.07/missing-127-	*.y)
trickle-1.07/missing:128:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
trickle-1.07/missing-129-	    if [ -f "$SRCFILE" ]; then
##############################################
trickle-1.07/missing-131-	    fi
trickle-1.07/missing:132:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
trickle-1.07/missing-133-	    if [ -f "$SRCFILE" ]; then
##############################################
trickle-1.07/missing-157-	*.l)
trickle-1.07/missing:158:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
trickle-1.07/missing-159-	    if [ -f "$SRCFILE" ]; then
##############################################
trickle-1.07/missing-177-         the \`GNU make' package.  Grab either from any GNU archive site."
trickle-1.07/missing:178:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
trickle-1.07/missing-179-    if test -z "$file"; then
trickle-1.07/missing:180:      file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
trickle-1.07/missing:181:      file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file`
trickle-1.07/missing-182-    fi
##############################################
trickle-1.07/mkinstalldirs-12-do
trickle-1.07/mkinstalldirs:13:   set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
trickle-1.07/mkinstalldirs-14-   shift
##############################################
trickle-1.07/Makefile.in-89-MANS = $(man_MANS)
trickle-1.07/Makefile.in:90:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
trickle-1.07/Makefile.in-91-am__vpath_adj = case $$p in \
trickle-1.07/Makefile.in:92:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
trickle-1.07/Makefile.in-93-    *) f=$$p;; \
trickle-1.07/Makefile.in-94-  esac;
trickle-1.07/Makefile.in:95:am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
trickle-1.07/Makefile.in-96-trickleoverloadDATA_INSTALL = $(INSTALL_DATA)
##############################################
trickle-1.07/Makefile.in-315-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
trickle-1.07/Makefile.in:316:	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
trickle-1.07/Makefile.in-317-	  if test -f $$p \
##############################################
trickle-1.07/Makefile.in-319-	  ; then \
trickle-1.07/Makefile.in:320:	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
trickle-1.07/Makefile.in-321-	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
##############################################
trickle-1.07/Makefile.in-328-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
trickle-1.07/Makefile.in:329:	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
trickle-1.07/Makefile.in-330-	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
##############################################
trickle-1.07/Makefile.in-335-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
trickle-1.07/Makefile.in:336:	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
trickle-1.07/Makefile.in-337-	  echo " rm -f $$p $$f"; \
##############################################
trickle-1.07/Makefile.in-359-.c.obj:
trickle-1.07/Makefile.in:360:	$(COMPILE) -c `$(CYGPATH_W) '$<'`
trickle-1.07/Makefile.in-361-
##############################################
trickle-1.07/Makefile.in-385-	  else file=$$i; fi; \
trickle-1.07/Makefile.in:386:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
trickle-1.07/Makefile.in-387-	  case "$$ext" in \
##############################################
trickle-1.07/Makefile.in-390-	  esac; \
trickle-1.07/Makefile.in:391:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
trickle-1.07/Makefile.in:392:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
trickle-1.07/Makefile.in:393:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
trickle-1.07/Makefile.in-394-	  echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
##############################################
trickle-1.07/Makefile.in-406-	for i in $$list; do \
trickle-1.07/Makefile.in:407:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
trickle-1.07/Makefile.in-408-	  case "$$ext" in \
##############################################
trickle-1.07/Makefile.in-411-	  esac; \
trickle-1.07/Makefile.in:412:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
trickle-1.07/Makefile.in:413:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
trickle-1.07/Makefile.in:414:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
trickle-1.07/Makefile.in-415-	  echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
##############################################
trickle-1.07/Makefile.in-430-	  else file=$$i; fi; \
trickle-1.07/Makefile.in:431:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
trickle-1.07/Makefile.in-432-	  case "$$ext" in \
##############################################
trickle-1.07/Makefile.in-435-	  esac; \
trickle-1.07/Makefile.in:436:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
trickle-1.07/Makefile.in:437:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
trickle-1.07/Makefile.in:438:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
trickle-1.07/Makefile.in-439-	  echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \
##############################################
trickle-1.07/Makefile.in-451-	for i in $$list; do \
trickle-1.07/Makefile.in:452:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
trickle-1.07/Makefile.in-453-	  case "$$ext" in \
##############################################
trickle-1.07/Makefile.in-456-	  esac; \
trickle-1.07/Makefile.in:457:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
trickle-1.07/Makefile.in:458:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
trickle-1.07/Makefile.in:459:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
trickle-1.07/Makefile.in-460-	  echo " rm -f '$(DESTDIR)$(man5dir)/$$inst'"; \
##############################################
trickle-1.07/Makefile.in-475-	  else file=$$i; fi; \
trickle-1.07/Makefile.in:476:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
trickle-1.07/Makefile.in-477-	  case "$$ext" in \
##############################################
trickle-1.07/Makefile.in-480-	  esac; \
trickle-1.07/Makefile.in:481:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
trickle-1.07/Makefile.in:482:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
trickle-1.07/Makefile.in:483:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
trickle-1.07/Makefile.in-484-	  echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
##############################################
trickle-1.07/Makefile.in-496-	for i in $$list; do \
trickle-1.07/Makefile.in:497:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
trickle-1.07/Makefile.in-498-	  case "$$ext" in \
##############################################
trickle-1.07/Makefile.in-501-	  esac; \
trickle-1.07/Makefile.in:502:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
trickle-1.07/Makefile.in:503:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
trickle-1.07/Makefile.in:504:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
trickle-1.07/Makefile.in-505-	  echo " rm -f '$(DESTDIR)$(man8dir)/$$inst'"; \
##############################################
trickle-1.07/Makefile.in-565-GTAGS:
trickle-1.07/Makefile.in:566:	here=`$(am__cd) $(top_builddir) && pwd` \
trickle-1.07/Makefile.in-567-	  && cd $(top_srcdir) \
##############################################
trickle-1.07/Makefile.in-575-	test -d $(distdir) || mkdir $(distdir)
trickle-1.07/Makefile.in:576:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
trickle-1.07/Makefile.in:577:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
trickle-1.07/Makefile.in-578-	list='$(DISTFILES)'; \
##############################################
trickle-1.07/Makefile.in-589-	  if test -d $$d/$$file; then \
trickle-1.07/Makefile.in:590:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
trickle-1.07/Makefile.in-591-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
##############################################
trickle-1.07/Makefile.in-656-	chmod a-w $(distdir)
trickle-1.07/Makefile.in:657:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
trickle-1.07/Makefile.in-658-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
trickle-1.07/Makefile.in-687-	@cd $(distuninstallcheck_dir) \
trickle-1.07/Makefile.in:688:	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
trickle-1.07/Makefile.in-689-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
trickle-1.07/Makefile.in-699-	fi
trickle-1.07/Makefile.in:700:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
trickle-1.07/Makefile.in-701-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
trickle-1.07/aclocal.m4-265-done
trickle-1.07/aclocal.m4:266:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
trickle-1.07/aclocal.m4-267-])
##############################################
trickle-1.07/aclocal.m4-386-    }'
trickle-1.07/aclocal.m4:387:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
trickle-1.07/aclocal.m4-388-# Check for a 64-bit object if we didn't find anything.
trickle-1.07/aclocal.m4-389-if test -z "$aix_libpath"; then
trickle-1.07/aclocal.m4:390:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
trickle-1.07/aclocal.m4-391-fi],[])
##############################################
trickle-1.07/aclocal.m4-418-  # Remove one level of quotation (which was required for Make).
trickle-1.07/aclocal.m4:419:  ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
trickle-1.07/aclocal.m4-420-  ;;
##############################################
trickle-1.07/aclocal.m4-429-  :
trickle-1.07/aclocal.m4:430:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
trickle-1.07/aclocal.m4-431-  # Yippee, $echo works!
##############################################
trickle-1.07/aclocal.m4-455-    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
trickle-1.07/aclocal.m4:456:    if (echo_test_string=`eval $cmd`) 2>/dev/null &&
trickle-1.07/aclocal.m4:457:       echo_test_string=`eval $cmd` &&
trickle-1.07/aclocal.m4-458-       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
##############################################
trickle-1.07/aclocal.m4-464-
trickle-1.07/aclocal.m4:465:if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
trickle-1.07/aclocal.m4:466:   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
trickle-1.07/aclocal.m4-467-   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
trickle-1.07/aclocal.m4-479-    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
trickle-1.07/aclocal.m4:480:       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
trickle-1.07/aclocal.m4:481:       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
trickle-1.07/aclocal.m4-482-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
trickle-1.07/aclocal.m4-491-    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
trickle-1.07/aclocal.m4:492:       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
trickle-1.07/aclocal.m4-493-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
trickle-1.07/aclocal.m4-506-      echo='printf %s\n'
trickle-1.07/aclocal.m4:507:      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
trickle-1.07/aclocal.m4:508:	 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
trickle-1.07/aclocal.m4-509-	 test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
trickle-1.07/aclocal.m4-511-	:
trickle-1.07/aclocal.m4:512:      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
trickle-1.07/aclocal.m4-513-	   test "X$echo_testing_string" = 'X\t' &&
trickle-1.07/aclocal.m4:514:	   echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
trickle-1.07/aclocal.m4-515-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
trickle-1.07/aclocal.m4-520-	echo="$CONFIG_SHELL [$]0 --fallback-echo"
trickle-1.07/aclocal.m4:521:      elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
trickle-1.07/aclocal.m4-522-	   test "X$echo_testing_string" = 'X\t' &&
trickle-1.07/aclocal.m4:523:	   echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
trickle-1.07/aclocal.m4-524-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
trickle-1.07/aclocal.m4-530-	for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
trickle-1.07/aclocal.m4:531:	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
trickle-1.07/aclocal.m4-532-	  then
##############################################
trickle-1.07/aclocal.m4-538-	if test "$prev" != 'sed 50q "[$]0"'; then
trickle-1.07/aclocal.m4:539:	  echo_test_string=`eval $prev`
trickle-1.07/aclocal.m4-540-	  export echo_test_string
##############################################
trickle-1.07/aclocal.m4-577-  if AC_TRY_EVAL(ac_compile); then
trickle-1.07/aclocal.m4:578:    case `/usr/bin/file conftest.$ac_objext` in
trickle-1.07/aclocal.m4-579-    *ELF-32*)
##############################################
trickle-1.07/aclocal.m4-593-   if test "$lt_cv_prog_gnu_ld" = yes; then
trickle-1.07/aclocal.m4:594:    case `/usr/bin/file conftest.$ac_objext` in
trickle-1.07/aclocal.m4-595-    *32-bit*)
##############################################
trickle-1.07/aclocal.m4-605-   else
trickle-1.07/aclocal.m4:606:    case `/usr/bin/file conftest.$ac_objext` in
trickle-1.07/aclocal.m4-607-    *32-bit*)
##############################################
trickle-1.07/aclocal.m4-852-    # And add a safety zone
trickle-1.07/aclocal.m4:853:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
trickle-1.07/aclocal.m4:854:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
trickle-1.07/aclocal.m4-855-    ;;
##############################################
trickle-1.07/aclocal.m4-880-    if test -n "$kargmax"; then
trickle-1.07/aclocal.m4:881:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ 	]]//'`
trickle-1.07/aclocal.m4-882-    else
##############################################
trickle-1.07/aclocal.m4-888-    if test -n "$lt_cv_sys_max_cmd_len"; then
trickle-1.07/aclocal.m4:889:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
trickle-1.07/aclocal.m4:890:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
trickle-1.07/aclocal.m4-891-    else
trickle-1.07/aclocal.m4-892-      SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
trickle-1.07/aclocal.m4:893:      while (test "X"`$SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \
trickle-1.07/aclocal.m4-894-	       = "XX$teststring") >/dev/null 2>&1 &&
trickle-1.07/aclocal.m4:895:	      new_result=`expr "X$teststring" : ".*" 2>&1` &&
trickle-1.07/aclocal.m4-896-	      lt_cv_sys_max_cmd_len=$new_result &&
##############################################
trickle-1.07/aclocal.m4-898-      do
trickle-1.07/aclocal.m4:899:        i=`expr $i + 1`
trickle-1.07/aclocal.m4-900-        teststring=$teststring$teststring
##############################################
trickle-1.07/aclocal.m4-905-      # It appears as though 1/2 is a usable value.
trickle-1.07/aclocal.m4:906:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
trickle-1.07/aclocal.m4-907-    fi
##############################################
trickle-1.07/aclocal.m4-1199-  if test "$hard_links" = no; then
trickle-1.07/aclocal.m4:1200:    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
trickle-1.07/aclocal.m4-1201-    need_locks=warn
##############################################
trickle-1.07/aclocal.m4-1321-  esac
trickle-1.07/aclocal.m4:1322:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
trickle-1.07/aclocal.m4-1323-  if echo "$lt_search_path_spec" | grep ';' >/dev/null ; then
##############################################
trickle-1.07/aclocal.m4-1327-    # okay in the real world where ";" in dirpaths is itself problematic.
trickle-1.07/aclocal.m4:1328:    lt_search_path_spec=`echo "$lt_search_path_spec" | $SED -e 's/;/ /g'`
trickle-1.07/aclocal.m4-1329-  else
trickle-1.07/aclocal.m4:1330:    lt_search_path_spec=`echo "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
trickle-1.07/aclocal.m4-1331-  fi
##############################################
trickle-1.07/aclocal.m4-1334-  lt_tmp_lt_search_path_spec=
trickle-1.07/aclocal.m4:1335:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
trickle-1.07/aclocal.m4-1336-  for lt_sys_path in $lt_search_path_spec; do
##############################################
trickle-1.07/aclocal.m4-1363-}'`
trickle-1.07/aclocal.m4:1364:  sys_lib_search_path_spec=`echo $lt_search_path_spec`
trickle-1.07/aclocal.m4-1365-else
##############################################
trickle-1.07/aclocal.m4-1431-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
trickle-1.07/aclocal.m4:1432:  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'
trickle-1.07/aclocal.m4-1433-  ;;
##############################################
trickle-1.07/aclocal.m4-1464-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
trickle-1.07/aclocal.m4:1465:    postinstall_cmds='base_file=`basename \${file}`~
trickle-1.07/aclocal.m4:1466:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
trickle-1.07/aclocal.m4:1467:      dldir=$destdir/`dirname \$dlpath`~
trickle-1.07/aclocal.m4-1468-      test -d \$dldir || mkdir -p \$dldir~
##############################################
trickle-1.07/aclocal.m4-1470-      chmod a+x \$dldir/$dlname'
trickle-1.07/aclocal.m4:1471:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
trickle-1.07/aclocal.m4-1472-      dlpath=$dir/\$dldll~
##############################################
trickle-1.07/aclocal.m4-1478-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
trickle-1.07/aclocal.m4:1479:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
trickle-1.07/aclocal.m4-1480-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
trickle-1.07/aclocal.m4-1483-      # MinGW DLLs use traditional 'lib' prefix
trickle-1.07/aclocal.m4:1484:      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
trickle-1.07/aclocal.m4:1485:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
trickle-1.07/aclocal.m4-1486-      if echo "$sys_lib_search_path_spec" | [grep ';[c-zC-Z]:/' >/dev/null]; then
##############################################
trickle-1.07/aclocal.m4-1492-        # which wouldn't understand a cygwinified path. Ahh.
trickle-1.07/aclocal.m4:1493:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
trickle-1.07/aclocal.m4-1494-      else
trickle-1.07/aclocal.m4:1495:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
trickle-1.07/aclocal.m4-1496-      fi
##############################################
trickle-1.07/aclocal.m4-1499-      # pw32 DLLs use 'pw' prefix rather than 'lib'
trickle-1.07/aclocal.m4:1500:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
trickle-1.07/aclocal.m4-1501-      ;;
##############################################
trickle-1.07/aclocal.m4-1505-  *)
trickle-1.07/aclocal.m4:1506:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
trickle-1.07/aclocal.m4-1507-    ;;
##############################################
trickle-1.07/aclocal.m4-1522-  shlibpath_var=DYLD_LIBRARY_PATH
trickle-1.07/aclocal.m4:1523:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
trickle-1.07/aclocal.m4-1524-  m4_if([$1], [],[
##############################################
trickle-1.07/aclocal.m4-1712-  if test -f /etc/ld.so.conf; then
trickle-1.07/aclocal.m4:1713:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ 	]*hwcap[ 	]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
trickle-1.07/aclocal.m4-1714-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
trickle-1.07/aclocal.m4-1784-  shlibpath_var=LD_LIBRARY_PATH
trickle-1.07/aclocal.m4:1785:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
trickle-1.07/aclocal.m4-1786-    case $host_os in
##############################################
trickle-1.07/aclocal.m4-1946-  if test -z "$LTCC"; then
trickle-1.07/aclocal.m4:1947:    eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
trickle-1.07/aclocal.m4-1948-    if test -z "$LTCC"; then
##############################################
trickle-1.07/aclocal.m4-1950-    else
trickle-1.07/aclocal.m4:1951:      AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
trickle-1.07/aclocal.m4-1952-    fi
##############################################
trickle-1.07/aclocal.m4-1954-  if test -z "$LTCFLAGS"; then
trickle-1.07/aclocal.m4:1955:    eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`"
trickle-1.07/aclocal.m4-1956-  fi
##############################################
trickle-1.07/aclocal.m4-1959-  # Note that this assumes the entire list is on one line.
trickle-1.07/aclocal.m4:1960:  available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
trickle-1.07/aclocal.m4-1961-
##############################################
trickle-1.07/aclocal.m4-1965-    # Check whether tagname contains only valid characters
trickle-1.07/aclocal.m4:1966:    case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in
trickle-1.07/aclocal.m4-1967-    "") ;;
##############################################
trickle-1.07/aclocal.m4-2220-	"file_magic "*)
trickle-1.07/aclocal.m4:2221:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
trickle-1.07/aclocal.m4-2222-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
trickle-1.07/aclocal.m4-2292-    # gcc leaves a trailing carriage return which upsets mingw
trickle-1.07/aclocal.m4:2293:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
trickle-1.07/aclocal.m4-2294-  *)
trickle-1.07/aclocal.m4:2295:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
trickle-1.07/aclocal.m4-2296-  esac
##############################################
trickle-1.07/aclocal.m4-2301-      # Canonicalize the pathname of ld
trickle-1.07/aclocal.m4:2302:      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
trickle-1.07/aclocal.m4-2303-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
trickle-1.07/aclocal.m4:2304:	ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
trickle-1.07/aclocal.m4-2305-      done
##############################################
trickle-1.07/aclocal.m4-2332-      # Break only if it was the GNU/non-GNU ld that we prefer.
trickle-1.07/aclocal.m4:2333:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
trickle-1.07/aclocal.m4-2334-      *GNU* | *'with BFD'*)
##############################################
trickle-1.07/aclocal.m4-2363-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
trickle-1.07/aclocal.m4:2364:case `$LD -v 2>&1 </dev/null` in
trickle-1.07/aclocal.m4-2365-*GNU* | *'with BFD'*)
##############################################
trickle-1.07/aclocal.m4-2537-openbsd*)
trickle-1.07/aclocal.m4:2538:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
trickle-1.07/aclocal.m4-2539-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
trickle-1.07/aclocal.m4-2618-	# Tru64's nm complains that /dev/null is an invalid object file
trickle-1.07/aclocal.m4:2619:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
trickle-1.07/aclocal.m4-2620-	*/dev/null* | *'Invalid file or object type'*)
##############################################
trickle-1.07/aclocal.m4-2624-	*)
trickle-1.07/aclocal.m4:2625:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
trickle-1.07/aclocal.m4-2626-	  */dev/null*)
##############################################
trickle-1.07/aclocal.m4-2989-    # ancient GNU ld didn't support --whole-archive et. al.
trickle-1.07/aclocal.m4:2990:    if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
trickle-1.07/aclocal.m4-2991-	grep 'no-whole-archive' > /dev/null; then
##############################################
trickle-1.07/aclocal.m4-3070-      # below for broken collect2 doesn't work under 4.3+
trickle-1.07/aclocal.m4:3071:	collect2name=`${CC} -print-prog-name=collect2`
trickle-1.07/aclocal.m4-3072-	if test -f "$collect2name" && \
##############################################
trickle-1.07/aclocal.m4-3118-
trickle-1.07/aclocal.m4:3119:      _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"
trickle-1.07/aclocal.m4-3120-     else
##############################################
trickle-1.07/aclocal.m4-3173-      # is EXPORTS), use it as is; otherwise, prepend...
trickle-1.07/aclocal.m4:3174:      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
trickle-1.07/aclocal.m4-3175-	cp $export_symbols $output_objdir/$soname.def;
##############################################
trickle-1.07/aclocal.m4-3206-         output_verbose_link_cmd='echo'
trickle-1.07/aclocal.m4:3207:          _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` $xlcverstring'
trickle-1.07/aclocal.m4-3208-          _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
##############################################
trickle-1.07/aclocal.m4-3274-      # dependencies.
trickle-1.07/aclocal.m4:3275:      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'
trickle-1.07/aclocal.m4-3276-      ;;
##############################################
trickle-1.07/aclocal.m4-3336-	# dependencies.
trickle-1.07/aclocal.m4:3337:	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'
trickle-1.07/aclocal.m4-3338-	;;
##############################################
trickle-1.07/aclocal.m4-3371-    # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
trickle-1.07/aclocal.m4:3372:    _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'
trickle-1.07/aclocal.m4:3373:    _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'
trickle-1.07/aclocal.m4-3374-    ;;
##############################################
trickle-1.07/aclocal.m4-3378-	# SGI C++
trickle-1.07/aclocal.m4:3379:	_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'
trickle-1.07/aclocal.m4-3380-
##############################################
trickle-1.07/aclocal.m4-3389-	  if test "$with_gnu_ld" = no; then
trickle-1.07/aclocal.m4:3390:	    _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'
trickle-1.07/aclocal.m4-3391-	  else
trickle-1.07/aclocal.m4:3392:	    _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'
trickle-1.07/aclocal.m4-3393-	  fi
##############################################
trickle-1.07/aclocal.m4-3408-	# to its proper name (with version) after linking.
trickle-1.07/aclocal.m4:3409:	_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'
trickle-1.07/aclocal.m4:3410:	_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'
trickle-1.07/aclocal.m4-3411-	# Commands to make compiler produce verbose output that lists
##############################################
trickle-1.07/aclocal.m4-3418-	# dependencies.
trickle-1.07/aclocal.m4:3419:	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'
trickle-1.07/aclocal.m4-3420-
##############################################
trickle-1.07/aclocal.m4-3433-	# earlier do not add the objects themselves.
trickle-1.07/aclocal.m4:3434:	case `$CC -V 2>&1` in
trickle-1.07/aclocal.m4-3435-	*"Version 7."*)
##############################################
trickle-1.07/aclocal.m4-3459-	_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
trickle-1.07/aclocal.m4:3460:	_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'
trickle-1.07/aclocal.m4-3461-        ;;
##############################################
trickle-1.07/aclocal.m4-3478-	# dependencies.
trickle-1.07/aclocal.m4:3479:	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'
trickle-1.07/aclocal.m4-3480-	;;
trickle-1.07/aclocal.m4-3481-      *)
trickle-1.07/aclocal.m4:3482:	case `$CC -V 2>&1 | sed 5q` in
trickle-1.07/aclocal.m4-3483-	*Sun\ C*)
##############################################
trickle-1.07/aclocal.m4-3488-	  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
trickle-1.07/aclocal.m4:3489:	  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
trickle-1.07/aclocal.m4-3490-
##############################################
trickle-1.07/aclocal.m4-3546-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
trickle-1.07/aclocal.m4:3547:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
trickle-1.07/aclocal.m4-3548-	_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'
##############################################
trickle-1.07/aclocal.m4-3564-	# to its proper name (with version) after linking.
trickle-1.07/aclocal.m4:3565:	_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'
trickle-1.07/aclocal.m4-3566-
##############################################
trickle-1.07/aclocal.m4-3581-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
trickle-1.07/aclocal.m4:3582:	_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'
trickle-1.07/aclocal.m4-3583-
##############################################
trickle-1.07/aclocal.m4-3594-	# dependencies.
trickle-1.07/aclocal.m4:3595:	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'
trickle-1.07/aclocal.m4-3596-	;;
##############################################
trickle-1.07/aclocal.m4-3599-	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
trickle-1.07/aclocal.m4:3600:	  _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'
trickle-1.07/aclocal.m4-3601-
##############################################
trickle-1.07/aclocal.m4-3624-	# to its proper name (with version) after linking.
trickle-1.07/aclocal.m4:3625:	_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'
trickle-1.07/aclocal.m4-3626-
##############################################
trickle-1.07/aclocal.m4-3640-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
trickle-1.07/aclocal.m4:3641:	_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'
trickle-1.07/aclocal.m4:3642:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
trickle-1.07/aclocal.m4-3643-	  echo "-hidden">> $lib.exp~
trickle-1.07/aclocal.m4:3644:	  $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~
trickle-1.07/aclocal.m4-3645-	  $rm $lib.exp'
##############################################
trickle-1.07/aclocal.m4-3657-	# dependencies.
trickle-1.07/aclocal.m4:3658:	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'
trickle-1.07/aclocal.m4-3659-	;;
##############################################
trickle-1.07/aclocal.m4-3662-	  _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
trickle-1.07/aclocal.m4:3663:	 _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'
trickle-1.07/aclocal.m4-3664-
##############################################
trickle-1.07/aclocal.m4-3813-    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
trickle-1.07/aclocal.m4:3814:    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
trickle-1.07/aclocal.m4-3815-    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
##############################################
trickle-1.07/aclocal.m4-3937-  # eval without this substitution.
trickle-1.07/aclocal.m4:3938:  output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"`
trickle-1.07/aclocal.m4-3939-
trickle-1.07/aclocal.m4:3940:  for p in `eval $output_verbose_link_cmd`; do
trickle-1.07/aclocal.m4-3941-    case $p in
##############################################
trickle-1.07/aclocal.m4-4015-if test -n "$_LT_AC_TAGVAR(compiler_lib_search_path, $1)"; then
trickle-1.07/aclocal.m4:4016:  _LT_AC_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_AC_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
trickle-1.07/aclocal.m4-4017-fi
##############################################
trickle-1.07/aclocal.m4-4030-linux*)
trickle-1.07/aclocal.m4:4031:  case `$CC -V 2>&1 | sed 5q` in
trickle-1.07/aclocal.m4-4032-  *Sun\ C*)
##############################################
trickle-1.07/aclocal.m4-4369-      # Double-quote double-evaled strings.
trickle-1.07/aclocal.m4:4370:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
trickle-1.07/aclocal.m4-4371-      ;;
trickle-1.07/aclocal.m4-4372-    *)
trickle-1.07/aclocal.m4:4373:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
trickle-1.07/aclocal.m4-4374-      ;;
##############################################
trickle-1.07/aclocal.m4-4379-  *'\[$]0 --fallback-echo"')
trickle-1.07/aclocal.m4:4380:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\[$]0 --fallback-echo"[$]/[$]0 --fallback-echo"/'`
trickle-1.07/aclocal.m4-4381-    ;;
##############################################
trickle-1.07/aclocal.m4-4394-
trickle-1.07/aclocal.m4:4395:# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
trickle-1.07/aclocal.m4-4396-# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
##############################################
trickle-1.07/aclocal.m4-4780-  # libtool script then.
trickle-1.07/aclocal.m4:4781:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
trickle-1.07/aclocal.m4-4782-  if test -f "$ltmain_in"; then
##############################################
trickle-1.07/aclocal.m4-4886-# If we're using GNU nm, then use its standard symbol codes.
trickle-1.07/aclocal.m4:4887:case `$NM -V 2>&1` in
trickle-1.07/aclocal.m4-4888-*GNU* | *'with BFD'*)
##############################################
trickle-1.07/aclocal.m4-4919-    nlist=conftest.nm
trickle-1.07/aclocal.m4:4920:    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
trickle-1.07/aclocal.m4-4921-      # Try sorting and uniquifying the output.
##############################################
trickle-1.07/aclocal.m4-5193-	  *)
trickle-1.07/aclocal.m4:5194:	    case `$CC -V 2>&1 | sed 5q` in
trickle-1.07/aclocal.m4-5195-	    *Sun\ C*)
##############################################
trickle-1.07/aclocal.m4-5452-      *)
trickle-1.07/aclocal.m4:5453:        case `$CC -V 2>&1 | sed 5q` in
trickle-1.07/aclocal.m4-5454-	*Sun\ C*)
##############################################
trickle-1.07/aclocal.m4-5679-    supports_anon_versioning=no
trickle-1.07/aclocal.m4:5680:    case `$LD -v 2>/dev/null` in
trickle-1.07/aclocal.m4-5681-      *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
##############################################
trickle-1.07/aclocal.m4-5743-	# is EXPORTS), use it as is; otherwise, prepend...
trickle-1.07/aclocal.m4:5744:	_LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
trickle-1.07/aclocal.m4-5745-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
trickle-1.07/aclocal.m4-5766-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
trickle-1.07/aclocal.m4:5767:      _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'
trickle-1.07/aclocal.m4:5768:      _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'
trickle-1.07/aclocal.m4-5769-      ;;
##############################################
trickle-1.07/aclocal.m4-5775-	pgcc*)				# Portland Group C compiler
trickle-1.07/aclocal.m4:5776:	  _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'
trickle-1.07/aclocal.m4-5777-	  tmp_addflag=' $pic_flag'
##############################################
trickle-1.07/aclocal.m4-5779-	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
trickle-1.07/aclocal.m4:5780:	  _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'
trickle-1.07/aclocal.m4-5781-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
trickle-1.07/aclocal.m4-5788-	esac
trickle-1.07/aclocal.m4:5789:	case `$CC -V 2>&1 | sed 5q` in
trickle-1.07/aclocal.m4-5790-	*Sun\ C*)			# Sun C 5.9
trickle-1.07/aclocal.m4:5791:	  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
trickle-1.07/aclocal.m4-5792-	  tmp_sharedflag='-G' ;;
##############################################
trickle-1.07/aclocal.m4-5843-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
trickle-1.07/aclocal.m4:5844:      case `$LD -v 2>&1` in
trickle-1.07/aclocal.m4-5845-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
trickle-1.07/aclocal.m4-5859-	  if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
trickle-1.07/aclocal.m4:5860:	    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
trickle-1.07/aclocal.m4-5861-	    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
##############################################
trickle-1.07/aclocal.m4-5958-	# below for broken collect2 doesn't work under 4.3+
trickle-1.07/aclocal.m4:5959:	  collect2name=`${CC} -print-prog-name=collect2`
trickle-1.07/aclocal.m4-5960-	  if test -f "$collect2name" && \
##############################################
trickle-1.07/aclocal.m4-6005-       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
trickle-1.07/aclocal.m4:6006:	_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"
trickle-1.07/aclocal.m4-6007-       else
##############################################
trickle-1.07/aclocal.m4-6052-      # FIXME: Setting linknames here is a bad hack.
trickle-1.07/aclocal.m4:6053:      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
trickle-1.07/aclocal.m4-6054-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
trickle-1.07/aclocal.m4-6057-      _LT_AC_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs'
trickle-1.07/aclocal.m4:6058:      _LT_AC_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'
trickle-1.07/aclocal.m4-6059-      _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
##############################################
trickle-1.07/aclocal.m4-6097-         output_verbose_link_cmd='echo'
trickle-1.07/aclocal.m4:6098:         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
trickle-1.07/aclocal.m4-6099-         _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
##############################################
trickle-1.07/aclocal.m4-6232-      if test "$GCC" = yes; then
trickle-1.07/aclocal.m4:6233:	_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'
trickle-1.07/aclocal.m4-6234-      else
trickle-1.07/aclocal.m4:6235:	_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'
trickle-1.07/aclocal.m4-6236-	_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
##############################################
trickle-1.07/aclocal.m4-6265-	_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
trickle-1.07/aclocal.m4:6266:	if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
trickle-1.07/aclocal.m4-6267-	  _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
trickle-1.07/aclocal.m4-6298-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
trickle-1.07/aclocal.m4:6299:	_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'
trickle-1.07/aclocal.m4-6300-      else
trickle-1.07/aclocal.m4-6301-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
trickle-1.07/aclocal.m4:6302:	_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'
trickle-1.07/aclocal.m4-6303-      fi
##############################################
trickle-1.07/aclocal.m4-6310-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
trickle-1.07/aclocal.m4:6311:	_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'
trickle-1.07/aclocal.m4-6312-	_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
trickle-1.07/aclocal.m4-6314-	_LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
trickle-1.07/aclocal.m4:6315:	_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'
trickle-1.07/aclocal.m4:6316:	_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~
trickle-1.07/aclocal.m4:6317:	$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'
trickle-1.07/aclocal.m4-6318-
##############################################
trickle-1.07/aclocal.m4-6434-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
trickle-1.07/aclocal.m4:6435:      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
trickle-1.07/aclocal.m4-6436-      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
##############################################
trickle-1.07/aclocal.m4-6499-        _LT_AC_TAGVAR(allow_undefined_flag, $1)=
trickle-1.07/aclocal.m4:6500:        if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1)
trickle-1.07/aclocal.m4-6501-        then
##############################################
trickle-1.07/aclocal.m4-6660-    test $lt_ac_count -gt 10 && break
trickle-1.07/aclocal.m4:6661:    lt_ac_count=`expr $lt_ac_count + 1`
trickle-1.07/aclocal.m4-6662-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
trickle-1.07/aclocal.m4-6719-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
trickle-1.07/aclocal.m4:6720:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
trickle-1.07/aclocal.m4-6721-#
##############################################
trickle-1.07/aclocal.m4-6743-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
trickle-1.07/aclocal.m4:6744:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
trickle-1.07/aclocal.m4-6745-# and then we would define $MISSING as
##############################################
trickle-1.07/aclocal.m4-6759-# expand $ac_aux_dir to an absolute path
trickle-1.07/aclocal.m4:6760:am_aux_dir=`cd $ac_aux_dir && pwd`
trickle-1.07/aclocal.m4-6761-])
##############################################
trickle-1.07/aclocal.m4-6859-  if test "$am_compiler_list" = ""; then
trickle-1.07/aclocal.m4:6860:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
trickle-1.07/aclocal.m4-6861-  fi
##############################################
trickle-1.07/aclocal.m4-6971-  # Strip MF so we end up with the name of the file.
trickle-1.07/aclocal.m4:6972:  mf=`echo "$mf" | sed -e 's/:.*$//'`
trickle-1.07/aclocal.m4-6973-  # Check whether this is an Automake generated Makefile or not.
##############################################
trickle-1.07/aclocal.m4-6980-  if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
trickle-1.07/aclocal.m4:6981:    dirpart=`AS_DIRNAME("$mf")`
trickle-1.07/aclocal.m4-6982-  else
##############################################
trickle-1.07/aclocal.m4-6986-  # from the Makefile without running `make'.
trickle-1.07/aclocal.m4:6987:  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
trickle-1.07/aclocal.m4-6988-  test -z "$DEPDIR" && continue
trickle-1.07/aclocal.m4:6989:  am__include=`sed -n 's/^am__include = //p' < "$mf"`
trickle-1.07/aclocal.m4-6990-  test -z "am__include" && continue
trickle-1.07/aclocal.m4:6991:  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
trickle-1.07/aclocal.m4-6992-  # When using ansi2knr, U may be empty or an underscore; expand it
trickle-1.07/aclocal.m4:6993:  U=`sed -n 's/^U = //p' < "$mf"`
trickle-1.07/aclocal.m4-6994-  # Find all dependency output files, they are included files with
##############################################
trickle-1.07/aclocal.m4-7002-    test -f "$dirpart/$file" && continue
trickle-1.07/aclocal.m4:7003:    fdir=`AS_DIRNAME(["$file"])`
trickle-1.07/aclocal.m4-7004-    AS_MKDIR_P([$dirpart/$fdir])
##############################################
trickle-1.07/aclocal.m4-7068-AC_REQUIRE([AC_PROG_INSTALL])dnl
trickle-1.07/aclocal.m4:7069:if test "`cd $srcdir && pwd`" != "`pwd`"; then
trickle-1.07/aclocal.m4-7070-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
trickle-1.07/aclocal.m4-7157-    * )
trickle-1.07/aclocal.m4:7158:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
trickle-1.07/aclocal.m4-7159-  esac
trickle-1.07/aclocal.m4-7160-done
trickle-1.07/aclocal.m4:7161:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
trickle-1.07/aclocal.m4-7162-
##############################################
trickle-1.07/aclocal.m4-7229-# case it prints its new name instead of `make'.
trickle-1.07/aclocal.m4:7230:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
trickle-1.07/aclocal.m4-7231-   am__include=include
##############################################
trickle-1.07/aclocal.m4-7237-   echo '.include "confinc"' > confmf
trickle-1.07/aclocal.m4:7238:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
trickle-1.07/aclocal.m4-7239-      am__include=.include
##############################################
trickle-1.07/aclocal.m4-7368-if (
trickle-1.07/aclocal.m4:7369:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
trickle-1.07/aclocal.m4-7370-   if test "$[*]" = "X"; then
trickle-1.07/aclocal.m4-7371-      # -L didn't work.
trickle-1.07/aclocal.m4:7372:      set X `ls -t $srcdir/configure conftest.file`
trickle-1.07/aclocal.m4-7373-   fi
##############################################
trickle-1.07/config.guess-40-
trickle-1.07/config.guess:41:me=`echo "$0" | sed -e 's,.*/,,'`
trickle-1.07/config.guess-42-
##############################################
trickle-1.07/config.guess-109-: ${TMPDIR=/tmp} ;
trickle-1.07/config.guess:110: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
trickle-1.07/config.guess-111- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
trickle-1.07/config.guess-194-	    *)
trickle-1.07/config.guess:195:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
trickle-1.07/config.guess-196-		;;
##############################################
trickle-1.07/config.guess-221-	*4.0)
trickle-1.07/config.guess:222:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
trickle-1.07/config.guess-223-		;;
trickle-1.07/config.guess-224-	*5.*)
trickle-1.07/config.guess:225:	        UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
trickle-1.07/config.guess-226-		;;
##############################################
trickle-1.07/config.guess-231-	# types through head -n 1, so we only detect the type of CPU 0.
trickle-1.07/config.guess:232:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
trickle-1.07/config.guess-233-	case "$ALPHA_CPU_TYPE" in
##############################################
trickle-1.07/config.guess-269-	# 1.2 uses "1.2" for uname -r.
trickle-1.07/config.guess:270:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
trickle-1.07/config.guess-271-	exit ;;
##############################################
trickle-1.07/config.guess-326-    sun4H:SunOS:5.*:*)
trickle-1.07/config.guess:327:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
trickle-1.07/config.guess-328-	exit ;;
trickle-1.07/config.guess-329-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
trickle-1.07/config.guess:330:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
trickle-1.07/config.guess-331-	exit ;;
trickle-1.07/config.guess-332-    i86pc:SunOS:5.*:*)
trickle-1.07/config.guess:333:	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
trickle-1.07/config.guess-334-	exit ;;
##############################################
trickle-1.07/config.guess-338-	# it's likely to be more like Solaris than SunOS4.
trickle-1.07/config.guess:339:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
trickle-1.07/config.guess-340-	exit ;;
##############################################
trickle-1.07/config.guess-347-	# Japanese Language versions have a version number like `4.1.3-JL'.
trickle-1.07/config.guess:348:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
trickle-1.07/config.guess-349-	exit ;;
##############################################
trickle-1.07/config.guess-353-    sun*:*:4.2BSD:*)
trickle-1.07/config.guess:354:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
trickle-1.07/config.guess-355-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
trickle-1.07/config.guess-435-	$CC_FOR_BUILD -o $dummy $dummy.c &&
trickle-1.07/config.guess:436:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
trickle-1.07/config.guess:437:	  SYSTEM_NAME=`$dummy $dummyarg` &&
trickle-1.07/config.guess-438-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
trickle-1.07/config.guess-491-    *:IRIX*:*:*)
trickle-1.07/config.guess:492:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
trickle-1.07/config.guess-493-	exit ;;
##############################################
trickle-1.07/config.guess-521-EOF
trickle-1.07/config.guess:522:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
trickle-1.07/config.guess-523-		then
##############################################
trickle-1.07/config.guess-534-    *:AIX:*:[45])
trickle-1.07/config.guess:535:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
trickle-1.07/config.guess-536-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
trickle-1.07/config.guess-569-    9000/[34678]??:HP-UX:*:*)
trickle-1.07/config.guess:570:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
trickle-1.07/config.guess-571-	case "${UNAME_MACHINE}" in
##############################################
trickle-1.07/config.guess-623-EOF
trickle-1.07/config.guess:624:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
trickle-1.07/config.guess-625-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
trickle-1.07/config.guess-651-    ia64:HP-UX:*:*)
trickle-1.07/config.guess:652:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
trickle-1.07/config.guess-653-	echo ia64-hp-hpux${HPUX_REV}
##############################################
trickle-1.07/config.guess-681-EOF
trickle-1.07/config.guess:682:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
trickle-1.07/config.guess-683-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
trickle-1.07/config.guess-752-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
trickle-1.07/config.guess:753:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
trickle-1.07/config.guess-754-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
trickle-1.07/config.guess-757-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
trickle-1.07/config.guess:758:        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
trickle-1.07/config.guess-759-        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
trickle-1.07/config.guess-772-	    pc98)
trickle-1.07/config.guess:773:		echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
trickle-1.07/config.guess-774-	    amd64)
trickle-1.07/config.guess:775:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
trickle-1.07/config.guess-776-	    *)
trickle-1.07/config.guess:777:		echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
trickle-1.07/config.guess-778-	esac
##############################################
trickle-1.07/config.guess-817-    prep*:SunOS:5.*:*)
trickle-1.07/config.guess:818:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
trickle-1.07/config.guess-819-	exit ;;
##############################################
trickle-1.07/config.guess-821-	# the GNU system
trickle-1.07/config.guess:822:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
trickle-1.07/config.guess-823-	exit ;;
##############################################
trickle-1.07/config.guess-825-	# other systems with GNU libc and userland
trickle-1.07/config.guess:826:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
trickle-1.07/config.guess-827-	exit ;;
##############################################
trickle-1.07/config.guess-1050-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
trickle-1.07/config.guess:1051:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
trickle-1.07/config.guess-1052-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
trickle-1.07/config.guess-1282-    *:DragonFly:*:*)
trickle-1.07/config.guess:1283:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
trickle-1.07/config.guess-1284-	exit ;;
##############################################
trickle-1.07/config.guess-1295-    i*86:skyos:*:*)
trickle-1.07/config.guess:1296:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
trickle-1.07/config.guess-1297-	exit ;;
##############################################
trickle-1.07/config.guess-1420-
trickle-1.07/config.guess:1421:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
trickle-1.07/config.guess-1422-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
trickle-1.07/config.sub-56-
trickle-1.07/config.sub:57:me=`echo "$0" | sed -e 's,.*/,,'`
trickle-1.07/config.sub-58-
##############################################
trickle-1.07/config.sub-120-# Here we must recognize all the valid KERNEL-OS combinations.
trickle-1.07/config.sub:121:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
trickle-1.07/config.sub-122-case $maybe_os in
##############################################
trickle-1.07/config.sub-126-    os=-$maybe_os
trickle-1.07/config.sub:127:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
trickle-1.07/config.sub-128-    ;;
trickle-1.07/config.sub-129-  *)
trickle-1.07/config.sub:130:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
trickle-1.07/config.sub-131-    if [ $basic_machine != $1 ]
trickle-1.07/config.sub:132:    then os=`echo $1 | sed 's/.*-/-/'`
trickle-1.07/config.sub-133-    else os=; fi
##############################################
trickle-1.07/config.sub-177-		os=-sco5v6
trickle-1.07/config.sub:178:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
trickle-1.07/config.sub-179-		;;
##############################################
trickle-1.07/config.sub-181-		os=-sco3.2v5
trickle-1.07/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
trickle-1.07/config.sub-183-		;;
##############################################
trickle-1.07/config.sub-185-		os=-sco3.2v4
trickle-1.07/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
trickle-1.07/config.sub-187-		;;
trickle-1.07/config.sub-188-	-sco3.2.[4-9]*)
trickle-1.07/config.sub:189:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
trickle-1.07/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
trickle-1.07/config.sub-191-		;;
##############################################
trickle-1.07/config.sub-193-		# Don't forget version if it is 3.2v4 or newer.
trickle-1.07/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
trickle-1.07/config.sub-195-		;;
##############################################
trickle-1.07/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
trickle-1.07/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
trickle-1.07/config.sub-199-		;;
##############################################
trickle-1.07/config.sub-201-		os=-sco3.2v2
trickle-1.07/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
trickle-1.07/config.sub-203-		;;
trickle-1.07/config.sub-204-	-udk*)
trickle-1.07/config.sub:205:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
trickle-1.07/config.sub-206-		;;
##############################################
trickle-1.07/config.sub-208-		os=-isc2.2
trickle-1.07/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
trickle-1.07/config.sub-210-		;;
##############################################
trickle-1.07/config.sub-214-	-isc*)
trickle-1.07/config.sub:215:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
trickle-1.07/config.sub-216-		;;
##############################################
trickle-1.07/config.sub-220-	-ptx*)
trickle-1.07/config.sub:221:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
trickle-1.07/config.sub-222-		;;
trickle-1.07/config.sub-223-	-windowsnt*)
trickle-1.07/config.sub:224:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
trickle-1.07/config.sub-225-		;;
##############################################
trickle-1.07/config.sub-309-	*-*-*)
trickle-1.07/config.sub:310:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
trickle-1.07/config.sub-311-		exit 1
##############################################
trickle-1.07/config.sub-411-	amd64-*)
trickle-1.07/config.sub:412:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
trickle-1.07/config.sub-413-		;;
##############################################
trickle-1.07/config.sub-632-	i*86v32)
trickle-1.07/config.sub:633:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
trickle-1.07/config.sub-634-		os=-sysv32
##############################################
trickle-1.07/config.sub-636-	i*86v4*)
trickle-1.07/config.sub:637:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
trickle-1.07/config.sub-638-		os=-sysv4
##############################################
trickle-1.07/config.sub-640-	i*86v)
trickle-1.07/config.sub:641:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
trickle-1.07/config.sub-642-		os=-sysv
##############################################
trickle-1.07/config.sub-644-	i*86sol2)
trickle-1.07/config.sub:645:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
trickle-1.07/config.sub-646-		os=-solaris2
##############################################
trickle-1.07/config.sub-692-	mips3*-*)
trickle-1.07/config.sub:693:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
trickle-1.07/config.sub-694-		;;
trickle-1.07/config.sub-695-	mips3*)
trickle-1.07/config.sub:696:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
trickle-1.07/config.sub-697-		;;
##############################################
trickle-1.07/config.sub-710-	ms1-*)
trickle-1.07/config.sub:711:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
trickle-1.07/config.sub-712-		;;
##############################################
trickle-1.07/config.sub-823-	pc98-*)
trickle-1.07/config.sub:824:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
trickle-1.07/config.sub-825-		;;
##############################################
trickle-1.07/config.sub-838-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
trickle-1.07/config.sub:839:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
trickle-1.07/config.sub-840-		;;
trickle-1.07/config.sub-841-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
trickle-1.07/config.sub:842:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
trickle-1.07/config.sub-843-		;;
trickle-1.07/config.sub-844-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
trickle-1.07/config.sub:845:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
trickle-1.07/config.sub-846-		;;
trickle-1.07/config.sub-847-	pentium4-*)
trickle-1.07/config.sub:848:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
trickle-1.07/config.sub-849-		;;
##############################################
trickle-1.07/config.sub-856-		;;
trickle-1.07/config.sub:857:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
trickle-1.07/config.sub-858-		;;
##############################################
trickle-1.07/config.sub-862-	ppcle-* | powerpclittle-*)
trickle-1.07/config.sub:863:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
trickle-1.07/config.sub-864-		;;
##############################################
trickle-1.07/config.sub-866-		;;
trickle-1.07/config.sub:867:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
trickle-1.07/config.sub-868-		;;
##############################################
trickle-1.07/config.sub-872-	ppc64le-* | powerpc64little-*)
trickle-1.07/config.sub:873:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
trickle-1.07/config.sub-874-		;;
##############################################
trickle-1.07/config.sub-1149-	*)
trickle-1.07/config.sub:1150:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
trickle-1.07/config.sub-1151-		exit 1
##############################################
trickle-1.07/config.sub-1157-	*-digital*)
trickle-1.07/config.sub:1158:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
trickle-1.07/config.sub-1159-		;;
trickle-1.07/config.sub-1160-	*-commodore*)
trickle-1.07/config.sub:1161:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
trickle-1.07/config.sub-1162-		;;
##############################################
trickle-1.07/config.sub-1175-	-solaris1 | -solaris1.*)
trickle-1.07/config.sub:1176:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
trickle-1.07/config.sub-1177-		;;
##############################################
trickle-1.07/config.sub-1187-	-gnu/linux*)
trickle-1.07/config.sub:1188:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
trickle-1.07/config.sub-1189-		;;
##############################################
trickle-1.07/config.sub-1231-	-nto*)
trickle-1.07/config.sub:1232:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
trickle-1.07/config.sub-1233-		;;
##############################################
trickle-1.07/config.sub-1238-	-mac*)
trickle-1.07/config.sub:1239:		os=`echo $os | sed -e 's|mac|macos|'`
trickle-1.07/config.sub-1240-		;;
##############################################
trickle-1.07/config.sub-1244-	-linux*)
trickle-1.07/config.sub:1245:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
trickle-1.07/config.sub-1246-		;;
trickle-1.07/config.sub-1247-	-sunos5*)
trickle-1.07/config.sub:1248:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
trickle-1.07/config.sub-1249-		;;
trickle-1.07/config.sub-1250-	-sunos6*)
trickle-1.07/config.sub:1251:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
trickle-1.07/config.sub-1252-		;;
##############################################
trickle-1.07/config.sub-1299-	-sinix5.*)
trickle-1.07/config.sub:1300:		os=`echo $os | sed -e 's|sinix|sysv|'`
trickle-1.07/config.sub-1301-		;;
##############################################
trickle-1.07/config.sub-1350-		# Get rid of the `-' at the beginning of $os.
trickle-1.07/config.sub:1351:		os=`echo $os | sed 's/[^-]*-//'`
trickle-1.07/config.sub:1352:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
trickle-1.07/config.sub-1353-		exit 1
##############################################
trickle-1.07/config.sub-1595-		esac
trickle-1.07/config.sub:1596:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
trickle-1.07/config.sub-1597-		;;
##############################################
trickle-1.07/configure-107-do
trickle-1.07/configure:108:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
trickle-1.07/configure-109-    eval $as_var=C; export $as_var
##############################################
trickle-1.07/configure-215-  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
trickle-1.07/configure:216:  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
trickle-1.07/configure-217-") 2> /dev/null; then
##############################################
trickle-1.07/configure-330-  test "x$as_lineno_1" != "x$as_lineno_2" &&
trickle-1.07/configure:331:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
trickle-1.07/configure-332-
##############################################
trickle-1.07/configure-425-  test "x$as_lineno_1" != "x$as_lineno_2" &&
trickle-1.07/configure:426:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
trickle-1.07/configure-427-
##############################################
trickle-1.07/configure-536-	esac;
trickle-1.07/configure:537:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
trickle-1.07/configure-538-	???[sx]*):;;*)false;;esac;fi
##############################################
trickle-1.07/configure-558-  # Remove one level of quotation (which was required for Make).
trickle-1.07/configure:559:  ECHO=`echo "$ECHO" | sed 's,\\\\\$\\$0,'$0','`
trickle-1.07/configure-560-  ;;
##############################################
trickle-1.07/configure-569-  :
trickle-1.07/configure:570:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
trickle-1.07/configure-571-  # Yippee, $echo works!
##############################################
trickle-1.07/configure-595-    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
trickle-1.07/configure:596:    if (echo_test_string=`eval $cmd`) 2>/dev/null &&
trickle-1.07/configure:597:       echo_test_string=`eval $cmd` &&
trickle-1.07/configure-598-       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
##############################################
trickle-1.07/configure-604-
trickle-1.07/configure:605:if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
trickle-1.07/configure:606:   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
trickle-1.07/configure-607-   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
trickle-1.07/configure-619-    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
trickle-1.07/configure:620:       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
trickle-1.07/configure:621:       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
trickle-1.07/configure-622-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
trickle-1.07/configure-631-    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
trickle-1.07/configure:632:       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
trickle-1.07/configure-633-       test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
trickle-1.07/configure-646-      echo='printf %s\n'
trickle-1.07/configure:647:      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
trickle-1.07/configure:648:	 echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
trickle-1.07/configure-649-	 test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
trickle-1.07/configure-651-	:
trickle-1.07/configure:652:      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
trickle-1.07/configure-653-	   test "X$echo_testing_string" = 'X\t' &&
trickle-1.07/configure:654:	   echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
trickle-1.07/configure-655-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
trickle-1.07/configure-660-	echo="$CONFIG_SHELL $0 --fallback-echo"
trickle-1.07/configure:661:      elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
trickle-1.07/configure-662-	   test "X$echo_testing_string" = 'X\t' &&
trickle-1.07/configure:663:	   echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
trickle-1.07/configure-664-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
trickle-1.07/configure-670-	for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
trickle-1.07/configure:671:	  if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
trickle-1.07/configure-672-	  then
##############################################
trickle-1.07/configure-678-	if test "$prev" != 'sed 50q "$0"'; then
trickle-1.07/configure:679:	  echo_test_string=`eval $prev`
trickle-1.07/configure-680-	  export echo_test_string
##############################################
trickle-1.07/configure-959-  case $ac_option in
trickle-1.07/configure:960:  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
trickle-1.07/configure-961-  *)	ac_optarg=yes ;;
##############################################
trickle-1.07/configure-1002-  -disable-* | --disable-*)
trickle-1.07/configure:1003:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
trickle-1.07/configure-1004-    # Reject names that are not valid shell variable names.
##############################################
trickle-1.07/configure-1007-   { (exit 1); exit 1; }; }
trickle-1.07/configure:1008:    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
trickle-1.07/configure-1009-    eval enable_$ac_feature=no ;;
##############################################
trickle-1.07/configure-1021-  -enable-* | --enable-*)
trickle-1.07/configure:1022:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
trickle-1.07/configure-1023-    # Reject names that are not valid shell variable names.
##############################################
trickle-1.07/configure-1026-   { (exit 1); exit 1; }; }
trickle-1.07/configure:1027:    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
trickle-1.07/configure-1028-    eval enable_$ac_feature=\$ac_optarg ;;
##############################################
trickle-1.07/configure-1218-  -with-* | --with-*)
trickle-1.07/configure:1219:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
trickle-1.07/configure-1220-    # Reject names that are not valid shell variable names.
##############################################
trickle-1.07/configure-1223-   { (exit 1); exit 1; }; }
trickle-1.07/configure:1224:    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
trickle-1.07/configure-1225-    eval with_$ac_package=\$ac_optarg ;;
##############################################
trickle-1.07/configure-1227-  -without-* | --without-*)
trickle-1.07/configure:1228:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
trickle-1.07/configure-1229-    # Reject names that are not valid shell variable names.
##############################################
trickle-1.07/configure-1232-   { (exit 1); exit 1; }; }
trickle-1.07/configure:1233:    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
trickle-1.07/configure-1234-    eval with_$ac_package=no ;;
##############################################
trickle-1.07/configure-1259-  *=*)
trickle-1.07/configure:1260:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
trickle-1.07/configure-1261-    # Reject names that are not valid shell variable names.
##############################################
trickle-1.07/configure-1279-if test -n "$ac_prev"; then
trickle-1.07/configure:1280:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
trickle-1.07/configure-1281-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
trickle-1.07/configure-1325-ac_ls_di=`ls -di .` &&
trickle-1.07/configure:1326:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
trickle-1.07/configure-1327-  { echo "$as_me: error: Working directory cannot be determined" >&2
##############################################
trickle-1.07/configure-1385-case $srcdir in
trickle-1.07/configure:1386:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
trickle-1.07/configure-1387-esac
##############################################
trickle-1.07/configure-1428-By default, \`make install' will install all the files in
trickle-1.07/configure:1429:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
trickle-1.07/configure:1430:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
trickle-1.07/configure-1431-for instance \`--prefix=\$HOME'.
##############################################
trickle-1.07/configure-1525-*)
trickle-1.07/configure:1526:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
trickle-1.07/configure-1527-  # A ".." for each directory in $ac_dir_suffix.
trickle-1.07/configure:1528:  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
trickle-1.07/configure-1529-  case $ac_top_builddir_sub in
##############################################
trickle-1.07/configure-1658-    *\'*)
trickle-1.07/configure:1659:      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
trickle-1.07/configure-1660-    esac
##############################################
trickle-1.07/configure-1744-      case $ac_val in
trickle-1.07/configure:1745:      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
trickle-1.07/configure-1746-      esac
##############################################
trickle-1.07/configure-1761-	case $ac_val in
trickle-1.07/configure:1762:	*\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
trickle-1.07/configure-1763-	esac
##############################################
trickle-1.07/configure-1869-    set,)
trickle-1.07/configure:1870:      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
trickle-1.07/configure:1871:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
trickle-1.07/configure-1872-      ac_cache_corrupted=: ;;
##############################################
trickle-1.07/configure-1891-    case $ac_new_val in
trickle-1.07/configure:1892:    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
trickle-1.07/configure-1893-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
trickle-1.07/configure-1976-test "x$ac_build_alias" = x &&
trickle-1.07/configure:1977:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
trickle-1.07/configure-1978-test "x$ac_build_alias" = x &&
##############################################
trickle-1.07/configure-1981-   { (exit 1); exit 1; }; }
trickle-1.07/configure:1982:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
trickle-1.07/configure-1983-  { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
##############################################
trickle-1.07/configure-2006-IFS=$ac_save_IFS
trickle-1.07/configure:2007:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
trickle-1.07/configure-2008-
##############################################
trickle-1.07/configure-2017-else
trickle-1.07/configure:2018:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
trickle-1.07/configure-2019-    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
##############################################
trickle-1.07/configure-2043-IFS=$ac_save_IFS
trickle-1.07/configure:2044:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
trickle-1.07/configure-2045-
##############################################
trickle-1.07/configure-2054-else
trickle-1.07/configure:2055:  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
trickle-1.07/configure-2056-    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5
##############################################
trickle-1.07/configure-2080-IFS=$ac_save_IFS
trickle-1.07/configure:2081:case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
trickle-1.07/configure-2082-
##############################################
trickle-1.07/configure-2183-if (
trickle-1.07/configure:2184:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
trickle-1.07/configure-2185-   if test "$*" = "X"; then
trickle-1.07/configure-2186-      # -L didn't work.
trickle-1.07/configure:2187:      set X `ls -t $srcdir/configure conftest.file`
trickle-1.07/configure-2188-   fi
##############################################
trickle-1.07/configure-2227-_ACEOF
trickle-1.07/configure:2228:program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
trickle-1.07/configure-2229-rm -f conftest.sed
##############################################
trickle-1.07/configure-2231-# expand $ac_aux_dir to an absolute path
trickle-1.07/configure:2232:am_aux_dir=`cd $ac_aux_dir && pwd`
trickle-1.07/configure-2233-
##############################################
trickle-1.07/configure-2257-	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
trickle-1.07/configure:2258:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
trickle-1.07/configure-2259-	     'mkdir (GNU coreutils) '* | \
##############################################
trickle-1.07/configure-2335-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
trickle-1.07/configure:2336:set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
trickle-1.07/configure-2337-if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
trickle-1.07/configure-2345-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
trickle-1.07/configure:2346:case `${MAKE-make} -f conftest.make 2>/dev/null` in
trickle-1.07/configure-2347-  *@@@%%%=?*=@@@%%%*)
##############################################
trickle-1.07/configure-2372-
trickle-1.07/configure:2373:if test "`cd $srcdir && pwd`" != "`pwd`"; then
trickle-1.07/configure-2374-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
trickle-1.07/configure-2859-echo "$as_me:$LINENO: checking for C compiler version" >&5
trickle-1.07/configure:2860:ac_compiler=`set X $ac_compile; echo $2`
trickle-1.07/configure-2861-{ (ac_try="$ac_compiler --version >&5"
##############################################
trickle-1.07/configure-2913-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
trickle-1.07/configure:2914:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
trickle-1.07/configure-2915-#
##############################################
trickle-1.07/configure-2961-	then :; else
trickle-1.07/configure:2962:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
trickle-1.07/configure-2963-	fi
##############################################
trickle-1.07/configure-3058-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
trickle-1.07/configure:3059:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
trickle-1.07/configure-3060-	  break;;
##############################################
trickle-1.07/configure-3113-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
trickle-1.07/configure:3114:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
trickle-1.07/configure-3115-       break;;
##############################################
trickle-1.07/configure-3188-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
trickle-1.07/configure:3189:GCC=`test $ac_compiler_gnu = yes && echo yes`
trickle-1.07/configure-3190-ac_test_CFLAGS=${CFLAGS+set}
##############################################
trickle-1.07/configure-3487-# case it prints its new name instead of `make'.
trickle-1.07/configure:3488:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
trickle-1.07/configure-3489-   am__include=include
##############################################
trickle-1.07/configure-3495-   echo '.include "confinc"' > confmf
trickle-1.07/configure:3496:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
trickle-1.07/configure-3497-      am__include=.include
##############################################
trickle-1.07/configure-3554-  if test "$am_compiler_list" = ""; then
trickle-1.07/configure:3555:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
trickle-1.07/configure-3556-  fi
##############################################
trickle-1.07/configure-3751-    test $lt_ac_count -gt 10 && break
trickle-1.07/configure:3752:    lt_ac_count=`expr $lt_ac_count + 1`
trickle-1.07/configure-3753-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
trickle-1.07/configure-3790-  # Check for GNU $ac_path_GREP
trickle-1.07/configure:3791:case `"$ac_path_GREP" --version 2>&1` in
trickle-1.07/configure-3792-*GNU*)
##############################################
trickle-1.07/configure-3804-    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
trickle-1.07/configure:3805:    ac_count=`expr $ac_count + 1`
trickle-1.07/configure-3806-    if test $ac_count -gt ${ac_path_GREP_max-0}; then
##############################################
trickle-1.07/configure-3872-  # Check for GNU $ac_path_EGREP
trickle-1.07/configure:3873:case `"$ac_path_EGREP" --version 2>&1` in
trickle-1.07/configure-3874-*GNU*)
##############################################
trickle-1.07/configure-3886-    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
trickle-1.07/configure:3887:    ac_count=`expr $ac_count + 1`
trickle-1.07/configure-3888-    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
##############################################
trickle-1.07/configure-3944-    # gcc leaves a trailing carriage return which upsets mingw
trickle-1.07/configure:3945:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
trickle-1.07/configure-3946-  *)
trickle-1.07/configure:3947:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
trickle-1.07/configure-3948-  esac
##############################################
trickle-1.07/configure-3953-      # Canonicalize the pathname of ld
trickle-1.07/configure:3954:      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
trickle-1.07/configure-3955-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
trickle-1.07/configure:3956:	ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
trickle-1.07/configure-3957-      done
##############################################
trickle-1.07/configure-3988-      # Break only if it was the GNU/non-GNU ld that we prefer.
trickle-1.07/configure:3989:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
trickle-1.07/configure-3990-      *GNU* | *'with BFD'*)
##############################################
trickle-1.07/configure-4021-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
trickle-1.07/configure:4022:case `$LD -v 2>&1 </dev/null` in
trickle-1.07/configure-4023-*GNU* | *'with BFD'*)
##############################################
trickle-1.07/configure-4084-	# Tru64's nm complains that /dev/null is an invalid object file
trickle-1.07/configure:4085:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
trickle-1.07/configure-4086-	*/dev/null* | *'Invalid file or object type'*)
##############################################
trickle-1.07/configure-4090-	*)
trickle-1.07/configure:4091:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
trickle-1.07/configure-4092-	  */dev/null*)
##############################################
trickle-1.07/configure-4258-openbsd*)
trickle-1.07/configure:4259:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
trickle-1.07/configure-4260-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
trickle-1.07/configure-4347-  (exit $ac_status); }; then
trickle-1.07/configure:4348:    case `/usr/bin/file conftest.$ac_objext` in
trickle-1.07/configure-4349-    *ELF-32*)
##############################################
trickle-1.07/configure-4367-   if test "$lt_cv_prog_gnu_ld" = yes; then
trickle-1.07/configure:4368:    case `/usr/bin/file conftest.$ac_objext` in
trickle-1.07/configure-4369-    *32-bit*)
##############################################
trickle-1.07/configure-4379-   else
trickle-1.07/configure:4380:    case `/usr/bin/file conftest.$ac_objext` in
trickle-1.07/configure-4381-    *32-bit*)
##############################################
trickle-1.07/configure-4968-do
trickle-1.07/configure:4969:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
trickle-1.07/configure-4970-{ echo "$as_me:$LINENO: checking for $ac_header" >&5
##############################################
trickle-1.07/configure-5011-fi
trickle-1.07/configure:5012:ac_res=`eval echo '${'$as_ac_Header'}'`
trickle-1.07/configure-5013-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
trickle-1.07/configure-5014-echo "${ECHO_T}$ac_res" >&6; }
trickle-1.07/configure:5015:if test `eval echo '${'$as_ac_Header'}'` = yes; then
trickle-1.07/configure-5016-  cat >>confdefs.h <<_ACEOF
trickle-1.07/configure:5017:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
trickle-1.07/configure-5018-_ACEOF
##############################################
trickle-1.07/configure-5027-do
trickle-1.07/configure:5028:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
trickle-1.07/configure-5029-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
trickle-1.07/configure-5034-fi
trickle-1.07/configure:5035:ac_res=`eval echo '${'$as_ac_Header'}'`
trickle-1.07/configure-5036-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
trickle-1.07/configure-5150-fi
trickle-1.07/configure:5151:ac_res=`eval echo '${'$as_ac_Header'}'`
trickle-1.07/configure-5152-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
trickle-1.07/configure-5155-fi
trickle-1.07/configure:5156:if test `eval echo '${'$as_ac_Header'}'` = yes; then
trickle-1.07/configure-5157-  cat >>confdefs.h <<_ACEOF
trickle-1.07/configure:5158:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
trickle-1.07/configure-5159-_ACEOF
##############################################
trickle-1.07/configure-5281-echo "$as_me:$LINENO: checking for C++ compiler version" >&5
trickle-1.07/configure:5282:ac_compiler=`set X $ac_compile; echo $2`
trickle-1.07/configure-5283-{ (ac_try="$ac_compiler --version >&5"
##############################################
trickle-1.07/configure-5367-echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
trickle-1.07/configure:5368:GXX=`test $ac_compiler_gnu = yes && echo yes`
trickle-1.07/configure-5369-ac_test_CXXFLAGS=${CXXFLAGS+set}
##############################################
trickle-1.07/configure-5556-  if test "$am_compiler_list" = ""; then
trickle-1.07/configure:5557:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
trickle-1.07/configure-5558-  fi
##############################################
trickle-1.07/configure-5981-echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5
trickle-1.07/configure:5982:ac_compiler=`set X $ac_compile; echo $2`
trickle-1.07/configure-5983-{ (ac_try="$ac_compiler --version >&5"
##############################################
trickle-1.07/configure-6123-
trickle-1.07/configure:6124:G77=`test $ac_compiler_gnu = yes && echo yes`
trickle-1.07/configure-6125-ac_ext=c
##############################################
trickle-1.07/configure-6185-    # And add a safety zone
trickle-1.07/configure:6186:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
trickle-1.07/configure:6187:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
trickle-1.07/configure-6188-    ;;
##############################################
trickle-1.07/configure-6213-    if test -n "$kargmax"; then
trickle-1.07/configure:6214:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ 	]//'`
trickle-1.07/configure-6215-    else
##############################################
trickle-1.07/configure-6221-    if test -n "$lt_cv_sys_max_cmd_len"; then
trickle-1.07/configure:6222:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
trickle-1.07/configure:6223:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
trickle-1.07/configure-6224-    else
trickle-1.07/configure-6225-      SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
trickle-1.07/configure:6226:      while (test "X"`$SHELL $0 --fallback-echo "X$teststring" 2>/dev/null` \
trickle-1.07/configure-6227-	       = "XX$teststring") >/dev/null 2>&1 &&
trickle-1.07/configure:6228:	      new_result=`expr "X$teststring" : ".*" 2>&1` &&
trickle-1.07/configure-6229-	      lt_cv_sys_max_cmd_len=$new_result &&
##############################################
trickle-1.07/configure-6231-      do
trickle-1.07/configure:6232:        i=`expr $i + 1`
trickle-1.07/configure-6233-        teststring=$teststring$teststring
##############################################
trickle-1.07/configure-6238-      # It appears as though 1/2 is a usable value.
trickle-1.07/configure:6239:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
trickle-1.07/configure-6240-    fi
##############################################
trickle-1.07/configure-6333-# If we're using GNU nm, then use its standard symbol codes.
trickle-1.07/configure:6334:case `$NM -V 2>&1` in
trickle-1.07/configure-6335-*GNU* | *'with BFD'*)
##############################################
trickle-1.07/configure-6869-done
trickle-1.07/configure:6870:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
trickle-1.07/configure-6871-
##############################################
trickle-1.07/configure-6897-	"file_magic "*)
trickle-1.07/configure:6898:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
trickle-1.07/configure-6899-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
trickle-1.07/configure-6959-	"file_magic "*)
trickle-1.07/configure:6960:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
trickle-1.07/configure-6961-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
trickle-1.07/configure-7596-      *)
trickle-1.07/configure:7597:        case `$CC -V 2>&1 | sed 5q` in
trickle-1.07/configure-7598-	*Sun\ C*)
##############################################
trickle-1.07/configure-7850-  if test "$hard_links" = no; then
trickle-1.07/configure:7851:    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
trickle-1.07/configure:7852:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
trickle-1.07/configure-7853-    need_locks=warn
##############################################
trickle-1.07/configure-7907-done
trickle-1.07/configure:7908:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
trickle-1.07/configure-7909-
##############################################
trickle-1.07/configure-7945-    supports_anon_versioning=no
trickle-1.07/configure:7946:    case `$LD -v 2>/dev/null` in
trickle-1.07/configure-7947-      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
##############################################
trickle-1.07/configure-8009-	# is EXPORTS), use it as is; otherwise, prepend...
trickle-1.07/configure:8010:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
trickle-1.07/configure-8011-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
trickle-1.07/configure-8032-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
trickle-1.07/configure:8033:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
trickle-1.07/configure:8034:      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'
trickle-1.07/configure-8035-      ;;
##############################################
trickle-1.07/configure-8041-	pgcc*)				# Portland Group C compiler
trickle-1.07/configure:8042:	  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'
trickle-1.07/configure-8043-	  tmp_addflag=' $pic_flag'
##############################################
trickle-1.07/configure-8045-	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
trickle-1.07/configure:8046:	  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'
trickle-1.07/configure-8047-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
trickle-1.07/configure-8054-	esac
trickle-1.07/configure:8055:	case `$CC -V 2>&1 | sed 5q` in
trickle-1.07/configure-8056-	*Sun\ C*)			# Sun C 5.9
trickle-1.07/configure:8057:	  whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
trickle-1.07/configure-8058-	  tmp_sharedflag='-G' ;;
##############################################
trickle-1.07/configure-8109-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
trickle-1.07/configure:8110:      case `$LD -v 2>&1` in
trickle-1.07/configure-8111-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
trickle-1.07/configure-8125-	  if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
trickle-1.07/configure:8126:	    hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
trickle-1.07/configure-8127-	    archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
##############################################
trickle-1.07/configure-8224-	# below for broken collect2 doesn't work under 4.3+
trickle-1.07/configure:8225:	  collect2name=`${CC} -print-prog-name=collect2`
trickle-1.07/configure-8226-	  if test -f "$collect2name" && \
##############################################
trickle-1.07/configure-8310-    }'
trickle-1.07/configure:8311:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
trickle-1.07/configure-8312-# Check for a 64-bit object if we didn't find anything.
trickle-1.07/configure-8313-if test -z "$aix_libpath"; then
trickle-1.07/configure:8314:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
trickle-1.07/configure-8315-fi
##############################################
trickle-1.07/configure-8327-       hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
trickle-1.07/configure:8328:	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"
trickle-1.07/configure-8329-       else
##############################################
trickle-1.07/configure-8376-    }'
trickle-1.07/configure:8377:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
trickle-1.07/configure-8378-# Check for a 64-bit object if we didn't find anything.
trickle-1.07/configure-8379-if test -z "$aix_libpath"; then
trickle-1.07/configure:8380:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
trickle-1.07/configure-8381-fi
##############################################
trickle-1.07/configure-8430-      # FIXME: Setting linknames here is a bad hack.
trickle-1.07/configure:8431:      archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
trickle-1.07/configure-8432-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
trickle-1.07/configure-8435-      old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
trickle-1.07/configure:8436:      fix_srcfile_path='`cygpath -w "$srcfile"`'
trickle-1.07/configure-8437-      enable_shared_with_static_runtimes=yes
##############################################
trickle-1.07/configure-8475-         output_verbose_link_cmd='echo'
trickle-1.07/configure:8476:         archive_cmds='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
trickle-1.07/configure-8477-         module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
##############################################
trickle-1.07/configure-8610-      if test "$GCC" = yes; then
trickle-1.07/configure:8611:	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'
trickle-1.07/configure-8612-      else
trickle-1.07/configure:8613:	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'
trickle-1.07/configure-8614-	hardcode_libdir_flag_spec_ld='-rpath $libdir'
##############################################
trickle-1.07/configure-8643-	hardcode_shlibpath_var=no
trickle-1.07/configure:8644:	if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
trickle-1.07/configure-8645-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
trickle-1.07/configure-8676-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
trickle-1.07/configure:8677:	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'
trickle-1.07/configure-8678-      else
trickle-1.07/configure-8679-	allow_undefined_flag=' -expect_unresolved \*'
trickle-1.07/configure:8680:	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'
trickle-1.07/configure-8681-      fi
##############################################
trickle-1.07/configure-8688-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
trickle-1.07/configure:8689:	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'
trickle-1.07/configure-8690-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
trickle-1.07/configure-8692-	allow_undefined_flag=' -expect_unresolved \*'
trickle-1.07/configure:8693:	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'
trickle-1.07/configure:8694:	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
trickle-1.07/configure:8695:	$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'
trickle-1.07/configure-8696-
##############################################
trickle-1.07/configure-8812-      hardcode_shlibpath_var=no
trickle-1.07/configure:8813:      hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
trickle-1.07/configure-8814-      hardcode_libdir_separator=':'
##############################################
trickle-1.07/configure-8927-  esac
trickle-1.07/configure:8928:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
trickle-1.07/configure-8929-  if echo "$lt_search_path_spec" | grep ';' >/dev/null ; then
##############################################
trickle-1.07/configure-8933-    # okay in the real world where ";" in dirpaths is itself problematic.
trickle-1.07/configure:8934:    lt_search_path_spec=`echo "$lt_search_path_spec" | $SED -e 's/;/ /g'`
trickle-1.07/configure-8935-  else
trickle-1.07/configure:8936:    lt_search_path_spec=`echo "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
trickle-1.07/configure-8937-  fi
##############################################
trickle-1.07/configure-8940-  lt_tmp_lt_search_path_spec=
trickle-1.07/configure:8941:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
trickle-1.07/configure-8942-  for lt_sys_path in $lt_search_path_spec; do
##############################################
trickle-1.07/configure-8969-}'`
trickle-1.07/configure:8970:  sys_lib_search_path_spec=`echo $lt_search_path_spec`
trickle-1.07/configure-8971-else
##############################################
trickle-1.07/configure-9037-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
trickle-1.07/configure:9038:  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'
trickle-1.07/configure-9039-  ;;
##############################################
trickle-1.07/configure-9070-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
trickle-1.07/configure:9071:    postinstall_cmds='base_file=`basename \${file}`~
trickle-1.07/configure:9072:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
trickle-1.07/configure:9073:      dldir=$destdir/`dirname \$dlpath`~
trickle-1.07/configure-9074-      test -d \$dldir || mkdir -p \$dldir~
##############################################
trickle-1.07/configure-9076-      chmod a+x \$dldir/$dlname'
trickle-1.07/configure:9077:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
trickle-1.07/configure-9078-      dlpath=$dir/\$dldll~
##############################################
trickle-1.07/configure-9084-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
trickle-1.07/configure:9085:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
trickle-1.07/configure-9086-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
trickle-1.07/configure-9089-      # MinGW DLLs use traditional 'lib' prefix
trickle-1.07/configure:9090:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
trickle-1.07/configure:9091:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
trickle-1.07/configure-9092-      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
##############################################
trickle-1.07/configure-9098-        # which wouldn't understand a cygwinified path. Ahh.
trickle-1.07/configure:9099:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
trickle-1.07/configure-9100-      else
trickle-1.07/configure:9101:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
trickle-1.07/configure-9102-      fi
##############################################
trickle-1.07/configure-9105-      # pw32 DLLs use 'pw' prefix rather than 'lib'
trickle-1.07/configure:9106:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
trickle-1.07/configure-9107-      ;;
##############################################
trickle-1.07/configure-9111-  *)
trickle-1.07/configure:9112:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
trickle-1.07/configure-9113-    ;;
##############################################
trickle-1.07/configure-9128-  shlibpath_var=DYLD_LIBRARY_PATH
trickle-1.07/configure:9129:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
trickle-1.07/configure-9130-
##############################################
trickle-1.07/configure-9318-  if test -f /etc/ld.so.conf; then
trickle-1.07/configure:9319:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ 	]*hwcap[ 	]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
trickle-1.07/configure-9320-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
trickle-1.07/configure-9390-  shlibpath_var=LD_LIBRARY_PATH
trickle-1.07/configure:9391:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
trickle-1.07/configure-9392-    case $host_os in
##############################################
trickle-1.07/configure-10500-      # Double-quote double-evaled strings.
trickle-1.07/configure:10501:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
trickle-1.07/configure-10502-      ;;
trickle-1.07/configure-10503-    *)
trickle-1.07/configure:10504:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
trickle-1.07/configure-10505-      ;;
##############################################
trickle-1.07/configure-10510-  *'\$0 --fallback-echo"')
trickle-1.07/configure:10511:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
trickle-1.07/configure-10512-    ;;
##############################################
trickle-1.07/configure-10523-
trickle-1.07/configure:10524:# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
trickle-1.07/configure-10525-# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
##############################################
trickle-1.07/configure-10906-  # libtool script then.
trickle-1.07/configure:10907:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
trickle-1.07/configure-10908-  if test -f "$ltmain_in"; then
##############################################
trickle-1.07/configure-10935-  if test -z "$LTCC"; then
trickle-1.07/configure:10936:    eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
trickle-1.07/configure-10937-    if test -z "$LTCC"; then
##############################################
trickle-1.07/configure-10940-    else
trickle-1.07/configure:10941:      { echo "$as_me:$LINENO: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&5
trickle-1.07/configure:10942:echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&2;}
trickle-1.07/configure-10943-    fi
##############################################
trickle-1.07/configure-10945-  if test -z "$LTCFLAGS"; then
trickle-1.07/configure:10946:    eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`"
trickle-1.07/configure-10947-  fi
##############################################
trickle-1.07/configure-10950-  # Note that this assumes the entire list is on one line.
trickle-1.07/configure:10951:  available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
trickle-1.07/configure-10952-
##############################################
trickle-1.07/configure-10956-    # Check whether tagname contains only valid characters
trickle-1.07/configure:10957:    case `$echo "X$tagname" | $Xsed -e 's:[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]::g'` in
trickle-1.07/configure-10958-    "") ;;
##############################################
trickle-1.07/configure-11085-done
trickle-1.07/configure:11086:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
trickle-1.07/configure-11087-
##############################################
trickle-1.07/configure-11115-    # gcc leaves a trailing carriage return which upsets mingw
trickle-1.07/configure:11116:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
trickle-1.07/configure-11117-  *)
trickle-1.07/configure:11118:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
trickle-1.07/configure-11119-  esac
##############################################
trickle-1.07/configure-11124-      # Canonicalize the pathname of ld
trickle-1.07/configure:11125:      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
trickle-1.07/configure-11126-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
trickle-1.07/configure:11127:	ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
trickle-1.07/configure-11128-      done
##############################################
trickle-1.07/configure-11159-      # Break only if it was the GNU/non-GNU ld that we prefer.
trickle-1.07/configure:11160:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
trickle-1.07/configure-11161-      *GNU* | *'with BFD'*)
##############################################
trickle-1.07/configure-11192-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
trickle-1.07/configure:11193:case `$LD -v 2>&1 </dev/null` in
trickle-1.07/configure-11194-*GNU* | *'with BFD'*)
##############################################
trickle-1.07/configure-11222-    # ancient GNU ld didn't support --whole-archive et. al.
trickle-1.07/configure:11223:    if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
trickle-1.07/configure-11224-	grep 'no-whole-archive' > /dev/null; then
##############################################
trickle-1.07/configure-11304-      # below for broken collect2 doesn't work under 4.3+
trickle-1.07/configure:11305:	collect2name=`${CC} -print-prog-name=collect2`
trickle-1.07/configure-11306-	if test -f "$collect2name" && \
##############################################
trickle-1.07/configure-11390-    }'
trickle-1.07/configure:11391:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
trickle-1.07/configure-11392-# Check for a 64-bit object if we didn't find anything.
trickle-1.07/configure-11393-if test -z "$aix_libpath"; then
trickle-1.07/configure:11394:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
trickle-1.07/configure-11395-fi
##############################################
trickle-1.07/configure-11408-
trickle-1.07/configure:11409:      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"
trickle-1.07/configure-11410-     else
##############################################
trickle-1.07/configure-11457-    }'
trickle-1.07/configure:11458:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
trickle-1.07/configure-11459-# Check for a 64-bit object if we didn't find anything.
trickle-1.07/configure-11460-if test -z "$aix_libpath"; then
trickle-1.07/configure:11461:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
trickle-1.07/configure-11462-fi
##############################################
trickle-1.07/configure-11519-      # is EXPORTS), use it as is; otherwise, prepend...
trickle-1.07/configure:11520:      archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
trickle-1.07/configure-11521-	cp $export_symbols $output_objdir/$soname.def;
##############################################
trickle-1.07/configure-11552-         output_verbose_link_cmd='echo'
trickle-1.07/configure:11553:          archive_cmds_CXX='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
trickle-1.07/configure-11554-          module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
##############################################
trickle-1.07/configure-11620-      # dependencies.
trickle-1.07/configure:11621:      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'
trickle-1.07/configure-11622-      ;;
##############################################
trickle-1.07/configure-11682-	# dependencies.
trickle-1.07/configure:11683:	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'
trickle-1.07/configure-11684-	;;
##############################################
trickle-1.07/configure-11717-    # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
trickle-1.07/configure:11718:    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'
trickle-1.07/configure:11719:    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'
trickle-1.07/configure-11720-    ;;
##############################################
trickle-1.07/configure-11724-	# SGI C++
trickle-1.07/configure:11725:	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'
trickle-1.07/configure-11726-
##############################################
trickle-1.07/configure-11735-	  if test "$with_gnu_ld" = no; then
trickle-1.07/configure:11736:	    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'
trickle-1.07/configure-11737-	  else
trickle-1.07/configure:11738:	    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'
trickle-1.07/configure-11739-	  fi
##############################################
trickle-1.07/configure-11754-	# to its proper name (with version) after linking.
trickle-1.07/configure:11755:	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'
trickle-1.07/configure:11756:	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'
trickle-1.07/configure-11757-	# Commands to make compiler produce verbose output that lists
##############################################
trickle-1.07/configure-11764-	# dependencies.
trickle-1.07/configure:11765:	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'
trickle-1.07/configure-11766-
##############################################
trickle-1.07/configure-11779-	# earlier do not add the objects themselves.
trickle-1.07/configure:11780:	case `$CC -V 2>&1` in
trickle-1.07/configure-11781-	*"Version 7."*)
##############################################
trickle-1.07/configure-11805-	export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
trickle-1.07/configure:11806:	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'
trickle-1.07/configure-11807-        ;;
##############################################
trickle-1.07/configure-11824-	# dependencies.
trickle-1.07/configure:11825:	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'
trickle-1.07/configure-11826-	;;
trickle-1.07/configure-11827-      *)
trickle-1.07/configure:11828:	case `$CC -V 2>&1 | sed 5q` in
trickle-1.07/configure-11829-	*Sun\ C*)
##############################################
trickle-1.07/configure-11834-	  hardcode_libdir_flag_spec_CXX='-R$libdir'
trickle-1.07/configure:11835:	  whole_archive_flag_spec_CXX='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
trickle-1.07/configure-11836-
##############################################
trickle-1.07/configure-11892-      hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
trickle-1.07/configure:11893:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
trickle-1.07/configure-11894-	archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
##############################################
trickle-1.07/configure-11910-	# to its proper name (with version) after linking.
trickle-1.07/configure:11911:	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'
trickle-1.07/configure-11912-
##############################################
trickle-1.07/configure-11927-	allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
trickle-1.07/configure:11928:	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'
trickle-1.07/configure-11929-
##############################################
trickle-1.07/configure-11940-	# dependencies.
trickle-1.07/configure:11941:	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'
trickle-1.07/configure-11942-	;;
##############################################
trickle-1.07/configure-11945-	  allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
trickle-1.07/configure:11946:	  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'
trickle-1.07/configure-11947-
##############################################
trickle-1.07/configure-11970-	# to its proper name (with version) after linking.
trickle-1.07/configure:11971:	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'
trickle-1.07/configure-11972-
##############################################
trickle-1.07/configure-11986-	allow_undefined_flag_CXX=' -expect_unresolved \*'
trickle-1.07/configure:11987:	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'
trickle-1.07/configure:11988:	archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
trickle-1.07/configure-11989-	  echo "-hidden">> $lib.exp~
trickle-1.07/configure:11990:	  $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~
trickle-1.07/configure-11991-	  $rm $lib.exp'
##############################################
trickle-1.07/configure-12003-	# dependencies.
trickle-1.07/configure:12004:	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'
trickle-1.07/configure-12005-	;;
##############################################
trickle-1.07/configure-12008-	  allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
trickle-1.07/configure:12009:	 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'
trickle-1.07/configure-12010-
##############################################
trickle-1.07/configure-12159-    hardcode_shlibpath_var_CXX=no
trickle-1.07/configure:12160:    hardcode_libdir_flag_spec_CXX='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
trickle-1.07/configure-12161-    hardcode_libdir_separator_CXX=':'
##############################################
trickle-1.07/configure-12230-  # eval without this substitution.
trickle-1.07/configure:12231:  output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"`
trickle-1.07/configure-12232-
trickle-1.07/configure:12233:  for p in `eval $output_verbose_link_cmd`; do
trickle-1.07/configure-12234-    case $p in
##############################################
trickle-1.07/configure-12308-if test -n "$compiler_lib_search_path_CXX"; then
trickle-1.07/configure:12309:  compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
trickle-1.07/configure-12310-fi
##############################################
trickle-1.07/configure-12322-linux*)
trickle-1.07/configure:12323:  case `$CC -V 2>&1 | sed 5q` in
trickle-1.07/configure-12324-  *Sun\ C*)
##############################################
trickle-1.07/configure-12551-	  *)
trickle-1.07/configure:12552:	    case `$CC -V 2>&1 | sed 5q` in
trickle-1.07/configure-12553-	    *Sun\ C*)
##############################################
trickle-1.07/configure-12832-  if test "$hard_links" = no; then
trickle-1.07/configure:12833:    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
trickle-1.07/configure:12834:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
trickle-1.07/configure-12835-    need_locks=warn
##############################################
trickle-1.07/configure-13016-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
trickle-1.07/configure:13017:  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'
trickle-1.07/configure-13018-  ;;
##############################################
trickle-1.07/configure-13049-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
trickle-1.07/configure:13050:    postinstall_cmds='base_file=`basename \${file}`~
trickle-1.07/configure:13051:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
trickle-1.07/configure:13052:      dldir=$destdir/`dirname \$dlpath`~
trickle-1.07/configure-13053-      test -d \$dldir || mkdir -p \$dldir~
##############################################
trickle-1.07/configure-13055-      chmod a+x \$dldir/$dlname'
trickle-1.07/configure:13056:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
trickle-1.07/configure-13057-      dlpath=$dir/\$dldll~
##############################################
trickle-1.07/configure-13063-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
trickle-1.07/configure:13064:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
trickle-1.07/configure-13065-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
trickle-1.07/configure-13068-      # MinGW DLLs use traditional 'lib' prefix
trickle-1.07/configure:13069:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
trickle-1.07/configure:13070:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
trickle-1.07/configure-13071-      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
##############################################
trickle-1.07/configure-13077-        # which wouldn't understand a cygwinified path. Ahh.
trickle-1.07/configure:13078:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
trickle-1.07/configure-13079-      else
trickle-1.07/configure:13080:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
trickle-1.07/configure-13081-      fi
##############################################
trickle-1.07/configure-13084-      # pw32 DLLs use 'pw' prefix rather than 'lib'
trickle-1.07/configure:13085:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
trickle-1.07/configure-13086-      ;;
##############################################
trickle-1.07/configure-13090-  *)
trickle-1.07/configure:13091:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
trickle-1.07/configure-13092-    ;;
##############################################
trickle-1.07/configure-13107-  shlibpath_var=DYLD_LIBRARY_PATH
trickle-1.07/configure:13108:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
trickle-1.07/configure-13109-
##############################################
trickle-1.07/configure-13296-  if test -f /etc/ld.so.conf; then
trickle-1.07/configure:13297:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ 	]*hwcap[ 	]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
trickle-1.07/configure-13298-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
trickle-1.07/configure-13368-  shlibpath_var=LD_LIBRARY_PATH
trickle-1.07/configure:13369:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
trickle-1.07/configure-13370-    case $host_os in
##############################################
trickle-1.07/configure-13634-      # Double-quote double-evaled strings.
trickle-1.07/configure:13635:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
trickle-1.07/configure-13636-      ;;
trickle-1.07/configure-13637-    *)
trickle-1.07/configure:13638:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
trickle-1.07/configure-13639-      ;;
##############################################
trickle-1.07/configure-13644-  *'\$0 --fallback-echo"')
trickle-1.07/configure:13645:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
trickle-1.07/configure-13646-    ;;
##############################################
trickle-1.07/configure-13967-  # libtool script then.
trickle-1.07/configure:13968:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
trickle-1.07/configure-13969-  if test -f "$ltmain_in"; then
##############################################
trickle-1.07/configure-14083-done
trickle-1.07/configure:14084:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
trickle-1.07/configure-14085-
##############################################
trickle-1.07/configure-14280-      *)
trickle-1.07/configure:14281:        case `$CC -V 2>&1 | sed 5q` in
trickle-1.07/configure-14282-	*Sun\ C*)
##############################################
trickle-1.07/configure-14534-  if test "$hard_links" = no; then
trickle-1.07/configure:14535:    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
trickle-1.07/configure:14536:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
trickle-1.07/configure-14537-    need_locks=warn
##############################################
trickle-1.07/configure-14591-done
trickle-1.07/configure:14592:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
trickle-1.07/configure-14593-
##############################################
trickle-1.07/configure-14629-    supports_anon_versioning=no
trickle-1.07/configure:14630:    case `$LD -v 2>/dev/null` in
trickle-1.07/configure-14631-      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
##############################################
trickle-1.07/configure-14693-	# is EXPORTS), use it as is; otherwise, prepend...
trickle-1.07/configure:14694:	archive_expsym_cmds_F77='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
trickle-1.07/configure-14695-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
trickle-1.07/configure-14716-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
trickle-1.07/configure:14717:      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'
trickle-1.07/configure:14718:      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'
trickle-1.07/configure-14719-      ;;
##############################################
trickle-1.07/configure-14725-	pgcc*)				# Portland Group C compiler
trickle-1.07/configure:14726:	  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'
trickle-1.07/configure-14727-	  tmp_addflag=' $pic_flag'
##############################################
trickle-1.07/configure-14729-	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
trickle-1.07/configure:14730:	  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'
trickle-1.07/configure-14731-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
trickle-1.07/configure-14738-	esac
trickle-1.07/configure:14739:	case `$CC -V 2>&1 | sed 5q` in
trickle-1.07/configure-14740-	*Sun\ C*)			# Sun C 5.9
trickle-1.07/configure:14741:	  whole_archive_flag_spec_F77='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
trickle-1.07/configure-14742-	  tmp_sharedflag='-G' ;;
##############################################
trickle-1.07/configure-14793-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
trickle-1.07/configure:14794:      case `$LD -v 2>&1` in
trickle-1.07/configure-14795-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
trickle-1.07/configure-14809-	  if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
trickle-1.07/configure:14810:	    hardcode_libdir_flag_spec_F77='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
trickle-1.07/configure-14811-	    archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
##############################################
trickle-1.07/configure-14908-	# below for broken collect2 doesn't work under 4.3+
trickle-1.07/configure:14909:	  collect2name=`${CC} -print-prog-name=collect2`
trickle-1.07/configure-14910-	  if test -f "$collect2name" && \
##############################################
trickle-1.07/configure-14984-    }'
trickle-1.07/configure:14985:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
trickle-1.07/configure-14986-# Check for a 64-bit object if we didn't find anything.
trickle-1.07/configure-14987-if test -z "$aix_libpath"; then
trickle-1.07/configure:14988:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
trickle-1.07/configure-14989-fi
##############################################
trickle-1.07/configure-15001-       hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath"
trickle-1.07/configure:15002:	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"
trickle-1.07/configure-15003-       else
##############################################
trickle-1.07/configure-15040-    }'
trickle-1.07/configure:15041:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
trickle-1.07/configure-15042-# Check for a 64-bit object if we didn't find anything.
trickle-1.07/configure-15043-if test -z "$aix_libpath"; then
trickle-1.07/configure:15044:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
trickle-1.07/configure-15045-fi
##############################################
trickle-1.07/configure-15094-      # FIXME: Setting linknames here is a bad hack.
trickle-1.07/configure:15095:      archive_cmds_F77='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
trickle-1.07/configure-15096-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
trickle-1.07/configure-15099-      old_archive_cmds_F77='lib -OUT:$oldlib$oldobjs$old_deplibs'
trickle-1.07/configure:15100:      fix_srcfile_path_F77='`cygpath -w "$srcfile"`'
trickle-1.07/configure-15101-      enable_shared_with_static_runtimes_F77=yes
##############################################
trickle-1.07/configure-15139-         output_verbose_link_cmd='echo'
trickle-1.07/configure:15140:         archive_cmds_F77='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
trickle-1.07/configure-15141-         module_cmds_F77='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
##############################################
trickle-1.07/configure-15274-      if test "$GCC" = yes; then
trickle-1.07/configure:15275:	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'
trickle-1.07/configure-15276-      else
trickle-1.07/configure:15277:	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'
trickle-1.07/configure-15278-	hardcode_libdir_flag_spec_ld_F77='-rpath $libdir'
##############################################
trickle-1.07/configure-15307-	hardcode_shlibpath_var_F77=no
trickle-1.07/configure:15308:	if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
trickle-1.07/configure-15309-	  archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
trickle-1.07/configure-15340-	allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*'
trickle-1.07/configure:15341:	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'
trickle-1.07/configure-15342-      else
trickle-1.07/configure-15343-	allow_undefined_flag_F77=' -expect_unresolved \*'
trickle-1.07/configure:15344:	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'
trickle-1.07/configure-15345-      fi
##############################################
trickle-1.07/configure-15352-	allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*'
trickle-1.07/configure:15353:	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'
trickle-1.07/configure-15354-	hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir'
##############################################
trickle-1.07/configure-15356-	allow_undefined_flag_F77=' -expect_unresolved \*'
trickle-1.07/configure:15357:	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'
trickle-1.07/configure:15358:	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~
trickle-1.07/configure:15359:	$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'
trickle-1.07/configure-15360-
##############################################
trickle-1.07/configure-15476-      hardcode_shlibpath_var_F77=no
trickle-1.07/configure:15477:      hardcode_libdir_flag_spec_F77='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
trickle-1.07/configure-15478-      hardcode_libdir_separator_F77=':'
##############################################
trickle-1.07/configure-15650-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
trickle-1.07/configure:15651:  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'
trickle-1.07/configure-15652-  ;;
##############################################
trickle-1.07/configure-15683-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
trickle-1.07/configure:15684:    postinstall_cmds='base_file=`basename \${file}`~
trickle-1.07/configure:15685:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
trickle-1.07/configure:15686:      dldir=$destdir/`dirname \$dlpath`~
trickle-1.07/configure-15687-      test -d \$dldir || mkdir -p \$dldir~
##############################################
trickle-1.07/configure-15689-      chmod a+x \$dldir/$dlname'
trickle-1.07/configure:15690:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
trickle-1.07/configure-15691-      dlpath=$dir/\$dldll~
##############################################
trickle-1.07/configure-15697-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
trickle-1.07/configure:15698:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
trickle-1.07/configure-15699-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
trickle-1.07/configure-15702-      # MinGW DLLs use traditional 'lib' prefix
trickle-1.07/configure:15703:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
trickle-1.07/configure:15704:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
trickle-1.07/configure-15705-      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
##############################################
trickle-1.07/configure-15711-        # which wouldn't understand a cygwinified path. Ahh.
trickle-1.07/configure:15712:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
trickle-1.07/configure-15713-      else
trickle-1.07/configure:15714:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
trickle-1.07/configure-15715-      fi
##############################################
trickle-1.07/configure-15718-      # pw32 DLLs use 'pw' prefix rather than 'lib'
trickle-1.07/configure:15719:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
trickle-1.07/configure-15720-      ;;
##############################################
trickle-1.07/configure-15724-  *)
trickle-1.07/configure:15725:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
trickle-1.07/configure-15726-    ;;
##############################################
trickle-1.07/configure-15741-  shlibpath_var=DYLD_LIBRARY_PATH
trickle-1.07/configure:15742:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
trickle-1.07/configure-15743-
##############################################
trickle-1.07/configure-15930-  if test -f /etc/ld.so.conf; then
trickle-1.07/configure:15931:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ 	]*hwcap[ 	]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
trickle-1.07/configure-15932-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
trickle-1.07/configure-16002-  shlibpath_var=LD_LIBRARY_PATH
trickle-1.07/configure:16003:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
trickle-1.07/configure-16004-    case $host_os in
##############################################
trickle-1.07/configure-16268-      # Double-quote double-evaled strings.
trickle-1.07/configure:16269:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
trickle-1.07/configure-16270-      ;;
trickle-1.07/configure-16271-    *)
trickle-1.07/configure:16272:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
trickle-1.07/configure-16273-      ;;
##############################################
trickle-1.07/configure-16278-  *'\$0 --fallback-echo"')
trickle-1.07/configure:16279:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
trickle-1.07/configure-16280-    ;;
##############################################
trickle-1.07/configure-16601-  # libtool script then.
trickle-1.07/configure:16602:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
trickle-1.07/configure-16603-  if test -f "$ltmain_in"; then
##############################################
trickle-1.07/configure-16677-done
trickle-1.07/configure:16678:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
trickle-1.07/configure-16679-
##############################################
trickle-1.07/configure-16894-      *)
trickle-1.07/configure:16895:        case `$CC -V 2>&1 | sed 5q` in
trickle-1.07/configure-16896-	*Sun\ C*)
##############################################
trickle-1.07/configure-17148-  if test "$hard_links" = no; then
trickle-1.07/configure:17149:    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
trickle-1.07/configure:17150:echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
trickle-1.07/configure-17151-    need_locks=warn
##############################################
trickle-1.07/configure-17205-done
trickle-1.07/configure:17206:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
trickle-1.07/configure-17207-
##############################################
trickle-1.07/configure-17243-    supports_anon_versioning=no
trickle-1.07/configure:17244:    case `$LD -v 2>/dev/null` in
trickle-1.07/configure-17245-      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
##############################################
trickle-1.07/configure-17307-	# is EXPORTS), use it as is; otherwise, prepend...
trickle-1.07/configure:17308:	archive_expsym_cmds_GCJ='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
trickle-1.07/configure-17309-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
trickle-1.07/configure-17330-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
trickle-1.07/configure:17331:      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'
trickle-1.07/configure:17332:      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'
trickle-1.07/configure-17333-      ;;
##############################################
trickle-1.07/configure-17339-	pgcc*)				# Portland Group C compiler
trickle-1.07/configure:17340:	  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'
trickle-1.07/configure-17341-	  tmp_addflag=' $pic_flag'
##############################################
trickle-1.07/configure-17343-	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
trickle-1.07/configure:17344:	  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'
trickle-1.07/configure-17345-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
trickle-1.07/configure-17352-	esac
trickle-1.07/configure:17353:	case `$CC -V 2>&1 | sed 5q` in
trickle-1.07/configure-17354-	*Sun\ C*)			# Sun C 5.9
trickle-1.07/configure:17355:	  whole_archive_flag_spec_GCJ='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
trickle-1.07/configure-17356-	  tmp_sharedflag='-G' ;;
##############################################
trickle-1.07/configure-17407-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
trickle-1.07/configure:17408:      case `$LD -v 2>&1` in
trickle-1.07/configure-17409-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
trickle-1.07/configure-17423-	  if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
trickle-1.07/configure:17424:	    hardcode_libdir_flag_spec_GCJ='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
trickle-1.07/configure-17425-	    archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
##############################################
trickle-1.07/configure-17522-	# below for broken collect2 doesn't work under 4.3+
trickle-1.07/configure:17523:	  collect2name=`${CC} -print-prog-name=collect2`
trickle-1.07/configure-17524-	  if test -f "$collect2name" && \
##############################################
trickle-1.07/configure-17608-    }'
trickle-1.07/configure:17609:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
trickle-1.07/configure-17610-# Check for a 64-bit object if we didn't find anything.
trickle-1.07/configure-17611-if test -z "$aix_libpath"; then
trickle-1.07/configure:17612:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
trickle-1.07/configure-17613-fi
##############################################
trickle-1.07/configure-17625-       hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath"
trickle-1.07/configure:17626:	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"
trickle-1.07/configure-17627-       else
##############################################
trickle-1.07/configure-17674-    }'
trickle-1.07/configure:17675:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
trickle-1.07/configure-17676-# Check for a 64-bit object if we didn't find anything.
trickle-1.07/configure-17677-if test -z "$aix_libpath"; then
trickle-1.07/configure:17678:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
trickle-1.07/configure-17679-fi
##############################################
trickle-1.07/configure-17728-      # FIXME: Setting linknames here is a bad hack.
trickle-1.07/configure:17729:      archive_cmds_GCJ='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
trickle-1.07/configure-17730-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
trickle-1.07/configure-17733-      old_archive_cmds_GCJ='lib -OUT:$oldlib$oldobjs$old_deplibs'
trickle-1.07/configure:17734:      fix_srcfile_path_GCJ='`cygpath -w "$srcfile"`'
trickle-1.07/configure-17735-      enable_shared_with_static_runtimes_GCJ=yes
##############################################
trickle-1.07/configure-17773-         output_verbose_link_cmd='echo'
trickle-1.07/configure:17774:         archive_cmds_GCJ='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
trickle-1.07/configure-17775-         module_cmds_GCJ='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
##############################################
trickle-1.07/configure-17908-      if test "$GCC" = yes; then
trickle-1.07/configure:17909:	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'
trickle-1.07/configure-17910-      else
trickle-1.07/configure:17911:	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'
trickle-1.07/configure-17912-	hardcode_libdir_flag_spec_ld_GCJ='-rpath $libdir'
##############################################
trickle-1.07/configure-17941-	hardcode_shlibpath_var_GCJ=no
trickle-1.07/configure:17942:	if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
trickle-1.07/configure-17943-	  archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
trickle-1.07/configure-17974-	allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*'
trickle-1.07/configure:17975:	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'
trickle-1.07/configure-17976-      else
trickle-1.07/configure-17977-	allow_undefined_flag_GCJ=' -expect_unresolved \*'
trickle-1.07/configure:17978:	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'
trickle-1.07/configure-17979-      fi
##############################################
trickle-1.07/configure-17986-	allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*'
trickle-1.07/configure:17987:	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'
trickle-1.07/configure-17988-	hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir'
##############################################
trickle-1.07/configure-17990-	allow_undefined_flag_GCJ=' -expect_unresolved \*'
trickle-1.07/configure:17991:	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'
trickle-1.07/configure:17992:	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~
trickle-1.07/configure:17993:	$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'
trickle-1.07/configure-17994-
##############################################
trickle-1.07/configure-18110-      hardcode_shlibpath_var_GCJ=no
trickle-1.07/configure:18111:      hardcode_libdir_flag_spec_GCJ='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
trickle-1.07/configure-18112-      hardcode_libdir_separator_GCJ=':'
##############################################
trickle-1.07/configure-18284-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
trickle-1.07/configure:18285:  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'
trickle-1.07/configure-18286-  ;;
##############################################
trickle-1.07/configure-18317-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
trickle-1.07/configure:18318:    postinstall_cmds='base_file=`basename \${file}`~
trickle-1.07/configure:18319:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
trickle-1.07/configure:18320:      dldir=$destdir/`dirname \$dlpath`~
trickle-1.07/configure-18321-      test -d \$dldir || mkdir -p \$dldir~
##############################################
trickle-1.07/configure-18323-      chmod a+x \$dldir/$dlname'
trickle-1.07/configure:18324:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
trickle-1.07/configure-18325-      dlpath=$dir/\$dldll~
##############################################
trickle-1.07/configure-18331-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
trickle-1.07/configure:18332:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
trickle-1.07/configure-18333-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
trickle-1.07/configure-18336-      # MinGW DLLs use traditional 'lib' prefix
trickle-1.07/configure:18337:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
trickle-1.07/configure:18338:      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
trickle-1.07/configure-18339-      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
##############################################
trickle-1.07/configure-18345-        # which wouldn't understand a cygwinified path. Ahh.
trickle-1.07/configure:18346:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
trickle-1.07/configure-18347-      else
trickle-1.07/configure:18348:        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
trickle-1.07/configure-18349-      fi
##############################################
trickle-1.07/configure-18352-      # pw32 DLLs use 'pw' prefix rather than 'lib'
trickle-1.07/configure:18353:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
trickle-1.07/configure-18354-      ;;
##############################################
trickle-1.07/configure-18358-  *)
trickle-1.07/configure:18359:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
trickle-1.07/configure-18360-    ;;
##############################################
trickle-1.07/configure-18375-  shlibpath_var=DYLD_LIBRARY_PATH
trickle-1.07/configure:18376:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
trickle-1.07/configure-18377-
##############################################
trickle-1.07/configure-18564-  if test -f /etc/ld.so.conf; then
trickle-1.07/configure:18565:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ 	]*hwcap[ 	]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
trickle-1.07/configure-18566-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
trickle-1.07/configure-18636-  shlibpath_var=LD_LIBRARY_PATH
trickle-1.07/configure:18637:  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
trickle-1.07/configure-18638-    case $host_os in
##############################################
trickle-1.07/configure-18902-      # Double-quote double-evaled strings.
trickle-1.07/configure:18903:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
trickle-1.07/configure-18904-      ;;
trickle-1.07/configure-18905-    *)
trickle-1.07/configure:18906:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
trickle-1.07/configure-18907-      ;;
##############################################
trickle-1.07/configure-18912-  *'\$0 --fallback-echo"')
trickle-1.07/configure:18913:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
trickle-1.07/configure-18914-    ;;
##############################################
trickle-1.07/configure-19235-  # libtool script then.
trickle-1.07/configure:19236:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
trickle-1.07/configure-19237-  if test -f "$ltmain_in"; then
##############################################
trickle-1.07/configure-19310-done
trickle-1.07/configure:19311:cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
trickle-1.07/configure-19312-
##############################################
trickle-1.07/configure-19388-      # Double-quote double-evaled strings.
trickle-1.07/configure:19389:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
trickle-1.07/configure-19390-      ;;
trickle-1.07/configure-19391-    *)
trickle-1.07/configure:19392:      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
trickle-1.07/configure-19393-      ;;
##############################################
trickle-1.07/configure-19398-  *'\$0 --fallback-echo"')
trickle-1.07/configure:19399:    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
trickle-1.07/configure-19400-    ;;
##############################################
trickle-1.07/configure-19721-  # libtool script then.
trickle-1.07/configure:19722:  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
trickle-1.07/configure-19723-  if test -f "$ltmain_in"; then
##############################################
trickle-1.07/configure-19796-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
trickle-1.07/configure:19797:set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
trickle-1.07/configure-19798-if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
trickle-1.07/configure-19806-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
trickle-1.07/configure:19807:case `${MAKE-make} -f conftest.make 2>/dev/null` in
trickle-1.07/configure-19808-  *@@@%%%=?*=@@@%%%*)
##############################################
trickle-1.07/configure-20608-do
trickle-1.07/configure:20609:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
trickle-1.07/configure-20610-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
trickle-1.07/configure-20615-fi
trickle-1.07/configure:20616:ac_res=`eval echo '${'$as_ac_Header'}'`
trickle-1.07/configure-20617-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
trickle-1.07/configure-20731-fi
trickle-1.07/configure:20732:ac_res=`eval echo '${'$as_ac_Header'}'`
trickle-1.07/configure-20733-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
trickle-1.07/configure-20736-fi
trickle-1.07/configure:20737:if test `eval echo '${'$as_ac_Header'}'` = yes; then
trickle-1.07/configure-20738-  cat >>confdefs.h <<_ACEOF
trickle-1.07/configure:20739:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
trickle-1.07/configure-20740-_ACEOF
##############################################
trickle-1.07/configure-21466-do
trickle-1.07/configure:21467:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
trickle-1.07/configure-21468-{ echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
trickle-1.07/configure-21546-fi
trickle-1.07/configure:21547:ac_res=`eval echo '${'$as_ac_var'}'`
trickle-1.07/configure-21548-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
trickle-1.07/configure-21549-echo "${ECHO_T}$ac_res" >&6; }
trickle-1.07/configure:21550:if test `eval echo '${'$as_ac_var'}'` = yes; then
trickle-1.07/configure-21551-  cat >>confdefs.h <<_ACEOF
trickle-1.07/configure:21552:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
trickle-1.07/configure-21553-_ACEOF
##############################################
trickle-1.07/configure-21564-do
trickle-1.07/configure:21565:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
trickle-1.07/configure-21566-{ echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
trickle-1.07/configure-21644-fi
trickle-1.07/configure:21645:ac_res=`eval echo '${'$as_ac_var'}'`
trickle-1.07/configure-21646-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
trickle-1.07/configure-21647-echo "${ECHO_T}$ac_res" >&6; }
trickle-1.07/configure:21648:if test `eval echo '${'$as_ac_var'}'` = yes; then
trickle-1.07/configure-21649-  cat >>confdefs.h <<_ACEOF
trickle-1.07/configure:21650:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
trickle-1.07/configure-21651-_ACEOF
##############################################
trickle-1.07/configure-21667-do
trickle-1.07/configure:21668:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
trickle-1.07/configure-21669-{ echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
trickle-1.07/configure-21747-fi
trickle-1.07/configure:21748:ac_res=`eval echo '${'$as_ac_var'}'`
trickle-1.07/configure-21749-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
trickle-1.07/configure-21750-echo "${ECHO_T}$ac_res" >&6; }
trickle-1.07/configure:21751:if test `eval echo '${'$as_ac_var'}'` = yes; then
trickle-1.07/configure-21752-  cat >>confdefs.h <<_ACEOF
trickle-1.07/configure:21753:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
trickle-1.07/configure-21754-_ACEOF
##############################################
trickle-1.07/configure-21965-
trickle-1.07/configure:21966:    for TESTLIB in libc.so `echo $USRLIBCGUESS` `echo $LIBCGUESS`
trickle-1.07/configure-21967-    do
##############################################
trickle-1.07/configure-22067-do
trickle-1.07/configure:22068:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
trickle-1.07/configure-22069-{ echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
trickle-1.07/configure-22147-fi
trickle-1.07/configure:22148:ac_res=`eval echo '${'$as_ac_var'}'`
trickle-1.07/configure-22149-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
trickle-1.07/configure-22150-echo "${ECHO_T}$ac_res" >&6; }
trickle-1.07/configure:22151:if test `eval echo '${'$as_ac_var'}'` = yes; then
trickle-1.07/configure-22152-  cat >>confdefs.h <<_ACEOF
trickle-1.07/configure:22153:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
trickle-1.07/configure-22154-_ACEOF
##############################################
trickle-1.07/configure-22173-" | sed 's/\.o /\$U.o /g;s/\.o$/\$U.o/'`
trickle-1.07/configure:22174:LTLIBOBJS=`echo "$LL" | sed 's/\.o/\.lo/g'`
trickle-1.07/configure-22175-
##############################################
trickle-1.07/configure-22263-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
trickle-1.07/configure:22264:  ac_i=`echo "$ac_i" | sed "$ac_script"`
trickle-1.07/configure-22265-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
trickle-1.07/configure-22414-do
trickle-1.07/configure:22415:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
trickle-1.07/configure-22416-    eval $as_var=C; export $as_var
##############################################
trickle-1.07/configure-22464-  test "x$as_lineno_1" != "x$as_lineno_2" &&
trickle-1.07/configure:22465:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
trickle-1.07/configure-22466-
##############################################
trickle-1.07/configure-22575-	esac;
trickle-1.07/configure:22576:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
trickle-1.07/configure-22577-	???[sx]*):;;*)false;;esac;fi
##############################################
trickle-1.07/configure-22650-configured by $0, generated by GNU Autoconf 2.61,
trickle-1.07/configure:22651:  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
trickle-1.07/configure-22652-
##############################################
trickle-1.07/configure-22670-  --*=*)
trickle-1.07/configure:22671:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
trickle-1.07/configure:22672:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
trickle-1.07/configure-22673-    ac_shift=:
##############################################
trickle-1.07/configure-22926-
trickle-1.07/configure:22927:  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
trickle-1.07/configure-22928-    break
##############################################
trickle-1.07/configure-22937-
trickle-1.07/configure:22938:ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
trickle-1.07/configure-22939-if test -n "$ac_eof"; then
trickle-1.07/configure:22940:  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
trickle-1.07/configure:22941:  ac_eof=`expr $ac_eof + 1`
trickle-1.07/configure-22942-fi
##############################################
trickle-1.07/configure-22984-
trickle-1.07/configure:22985:  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 17; then
trickle-1.07/configure-22986-    break
##############################################
trickle-1.07/configure-22995-
trickle-1.07/configure:22996:ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
trickle-1.07/configure-22997-if test -n "$ac_eof"; then
trickle-1.07/configure:22998:  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
trickle-1.07/configure:22999:  ac_eof=`expr $ac_eof + 1`
trickle-1.07/configure-23000-fi
##############################################
trickle-1.07/configure-23133-      case $as_dir in #(
trickle-1.07/configure:23134:      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
trickle-1.07/configure-23135-      *) as_qdir=$as_dir;;
##############################################
trickle-1.07/configure-23171-*)
trickle-1.07/configure:23172:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
trickle-1.07/configure-23173-  # A ".." for each directory in $ac_dir_suffix.
trickle-1.07/configure:23174:  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
trickle-1.07/configure-23175-  case $ac_top_builddir_sub in
##############################################
trickle-1.07/configure-23249-
trickle-1.07/configure:23250:# Neutralize VPATH when `$srcdir' = `.'.
trickle-1.07/configure-23251-# Shell code in configure.ac might set extrasub.
##############################################
trickle-1.07/configure-23274-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
trickle-1.07/configure:23275:  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
trickle-1.07/configure:23276:  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
trickle-1.07/configure-23277-  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
##############################################
trickle-1.07/configure-23392-    * )
trickle-1.07/configure:23393:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
trickle-1.07/configure-23394-  esac
##############################################
trickle-1.07/configure-23429-  # Strip MF so we end up with the name of the file.
trickle-1.07/configure:23430:  mf=`echo "$mf" | sed -e 's/:.*$//'`
trickle-1.07/configure-23431-  # Check whether this is an Automake generated Makefile or not.
##############################################
trickle-1.07/configure-23466-  # from the Makefile without running `make'.
trickle-1.07/configure:23467:  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
trickle-1.07/configure-23468-  test -z "$DEPDIR" && continue
trickle-1.07/configure:23469:  am__include=`sed -n 's/^am__include = //p' < "$mf"`
trickle-1.07/configure-23470-  test -z "am__include" && continue
trickle-1.07/configure:23471:  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
trickle-1.07/configure-23472-  # When using ansi2knr, U may be empty or an underscore; expand it
trickle-1.07/configure:23473:  U=`sed -n 's/^U = //p' < "$mf"`
trickle-1.07/configure-23474-  # Find all dependency output files, they are included files with
##############################################
trickle-1.07/configure-23513-      case $as_dir in #(
trickle-1.07/configure:23514:      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
trickle-1.07/configure-23515-      *) as_qdir=$as_dir;;
##############################################
trickle-1.07/configure.in-179-    
trickle-1.07/configure.in:180:    for TESTLIB in libc.so `echo $USRLIBCGUESS` `echo $LIBCGUESS`
trickle-1.07/configure.in-181-    do
##############################################
trickle-1.07/configure.in-231-dnl the ANSI2KNR-filtering rules.
trickle-1.07/configure.in:232:LL=`echo "$AC_LIBOBJ" | sed 's/\.o /\$U.o /g;s/\.o$/\$U.o/'`
trickle-1.07/configure.in:233:LTLIBOBJS=`echo "$LL" | sed 's/\.o/\.lo/g'`
trickle-1.07/configure.in-234-AC_SUBST(LTLIBOBJS)
##############################################
trickle-1.07/ltmain.sh-36-# The name of this program:
trickle-1.07/ltmain.sh:37:progname=`echo "$progpath" | $SED $basename`
trickle-1.07/ltmain.sh-38-modename="$progname"
##############################################
trickle-1.07/ltmain.sh-61-  :
trickle-1.07/ltmain.sh:62:elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then
trickle-1.07/ltmain.sh-63-  # Yippee, $echo works!
##############################################
trickle-1.07/ltmain.sh-157-      # If mktemp works, use that first and foremost
trickle-1.07/ltmain.sh:158:      my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
trickle-1.07/ltmain.sh-159-
##############################################
trickle-1.07/ltmain.sh-189-  win32_libid_type="unknown"
trickle-1.07/ltmain.sh:190:  win32_fileres=`file -L $1 2>/dev/null`
trickle-1.07/ltmain.sh-191-  case $win32_fileres in
##############################################
trickle-1.07/ltmain.sh-241-      # but not from the CC environment variable when configure was run.
trickle-1.07/ltmain.sh:242:      " $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$echo $CC_quoted` "* | "`$echo $CC_quoted` "*) ;;
trickle-1.07/ltmain.sh-243-      # Blanks at the start of $base_compile will cause this to fail
##############################################
trickle-1.07/ltmain.sh-248-	    # Evaluate the configuration.
trickle-1.07/ltmain.sh:249:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
trickle-1.07/ltmain.sh-250-	    CC_quoted=
##############################################
trickle-1.07/ltmain.sh-260-	    case "$@ " in
trickle-1.07/ltmain.sh:261:	      " $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$echo $CC_quoted` "* | "`$echo $CC_quoted` "*)
trickle-1.07/ltmain.sh-262-	      # The compiler in the base compile command matches
##############################################
trickle-1.07/ltmain.sh-328-      esac
trickle-1.07/ltmain.sh:329:      my_xlib=`$echo "X$my_xlib" | $Xsed -e 's%^.*/%%'`
trickle-1.07/ltmain.sh-330-      my_xdir="$my_gentop/$my_xlib"
##############################################
trickle-1.07/ltmain.sh-348-	  darwin_curdir=`pwd`
trickle-1.07/ltmain.sh:349:	  darwin_base_archive=`$echo "X$darwin_archive" | $Xsed -e 's%^.*/%%'`
trickle-1.07/ltmain.sh:350:	  darwin_arches=`lipo -info "$darwin_archive" 2>/dev/null | $EGREP Architectures 2>/dev/null`
trickle-1.07/ltmain.sh-351-	  if test -n "$darwin_arches"; then 
trickle-1.07/ltmain.sh:352:	    darwin_arches=`echo "$darwin_arches" | $SED -e 's/.*are://'`
trickle-1.07/ltmain.sh-353-	    darwin_arch=
##############################################
trickle-1.07/ltmain.sh-363-      ## Okay now we have a bunch of thin objects, gotta fatten them up :)
trickle-1.07/ltmain.sh:364:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print| xargs basename | sort -u | $NL2SP`
trickle-1.07/ltmain.sh-365-	    darwin_file=
##############################################
trickle-1.07/ltmain.sh-367-	    for darwin_file in $darwin_filelist; do
trickle-1.07/ltmain.sh:368:	      darwin_files=`find unfat-$$ -name $darwin_file -print | $NL2SP`
trickle-1.07/ltmain.sh-369-	      lipo -create -output "$darwin_file" $darwin_files
##############################################
trickle-1.07/ltmain.sh-382-      esac
trickle-1.07/ltmain.sh:383:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP`
trickle-1.07/ltmain.sh-384-    done
##############################################
trickle-1.07/ltmain.sh-401-  case $arg in
trickle-1.07/ltmain.sh:402:  -*=*) optarg=`$echo "X$arg" | $Xsed -e 's/[-_a-zA-Z0-9]*=//'` ;;
trickle-1.07/ltmain.sh-403-  *) optarg= ;;
##############################################
trickle-1.07/ltmain.sh-432-	  # Evaluate the configuration.
trickle-1.07/ltmain.sh:433:	  eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$tagname'$/,/^# ### END LIBTOOL TAG CONFIG: '$tagname'$/p' < $progpath`"
trickle-1.07/ltmain.sh-434-	else
##############################################
trickle-1.07/ltmain.sh-554-static)
trickle-1.07/ltmain.sh:555:  build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
trickle-1.07/ltmain.sh-556-  ;;
##############################################
trickle-1.07/ltmain.sh-675-	-Wc,*)
trickle-1.07/ltmain.sh:676:	  args=`$echo "X$arg" | $Xsed -e "s/^-Wc,//"`
trickle-1.07/ltmain.sh-677-	  lastarg=
##############################################
trickle-1.07/ltmain.sh-692-	  IFS="$save_ifs"
trickle-1.07/ltmain.sh:693:	  lastarg=`$echo "X$lastarg" | $Xsed -e "s/^ //"`
trickle-1.07/ltmain.sh-694-
##############################################
trickle-1.07/ltmain.sh-711-      # Aesthetically quote the previous argument.
trickle-1.07/ltmain.sh:712:      lastarg=`$echo "X$lastarg" | $Xsed -e "$sed_quote_subst"`
trickle-1.07/ltmain.sh-713-
##############################################
trickle-1.07/ltmain.sh-739-      # Get the name of the library object.
trickle-1.07/ltmain.sh:740:      [ -z "$libobj" ] && libobj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%'`
trickle-1.07/ltmain.sh-741-      ;;
##############################################
trickle-1.07/ltmain.sh-750-    *.ads) xform=ads ;;
trickle-1.07/ltmain.sh:751:    *.asm) xform=asm ;;
trickle-1.07/ltmain.sh-752-    *.c++) xform=c++ ;;
##############################################
trickle-1.07/ltmain.sh-762-
trickle-1.07/ltmain.sh:763:    libobj=`$echo "X$libobj" | $Xsed -e "s/\.$xform$/.lo/"`
trickle-1.07/ltmain.sh-764-
trickle-1.07/ltmain.sh-765-    case $libobj in
trickle-1.07/ltmain.sh:766:    *.lo) obj=`$echo "X$libobj" | $Xsed -e "$lo2o"` ;;
trickle-1.07/ltmain.sh-767-    *)
##############################################
trickle-1.07/ltmain.sh-793-
trickle-1.07/ltmain.sh:794:    qlibobj=`$echo "X$libobj" | $Xsed -e "$sed_quote_subst"`
trickle-1.07/ltmain.sh-795-    case $qlibobj in
##############################################
trickle-1.07/ltmain.sh-801-	&& $echo "$modename: libobj name \`$libobj' may not contain shell special characters."
trickle-1.07/ltmain.sh:802:    objname=`$echo "X$obj" | $Xsed -e 's%^.*/%%'`
trickle-1.07/ltmain.sh:803:    xdir=`$echo "X$obj" | $Xsed -e 's%/[^/]*$%%'`
trickle-1.07/ltmain.sh-804-    if test "X$xdir" = "X$obj"; then
##############################################
trickle-1.07/ltmain.sh-840-    if test "$compiler_c_o" = no; then
trickle-1.07/ltmain.sh:841:      output_obj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext}
trickle-1.07/ltmain.sh-842-      lockfile="$output_obj.lock"
##############################################
trickle-1.07/ltmain.sh-861-*** ERROR, $lockfile exists and contains:
trickle-1.07/ltmain.sh:862:`cat $lockfile 2>/dev/null`
trickle-1.07/ltmain.sh-863-
##############################################
trickle-1.07/ltmain.sh-879-    fi
trickle-1.07/ltmain.sh:880:    qsrcfile=`$echo "X$srcfile" | $Xsed -e "$sed_quote_subst"`
trickle-1.07/ltmain.sh-881-    case $qsrcfile in
##############################################
trickle-1.07/ltmain.sh-935-      if test "$need_locks" = warn &&
trickle-1.07/ltmain.sh:936:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
trickle-1.07/ltmain.sh-937-	$echo "\
trickle-1.07/ltmain.sh-938-*** ERROR, $lockfile contains:
trickle-1.07/ltmain.sh:939:`cat $lockfile 2>/dev/null`
trickle-1.07/ltmain.sh-940-
##############################################
trickle-1.07/ltmain.sh-1007-      if test "$need_locks" = warn &&
trickle-1.07/ltmain.sh:1008:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
trickle-1.07/ltmain.sh-1009-	$echo "\
trickle-1.07/ltmain.sh-1010-*** ERROR, $lockfile contains:
trickle-1.07/ltmain.sh:1011:`cat $lockfile 2>/dev/null`
trickle-1.07/ltmain.sh-1012-
##############################################
trickle-1.07/ltmain.sh-1171-      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \	]*|*]*|"")
trickle-1.07/ltmain.sh:1172:	qarg=\"`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`\" ### testsuite: skip nested quoting test
trickle-1.07/ltmain.sh-1173-	;;
##############################################
trickle-1.07/ltmain.sh-1260-	    moreargs=
trickle-1.07/ltmain.sh:1261:	    for fil in `cat $save_arg`
trickle-1.07/ltmain.sh-1262-	    do
##############################################
trickle-1.07/ltmain.sh-1287-		# Extract subdirectory from the argument.
trickle-1.07/ltmain.sh:1288:		xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
trickle-1.07/ltmain.sh-1289-		if test "X$xdir" = "X$arg"; then
##############################################
trickle-1.07/ltmain.sh-1346-		  # Extract subdirectory from the argument.
trickle-1.07/ltmain.sh:1347:		  xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
trickle-1.07/ltmain.sh-1348-		  if test "X$xdir" = "X$arg"; then
##############################################
trickle-1.07/ltmain.sh-1353-
trickle-1.07/ltmain.sh:1354:		  pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"`
trickle-1.07/ltmain.sh:1355:		  non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"`
trickle-1.07/ltmain.sh-1356-		  libobjs="$libobjs $pic_object"
##############################################
trickle-1.07/ltmain.sh-1514-      -L*)
trickle-1.07/ltmain.sh:1515:	dir=`$echo "X$arg" | $Xsed -e 's/^-L//'`
trickle-1.07/ltmain.sh-1516-	# We need an absolute path.
##############################################
trickle-1.07/ltmain.sh-1519-	*)
trickle-1.07/ltmain.sh:1520:	  absdir=`cd "$dir" && pwd`
trickle-1.07/ltmain.sh-1521-	  if test -z "$absdir"; then
##############################################
trickle-1.07/ltmain.sh-1537-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*)
trickle-1.07/ltmain.sh:1538:	  testbindir=`$echo "X$dir" | $Xsed -e 's*/lib$*/bin*'`
trickle-1.07/ltmain.sh-1539-	  case :$dllsearchpath: in
##############################################
trickle-1.07/ltmain.sh-1629-	# to be aesthetically quoted because they are evaled later.
trickle-1.07/ltmain.sh:1630:	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
trickle-1.07/ltmain.sh-1631-	case $arg in
##############################################
trickle-1.07/ltmain.sh-1698-      -R*)
trickle-1.07/ltmain.sh:1699:	dir=`$echo "X$arg" | $Xsed -e 's/^-R//'`
trickle-1.07/ltmain.sh-1700-	# We need an absolute path.
##############################################
trickle-1.07/ltmain.sh-1739-      -Wc,*)
trickle-1.07/ltmain.sh:1740:	args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wc,//'`
trickle-1.07/ltmain.sh-1741-	arg=
##############################################
trickle-1.07/ltmain.sh-1753-	IFS="$save_ifs"
trickle-1.07/ltmain.sh:1754:	arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
trickle-1.07/ltmain.sh-1755-	;;
##############################################
trickle-1.07/ltmain.sh-1757-      -Wl,*)
trickle-1.07/ltmain.sh:1758:	args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'`
trickle-1.07/ltmain.sh-1759-	arg=
##############################################
trickle-1.07/ltmain.sh-1772-	IFS="$save_ifs"
trickle-1.07/ltmain.sh:1773:	arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
trickle-1.07/ltmain.sh-1774-	;;
##############################################
trickle-1.07/ltmain.sh-1794-	# to be aesthetically quoted because they are evaled later.
trickle-1.07/ltmain.sh:1795:	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
trickle-1.07/ltmain.sh-1796-	case $arg in
##############################################
trickle-1.07/ltmain.sh-1831-	  # Extract subdirectory from the argument.
trickle-1.07/ltmain.sh:1832:	  xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
trickle-1.07/ltmain.sh-1833-	  if test "X$xdir" = "X$arg"; then
##############################################
trickle-1.07/ltmain.sh-1890-	    # Extract subdirectory from the argument.
trickle-1.07/ltmain.sh:1891:	    xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
trickle-1.07/ltmain.sh-1892-	    if test "X$xdir" = "X$arg"; then
##############################################
trickle-1.07/ltmain.sh-1897-
trickle-1.07/ltmain.sh:1898:	    pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"`
trickle-1.07/ltmain.sh:1899:	    non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"`
trickle-1.07/ltmain.sh-1900-	    libobjs="$libobjs $pic_object"
##############################################
trickle-1.07/ltmain.sh-1933-	# to be aesthetically quoted because they are evaled later.
trickle-1.07/ltmain.sh:1934:	arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
trickle-1.07/ltmain.sh-1935-	case $arg in
##############################################
trickle-1.07/ltmain.sh-1963-    # calculate the name of the file, without its directory
trickle-1.07/ltmain.sh:1964:    outputname=`$echo "X$output" | $Xsed -e 's%^.*/%%'`
trickle-1.07/ltmain.sh-1965-    libobjs_save="$libobjs"
##############################################
trickle-1.07/ltmain.sh-1968-      # get the directories listed in $shlibpath_var
trickle-1.07/ltmain.sh:1969:      eval shlib_search_path=\`\$echo \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\`
trickle-1.07/ltmain.sh-1970-    else
##############################################
trickle-1.07/ltmain.sh-1975-
trickle-1.07/ltmain.sh:1976:    output_objdir=`$echo "X$output" | $Xsed -e 's%/[^/]*$%%'`
trickle-1.07/ltmain.sh-1977-    if test "X$output_objdir" = "X$output"; then
##############################################
trickle-1.07/ltmain.sh-2113-	  fi
trickle-1.07/ltmain.sh:2114:	  name=`$echo "X$deplib" | $Xsed -e 's/^-l//'`
trickle-1.07/ltmain.sh-2115-	  for searchdir in $newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path; do
##############################################
trickle-1.07/ltmain.sh-2157-		    found=no
trickle-1.07/ltmain.sh:2158:		    ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'`
trickle-1.07/ltmain.sh-2159-		    test "X$ladir" = "X$lib" && ladir="."
##############################################
trickle-1.07/ltmain.sh-2182-	    newdependency_libs="$deplib $newdependency_libs"
trickle-1.07/ltmain.sh:2183:	    newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`
trickle-1.07/ltmain.sh-2184-	    ;;
##############################################
trickle-1.07/ltmain.sh-2195-	    fi
trickle-1.07/ltmain.sh:2196:	    newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`
trickle-1.07/ltmain.sh-2197-	    ;;
##############################################
trickle-1.07/ltmain.sh-2205-	  if test "$pass" = link; then
trickle-1.07/ltmain.sh:2206:	    dir=`$echo "X$deplib" | $Xsed -e 's/^-R//'`
trickle-1.07/ltmain.sh-2207-	    # Make sure the xrpath contains only unique directories.
##############################################
trickle-1.07/ltmain.sh-2227-		set dummy $deplibs_check_method
trickle-1.07/ltmain.sh:2228:	        match_pattern_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
trickle-1.07/ltmain.sh-2229-		if eval $echo \"$deplib\" 2>/dev/null \
##############################################
trickle-1.07/ltmain.sh-2288-	else
trickle-1.07/ltmain.sh:2289:	  $echo "$modename: cannot find the library \`$lib' or unhandled argument \`$deplib'" 1>&2
trickle-1.07/ltmain.sh-2290-	  exit $EXIT_FAILURE
##############################################
trickle-1.07/ltmain.sh-2299-
trickle-1.07/ltmain.sh:2300:	ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'`
trickle-1.07/ltmain.sh-2301-	test "X$ladir" = "X$lib" && ladir="."
##############################################
trickle-1.07/ltmain.sh-2391-	*)
trickle-1.07/ltmain.sh:2392:	  abs_ladir=`cd "$ladir" && pwd`
trickle-1.07/ltmain.sh-2393-	  if test -z "$abs_ladir"; then
##############################################
trickle-1.07/ltmain.sh-2399-	esac
trickle-1.07/ltmain.sh:2400:	laname=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
trickle-1.07/ltmain.sh-2401-
##############################################
trickle-1.07/ltmain.sh-2426-	fi # $installed = yes
trickle-1.07/ltmain.sh:2427:	name=`$echo "X$laname" | $Xsed -e 's/\.la$//' -e 's/^lib//'`
trickle-1.07/ltmain.sh-2428-
##############################################
trickle-1.07/ltmain.sh-2473-	    case $deplib in
trickle-1.07/ltmain.sh:2474:	    -L*) newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`;; ### testsuite: skip nested quoting test
trickle-1.07/ltmain.sh-2475-	    esac
##############################################
trickle-1.07/ltmain.sh-2592-	    shift; shift
trickle-1.07/ltmain.sh:2593:	    libname=`eval \\$echo \"$libname_spec\"`
trickle-1.07/ltmain.sh-2594-	    # use dlname if we got it. it's perfectly good, no?
##############################################
trickle-1.07/ltmain.sh-2600-	      *cygwin* | mingw*)
trickle-1.07/ltmain.sh:2601:		major=`expr $current - $age`
trickle-1.07/ltmain.sh-2602-		versuffix="-$major"
##############################################
trickle-1.07/ltmain.sh-2611-	    soroot="$soname"
trickle-1.07/ltmain.sh:2612:	    soname=`$echo $soroot | ${SED} -e 's/^.*\///'`
trickle-1.07/ltmain.sh:2613:	    newlib="libimp-`$echo $soname | ${SED} 's/^lib//;s/\.dll$//'`.a"
trickle-1.07/ltmain.sh-2614-
##############################################
trickle-1.07/ltmain.sh-2844-	      case $libdir in
trickle-1.07/ltmain.sh:2845:	      -R*) temp_xrpath=`$echo "X$libdir" | $Xsed -e 's/^-R//'`
trickle-1.07/ltmain.sh-2846-		   case " $xrpath " in
##############################################
trickle-1.07/ltmain.sh-2876-	      *.la)
trickle-1.07/ltmain.sh:2877:		dir=`$echo "X$deplib" | $Xsed -e 's%/[^/]*$%%'`
trickle-1.07/ltmain.sh-2878-		test "X$dir" = "X$deplib" && dir="."
##############################################
trickle-1.07/ltmain.sh-2882-		*)
trickle-1.07/ltmain.sh:2883:		  absdir=`cd "$dir" && pwd`
trickle-1.07/ltmain.sh-2884-		  if test -z "$absdir"; then
##############################################
trickle-1.07/ltmain.sh-2892-		else
trickle-1.07/ltmain.sh:2893:		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
trickle-1.07/ltmain.sh-2894-		  if test -z "$libdir"; then
##############################################
trickle-1.07/ltmain.sh-2907-		  # but need to link against shared
trickle-1.07/ltmain.sh:2908:		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
trickle-1.07/ltmain.sh-2909-		  if test -n "$deplibrary_names" ; then
##############################################
trickle-1.07/ltmain.sh-2932-		  # Again, we only want to link against shared libraries
trickle-1.07/ltmain.sh:2933:		  eval tmp_libs=`$echo "X$deplib" | $Xsed -e "s,^\-l,,"`
trickle-1.07/ltmain.sh-2934-		  for tmp in $newlib_search_path ; do
##############################################
trickle-1.07/ltmain.sh-3099-      lib*)
trickle-1.07/ltmain.sh:3100:	name=`$echo "X$outputname" | $Xsed -e 's/\.la$//' -e 's/^lib//'`
trickle-1.07/ltmain.sh-3101-	eval shared_ext=\"$shrext_cmds\"
##############################################
trickle-1.07/ltmain.sh-3105-	if test "$module" = no; then
trickle-1.07/ltmain.sh:3106:	  $echo "$modename: libtool library \`$output' must begin with \`lib'" 1>&2
trickle-1.07/ltmain.sh-3107-	  $echo "$help" 1>&2
##############################################
trickle-1.07/ltmain.sh-3111-	  # Add the "lib" prefix for modules if required
trickle-1.07/ltmain.sh:3112:	  name=`$echo "X$outputname" | $Xsed -e 's/\.la$//'`
trickle-1.07/ltmain.sh-3113-	  eval shared_ext=\"$shrext_cmds\"
##############################################
trickle-1.07/ltmain.sh-3115-	else
trickle-1.07/ltmain.sh:3116:	  libname=`$echo "X$outputname" | $Xsed -e 's/\.la$//'`
trickle-1.07/ltmain.sh-3117-	fi
##############################################
trickle-1.07/ltmain.sh-3192-	  darwin|linux|osf|windows)
trickle-1.07/ltmain.sh:3193:	    current=`expr $number_major + $number_minor`
trickle-1.07/ltmain.sh-3194-	    age="$number_minor"
##############################################
trickle-1.07/ltmain.sh-3202-	  irix|nonstopux)
trickle-1.07/ltmain.sh:3203:	    current=`expr $number_major + $number_minor - 1`
trickle-1.07/ltmain.sh-3204-	    age="$number_minor"
##############################################
trickle-1.07/ltmain.sh-3249-	if test "$age" -gt "$current"; then
trickle-1.07/ltmain.sh:3250:	  $echo "$modename: AGE \`$age' is greater than the current interface number \`$current'" 1>&2
trickle-1.07/ltmain.sh-3251-	  $echo "$modename: \`$vinfo' is not valid version information" 1>&2
##############################################
trickle-1.07/ltmain.sh-3264-	  # verstring for coding it into the library header
trickle-1.07/ltmain.sh:3265:	  major=.`expr $current - $age`
trickle-1.07/ltmain.sh-3266-	  versuffix="$major.$age.$revision"
trickle-1.07/ltmain.sh-3267-	  # Darwin ld doesn't like 0 for these options...
trickle-1.07/ltmain.sh:3268:	  minor_current=`expr $current + 1`
trickle-1.07/ltmain.sh-3269-	  verstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}$minor_current.$revision"
##############################################
trickle-1.07/ltmain.sh-3282-	irix | nonstopux)
trickle-1.07/ltmain.sh:3283:	  major=`expr $current - $age + 1`
trickle-1.07/ltmain.sh-3284-
##############################################
trickle-1.07/ltmain.sh-3293-	  while test "$loop" -ne 0; do
trickle-1.07/ltmain.sh:3294:	    iface=`expr $revision - $loop`
trickle-1.07/ltmain.sh:3295:	    loop=`expr $loop - 1`
trickle-1.07/ltmain.sh-3296-	    verstring="$verstring_prefix$major.$iface:$verstring"
##############################################
trickle-1.07/ltmain.sh-3304-	linux)
trickle-1.07/ltmain.sh:3305:	  major=.`expr $current - $age`
trickle-1.07/ltmain.sh-3306-	  versuffix="$major.$age.$revision"
##############################################
trickle-1.07/ltmain.sh-3309-	osf)
trickle-1.07/ltmain.sh:3310:	  major=.`expr $current - $age`
trickle-1.07/ltmain.sh-3311-	  versuffix=".$current.$age.$revision"
##############################################
trickle-1.07/ltmain.sh-3316-	  while test "$loop" -ne 0; do
trickle-1.07/ltmain.sh:3317:	    iface=`expr $current - $loop`
trickle-1.07/ltmain.sh:3318:	    loop=`expr $loop - 1`
trickle-1.07/ltmain.sh-3319-	    verstring="$verstring:${iface}.0"
##############################################
trickle-1.07/ltmain.sh-3333-	  # extension on DOS 8.3 filesystems.
trickle-1.07/ltmain.sh:3334:	  major=`expr $current - $age`
trickle-1.07/ltmain.sh-3335-	  versuffix="-$major"
##############################################
trickle-1.07/ltmain.sh-3388-	removelist=
trickle-1.07/ltmain.sh:3389:	tempremovelist=`$echo "$output_objdir/*"`
trickle-1.07/ltmain.sh-3390-	for p in $tempremovelist; do
##############################################
trickle-1.07/ltmain.sh-3416-	# Transform .lo files to .o files.
trickle-1.07/ltmain.sh:3417:	oldobjs="$objs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP`
trickle-1.07/ltmain.sh-3418-      fi
##############################################
trickle-1.07/ltmain.sh-3421-      for path in $notinst_path; do
trickle-1.07/ltmain.sh:3422:	lib_search_path=`$echo "$lib_search_path " | ${SED} -e "s% $path % %g"`
trickle-1.07/ltmain.sh:3423:	deplibs=`$echo "$deplibs " | ${SED} -e "s% -L$path % %g"`
trickle-1.07/ltmain.sh:3424:	dependency_libs=`$echo "$dependency_libs " | ${SED} -e "s% -L$path % %g"`
trickle-1.07/ltmain.sh-3425-      done
##############################################
trickle-1.07/ltmain.sh-3529-	    for i in $deplibs; do
trickle-1.07/ltmain.sh:3530:	      name=`expr $i : '-l\(.*\)'`
trickle-1.07/ltmain.sh-3531-	      # If $name is empty we are operating on a -L argument.
##############################################
trickle-1.07/ltmain.sh-3541-		if test -n "$i" ; then
trickle-1.07/ltmain.sh:3542:		  libname=`eval \\$echo \"$libname_spec\"`
trickle-1.07/ltmain.sh:3543:		  deplib_matches=`eval \\$echo \"$library_names_spec\"`
trickle-1.07/ltmain.sh-3544-		  set dummy $deplib_matches
trickle-1.07/ltmain.sh-3545-		  deplib_match=$2
trickle-1.07/ltmain.sh:3546:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
trickle-1.07/ltmain.sh-3547-		    newdeplibs="$newdeplibs $i"
##############################################
trickle-1.07/ltmain.sh-3566-	    for i in $deplibs; do
trickle-1.07/ltmain.sh:3567:	      name=`expr $i : '-l\(.*\)'`
trickle-1.07/ltmain.sh-3568-	      # If $name is empty we are operating on a -L argument.
##############################################
trickle-1.07/ltmain.sh-3583-		  if test -n "$i" ; then
trickle-1.07/ltmain.sh:3584:		    libname=`eval \\$echo \"$libname_spec\"`
trickle-1.07/ltmain.sh:3585:		    deplib_matches=`eval \\$echo \"$library_names_spec\"`
trickle-1.07/ltmain.sh-3586-		    set dummy $deplib_matches
trickle-1.07/ltmain.sh-3587-		    deplib_match=$2
trickle-1.07/ltmain.sh:3588:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
trickle-1.07/ltmain.sh-3589-		      newdeplibs="$newdeplibs $i"
##############################################
trickle-1.07/ltmain.sh-3616-	  set dummy $deplibs_check_method
trickle-1.07/ltmain.sh:3617:	  file_magic_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
trickle-1.07/ltmain.sh-3618-	  for a_deplib in $deplibs; do
trickle-1.07/ltmain.sh:3619:	    name=`expr $a_deplib : '-l\(.*\)'`
trickle-1.07/ltmain.sh-3620-	    # If $name is empty we are operating on a -L argument.
##############################################
trickle-1.07/ltmain.sh-3630-	      if test -n "$a_deplib" ; then
trickle-1.07/ltmain.sh:3631:		libname=`eval \\$echo \"$libname_spec\"`
trickle-1.07/ltmain.sh-3632-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
trickle-1.07/ltmain.sh:3633:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
trickle-1.07/ltmain.sh-3634-		  for potent_lib in $potential_libs; do
##############################################
trickle-1.07/ltmain.sh-3646-		      while test -h "$potlib" 2>/dev/null; do
trickle-1.07/ltmain.sh:3647:			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
trickle-1.07/ltmain.sh-3648-			case $potliblink in
trickle-1.07/ltmain.sh-3649-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
trickle-1.07/ltmain.sh:3650:			*) potlib=`$echo "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";;
trickle-1.07/ltmain.sh-3651-			esac
##############################################
trickle-1.07/ltmain.sh-3685-	  set dummy $deplibs_check_method
trickle-1.07/ltmain.sh:3686:	  match_pattern_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
trickle-1.07/ltmain.sh-3687-	  for a_deplib in $deplibs; do
trickle-1.07/ltmain.sh:3688:	    name=`expr $a_deplib : '-l\(.*\)'`
trickle-1.07/ltmain.sh-3689-	    # If $name is empty we are operating on a -L argument.
##############################################
trickle-1.07/ltmain.sh-3699-	      if test -n "$a_deplib" ; then
trickle-1.07/ltmain.sh:3700:		libname=`eval \\$echo \"$libname_spec\"`
trickle-1.07/ltmain.sh-3701-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
trickle-1.07/ltmain.sh:3702:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
trickle-1.07/ltmain.sh-3703-		  for potent_lib in $potential_libs; do
##############################################
trickle-1.07/ltmain.sh-3742-	      # can't use Xsed below, because $i might contain '/'
trickle-1.07/ltmain.sh:3743:	      tmp_deplibs=`$echo "X $tmp_deplibs" | ${SED} -e "1s,^X,," -e "s,$i,,"`
trickle-1.07/ltmain.sh-3744-	    done
##############################################
trickle-1.07/ltmain.sh-3767-	  # On Rhapsody replace the C library is the System framework
trickle-1.07/ltmain.sh:3768:	  newdeplibs=`$echo "X $newdeplibs" | $Xsed -e 's/ -lc / -framework System /'`
trickle-1.07/ltmain.sh-3769-	  ;;
##############################################
trickle-1.07/ltmain.sh-3936-	# Use standard objects if they are pic
trickle-1.07/ltmain.sh:3937:	test -z "$pic_flag" && libobjs=`$echo "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
trickle-1.07/ltmain.sh-3938-
##############################################
trickle-1.07/ltmain.sh-3949-	      eval cmd=\"$cmd\"
trickle-1.07/ltmain.sh:3950:	      if len=`expr "X$cmd" : ".*"` &&
trickle-1.07/ltmain.sh-3951-	       test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
##############################################
trickle-1.07/ltmain.sh-4031-	if test "X$skipped_export" != "X:" &&
trickle-1.07/ltmain.sh:4032:	   len=`expr "X$test_cmds" : ".*" 2>/dev/null` &&
trickle-1.07/ltmain.sh-4033-	   test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
##############################################
trickle-1.07/ltmain.sh-4050-	  save_output=$output
trickle-1.07/ltmain.sh:4051:	  output_la=`$echo "X$output" | $Xsed -e "$basename"`
trickle-1.07/ltmain.sh-4052-
##############################################
trickle-1.07/ltmain.sh-4066-	    if test "X$objlist" = X ||
trickle-1.07/ltmain.sh:4067:	       { len=`expr "X$test_cmds" : ".*" 2>/dev/null` &&
trickle-1.07/ltmain.sh-4068-		 test "$len" -le "$max_cmd_len"; }; then
##############################################
trickle-1.07/ltmain.sh-4081-	      last_robj=$output_objdir/$output_la-${k}.$objext
trickle-1.07/ltmain.sh:4082:	      k=`expr $k + 1`
trickle-1.07/ltmain.sh-4083-	      output=$output_objdir/$output_la-${k}.$objext
##############################################
trickle-1.07/ltmain.sh-4107-	  do
trickle-1.07/ltmain.sh:4108:	    i=`expr $i + 1`
trickle-1.07/ltmain.sh-4109-	    delfiles="$delfiles $output_objdir/$output_la-${i}.$objext"
##############################################
trickle-1.07/ltmain.sh-4231-	libobj="$output"
trickle-1.07/ltmain.sh:4232:	obj=`$echo "X$output" | $Xsed -e "$lo2o"`
trickle-1.07/ltmain.sh-4233-	;;
##############################################
trickle-1.07/ltmain.sh-4265-      # Create the old-style object.
trickle-1.07/ltmain.sh:4266:      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
trickle-1.07/ltmain.sh-4267-
##############################################
trickle-1.07/ltmain.sh-4326-      case $host in
trickle-1.07/ltmain.sh:4327:	*cygwin*) output=`$echo $output | ${SED} -e 's,.exe$,,;s,$,.exe,'` ;;
trickle-1.07/ltmain.sh-4328-      esac
##############################################
trickle-1.07/ltmain.sh-4346-	# On Rhapsody replace the C library is the System framework
trickle-1.07/ltmain.sh:4347:	compile_deplibs=`$echo "X $compile_deplibs" | $Xsed -e 's/ -lc / -framework System /'`
trickle-1.07/ltmain.sh:4348:	finalize_deplibs=`$echo "X $finalize_deplibs" | $Xsed -e 's/ -lc / -framework System /'`
trickle-1.07/ltmain.sh-4349-	;;
##############################################
trickle-1.07/ltmain.sh-4434-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*)
trickle-1.07/ltmain.sh:4435:	  testbindir=`$echo "X$libdir" | $Xsed -e 's*/lib$*/bin*'`
trickle-1.07/ltmain.sh-4436-	  case :$dllsearchpath: in
##############################################
trickle-1.07/ltmain.sh-4492-	# Transform all the library objects into standard objects.
trickle-1.07/ltmain.sh:4493:	compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
trickle-1.07/ltmain.sh:4494:	finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
trickle-1.07/ltmain.sh-4495-      fi
##############################################
trickle-1.07/ltmain.sh-4538-	    # Add our own program objects to the symbol list.
trickle-1.07/ltmain.sh:4539:	    progfiles=`$echo "X$objs$old_deplibs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
trickle-1.07/ltmain.sh-4540-	    for arg in $progfiles; do
##############################################
trickle-1.07/ltmain.sh-4580-	    $show "extracting global C symbols from \`$arg'"
trickle-1.07/ltmain.sh:4581:	    name=`$echo "$arg" | ${SED} -e 's%^.*/%%'`
trickle-1.07/ltmain.sh-4582-	    $run eval '$echo ": $name " >> "$nlist"'
##############################################
trickle-1.07/ltmain.sh-4702-            if test -f "$output_objdir/${outputname}.def" ; then
trickle-1.07/ltmain.sh:4703:              compile_command=`$echo "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}.def $output_objdir/${outputname}S.${objext}%"`
trickle-1.07/ltmain.sh:4704:              finalize_command=`$echo "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}.def $output_objdir/${outputname}S.${objext}%"`
trickle-1.07/ltmain.sh-4705-            else
trickle-1.07/ltmain.sh:4706:              compile_command=`$echo "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"`
trickle-1.07/ltmain.sh:4707:              finalize_command=`$echo "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"`
trickle-1.07/ltmain.sh-4708-             fi
##############################################
trickle-1.07/ltmain.sh-4710-          * )
trickle-1.07/ltmain.sh:4711:            compile_command=`$echo "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"`
trickle-1.07/ltmain.sh:4712:            finalize_command=`$echo "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"`
trickle-1.07/ltmain.sh-4713-            ;;
##############################################
trickle-1.07/ltmain.sh-4726-	# Nullify the symbol file.
trickle-1.07/ltmain.sh:4727:	compile_command=`$echo "X$compile_command" | $Xsed -e "s% @SYMFILE@%%"`
trickle-1.07/ltmain.sh:4728:	finalize_command=`$echo "X$finalize_command" | $Xsed -e "s% @SYMFILE@%%"`
trickle-1.07/ltmain.sh-4729-      fi
##############################################
trickle-1.07/ltmain.sh-4732-	# Replace the output file specification.
trickle-1.07/ltmain.sh:4733:	compile_command=`$echo "X$compile_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
trickle-1.07/ltmain.sh-4734-	link_command="$compile_command$compile_rpath"
##############################################
trickle-1.07/ltmain.sh-4799-	# Replace the output file specification.
trickle-1.07/ltmain.sh:4800:	link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
trickle-1.07/ltmain.sh-4801-	# Delete the old output file.
##############################################
trickle-1.07/ltmain.sh-4819-	  if test "$fast_install" = yes; then
trickle-1.07/ltmain.sh:4820:	    relink_command=`$echo "X$compile_var$compile_command$compile_rpath" | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g'`
trickle-1.07/ltmain.sh-4821-	  else
##############################################
trickle-1.07/ltmain.sh-4831-      # Replace the output file specification.
trickle-1.07/ltmain.sh:4832:      link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
trickle-1.07/ltmain.sh-4833-
##############################################
trickle-1.07/ltmain.sh-4851-	  else
trickle-1.07/ltmain.sh:4852:	    var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"`
trickle-1.07/ltmain.sh-4853-	    relink_command="$var=\"$var_value\"; export $var; $relink_command"
##############################################
trickle-1.07/ltmain.sh-4856-	relink_command="(cd `pwd`; $relink_command)"
trickle-1.07/ltmain.sh:4857:	relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"`
trickle-1.07/ltmain.sh-4858-      fi
##############################################
trickle-1.07/ltmain.sh-4865-	esac
trickle-1.07/ltmain.sh:4866:	qecho=`$echo "X$qecho" | $Xsed -e "$sed_quote_subst"`
trickle-1.07/ltmain.sh-4867-      else
trickle-1.07/ltmain.sh:4868:	qecho=`$echo "X$echo" | $Xsed -e "$sed_quote_subst"`
trickle-1.07/ltmain.sh-4869-      fi
##############################################
trickle-1.07/ltmain.sh-4875-	case $output in
trickle-1.07/ltmain.sh:4876:	  *.exe) output=`$echo $output|${SED} 's,.exe$,,'` ;;
trickle-1.07/ltmain.sh-4877-	esac
##############################################
trickle-1.07/ltmain.sh-4881-	    exeext=.exe
trickle-1.07/ltmain.sh:4882:	    outputname=`$echo $outputname|${SED} 's,.exe$,,'` ;;
trickle-1.07/ltmain.sh-4883-	  *) exeext= ;;
##############################################
trickle-1.07/ltmain.sh-4886-	  *cygwin* | *mingw* )
trickle-1.07/ltmain.sh:4887:            output_name=`basename $output`
trickle-1.07/ltmain.sh:4888:            output_path=`dirname $output`
trickle-1.07/ltmain.sh-4889-            cwrappersource="$output_path/$objdir/lt-$output_name.c"
##############################################
trickle-1.07/ltmain.sh-5282-      shift
trickle-1.07/ltmain.sh:5283:    elif test \"X\`(\$echo '\t') 2>/dev/null\`\" = 'X\t'; then
trickle-1.07/ltmain.sh-5284-      # Yippee, \$echo works!
##############################################
trickle-1.07/ltmain.sh-5294-  # Find the directory that this script lives in.
trickle-1.07/ltmain.sh:5295:  thisdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*$%%'\`
trickle-1.07/ltmain.sh-5296-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
trickle-1.07/ltmain.sh-5298-  # Follow symbolic links until we get to the real thisdir.
trickle-1.07/ltmain.sh:5299:  file=\`ls -ld \"\$file\" | ${SED} -n 's/.*-> //p'\`
trickle-1.07/ltmain.sh-5300-  while test -n \"\$file\"; do
trickle-1.07/ltmain.sh:5301:    destdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\`
trickle-1.07/ltmain.sh-5302-
##############################################
trickle-1.07/ltmain.sh-5310-
trickle-1.07/ltmain.sh:5311:    file=\`\$echo \"X\$file\" | \$Xsed -e 's%^.*/%%'\`
trickle-1.07/ltmain.sh:5312:    file=\`ls -ld \"\$thisdir/\$file\" | ${SED} -n 's/.*-> //p'\`
trickle-1.07/ltmain.sh-5313-  done
##############################################
trickle-1.07/ltmain.sh-5315-  # Try to get the absolute directory name.
trickle-1.07/ltmain.sh:5316:  absdir=\`cd \"\$thisdir\" && pwd\`
trickle-1.07/ltmain.sh-5317-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
trickle-1.07/ltmain.sh-5325-  if test ! -f \"\$progdir/\$program\" || \\
trickle-1.07/ltmain.sh:5326:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
trickle-1.07/ltmain.sh-5327-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
trickle-1.07/ltmain.sh-5340-    if test -n \"\$relink_command\"; then
trickle-1.07/ltmain.sh:5341:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
trickle-1.07/ltmain.sh-5342-      else
##############################################
trickle-1.07/ltmain.sh-5372-    # The second colon is a workaround for a bug in BeOS R4 sed
trickle-1.07/ltmain.sh:5373:    $shlibpath_var=\`\$echo \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\`
trickle-1.07/ltmain.sh-5374-
##############################################
trickle-1.07/ltmain.sh-5485-	  do
trickle-1.07/ltmain.sh:5486:	    objbase=`$echo "X$obj" | $Xsed -e 's%^.*/%%'`
trickle-1.07/ltmain.sh-5487-	    case " $oldobjs " in
##############################################
trickle-1.07/ltmain.sh-5493-		newobj=lt$counter-$objbase
trickle-1.07/ltmain.sh:5494:		counter=`expr $counter + 1`
trickle-1.07/ltmain.sh-5495-		case " $oldobjs " in
##############################################
trickle-1.07/ltmain.sh-5511-
trickle-1.07/ltmain.sh:5512:	if len=`expr "X$cmds" : ".*"` &&
trickle-1.07/ltmain.sh-5513-	     test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
##############################################
trickle-1.07/ltmain.sh-5533-	    eval test_cmds=\"$old_archive_cmds\"
trickle-1.07/ltmain.sh:5534:	    if len=`expr "X$test_cmds" : ".*" 2>/dev/null` &&
trickle-1.07/ltmain.sh-5535-	       test "$len" -le "$max_cmd_len"; then
##############################################
trickle-1.07/ltmain.sh-5585-	else
trickle-1.07/ltmain.sh:5586:	  var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"`
trickle-1.07/ltmain.sh-5587-	  relink_command="$var=\"$var_value\"; export $var; $relink_command"
##############################################
trickle-1.07/ltmain.sh-5591-      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
trickle-1.07/ltmain.sh:5592:      relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"`
trickle-1.07/ltmain.sh-5593-      if test "$hardcode_automatic" = yes ; then
##############################################
trickle-1.07/ltmain.sh-5610-	      *.la)
trickle-1.07/ltmain.sh:5611:		name=`$echo "X$deplib" | $Xsed -e 's%^.*/%%'`
trickle-1.07/ltmain.sh:5612:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
trickle-1.07/ltmain.sh-5613-		if test -z "$libdir"; then
##############################################
trickle-1.07/ltmain.sh-5624-	    for lib in $dlfiles; do
trickle-1.07/ltmain.sh:5625:	      name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
trickle-1.07/ltmain.sh:5626:	      eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
trickle-1.07/ltmain.sh-5627-	      if test -z "$libdir"; then
##############################################
trickle-1.07/ltmain.sh-5635-	    for lib in $dlprefiles; do
trickle-1.07/ltmain.sh:5636:	      name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
trickle-1.07/ltmain.sh:5637:	      eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
trickle-1.07/ltmain.sh-5638-	      if test -z "$libdir"; then
##############################################
trickle-1.07/ltmain.sh-5732-      # Aesthetically quote it.
trickle-1.07/ltmain.sh:5733:      arg=`$echo "X$nonopt" | $Xsed -e "$sed_quote_subst"`
trickle-1.07/ltmain.sh-5734-      case $arg in
##############################################
trickle-1.07/ltmain.sh-5748-    # Aesthetically quote it.
trickle-1.07/ltmain.sh:5749:    arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
trickle-1.07/ltmain.sh-5750-    case $arg in
##############################################
trickle-1.07/ltmain.sh-5799-      # Aesthetically quote the argument.
trickle-1.07/ltmain.sh:5800:      arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
trickle-1.07/ltmain.sh-5801-      case $arg in
##############################################
trickle-1.07/ltmain.sh-5831-    # Strip any trailing slash from the destination.
trickle-1.07/ltmain.sh:5832:    dest=`$echo "X$dest" | $Xsed -e 's%/$%%'`
trickle-1.07/ltmain.sh-5833-
##############################################
trickle-1.07/ltmain.sh-5839-    else
trickle-1.07/ltmain.sh:5840:      destdir=`$echo "X$dest" | $Xsed -e 's%/[^/]*$%%'`
trickle-1.07/ltmain.sh-5841-      test "X$destdir" = "X$dest" && destdir=.
trickle-1.07/ltmain.sh:5842:      destname=`$echo "X$dest" | $Xsed -e 's%^.*/%%'`
trickle-1.07/ltmain.sh-5843-
##############################################
trickle-1.07/ltmain.sh-5915-
trickle-1.07/ltmain.sh:5916:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`/
trickle-1.07/ltmain.sh-5917-	test "X$dir" = "X$file/" && dir=
##############################################
trickle-1.07/ltmain.sh-5921-	  # Determine the prefix the user has applied to our future dir.
trickle-1.07/ltmain.sh:5922:	  inst_prefix_dir=`$echo "$destdir" | $SED "s%$libdir\$%%"`
trickle-1.07/ltmain.sh-5923-
##############################################
trickle-1.07/ltmain.sh-5936-	    # Stick the inst_prefix_dir data into the link command.
trickle-1.07/ltmain.sh:5937:	    relink_command=`$echo "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
trickle-1.07/ltmain.sh-5938-	  else
trickle-1.07/ltmain.sh:5939:	    relink_command=`$echo "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
trickle-1.07/ltmain.sh-5940-	  fi
##############################################
trickle-1.07/ltmain.sh-6005-	# Install the pseudo-library for information purposes.
trickle-1.07/ltmain.sh:6006:	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
trickle-1.07/ltmain.sh-6007-	instname="$dir/$name"i
##############################################
trickle-1.07/ltmain.sh-6021-	else
trickle-1.07/ltmain.sh:6022:	  destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
trickle-1.07/ltmain.sh-6023-	  destfile="$destdir/$destfile"
##############################################
trickle-1.07/ltmain.sh-6028-	*.lo)
trickle-1.07/ltmain.sh:6029:	  staticdest=`$echo "X$destfile" | $Xsed -e "$lo2o"`
trickle-1.07/ltmain.sh-6030-	  ;;
##############################################
trickle-1.07/ltmain.sh-6050-	  # Deduce the name of the old-style object file.
trickle-1.07/ltmain.sh:6051:	  staticobj=`$echo "X$file" | $Xsed -e "$lo2o"`
trickle-1.07/ltmain.sh-6052-
##############################################
trickle-1.07/ltmain.sh-6063-	else
trickle-1.07/ltmain.sh:6064:	  destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
trickle-1.07/ltmain.sh-6065-	  destfile="$destdir/$destfile"
##############################################
trickle-1.07/ltmain.sh-6074-	    if test ! -f "$file"; then
trickle-1.07/ltmain.sh:6075:	      file=`$echo $file|${SED} 's,.exe$,,'`
trickle-1.07/ltmain.sh-6076-	      stripped_ext=".exe"
##############################################
trickle-1.07/ltmain.sh-6083-	*cygwin*|*mingw*)
trickle-1.07/ltmain.sh:6084:	    wrapper=`$echo $file | ${SED} -e 's,.exe$,,'`
trickle-1.07/ltmain.sh-6085-	    ;;
##############################################
trickle-1.07/ltmain.sh-6121-	    fi
trickle-1.07/ltmain.sh:6122:	    libfile="$libdir/"`$echo "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test
trickle-1.07/ltmain.sh-6123-	    if test -n "$libdir" && test ! -f "$libfile"; then
trickle-1.07/ltmain.sh:6124:	      $echo "$modename: warning: \`$lib' has not been installed in \`$libdir'" 1>&2
trickle-1.07/ltmain.sh-6125-	      finalize=no
##############################################
trickle-1.07/ltmain.sh-6144-	      tmpdir=`func_mktempdir`
trickle-1.07/ltmain.sh:6145:	      file=`$echo "X$file$stripped_ext" | $Xsed -e 's%^.*/%%'`
trickle-1.07/ltmain.sh-6146-	      outputname="$tmpdir/$file"
trickle-1.07/ltmain.sh-6147-	      # Replace the output file specification.
trickle-1.07/ltmain.sh:6148:	      relink_command=`$echo "X$relink_command" | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g'`
trickle-1.07/ltmain.sh-6149-
##############################################
trickle-1.07/ltmain.sh-6162-	    # Install the binary that we compiled earlier.
trickle-1.07/ltmain.sh:6163:	    file=`$echo "X$file$stripped_ext" | $Xsed -e "s%\([^/]*\)$%$objdir/\1%"`
trickle-1.07/ltmain.sh-6164-	  fi
##############################################
trickle-1.07/ltmain.sh-6178-	  *:*.exe)
trickle-1.07/ltmain.sh:6179:	    destfile=`$echo $destfile | ${SED} -e 's,.exe$,,'`
trickle-1.07/ltmain.sh-6180-	    ;;
##############################################
trickle-1.07/ltmain.sh-6191-    for file in $staticlibs; do
trickle-1.07/ltmain.sh:6192:      name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
trickle-1.07/ltmain.sh-6193-
##############################################
trickle-1.07/ltmain.sh-6348-	  # Warn if it was a shared library.
trickle-1.07/ltmain.sh:6349:	  test -n "$library_names" && $echo "$modename: warning: \`$file' was not linked with \`-export-dynamic'"
trickle-1.07/ltmain.sh-6350-	  continue
##############################################
trickle-1.07/ltmain.sh-6352-
trickle-1.07/ltmain.sh:6353:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
trickle-1.07/ltmain.sh-6354-	test "X$dir" = "X$file" && dir=.
##############################################
trickle-1.07/ltmain.sh-6358-	else
trickle-1.07/ltmain.sh:6359:	  $echo "$modename: cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" 1>&2
trickle-1.07/ltmain.sh-6360-	  exit $EXIT_FAILURE
##############################################
trickle-1.07/ltmain.sh-6365-	# Just add the directory containing the .lo file.
trickle-1.07/ltmain.sh:6366:	dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
trickle-1.07/ltmain.sh-6367-	test "X$dir" = "X$file" && dir=.
##############################################
trickle-1.07/ltmain.sh-6376-      # Get the absolute pathname.
trickle-1.07/ltmain.sh:6377:      absdir=`cd "$dir" && pwd`
trickle-1.07/ltmain.sh-6378-      test -n "$absdir" && dir="$absdir"
##############################################
trickle-1.07/ltmain.sh-6412-      # Quote arguments (to preserve shell metacharacters).
trickle-1.07/ltmain.sh:6413:      file=`$echo "X$file" | $Xsed -e "$sed_quote_subst"`
trickle-1.07/ltmain.sh-6414-      args="$args \"$file\""
##############################################
trickle-1.07/ltmain.sh-6474-    for file in $files; do
trickle-1.07/ltmain.sh:6475:      dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
trickle-1.07/ltmain.sh-6476-      if test "X$dir" = "X$file"; then
##############################################
trickle-1.07/ltmain.sh-6481-      fi
trickle-1.07/ltmain.sh:6482:      name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
trickle-1.07/ltmain.sh-6483-      test "$mode" = uninstall && objdir="$dir"
##############################################
trickle-1.07/ltmain.sh-6591-	  *.exe)
trickle-1.07/ltmain.sh:6592:	    file=`$echo $file|${SED} 's,.exe$,,'`
trickle-1.07/ltmain.sh:6593:	    noexename=`$echo $name|${SED} 's,.exe$,,'`
trickle-1.07/ltmain.sh-6594-	    # $file with .exe has already been added to rmfiles,
##############################################
trickle-1.07/trickle-overload.c-172-
trickle-1.07/trickle-overload.c:173:#define GETADDR(x) do {							\
trickle-1.07/trickle-overload.c-174-	if ((libc_##x = dlsym(dh, UNDERSCORE #x)) == NULL)		\
##############################################
trickle-1.07/trickle-overload.c-199-
trickle-1.07/trickle-overload.c:200:	GETADDR(write);
trickle-1.07/trickle-overload.c-201-
trickle-1.07/trickle-overload.c:202:	GETADDR(socket);
trickle-1.07/trickle-overload.c:203:/*	GETADDR(setsockopt); */
trickle-1.07/trickle-overload.c:204:	GETADDR(close);
trickle-1.07/trickle-overload.c-205-
trickle-1.07/trickle-overload.c:206:	GETADDR(read);
trickle-1.07/trickle-overload.c:207:	GETADDR(readv);
trickle-1.07/trickle-overload.c-208-#ifndef __FreeBSD__
trickle-1.07/trickle-overload.c:209:	GETADDR(recv);
trickle-1.07/trickle-overload.c-210-#endif /* !__FreeBSD__ */
trickle-1.07/trickle-overload.c:211:	GETADDR(recvfrom);
trickle-1.07/trickle-overload.c-212-
trickle-1.07/trickle-overload.c:213:	GETADDR(writev);
trickle-1.07/trickle-overload.c-214-#ifndef __FreeBSD__
trickle-1.07/trickle-overload.c:215:	GETADDR(send);
trickle-1.07/trickle-overload.c-216-#endif /* !__FreeBSD__ */
trickle-1.07/trickle-overload.c:217:	GETADDR(sendto);
trickle-1.07/trickle-overload.c-218-
trickle-1.07/trickle-overload.c:219:	GETADDR(select);
trickle-1.07/trickle-overload.c:220://	GETADDR(poll);
trickle-1.07/trickle-overload.c-221-
trickle-1.07/trickle-overload.c:222:	GETADDR(dup);
trickle-1.07/trickle-overload.c:223:	GETADDR(dup2);
trickle-1.07/trickle-overload.c-224-
trickle-1.07/trickle-overload.c:225:	GETADDR(accept);
trickle-1.07/trickle-overload.c-226-
trickle-1.07/trickle-overload.c-227-#ifdef HAVE_SENDFILE
trickle-1.07/trickle-overload.c:228:	GETADDR(sendfile);
trickle-1.07/trickle-overload.c-229-#endif
trickle-1.07/trickle-overload.c-230-
trickle-1.07/trickle-overload.c:231:	GETADDR(fread);
trickle-1.07/trickle-overload.c:232:	GETADDR(fwrite);
trickle-1.07/trickle-overload.c-233-
##############################################
trickle-1.07/trickle-overload.c-237-
trickle-1.07/trickle-overload.c:238:	GETADDR(poll);
trickle-1.07/trickle-overload.c-239-