===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
aria2-1.35.0/test/AsyncNameResolverTest.cc-30-  in_addr ans4;
aria2-1.35.0/test/AsyncNameResolverTest.cc:31:  CPPUNIT_ASSERT_EQUAL((size_t)4, net::getBinAddr(&ans4, "192.168.0.1"));
aria2-1.35.0/test/AsyncNameResolverTest.cc-32-  in6_addr ans6;
aria2-1.35.0/test/AsyncNameResolverTest.cc:33:  CPPUNIT_ASSERT_EQUAL((size_t)16, net::getBinAddr(&ans6, "2001:db8::2:1"));
aria2-1.35.0/test/AsyncNameResolverTest.cc-34-
##############################################
aria2-1.35.0/test/DNSCacheTest.cc-29-  void testMarkBad();
aria2-1.35.0/test/DNSCacheTest.cc:30:  void testPutBadAddr();
aria2-1.35.0/test/DNSCacheTest.cc-31-  void testRemove();
##############################################
aria2-1.35.0/test/DNSCacheTest.cc-50-
aria2-1.35.0/test/DNSCacheTest.cc:51:void DNSCacheTest::testPutBadAddr()
aria2-1.35.0/test/DNSCacheTest.cc-52-{
##############################################
aria2-1.35.0/test/HttpRequestTest.cc-63-  void testCreateRequest_head();
aria2-1.35.0/test/HttpRequestTest.cc:64:  void testCreateRequest_ipv6LiteralAddr();
aria2-1.35.0/test/HttpRequestTest.cc-65-  void testCreateRequest_endOffsetOverride();
##############################################
aria2-1.35.0/test/HttpRequestTest.cc-896-
aria2-1.35.0/test/HttpRequestTest.cc:897:void HttpRequestTest::testCreateRequest_ipv6LiteralAddr()
aria2-1.35.0/test/HttpRequestTest.cc-898-{
##############################################
aria2-1.35.0/test/SocketCoreTest.cc-31-  void testInetPton();
aria2-1.35.0/test/SocketCoreTest.cc:32:  void testGetBinAddr();
aria2-1.35.0/test/SocketCoreTest.cc-33-  void testVerifyHostname();
##############################################
aria2-1.35.0/test/SocketCoreTest.cc-124-    in_addr ans;
aria2-1.35.0/test/SocketCoreTest.cc:125:    CPPUNIT_ASSERT_EQUAL((size_t)4, net::getBinAddr(&ans, ipaddr));
aria2-1.35.0/test/SocketCoreTest.cc-126-    in_addr dest;
##############################################
aria2-1.35.0/test/SocketCoreTest.cc-132-    in6_addr ans;
aria2-1.35.0/test/SocketCoreTest.cc:133:    CPPUNIT_ASSERT_EQUAL((size_t)16, net::getBinAddr(&ans, ipaddr));
aria2-1.35.0/test/SocketCoreTest.cc-134-    in6_addr dest;
##############################################
aria2-1.35.0/test/SocketCoreTest.cc-142-
aria2-1.35.0/test/SocketCoreTest.cc:143:void SocketCoreTest::testGetBinAddr()
aria2-1.35.0/test/SocketCoreTest.cc-144-{
##############################################
aria2-1.35.0/test/SocketCoreTest.cc-146-  unsigned char ans1[] = {192, 168, 0, 1};
aria2-1.35.0/test/SocketCoreTest.cc:147:  CPPUNIT_ASSERT_EQUAL((size_t)4, net::getBinAddr(dest, "192.168.0.1"));
aria2-1.35.0/test/SocketCoreTest.cc-148-  CPPUNIT_ASSERT(std::equal(&dest[0], &dest[4], &ans1[0]));
##############################################
aria2-1.35.0/test/SocketCoreTest.cc-152-                          0x00u, 0x02u, 0x00u, 0x01u};
aria2-1.35.0/test/SocketCoreTest.cc:153:  CPPUNIT_ASSERT_EQUAL((size_t)16, net::getBinAddr(dest, "2001:db8::2:1"));
aria2-1.35.0/test/SocketCoreTest.cc-154-  CPPUNIT_ASSERT(std::equal(&dest[0], &dest[16], &ans2[0]));
aria2-1.35.0/test/SocketCoreTest.cc-155-
aria2-1.35.0/test/SocketCoreTest.cc:156:  CPPUNIT_ASSERT_EQUAL((size_t)0, net::getBinAddr(dest, "localhost"));
aria2-1.35.0/test/SocketCoreTest.cc-157-}
##############################################
aria2-1.35.0/test/SocketCoreTest.cc-212-    size_t len;
aria2-1.35.0/test/SocketCoreTest.cc:213:    len = net::getBinAddr(binAddr, "192.168.0.1");
aria2-1.35.0/test/SocketCoreTest.cc-214-    ipAddrs.push_back(std::string(binAddr, binAddr + len));
##############################################
aria2-1.35.0/test/SocketCoreTest.cc-223-    size_t len;
aria2-1.35.0/test/SocketCoreTest.cc:224:    len = net::getBinAddr(binAddr, "::1");
aria2-1.35.0/test/SocketCoreTest.cc-225-    ipAddrs.push_back(std::string(binAddr, binAddr + len));
##############################################
aria2-1.35.0/test/SocketCoreTest.cc-233-    size_t len;
aria2-1.35.0/test/SocketCoreTest.cc:234:    len = net::getBinAddr(binAddr, "192.168.0.2");
aria2-1.35.0/test/SocketCoreTest.cc-235-    ipAddrs.push_back(std::string(binAddr, binAddr + len));
##############################################
aria2-1.35.0/test/Makefile.in-49-  { \
aria2-1.35.0/test/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aria2-1.35.0/test/Makefile.in-51-  }; \
##############################################
aria2-1.35.0/test/Makefile.in-745-}
aria2-1.35.0/test/Makefile.in:746:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
aria2-1.35.0/test/Makefile.in-747-am__vpath_adj = case $$p in \
aria2-1.35.0/test/Makefile.in:748:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
aria2-1.35.0/test/Makefile.in-749-    *) f=$$p;; \
aria2-1.35.0/test/Makefile.in-750-  esac;
aria2-1.35.0/test/Makefile.in:751:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
aria2-1.35.0/test/Makefile.in-752-am__install_max = 40
aria2-1.35.0/test/Makefile.in-753-am__nobase_strip_setup = \
aria2-1.35.0/test/Makefile.in:754:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
aria2-1.35.0/test/Makefile.in-755-am__nobase_strip = \
##############################################
aria2-1.35.0/test/Makefile.in-873-case "$@" in						\
aria2-1.35.0/test/Makefile.in:874:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
aria2-1.35.0/test/Makefile.in-875-    *) am__odir=.;; 					\
##############################################
aria2-1.35.0/test/Makefile.in-903-  bases='$(TEST_LOGS)'; \
aria2-1.35.0/test/Makefile.in:904:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
aria2-1.35.0/test/Makefile.in:905:  bases=`echo $$bases`
aria2-1.35.0/test/Makefile.in-906-RECHECK_LOGS = $(TEST_LOGS)
##############################################
aria2-1.35.0/test/Makefile.in-916-        */*) b='$*';; \
aria2-1.35.0/test/Makefile.in:917:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
aria2-1.35.0/test/Makefile.in-918-       esac;; \
##############################################
aria2-1.35.0/test/Makefile.in-1303-	test -n "$(EXEEXT)" || exit 0; \
aria2-1.35.0/test/Makefile.in:1304:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
aria2-1.35.0/test/Makefile.in-1305-	echo " rm -f" $$list; \
##############################################
aria2-1.35.0/test/Makefile.in-1513-.cc.o:
aria2-1.35.0/test/Makefile.in:1514:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
aria2-1.35.0/test/Makefile.in-1515-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
aria2-1.35.0/test/Makefile.in-1521-.cc.obj:
aria2-1.35.0/test/Makefile.in:1522:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
aria2-1.35.0/test/Makefile.in:1523:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
aria2-1.35.0/test/Makefile.in-1524-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
aria2-1.35.0/test/Makefile.in-1526-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
aria2-1.35.0/test/Makefile.in:1527:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
aria2-1.35.0/test/Makefile.in-1528-
aria2-1.35.0/test/Makefile.in-1529-.cc.lo:
aria2-1.35.0/test/Makefile.in:1530:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
aria2-1.35.0/test/Makefile.in-1531-@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
aria2-1.35.0/test/Makefile.in-1572-GTAGS:
aria2-1.35.0/test/Makefile.in:1573:	here=`$(am__cd) $(top_builddir) && pwd` \
aria2-1.35.0/test/Makefile.in-1574-	  && $(am__cd) $(top_srcdir) \
##############################################
aria2-1.35.0/test/Makefile.in-1615-	if test -n "$$redo_bases"; then \
aria2-1.35.0/test/Makefile.in:1616:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
aria2-1.35.0/test/Makefile.in:1617:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
aria2-1.35.0/test/Makefile.in-1618-	  if $(am__make_dryrun); then :; else \
##############################################
aria2-1.35.0/test/Makefile.in-1640-	ws='[ 	]'; \
aria2-1.35.0/test/Makefile.in:1641:	results=`for b in $$bases; do echo $$b.trs; done`; \
aria2-1.35.0/test/Makefile.in-1642-	test -n "$$results" || results=/dev/null; \
aria2-1.35.0/test/Makefile.in:1643:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
aria2-1.35.0/test/Makefile.in:1644:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
aria2-1.35.0/test/Makefile.in:1645:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
aria2-1.35.0/test/Makefile.in:1646:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
aria2-1.35.0/test/Makefile.in:1647:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
aria2-1.35.0/test/Makefile.in:1648:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
aria2-1.35.0/test/Makefile.in:1649:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
aria2-1.35.0/test/Makefile.in:1650:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
aria2-1.35.0/test/Makefile.in-1651-	  success=true; \
##############################################
aria2-1.35.0/test/Makefile.in-1719-	@set +e; $(am__set_TESTS_bases); \
aria2-1.35.0/test/Makefile.in:1720:	log_list=`for i in $$bases; do echo $$i.log; done`; \
aria2-1.35.0/test/Makefile.in:1721:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
aria2-1.35.0/test/Makefile.in:1722:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
aria2-1.35.0/test/Makefile.in-1723-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
aria2-1.35.0/test/Makefile.in-1729-	         | $(am__list_recheck_tests)` || exit 1; \
aria2-1.35.0/test/Makefile.in:1730:	log_list=`for i in $$bases; do echo $$i.log; done`; \
aria2-1.35.0/test/Makefile.in:1731:	log_list=`echo $$log_list`; \
aria2-1.35.0/test/Makefile.in-1732-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
aria2-1.35.0/test/Makefile.in-1761-distdir-am: $(DISTFILES)
aria2-1.35.0/test/Makefile.in:1762:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aria2-1.35.0/test/Makefile.in:1763:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aria2-1.35.0/test/Makefile.in-1764-	list='$(DISTFILES)'; \
##############################################
aria2-1.35.0/test/Makefile.in-1775-	  if test -d $$d/$$file; then \
aria2-1.35.0/test/Makefile.in:1776:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aria2-1.35.0/test/Makefile.in-1777-	    if test -d "$(distdir)/$$file"; then \
##############################################
aria2-1.35.0/doc/manual-src/pt/README.rst-258-Por padrão, arquivo chamado (bash_completion) ``aria2c`` é instalado no
aria2-1.35.0/doc/manual-src/pt/README.rst:259:diretório ``$prefix/share/doc/aria2/bash_completion``.  Para mudar o
aria2-1.35.0/doc/manual-src/pt/README.rst-260-diretório de instalação do arquivo utilize a opção
##############################################
aria2-1.35.0/doc/manual-src/pt/README.rst-304-  Prefixo do diretório onde as bibliotecas dependentes estão instaladas.
aria2-1.35.0/doc/manual-src/pt/README.rst:305:  Padrão para ``/usr/local/$HOST``. ``-I$PREFIX/include`` será adicionado
aria2-1.35.0/doc/manual-src/pt/README.rst:306:  às opções ``CPPFLAGS``. ``-L$PREFIX/lib`` será adicionado em 
aria2-1.35.0/doc/manual-src/pt/README.rst:307:  ``LDFLAGS``. ``$PREFIX/lib/pkgconfig`` será configurado para 
aria2-1.35.0/doc/manual-src/pt/README.rst-308-  ``PKG_CONFIG_LIBDIR``.
##############################################
aria2-1.35.0/doc/manual-src/pt/README.rst-340-* Android NDK está instalado no local definido pela variável de ambiente
aria2-1.35.0/doc/manual-src/pt/README.rst:341:  ``$ANDROID_HOME``.  Consultar seção "3/ Chamando o compilador (jeito fácil):"
aria2-1.35.0/doc/manual-src/pt/README.rst-342-  no Android NDK
##############################################
aria2-1.35.0/doc/manual-src/pt/README.rst-344-* Bibliotecas dependentes devem estar instaladas em 
aria2-1.35.0/doc/manual-src/pt/README.rst:345:  ``$ANDROID_HOME/usr/local``.
aria2-1.35.0/doc/manual-src/pt/README.rst-346-
aria2-1.35.0/doc/manual-src/pt/README.rst-347-Antes executar ``android-config`` e ``android-make``, a variável de ambiente
aria2-1.35.0/doc/manual-src/pt/README.rst:348:``$ANDOIRD_HOME`` deve apontar para o caminho correto.
aria2-1.35.0/doc/manual-src/pt/README.rst-349-
##############################################
aria2-1.35.0/doc/manual-src/pt/README.rst-500-aria2 suporte DHT. Por padrão, a tabela de roteamento	
aria2-1.35.0/doc/manual-src/pt/README.rst:501:para IPv4 DHT é salva em ``$HOME/.aria2/dht.dat`` e a tabela de
aria2-1.35.0/doc/manual-src/pt/README.rst:502:roteamento para IPv6 DHT é salva em ``$HOME/.aria2/dht6.dat``.
aria2-1.35.0/doc/manual-src/pt/README.rst-503-aria2 utiliza o mesmo número de porta para ouvir ambos
##############################################
aria2-1.35.0/doc/manual-src/pt/aria2c.rst-534-  Define usuário agente para download HTTP, HTTPS.
aria2-1.35.0/doc/manual-src/pt/aria2c.rst:535:  Padrão: ``aria2/$VERSION``, $VERSION é substituída pela versão do aria2.
aria2-1.35.0/doc/manual-src/pt/aria2c.rst-536-
##############################################
aria2-1.35.0/doc/manual-src/pt/aria2c.rst-776-  Modifica o caminho (CAMINHO) para o arquivo da tabela de roteamento DHT IPv4.
aria2-1.35.0/doc/manual-src/pt/aria2c.rst:777:  Padrão: ``$HOME/.aria2/dht.dat``
aria2-1.35.0/doc/manual-src/pt/aria2c.rst-778-
##############################################
aria2-1.35.0/doc/manual-src/pt/aria2c.rst-781-  Modifica o caminho (CAMINHO) para o arquivo da tabela de roteamento DHT IPv6.
aria2-1.35.0/doc/manual-src/pt/aria2c.rst:782:  Padrão: ``$HOME/.aria2/dht6.dat``
aria2-1.35.0/doc/manual-src/pt/aria2c.rst-783-
##############################################
aria2-1.35.0/doc/manual-src/pt/aria2c.rst-883-  randomicos serão adicionados para completar o tamanho de 20 bytes.
aria2-1.35.0/doc/manual-src/pt/aria2c.rst:884:  Padrão: ``aria2/$VERSÃO-``, $VERSÃO é a versão do pacote aria2.
aria2-1.35.0/doc/manual-src/pt/aria2c.rst-885-
##############################################
aria2-1.35.0/doc/manual-src/pt/aria2c.rst-1124-  Change the configuration file path to PATH.
aria2-1.35.0/doc/manual-src/pt/aria2c.rst:1125:  Padrão: ``$HOME/.aria2/aria2.conf``
aria2-1.35.0/doc/manual-src/pt/aria2c.rst-1126-
##############################################
aria2-1.35.0/doc/manual-src/pt/aria2c.rst-1724-
aria2-1.35.0/doc/manual-src/pt/aria2c.rst:1725:Por padrão, aria2 utiliza ``$HOME/.aria2/aria2.conf`` como arquivo de
aria2-1.35.0/doc/manual-src/pt/aria2c.rst-1726-configuração. Pode ser especificado o caminho do arquivo usando-se a opção
##############################################
aria2-1.35.0/doc/manual-src/pt/aria2c.rst-1754-
aria2-1.35.0/doc/manual-src/pt/aria2c.rst:1755:Por padrão, a tabela de rota do IPv4 DHT está em ``$HOME/.aria2/dht.dat`` e a
aria2-1.35.0/doc/manual-src/pt/aria2c.rst:1756:tabela de rota do IPv6 DHT está em ``$HOME/.aria2/dht6.dat``.
aria2-1.35.0/doc/manual-src/pt/aria2c.rst-1757-
##############################################
aria2-1.35.0/doc/manual-src/pt/Makefile.in-49-  { \
aria2-1.35.0/doc/manual-src/pt/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aria2-1.35.0/doc/manual-src/pt/Makefile.in-51-  }; \
##############################################
aria2-1.35.0/doc/manual-src/pt/Makefile.in-130-  esac
aria2-1.35.0/doc/manual-src/pt/Makefile.in:131:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
aria2-1.35.0/doc/manual-src/pt/Makefile.in-132-am__vpath_adj = case $$p in \
aria2-1.35.0/doc/manual-src/pt/Makefile.in:133:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
aria2-1.35.0/doc/manual-src/pt/Makefile.in-134-    *) f=$$p;; \
aria2-1.35.0/doc/manual-src/pt/Makefile.in-135-  esac;
aria2-1.35.0/doc/manual-src/pt/Makefile.in:136:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
aria2-1.35.0/doc/manual-src/pt/Makefile.in-137-am__install_max = 40
aria2-1.35.0/doc/manual-src/pt/Makefile.in-138-am__nobase_strip_setup = \
aria2-1.35.0/doc/manual-src/pt/Makefile.in:139:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
aria2-1.35.0/doc/manual-src/pt/Makefile.in-140-am__nobase_strip = \
##############################################
aria2-1.35.0/doc/manual-src/pt/Makefile.in-428-	test -n "$(man1dir)" \
aria2-1.35.0/doc/manual-src/pt/Makefile.in:429:	  && test -n "`echo $$list1$$list2`" \
aria2-1.35.0/doc/manual-src/pt/Makefile.in-430-	  || exit 0; \
##############################################
aria2-1.35.0/doc/manual-src/pt/Makefile.in-477-distdir-am: $(DISTFILES)
aria2-1.35.0/doc/manual-src/pt/Makefile.in:478:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aria2-1.35.0/doc/manual-src/pt/Makefile.in:479:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aria2-1.35.0/doc/manual-src/pt/Makefile.in-480-	list='$(DISTFILES)'; \
##############################################
aria2-1.35.0/doc/manual-src/pt/Makefile.in-491-	  if test -d $$d/$$file; then \
aria2-1.35.0/doc/manual-src/pt/Makefile.in:492:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aria2-1.35.0/doc/manual-src/pt/Makefile.in-493-	    if test -d "$(distdir)/$$file"; then \
##############################################
aria2-1.35.0/doc/manual-src/ru/aria2c.rst-231-   Указать путь к файлу .netrc.
aria2-1.35.0/doc/manual-src/ru/aria2c.rst:232:   По умолчанию: ``$(HOME)/.netrc``
aria2-1.35.0/doc/manual-src/ru/aria2c.rst-233-
##############################################
aria2-1.35.0/doc/manual-src/ru/aria2c.rst-585-  Задать клиентское приложение для HTTP(S)-загрузок.
aria2-1.35.0/doc/manual-src/ru/aria2c.rst:586:  По умолчанию: ``aria2/$VERSION``, $VERSION заменяется на версию пакета.
aria2-1.35.0/doc/manual-src/ru/aria2c.rst-587-
##############################################
aria2-1.35.0/doc/manual-src/ru/aria2c.rst-893-  Сменить путь к файлу таблицы маршрутизации IPv4 DHT на PATH.
aria2-1.35.0/doc/manual-src/ru/aria2c.rst:894:  По умолчанию: ``$HOME/.aria2/dht.dat`` если существует,
aria2-1.35.0/doc/manual-src/ru/aria2c.rst:895:  иначе ``$XDG_CACHE_HOME/aria2/dht.dat``.
aria2-1.35.0/doc/manual-src/ru/aria2c.rst-896-
##############################################
aria2-1.35.0/doc/manual-src/ru/aria2c.rst-899-  Сменить путь к файлу таблицы маршрутизации IPv6 DHT на PATH.
aria2-1.35.0/doc/manual-src/ru/aria2c.rst:900:  По умолчанию: ``$HOME/.aria2/dht6.dat`` если существует,
aria2-1.35.0/doc/manual-src/ru/aria2c.rst:901:  иначе ``$XDG_CACHE_HOME/aria2/dht6.dat``.
aria2-1.35.0/doc/manual-src/ru/aria2c.rst-902-
##############################################
aria2-1.35.0/doc/manual-src/ru/aria2c.rst-1007-
aria2-1.35.0/doc/manual-src/ru/aria2c.rst:1008:  По умолчанию: ``A2-$MAJOR-$MINOR-$PATCH-``, $MAJOR, $MINOR и $PATCH
aria2-1.35.0/doc/manual-src/ru/aria2c.rst-1009-  заменяется на номер версии значительный, незначительный и патч соответственно.
##############################################
aria2-1.35.0/doc/manual-src/ru/aria2c.rst-1017-
aria2-1.35.0/doc/manual-src/ru/aria2c.rst:1018:  По умолчанию: ``aria2/$MAJOR.$MINOR.$PATCH``, $MAJOR, $MINOR и $PATCH
aria2-1.35.0/doc/manual-src/ru/aria2c.rst-1019-  заменяется на номер версии значительный, незначительный и патч соответственно.
##############################################
aria2-1.35.0/doc/manual-src/ru/aria2c.rst-1313-  Сменить путь к файлу конфигурации на PATH.
aria2-1.35.0/doc/manual-src/ru/aria2c.rst:1314:  По умолчанию: ``$HOME/.aria2/aria2.conf`` если существует,
aria2-1.35.0/doc/manual-src/ru/aria2c.rst:1315:  иначе ``$XDG_CACHE_HOME/aria2/aria2.conf``.
aria2-1.35.0/doc/manual-src/ru/aria2c.rst-1316-
##############################################
aria2-1.35.0/doc/manual-src/ru/aria2c.rst-2084-
aria2-1.35.0/doc/manual-src/ru/aria2c.rst:2085:По умолчанию, aria2 проверяет наличие ``$HOME/.aria2/aria2.conf`` по
aria2-1.35.0/doc/manual-src/ru/aria2c.rst:2086:устаревшему пути, иначе анализируется ``$XDG_CONFIG_HOME/aria2/aria2.conf``
aria2-1.35.0/doc/manual-src/ru/aria2c.rst-2087-как конфигурационный файл. Вы можете указать путь к конфигурационному файлу
##############################################
aria2-1.35.0/doc/manual-src/ru/aria2c.rst-2111-
aria2-1.35.0/doc/manual-src/ru/aria2c.rst:2112:Значения перемененных окружения, таких как ``${HOME}``, подставляются
aria2-1.35.0/doc/manual-src/ru/aria2c.rst-2113-командной оболочкой. Это означает, что эти переменные, используемые в файле
##############################################
aria2-1.35.0/doc/manual-src/ru/aria2c.rst-2115-домашнего каталога пользователя в конфигурационном файле использовать
aria2-1.35.0/doc/manual-src/ru/aria2c.rst:2116:``${HOME}``, чтобы указать путь к файлам. Таким образом, aria2 подставляет
aria2-1.35.0/doc/manual-src/ru/aria2c.rst-2117-путь к домашней директории пользователя при найденной переменной
aria2-1.35.0/doc/manual-src/ru/aria2c.rst:2118:``${HOME}``, в следующих значениях параметров:
aria2-1.35.0/doc/manual-src/ru/aria2c.rst-2119-
##############################################
aria2-1.35.0/doc/manual-src/ru/aria2c.rst-2153-
aria2-1.35.0/doc/manual-src/ru/aria2c.rst:2154:Если устаревшие пути к файлам ``$HOME/.aria2/dht.dat`` и
aria2-1.35.0/doc/manual-src/ru/aria2c.rst:2155:``$HOME/.aria2/dht6.dat`` указывают на несуществующие файлы, то таблица
aria2-1.35.0/doc/manual-src/ru/aria2c.rst:2156:маршрутизации IPv4 DHT сохраняется в ``$XDG_CACHE_HOME/aria2/dht.dat``, а
aria2-1.35.0/doc/manual-src/ru/aria2c.rst-2157-таблица маршрутизации IPv6 DHT  сохраняется в
aria2-1.35.0/doc/manual-src/ru/aria2c.rst:2158:``$XDG_CACHE_HOME/aria2/dht6.dat``.
aria2-1.35.0/doc/manual-src/ru/aria2c.rst-2159-
##############################################
aria2-1.35.0/doc/manual-src/ru/aria2c.rst-2472-
aria2-1.35.0/doc/manual-src/ru/aria2c.rst:2473:Например, если секретный маркер RPC-авторизации - ``$$secret$$``, то вызов
aria2-1.35.0/doc/manual-src/ru/aria2c.rst-2474-RPC-метода `aria2.addUri` будет выглядеть следующим образом:
##############################################
aria2-1.35.0/doc/manual-src/ru/Makefile.in-49-  { \
aria2-1.35.0/doc/manual-src/ru/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aria2-1.35.0/doc/manual-src/ru/Makefile.in-51-  }; \
##############################################
aria2-1.35.0/doc/manual-src/ru/Makefile.in-130-  esac
aria2-1.35.0/doc/manual-src/ru/Makefile.in:131:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
aria2-1.35.0/doc/manual-src/ru/Makefile.in-132-am__vpath_adj = case $$p in \
aria2-1.35.0/doc/manual-src/ru/Makefile.in:133:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
aria2-1.35.0/doc/manual-src/ru/Makefile.in-134-    *) f=$$p;; \
aria2-1.35.0/doc/manual-src/ru/Makefile.in-135-  esac;
aria2-1.35.0/doc/manual-src/ru/Makefile.in:136:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
aria2-1.35.0/doc/manual-src/ru/Makefile.in-137-am__install_max = 40
aria2-1.35.0/doc/manual-src/ru/Makefile.in-138-am__nobase_strip_setup = \
aria2-1.35.0/doc/manual-src/ru/Makefile.in:139:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
aria2-1.35.0/doc/manual-src/ru/Makefile.in-140-am__nobase_strip = \
##############################################
aria2-1.35.0/doc/manual-src/ru/Makefile.in-428-	test -n "$(man1dir)" \
aria2-1.35.0/doc/manual-src/ru/Makefile.in:429:	  && test -n "`echo $$list1$$list2`" \
aria2-1.35.0/doc/manual-src/ru/Makefile.in-430-	  || exit 0; \
##############################################
aria2-1.35.0/doc/manual-src/ru/Makefile.in-477-distdir-am: $(DISTFILES)
aria2-1.35.0/doc/manual-src/ru/Makefile.in:478:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aria2-1.35.0/doc/manual-src/ru/Makefile.in:479:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aria2-1.35.0/doc/manual-src/ru/Makefile.in-480-	list='$(DISTFILES)'; \
##############################################
aria2-1.35.0/doc/manual-src/ru/Makefile.in-491-	  if test -d $$d/$$file; then \
aria2-1.35.0/doc/manual-src/ru/Makefile.in:492:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aria2-1.35.0/doc/manual-src/ru/Makefile.in-493-	    if test -d "$(distdir)/$$file"; then \
##############################################
aria2-1.35.0/doc/manual-src/en/technical-notes.rst-101-aria2 saves IPv4 DHT routing table in
aria2-1.35.0/doc/manual-src/en/technical-notes.rst:102:``${XDG_CACHE_HOME}/aria2/dht.dat`` and IPv6 DHT routing table in
aria2-1.35.0/doc/manual-src/en/technical-notes.rst:103:``${XDG_CACHE_HOME}/aria2/dht6.dat`` by default unless
aria2-1.35.0/doc/manual-src/en/technical-notes.rst:104:``${HOME}/.aria2/dht.dat`` and ``${HOME}/.aria2/dht.dat`` are present.
aria2-1.35.0/doc/manual-src/en/technical-notes.rst-105-
##############################################
aria2-1.35.0/doc/manual-src/en/aria2c.rst-218-   Specify the path to the netrc file.
aria2-1.35.0/doc/manual-src/en/aria2c.rst:219:   Default: ``$(HOME)/.netrc``
aria2-1.35.0/doc/manual-src/en/aria2c.rst-220-
##############################################
aria2-1.35.0/doc/manual-src/en/aria2c.rst-563-  Set user agent for HTTP(S) downloads.
aria2-1.35.0/doc/manual-src/en/aria2c.rst:564:  Default: ``aria2/$VERSION``, $VERSION is replaced by package version.
aria2-1.35.0/doc/manual-src/en/aria2c.rst-565-
##############################################
aria2-1.35.0/doc/manual-src/en/aria2c.rst-848-  Change the IPv4 DHT routing table file to PATH.
aria2-1.35.0/doc/manual-src/en/aria2c.rst:849:  Default: ``$HOME/.aria2/dht.dat`` if present, otherwise
aria2-1.35.0/doc/manual-src/en/aria2c.rst:850:  ``$XDG_CACHE_HOME/aria2/dht.dat``.
aria2-1.35.0/doc/manual-src/en/aria2c.rst-851-
##############################################
aria2-1.35.0/doc/manual-src/en/aria2c.rst-854-  Change the IPv6 DHT routing table file to PATH.
aria2-1.35.0/doc/manual-src/en/aria2c.rst:855:  Default: ``$HOME/.aria2/dht6.dat`` if present, otherwise
aria2-1.35.0/doc/manual-src/en/aria2c.rst:856:  ``$XDG_CACHE_HOME/aria2/dht6.dat``.
aria2-1.35.0/doc/manual-src/en/aria2c.rst-857-
##############################################
aria2-1.35.0/doc/manual-src/en/aria2c.rst-952-
aria2-1.35.0/doc/manual-src/en/aria2c.rst:953:  Default: ``A2-$MAJOR-$MINOR-$PATCH-``, $MAJOR, $MINOR and $PATCH are
aria2-1.35.0/doc/manual-src/en/aria2c.rst-954-  replaced by major, minor and patch version number respectively.  For
##############################################
aria2-1.35.0/doc/manual-src/en/aria2c.rst-961-
aria2-1.35.0/doc/manual-src/en/aria2c.rst:962:  Default: ``aria2/$MAJOR.$MINOR.$PATCH``, $MAJOR, $MINOR and $PATCH are
aria2-1.35.0/doc/manual-src/en/aria2c.rst-963-  replaced by major, minor and patch version number respectively.  For
##############################################
aria2-1.35.0/doc/manual-src/en/aria2c.rst-1241-  Change the configuration file path to PATH.
aria2-1.35.0/doc/manual-src/en/aria2c.rst:1242:  Default: ``$HOME/.aria2/aria2.conf`` if present, otherwise
aria2-1.35.0/doc/manual-src/en/aria2c.rst:1243:  ``$XDG_CONFIG_HOME/aria2/aria2.conf``.
aria2-1.35.0/doc/manual-src/en/aria2c.rst-1244-
##############################################
aria2-1.35.0/doc/manual-src/en/aria2c.rst-1976-By default, aria2 checks whether the legacy path
aria2-1.35.0/doc/manual-src/en/aria2c.rst:1977:``$HOME/.aria2/aria2.conf`` is present, otherwise it parses
aria2-1.35.0/doc/manual-src/en/aria2c.rst:1978:``$XDG_CONFIG_HOME/aria2/aria2.conf`` as its configuration file.  You
aria2-1.35.0/doc/manual-src/en/aria2c.rst-1979-can specify the path to configuration file using :option:`--conf-path`
##############################################
aria2-1.35.0/doc/manual-src/en/aria2c.rst-2002-
aria2-1.35.0/doc/manual-src/en/aria2c.rst:2003:The environment variables, such as ``${HOME}``, are expanded by shell.
aria2-1.35.0/doc/manual-src/en/aria2c.rst-2004-This means that those variables used in configuration file are not
aria2-1.35.0/doc/manual-src/en/aria2c.rst:2005:expanded.  However, it is useful to ``${HOME}`` to refer user's home
aria2-1.35.0/doc/manual-src/en/aria2c.rst-2006-directory in configuration file to specify file paths.  Therefore,
aria2-1.35.0/doc/manual-src/en/aria2c.rst:2007:aria2 expands ``${HOME}`` found in the following option values to
aria2-1.35.0/doc/manual-src/en/aria2c.rst-2008-user's home directory:
##############################################
aria2-1.35.0/doc/manual-src/en/aria2c.rst-2042-
aria2-1.35.0/doc/manual-src/en/aria2c.rst:2043:Unless the legacy file paths ``$HOME/.aria2/dht.dat`` and
aria2-1.35.0/doc/manual-src/en/aria2c.rst:2044:``$HOME/.aria2/dht6.dat`` are pointing to existing files, the routing
aria2-1.35.0/doc/manual-src/en/aria2c.rst-2045-table of IPv4 DHT is saved to the path
aria2-1.35.0/doc/manual-src/en/aria2c.rst:2046:``$XDG_CACHE_HOME/aria2/dht.dat`` and the routing table of IPv6 DHT is
aria2-1.35.0/doc/manual-src/en/aria2c.rst:2047:saved to the path ``$XDG_CACHE_HOME/aria2/dht6.dat``.
aria2-1.35.0/doc/manual-src/en/aria2c.rst-2048-
##############################################
aria2-1.35.0/doc/manual-src/en/aria2c.rst-2360-
aria2-1.35.0/doc/manual-src/en/aria2c.rst:2361:For example, if the RPC secret authorization token is ``$$secret$$``,
aria2-1.35.0/doc/manual-src/en/aria2c.rst-2362-calling `aria2.addUri` RPC method would have to look like this::
##############################################
aria2-1.35.0/doc/manual-src/en/Makefile.in-49-  { \
aria2-1.35.0/doc/manual-src/en/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aria2-1.35.0/doc/manual-src/en/Makefile.in-51-  }; \
##############################################
aria2-1.35.0/doc/manual-src/en/Makefile.in-130-  esac
aria2-1.35.0/doc/manual-src/en/Makefile.in:131:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
aria2-1.35.0/doc/manual-src/en/Makefile.in-132-am__vpath_adj = case $$p in \
aria2-1.35.0/doc/manual-src/en/Makefile.in:133:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
aria2-1.35.0/doc/manual-src/en/Makefile.in-134-    *) f=$$p;; \
aria2-1.35.0/doc/manual-src/en/Makefile.in-135-  esac;
aria2-1.35.0/doc/manual-src/en/Makefile.in:136:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
aria2-1.35.0/doc/manual-src/en/Makefile.in-137-am__install_max = 40
aria2-1.35.0/doc/manual-src/en/Makefile.in-138-am__nobase_strip_setup = \
aria2-1.35.0/doc/manual-src/en/Makefile.in:139:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
aria2-1.35.0/doc/manual-src/en/Makefile.in-140-am__nobase_strip = \
##############################################
aria2-1.35.0/doc/manual-src/en/Makefile.in-430-	test -n "$(man1dir)" \
aria2-1.35.0/doc/manual-src/en/Makefile.in:431:	  && test -n "`echo $$list1$$list2`" \
aria2-1.35.0/doc/manual-src/en/Makefile.in-432-	  || exit 0; \
##############################################
aria2-1.35.0/doc/manual-src/en/Makefile.in-479-distdir-am: $(DISTFILES)
aria2-1.35.0/doc/manual-src/en/Makefile.in:480:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aria2-1.35.0/doc/manual-src/en/Makefile.in:481:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aria2-1.35.0/doc/manual-src/en/Makefile.in-482-	list='$(DISTFILES)'; \
##############################################
aria2-1.35.0/doc/manual-src/en/Makefile.in-493-	  if test -d $$d/$$file; then \
aria2-1.35.0/doc/manual-src/en/Makefile.in:494:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aria2-1.35.0/doc/manual-src/en/Makefile.in-495-	    if test -d "$(distdir)/$$file"; then \
##############################################
aria2-1.35.0/doc/manual-src/Makefile.in-49-  { \
aria2-1.35.0/doc/manual-src/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aria2-1.35.0/doc/manual-src/Makefile.in-51-  }; \
##############################################
aria2-1.35.0/doc/manual-src/Makefile.in-175-  while test -n "$$dir1"; do \
aria2-1.35.0/doc/manual-src/Makefile.in:176:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
aria2-1.35.0/doc/manual-src/Makefile.in-177-    if test "$$first" != "."; then \
aria2-1.35.0/doc/manual-src/Makefile.in-178-      if test "$$first" = ".."; then \
aria2-1.35.0/doc/manual-src/Makefile.in:179:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
aria2-1.35.0/doc/manual-src/Makefile.in:180:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
aria2-1.35.0/doc/manual-src/Makefile.in-181-      else \
aria2-1.35.0/doc/manual-src/Makefile.in:182:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
aria2-1.35.0/doc/manual-src/Makefile.in-183-        if test "$$first2" = "$$first"; then \
aria2-1.35.0/doc/manual-src/Makefile.in:184:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
aria2-1.35.0/doc/manual-src/Makefile.in-185-        else \
##############################################
aria2-1.35.0/doc/manual-src/Makefile.in-190-    fi; \
aria2-1.35.0/doc/manual-src/Makefile.in:191:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
aria2-1.35.0/doc/manual-src/Makefile.in-192-  done; \
##############################################
aria2-1.35.0/doc/manual-src/Makefile.in-450-	dot_seen=no; \
aria2-1.35.0/doc/manual-src/Makefile.in:451:	target=`echo $@ | sed s/-recursive//`; \
aria2-1.35.0/doc/manual-src/Makefile.in-452-	case "$@" in \
##############################################
aria2-1.35.0/doc/manual-src/Makefile.in-513-GTAGS:
aria2-1.35.0/doc/manual-src/Makefile.in:514:	here=`$(am__cd) $(top_builddir) && pwd` \
aria2-1.35.0/doc/manual-src/Makefile.in-515-	  && $(am__cd) $(top_srcdir) \
##############################################
aria2-1.35.0/doc/manual-src/Makefile.in-539-distdir-am: $(DISTFILES)
aria2-1.35.0/doc/manual-src/Makefile.in:540:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aria2-1.35.0/doc/manual-src/Makefile.in:541:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aria2-1.35.0/doc/manual-src/Makefile.in-542-	list='$(DISTFILES)'; \
##############################################
aria2-1.35.0/doc/manual-src/Makefile.in-553-	  if test -d $$d/$$file; then \
aria2-1.35.0/doc/manual-src/Makefile.in:554:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aria2-1.35.0/doc/manual-src/Makefile.in-555-	    if test -d "$(distdir)/$$file"; then \
##############################################
aria2-1.35.0/doc/Makefile.in-50-  { \
aria2-1.35.0/doc/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aria2-1.35.0/doc/Makefile.in-52-  }; \
##############################################
aria2-1.35.0/doc/Makefile.in-141-  esac
aria2-1.35.0/doc/Makefile.in:142:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
aria2-1.35.0/doc/Makefile.in-143-am__vpath_adj = case $$p in \
aria2-1.35.0/doc/Makefile.in:144:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
aria2-1.35.0/doc/Makefile.in-145-    *) f=$$p;; \
aria2-1.35.0/doc/Makefile.in-146-  esac;
aria2-1.35.0/doc/Makefile.in:147:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
aria2-1.35.0/doc/Makefile.in-148-am__install_max = 40
aria2-1.35.0/doc/Makefile.in-149-am__nobase_strip_setup = \
aria2-1.35.0/doc/Makefile.in:150:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
aria2-1.35.0/doc/Makefile.in-151-am__nobase_strip = \
##############################################
aria2-1.35.0/doc/Makefile.in-210-  while test -n "$$dir1"; do \
aria2-1.35.0/doc/Makefile.in:211:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
aria2-1.35.0/doc/Makefile.in-212-    if test "$$first" != "."; then \
aria2-1.35.0/doc/Makefile.in-213-      if test "$$first" = ".."; then \
aria2-1.35.0/doc/Makefile.in:214:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
aria2-1.35.0/doc/Makefile.in:215:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
aria2-1.35.0/doc/Makefile.in-216-      else \
aria2-1.35.0/doc/Makefile.in:217:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
aria2-1.35.0/doc/Makefile.in-218-        if test "$$first2" = "$$first"; then \
aria2-1.35.0/doc/Makefile.in:219:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
aria2-1.35.0/doc/Makefile.in-220-        else \
##############################################
aria2-1.35.0/doc/Makefile.in-225-    fi; \
aria2-1.35.0/doc/Makefile.in:226:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
aria2-1.35.0/doc/Makefile.in-227-  done; \
##############################################
aria2-1.35.0/doc/Makefile.in-498-	@list='$(dist_doc_bashcompletion_DATA)'; test -n "$(doc_bashcompletiondir)" || list=; \
aria2-1.35.0/doc/Makefile.in:499:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aria2-1.35.0/doc/Makefile.in-500-	dir='$(DESTDIR)$(doc_bashcompletiondir)'; $(am__uninstall_files_from_dir)
##############################################
aria2-1.35.0/doc/Makefile.in-519-	@list='$(dist_doc_bashcompletionscript_DATA)'; test -n "$(doc_bashcompletionscriptdir)" || list=; \
aria2-1.35.0/doc/Makefile.in:520:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aria2-1.35.0/doc/Makefile.in-521-	dir='$(DESTDIR)$(doc_bashcompletionscriptdir)'; $(am__uninstall_files_from_dir)
##############################################
aria2-1.35.0/doc/Makefile.in-540-	@list='$(dist_doc_xmlrpc_DATA)'; test -n "$(doc_xmlrpcdir)" || list=; \
aria2-1.35.0/doc/Makefile.in:541:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aria2-1.35.0/doc/Makefile.in-542-	dir='$(DESTDIR)$(doc_xmlrpcdir)'; $(am__uninstall_files_from_dir)
##############################################
aria2-1.35.0/doc/Makefile.in-557-	dot_seen=no; \
aria2-1.35.0/doc/Makefile.in:558:	target=`echo $@ | sed s/-recursive//`; \
aria2-1.35.0/doc/Makefile.in-559-	case "$@" in \
##############################################
aria2-1.35.0/doc/Makefile.in-620-GTAGS:
aria2-1.35.0/doc/Makefile.in:621:	here=`$(am__cd) $(top_builddir) && pwd` \
aria2-1.35.0/doc/Makefile.in-622-	  && $(am__cd) $(top_srcdir) \
##############################################
aria2-1.35.0/doc/Makefile.in-646-distdir-am: $(DISTFILES)
aria2-1.35.0/doc/Makefile.in:647:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aria2-1.35.0/doc/Makefile.in:648:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aria2-1.35.0/doc/Makefile.in-649-	list='$(DISTFILES)'; \
##############################################
aria2-1.35.0/doc/Makefile.in-660-	  if test -d $$d/$$file; then \
aria2-1.35.0/doc/Makefile.in:661:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aria2-1.35.0/doc/Makefile.in-662-	    if test -d "$(distdir)/$$file"; then \
##############################################
aria2-1.35.0/src/includes/Makefile.in-50-  { \
aria2-1.35.0/src/includes/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aria2-1.35.0/src/includes/Makefile.in-52-  }; \
##############################################
aria2-1.35.0/src/includes/Makefile.in-133-am__nobase_include_HEADERS_DIST = aria2/aria2.h
aria2-1.35.0/src/includes/Makefile.in:134:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
aria2-1.35.0/src/includes/Makefile.in-135-am__vpath_adj = case $$p in \
aria2-1.35.0/src/includes/Makefile.in:136:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
aria2-1.35.0/src/includes/Makefile.in-137-    *) f=$$p;; \
aria2-1.35.0/src/includes/Makefile.in-138-  esac;
aria2-1.35.0/src/includes/Makefile.in:139:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
aria2-1.35.0/src/includes/Makefile.in-140-am__install_max = 40
aria2-1.35.0/src/includes/Makefile.in-141-am__nobase_strip_setup = \
aria2-1.35.0/src/includes/Makefile.in:142:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
aria2-1.35.0/src/includes/Makefile.in-143-am__nobase_strip = \
##############################################
aria2-1.35.0/src/includes/Makefile.in-447-	@list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
aria2-1.35.0/src/includes/Makefile.in:448:	$(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
aria2-1.35.0/src/includes/Makefile.in-449-	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
##############################################
aria2-1.35.0/src/includes/Makefile.in-480-GTAGS:
aria2-1.35.0/src/includes/Makefile.in:481:	here=`$(am__cd) $(top_builddir) && pwd` \
aria2-1.35.0/src/includes/Makefile.in-482-	  && $(am__cd) $(top_srcdir) \
##############################################
aria2-1.35.0/src/includes/Makefile.in-506-distdir-am: $(DISTFILES)
aria2-1.35.0/src/includes/Makefile.in:507:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aria2-1.35.0/src/includes/Makefile.in:508:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aria2-1.35.0/src/includes/Makefile.in-509-	list='$(DISTFILES)'; \
##############################################
aria2-1.35.0/src/includes/Makefile.in-520-	  if test -d $$d/$$file; then \
aria2-1.35.0/src/includes/Makefile.in:521:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aria2-1.35.0/src/includes/Makefile.in-522-	    if test -d "$(distdir)/$$file"; then \
##############################################
aria2-1.35.0/src/getaddrinfo.c-271- * Return 1 if the string `s' represents an IPv4 address.
aria2-1.35.0/src/getaddrinfo.c:272: * Unlike inet_addr(), it doesn't permit malformed nortation such
aria2-1.35.0/src/getaddrinfo.c-273- * as "192.168".
##############################################
aria2-1.35.0/src/getaddrinfo.c-396-    if (is_address(nodename)) {
aria2-1.35.0/src/getaddrinfo.c:397:      addr_buf.s_addr = inet_addr(nodename);
aria2-1.35.0/src/getaddrinfo.c-398-      addr_list_buf[0] = &addr_buf;
##############################################
aria2-1.35.0/src/getaddrinfo.c-404-        hostent =
aria2-1.35.0/src/getaddrinfo.c:405:            gethostbyaddr((char*)&addr_buf, sizeof(struct in_addr), AF_INET);
aria2-1.35.0/src/getaddrinfo.c-406-        if (hostent != NULL)
##############################################
aria2-1.35.0/src/getaddrinfo.c-565-    else {
aria2-1.35.0/src/getaddrinfo.c:566:      hostent = gethostbyaddr((char*)&sa_in->sin_addr, sizeof(struct in_addr),
aria2-1.35.0/src/getaddrinfo.c-567-                              AF_INET);
##############################################
aria2-1.35.0/src/UDPTrackerClient.cc-128-                       std::string remoteAddr, uint16_t remotePort)
aria2-1.35.0/src/UDPTrackerClient.cc:129:      : dest(dest), remoteAddr(std::move(remoteAddr)), remotePort(remotePort)
aria2-1.35.0/src/UDPTrackerClient.cc-130-  {
##############################################
aria2-1.35.0/src/UDPTrackerClient.cc-521-  FailConnectDelete(std::string remoteAddr, uint16_t remotePort, int error)
aria2-1.35.0/src/UDPTrackerClient.cc:522:      : remoteAddr(std::move(remoteAddr)), remotePort(remotePort), error(error)
aria2-1.35.0/src/UDPTrackerClient.cc-523-  {
##############################################
aria2-1.35.0/src/DHTSetup.cc-191-                                         : PREF_DHT_ENTRY_POINT_PORT6;
aria2-1.35.0/src/DHTSetup.cc:192:        std::pair<std::string, uint16_t> addr(
aria2-1.35.0/src/DHTSetup.cc-193-            e->getOption()->get(prefEntryPointHost),
##############################################
aria2-1.35.0/src/DefaultBtAnnounce.cc-244-    unsigned char dest[16];
aria2-1.35.0/src/DefaultBtAnnounce.cc:245:    if (net::getBinAddr(dest, option_->get(PREF_BT_EXTERNAL_IP)) == 4) {
aria2-1.35.0/src/DefaultBtAnnounce.cc-246-      memcpy(&req->ip, dest, 4);
##############################################
aria2-1.35.0/src/bittorrent_helper.cc-847-{
aria2-1.35.0/src/bittorrent_helper.cc:848:  size_t len = net::getBinAddr(compact, addr);
aria2-1.35.0/src/bittorrent_helper.cc-849-  if (len == 0) {
##############################################
aria2-1.35.0/src/AsyncNameResolver.h-105-
aria2-1.35.0/src/AsyncNameResolver.h:106:  void setAddr(const std::string& addrString);
aria2-1.35.0/src/AsyncNameResolver.h-107-
##############################################
aria2-1.35.0/src/AsyncNameResolver.cc-150-
aria2-1.35.0/src/AsyncNameResolver.cc:151:    size_t len = net::getBinAddr(&node->addr, s.c_str());
aria2-1.35.0/src/AsyncNameResolver.cc-152-    if (len != 0) {
##############################################
aria2-1.35.0/src/util.cc-2209-  size_t len1, len2;
aria2-1.35.0/src/util.cc:2210:  if ((len1 = net::getBinAddr(s1, ip1)) == 0 ||
aria2-1.35.0/src/util.cc:2211:      (len2 = net::getBinAddr(s2, ip2)) == 0 || len1 != len2) {
aria2-1.35.0/src/util.cc-2212-    return false;
##############################################
aria2-1.35.0/src/SocketCore.h-412-// IPv6. Return 0 if error occurred.
aria2-1.35.0/src/SocketCore.h:413:size_t getBinAddr(void* dest, const std::string& ip);
aria2-1.35.0/src/SocketCore.h-414-
##############################################
aria2-1.35.0/src/SocketCore.cc-1485-  } binaddr;
aria2-1.35.0/src/SocketCore.cc:1486:  size_t len = net::getBinAddr(binaddr.ipv6_addr, src);
aria2-1.35.0/src/SocketCore.cc-1487-  if (af == AF_INET) {
##############################################
aria2-1.35.0/src/SocketCore.cc-1507-
aria2-1.35.0/src/SocketCore.cc:1508:size_t getBinAddr(void* dest, const std::string& ip)
aria2-1.35.0/src/SocketCore.cc-1509-{
##############################################
aria2-1.35.0/src/SocketCore.cc-1545-    unsigned char binAddr[16];
aria2-1.35.0/src/SocketCore.cc:1546:    size_t addrLen = getBinAddr(binAddr, hostname);
aria2-1.35.0/src/SocketCore.cc-1547-    if (addrLen == 0) {
##############################################
aria2-1.35.0/src/Request.h-163-
aria2-1.35.0/src/Request.h:164:  const std::string& getConnectedAddr() const { return connectedAddr_; }
aria2-1.35.0/src/Request.h-165-
##############################################
aria2-1.35.0/src/DNSCache.h-80-
aria2-1.35.0/src/DNSCache.h:81:    const std::string& getGoodAddr() const;
aria2-1.35.0/src/DNSCache.h-82-
##############################################
aria2-1.35.0/src/DNSCache.cc-116-
aria2-1.35.0/src/DNSCache.cc:117:const std::string& DNSCache::CacheEntry::getGoodAddr() const
aria2-1.35.0/src/DNSCache.cc-118-{
##############################################
aria2-1.35.0/src/DNSCache.cc-171-  else {
aria2-1.35.0/src/DNSCache.cc:172:    return (*i)->getGoodAddr();
aria2-1.35.0/src/DNSCache.cc-173-  }
##############################################
aria2-1.35.0/src/ConnectCommand.cc-92-    getDownloadEngine()->markBadIPAddress(getRequest()->getConnectedHostname(),
aria2-1.35.0/src/ConnectCommand.cc:93:                                          getRequest()->getConnectedAddr(),
aria2-1.35.0/src/ConnectCommand.cc-94-                                          getRequest()->getConnectedPort());
##############################################
aria2-1.35.0/src/ConnectCommand.cc-103-          getSocket(), getRequest()->getConnectedHostname(),
aria2-1.35.0/src/ConnectCommand.cc:104:          getRequest()->getConnectedAddr(), getRequest()->getConnectedPort())) {
aria2-1.35.0/src/ConnectCommand.cc-105-    return true;
##############################################
aria2-1.35.0/src/AbstractCommand.cc-320-      ss->setError();
aria2-1.35.0/src/AbstractCommand.cc:321:      // When DNS query was timeout, req_->getConnectedAddr() is
aria2-1.35.0/src/AbstractCommand.cc-322-      // empty.
aria2-1.35.0/src/AbstractCommand.cc:323:      if (!req_->getConnectedAddr().empty()) {
aria2-1.35.0/src/AbstractCommand.cc-324-        // Purging IP address cache to renew IP address.
aria2-1.35.0/src/AbstractCommand.cc-325-        A2_LOG_DEBUG(fmt("CUID#%" PRId64 " - Marking IP address %s as bad",
aria2-1.35.0/src/AbstractCommand.cc:326:                         getCuid(), req_->getConnectedAddr().c_str()));
aria2-1.35.0/src/AbstractCommand.cc-327-        e_->markBadIPAddress(req_->getConnectedHostname(),
aria2-1.35.0/src/AbstractCommand.cc:328:                             req_->getConnectedAddr(),
aria2-1.35.0/src/AbstractCommand.cc-329-                             req_->getConnectedPort());
##############################################
aria2-1.35.0/src/Makefile.in-52-  { \
aria2-1.35.0/src/Makefile.in:53:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aria2-1.35.0/src/Makefile.in-54-  }; \
##############################################
aria2-1.35.0/src/Makefile.in-416-PROGRAMS = $(bin_PROGRAMS)
aria2-1.35.0/src/Makefile.in:417:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
aria2-1.35.0/src/Makefile.in-418-am__vpath_adj = case $$p in \
aria2-1.35.0/src/Makefile.in:419:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
aria2-1.35.0/src/Makefile.in-420-    *) f=$$p;; \
aria2-1.35.0/src/Makefile.in-421-  esac;
aria2-1.35.0/src/Makefile.in:422:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
aria2-1.35.0/src/Makefile.in-423-am__install_max = 40
aria2-1.35.0/src/Makefile.in-424-am__nobase_strip_setup = \
aria2-1.35.0/src/Makefile.in:425:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
aria2-1.35.0/src/Makefile.in-426-am__nobase_strip = \
##############################################
aria2-1.35.0/src/Makefile.in-1557-  while test -n "$$dir1"; do \
aria2-1.35.0/src/Makefile.in:1558:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
aria2-1.35.0/src/Makefile.in-1559-    if test "$$first" != "."; then \
aria2-1.35.0/src/Makefile.in-1560-      if test "$$first" = ".."; then \
aria2-1.35.0/src/Makefile.in:1561:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
aria2-1.35.0/src/Makefile.in:1562:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
aria2-1.35.0/src/Makefile.in-1563-      else \
aria2-1.35.0/src/Makefile.in:1564:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
aria2-1.35.0/src/Makefile.in-1565-        if test "$$first2" = "$$first"; then \
aria2-1.35.0/src/Makefile.in:1566:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
aria2-1.35.0/src/Makefile.in-1567-        else \
##############################################
aria2-1.35.0/src/Makefile.in-1572-    fi; \
aria2-1.35.0/src/Makefile.in:1573:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
aria2-1.35.0/src/Makefile.in-1574-  done; \
##############################################
aria2-1.35.0/src/Makefile.in-2101-	test -n "$(EXEEXT)" || exit 0; \
aria2-1.35.0/src/Makefile.in:2102:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
aria2-1.35.0/src/Makefile.in-2103-	echo " rm -f" $$list; \
##############################################
aria2-1.35.0/src/Makefile.in-2597-.c.o:
aria2-1.35.0/src/Makefile.in:2598:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
aria2-1.35.0/src/Makefile.in-2599-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
aria2-1.35.0/src/Makefile.in-2605-.c.obj:
aria2-1.35.0/src/Makefile.in:2606:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
aria2-1.35.0/src/Makefile.in:2607:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
aria2-1.35.0/src/Makefile.in-2608-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
aria2-1.35.0/src/Makefile.in-2610-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
aria2-1.35.0/src/Makefile.in:2611:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
aria2-1.35.0/src/Makefile.in-2612-
aria2-1.35.0/src/Makefile.in-2613-.c.lo:
aria2-1.35.0/src/Makefile.in:2614:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
aria2-1.35.0/src/Makefile.in-2615-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
aria2-1.35.0/src/Makefile.in-2621-.cc.o:
aria2-1.35.0/src/Makefile.in:2622:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
aria2-1.35.0/src/Makefile.in-2623-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
aria2-1.35.0/src/Makefile.in-2629-.cc.obj:
aria2-1.35.0/src/Makefile.in:2630:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
aria2-1.35.0/src/Makefile.in:2631:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
aria2-1.35.0/src/Makefile.in-2632-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
aria2-1.35.0/src/Makefile.in-2634-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
aria2-1.35.0/src/Makefile.in:2635:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
aria2-1.35.0/src/Makefile.in-2636-
aria2-1.35.0/src/Makefile.in-2637-.cc.lo:
aria2-1.35.0/src/Makefile.in:2638:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
aria2-1.35.0/src/Makefile.in-2639-@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
aria2-1.35.0/src/Makefile.in-2668-	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
aria2-1.35.0/src/Makefile.in:2669:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aria2-1.35.0/src/Makefile.in-2670-	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
##############################################
aria2-1.35.0/src/Makefile.in-2685-	dot_seen=no; \
aria2-1.35.0/src/Makefile.in:2686:	target=`echo $@ | sed s/-recursive//`; \
aria2-1.35.0/src/Makefile.in-2687-	case "$@" in \
##############################################
aria2-1.35.0/src/Makefile.in-2748-GTAGS:
aria2-1.35.0/src/Makefile.in:2749:	here=`$(am__cd) $(top_builddir) && pwd` \
aria2-1.35.0/src/Makefile.in-2750-	  && $(am__cd) $(top_srcdir) \
##############################################
aria2-1.35.0/src/Makefile.in-2774-distdir-am: $(DISTFILES)
aria2-1.35.0/src/Makefile.in:2775:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aria2-1.35.0/src/Makefile.in:2776:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aria2-1.35.0/src/Makefile.in-2777-	list='$(DISTFILES)'; \
##############################################
aria2-1.35.0/src/Makefile.in-2788-	  if test -d $$d/$$file; then \
aria2-1.35.0/src/Makefile.in:2789:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aria2-1.35.0/src/Makefile.in-2790-	    if test -d "$(distdir)/$$file"; then \
##############################################
aria2-1.35.0/deps/wslay/tests/Makefile.in-72-  { \
aria2-1.35.0/deps/wslay/tests/Makefile.in:73:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aria2-1.35.0/deps/wslay/tests/Makefile.in-74-  }; \
##############################################
aria2-1.35.0/deps/wslay/tests/Makefile.in-232-}
aria2-1.35.0/deps/wslay/tests/Makefile.in:233:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
aria2-1.35.0/deps/wslay/tests/Makefile.in-234-am__vpath_adj = case $$p in \
aria2-1.35.0/deps/wslay/tests/Makefile.in:235:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
aria2-1.35.0/deps/wslay/tests/Makefile.in-236-    *) f=$$p;; \
aria2-1.35.0/deps/wslay/tests/Makefile.in-237-  esac;
aria2-1.35.0/deps/wslay/tests/Makefile.in:238:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
aria2-1.35.0/deps/wslay/tests/Makefile.in-239-am__install_max = 40
aria2-1.35.0/deps/wslay/tests/Makefile.in-240-am__nobase_strip_setup = \
aria2-1.35.0/deps/wslay/tests/Makefile.in:241:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
aria2-1.35.0/deps/wslay/tests/Makefile.in-242-am__nobase_strip = \
##############################################
aria2-1.35.0/deps/wslay/tests/Makefile.in-360-case "$@" in						\
aria2-1.35.0/deps/wslay/tests/Makefile.in:361:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
aria2-1.35.0/deps/wslay/tests/Makefile.in-362-    *) am__odir=.;; 					\
##############################################
aria2-1.35.0/deps/wslay/tests/Makefile.in-390-  bases='$(TEST_LOGS)'; \
aria2-1.35.0/deps/wslay/tests/Makefile.in:391:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
aria2-1.35.0/deps/wslay/tests/Makefile.in:392:  bases=`echo $$bases`
aria2-1.35.0/deps/wslay/tests/Makefile.in-393-RECHECK_LOGS = $(TEST_LOGS)
##############################################
aria2-1.35.0/deps/wslay/tests/Makefile.in-403-        */*) b='$*';; \
aria2-1.35.0/deps/wslay/tests/Makefile.in:404:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
aria2-1.35.0/deps/wslay/tests/Makefile.in-405-       esac;; \
##############################################
aria2-1.35.0/deps/wslay/tests/Makefile.in-604-	test -n "$(EXEEXT)" || exit 0; \
aria2-1.35.0/deps/wslay/tests/Makefile.in:605:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
aria2-1.35.0/deps/wslay/tests/Makefile.in-606-	echo " rm -f" $$list; \
##############################################
aria2-1.35.0/deps/wslay/tests/Makefile.in-637-.c.obj:
aria2-1.35.0/deps/wslay/tests/Makefile.in:638:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
aria2-1.35.0/deps/wslay/tests/Makefile.in-639-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
aria2-1.35.0/deps/wslay/tests/Makefile.in-641-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
aria2-1.35.0/deps/wslay/tests/Makefile.in:642:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
aria2-1.35.0/deps/wslay/tests/Makefile.in-643-
##############################################
aria2-1.35.0/deps/wslay/tests/Makefile.in-686-GTAGS:
aria2-1.35.0/deps/wslay/tests/Makefile.in:687:	here=`$(am__cd) $(top_builddir) && pwd` \
aria2-1.35.0/deps/wslay/tests/Makefile.in-688-	  && $(am__cd) $(top_srcdir) \
##############################################
aria2-1.35.0/deps/wslay/tests/Makefile.in-729-	if test -n "$$redo_bases"; then \
aria2-1.35.0/deps/wslay/tests/Makefile.in:730:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
aria2-1.35.0/deps/wslay/tests/Makefile.in:731:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
aria2-1.35.0/deps/wslay/tests/Makefile.in-732-	  if $(am__make_dryrun); then :; else \
##############################################
aria2-1.35.0/deps/wslay/tests/Makefile.in-754-	ws='[ 	]'; \
aria2-1.35.0/deps/wslay/tests/Makefile.in:755:	results=`for b in $$bases; do echo $$b.trs; done`; \
aria2-1.35.0/deps/wslay/tests/Makefile.in-756-	test -n "$$results" || results=/dev/null; \
aria2-1.35.0/deps/wslay/tests/Makefile.in:757:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
aria2-1.35.0/deps/wslay/tests/Makefile.in:758:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
aria2-1.35.0/deps/wslay/tests/Makefile.in:759:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
aria2-1.35.0/deps/wslay/tests/Makefile.in:760:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
aria2-1.35.0/deps/wslay/tests/Makefile.in:761:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
aria2-1.35.0/deps/wslay/tests/Makefile.in:762:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
aria2-1.35.0/deps/wslay/tests/Makefile.in:763:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
aria2-1.35.0/deps/wslay/tests/Makefile.in:764:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
aria2-1.35.0/deps/wslay/tests/Makefile.in-765-	  success=true; \
##############################################
aria2-1.35.0/deps/wslay/tests/Makefile.in-833-	@set +e; $(am__set_TESTS_bases); \
aria2-1.35.0/deps/wslay/tests/Makefile.in:834:	log_list=`for i in $$bases; do echo $$i.log; done`; \
aria2-1.35.0/deps/wslay/tests/Makefile.in:835:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
aria2-1.35.0/deps/wslay/tests/Makefile.in:836:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
aria2-1.35.0/deps/wslay/tests/Makefile.in-837-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
aria2-1.35.0/deps/wslay/tests/Makefile.in-843-	         | $(am__list_recheck_tests)` || exit 1; \
aria2-1.35.0/deps/wslay/tests/Makefile.in:844:	log_list=`for i in $$bases; do echo $$i.log; done`; \
aria2-1.35.0/deps/wslay/tests/Makefile.in:845:	log_list=`echo $$log_list`; \
aria2-1.35.0/deps/wslay/tests/Makefile.in-846-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
aria2-1.35.0/deps/wslay/tests/Makefile.in-875-distdir-am: $(DISTFILES)
aria2-1.35.0/deps/wslay/tests/Makefile.in:876:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aria2-1.35.0/deps/wslay/tests/Makefile.in:877:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aria2-1.35.0/deps/wslay/tests/Makefile.in-878-	list='$(DISTFILES)'; \
##############################################
aria2-1.35.0/deps/wslay/tests/Makefile.in-889-	  if test -d $$d/$$file; then \
aria2-1.35.0/deps/wslay/tests/Makefile.in:890:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aria2-1.35.0/deps/wslay/tests/Makefile.in-891-	    if test -d "$(distdir)/$$file"; then \
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-103-#
aria2-1.35.0/deps/wslay/ltmain.sh:104:#   . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh
aria2-1.35.0/deps/wslay/ltmain.sh-105-#
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-202-          func_executable_p "$_G_path_prog" || continue
aria2-1.35.0/deps/wslay/ltmain.sh:203:          case `"$_G_path_prog" --version 2>&1` in
aria2-1.35.0/deps/wslay/ltmain.sh-204-            *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;;
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-249-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
aria2-1.35.0/deps/wslay/ltmain.sh:250:      _G_count=`expr $_G_count + 1`
aria2-1.35.0/deps/wslay/ltmain.sh-251-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-285-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
aria2-1.35.0/deps/wslay/ltmain.sh:286:      _G_count=`expr $_G_count + 1`
aria2-1.35.0/deps/wslay/ltmain.sh-287-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-410-# The name of this program.
aria2-1.35.0/deps/wslay/ltmain.sh:411:progname=`$ECHO "$progpath" |$SED "$sed_basename"`
aria2-1.35.0/deps/wslay/ltmain.sh-412-
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-416-  *[\\/]*)
aria2-1.35.0/deps/wslay/ltmain.sh:417:     progdir=`$ECHO "$progpath" |$SED "$sed_dirname"`
aria2-1.35.0/deps/wslay/ltmain.sh:418:     progdir=`cd "$progdir" && pwd`
aria2-1.35.0/deps/wslay/ltmain.sh-419-     progpath=$progdir/$progname
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-610-
aria2-1.35.0/deps/wslay/ltmain.sh:611:    eval _G_current_value='`$ECHO $'$1'`'
aria2-1.35.0/deps/wslay/ltmain.sh:612:    _G_delim=`expr "$2" : '\(.\)'`
aria2-1.35.0/deps/wslay/ltmain.sh-613-
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-639-
aria2-1.35.0/deps/wslay/ltmain.sh:640:    func_arith_result=`expr "$@"`
aria2-1.35.0/deps/wslay/ltmain.sh-641-  }
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-660-  # ...otherwise fall back to using sed.
aria2-1.35.0/deps/wslay/ltmain.sh:661:  _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`'
aria2-1.35.0/deps/wslay/ltmain.sh:662:  _d='func_dirname_result=`$ECHO "$1"  |$SED "$sed_dirname"`
aria2-1.35.0/deps/wslay/ltmain.sh-663-      if test "X$func_dirname_result" = "X$1"; then
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-757-      test -n "$_G_tc" && {
aria2-1.35.0/deps/wslay/ltmain.sh:758:        _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"`
aria2-1.35.0/deps/wslay/ltmain.sh:759:        _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"`
aria2-1.35.0/deps/wslay/ltmain.sh-760-      }
aria2-1.35.0/deps/wslay/ltmain.sh-761-    done
aria2-1.35.0/deps/wslay/ltmain.sh:762:    _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`"  " ## exclude from sc_prohibit_nested_quotes
aria2-1.35.0/deps/wslay/ltmain.sh-763-
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-831-
aria2-1.35.0/deps/wslay/ltmain.sh:832:    func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
aria2-1.35.0/deps/wslay/ltmain.sh-833-  }
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-863-        # ...otherwise throw away the child directory and loop
aria2-1.35.0/deps/wslay/ltmain.sh:864:        _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"`
aria2-1.35.0/deps/wslay/ltmain.sh-865-      done
aria2-1.35.0/deps/wslay/ltmain.sh:866:      _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'`
aria2-1.35.0/deps/wslay/ltmain.sh-867-
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-901-      # If mktemp works, use that first and foremost
aria2-1.35.0/deps/wslay/ltmain.sh:902:      _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null`
aria2-1.35.0/deps/wslay/ltmain.sh-903-
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-1111-        *[\\\`\"\$]*)
aria2-1.35.0/deps/wslay/ltmain.sh:1112:	  _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;;
aria2-1.35.0/deps/wslay/ltmain.sh-1113-        *)
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-1198-    case $2 in
aria2-1.35.0/deps/wslay/ltmain.sh:1199:      .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;;
aria2-1.35.0/deps/wslay/ltmain.sh:1200:      *)  func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;;
aria2-1.35.0/deps/wslay/ltmain.sh-1201-    esac
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-1271-    [0-9]* | *[!a-zA-Z0-9_]*)
aria2-1.35.0/deps/wslay/ltmain.sh:1272:      func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'`
aria2-1.35.0/deps/wslay/ltmain.sh-1273-      ;;
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-1358-
aria2-1.35.0/deps/wslay/ltmain.sh:1359:    test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q`
aria2-1.35.0/deps/wslay/ltmain.sh-1360-}
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-1424-# The default options also support '--debug', which will turn on shell
aria2-1.35.0/deps/wslay/ltmain.sh:1425:# execution tracing (see the comment above debug_cmd below for another
aria2-1.35.0/deps/wslay/ltmain.sh-1426-# use), and '--verbose' and the func_verbose function to allow your script
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-1517-
aria2-1.35.0/deps/wslay/ltmain.sh:1518:    eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`'
aria2-1.35.0/deps/wslay/ltmain.sh-1519-}
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-1943-
aria2-1.35.0/deps/wslay/ltmain.sh:1944:      func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'`
aria2-1.35.0/deps/wslay/ltmain.sh-1945-      func_split_equals_rhs=
aria2-1.35.0/deps/wslay/ltmain.sh-1946-      test "x$func_split_equals_lhs" = "x$1" \
aria2-1.35.0/deps/wslay/ltmain.sh:1947:        || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'`
aria2-1.35.0/deps/wslay/ltmain.sh-1948-  }
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-1971-
aria2-1.35.0/deps/wslay/ltmain.sh:1972:      func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'`
aria2-1.35.0/deps/wslay/ltmain.sh:1973:      func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'`
aria2-1.35.0/deps/wslay/ltmain.sh-1974-  }
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-2144-       version:        $progname $scriptversion Debian-2.4.6-11
aria2-1.35.0/deps/wslay/ltmain.sh:2145:       automake:       `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
aria2-1.35.0/deps/wslay/ltmain.sh:2146:       autoconf:       `($AUTOCONF --version) 2>/dev/null |$SED 1q`
aria2-1.35.0/deps/wslay/ltmain.sh-2147-
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-2183-  {
aria2-1.35.0/deps/wslay/ltmain.sh:2184:    func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"`
aria2-1.35.0/deps/wslay/ltmain.sh-2185-  }
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-2188-  {
aria2-1.35.0/deps/wslay/ltmain.sh:2189:    func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'`
aria2-1.35.0/deps/wslay/ltmain.sh-2190-  }
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-2279-	  # quotes we have to do it in 2 steps:
aria2-1.35.0/deps/wslay/ltmain.sh:2280:	  extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
aria2-1.35.0/deps/wslay/ltmain.sh-2281-	  eval "$extractedcf"
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-2751-      done
aria2-1.35.0/deps/wslay/ltmain.sh:2752:      CC_expanded=`func_echo_all $CC`
aria2-1.35.0/deps/wslay/ltmain.sh:2753:      CC_quoted_expanded=`func_echo_all $CC_quoted`
aria2-1.35.0/deps/wslay/ltmain.sh-2754-      case $@ in
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-2764-	    # Evaluate the configuration.
aria2-1.35.0/deps/wslay/ltmain.sh:2765:	    eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
aria2-1.35.0/deps/wslay/ltmain.sh-2766-	    CC_quoted=
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-2770-	    done
aria2-1.35.0/deps/wslay/ltmain.sh:2771:	    CC_expanded=`func_echo_all $CC`
aria2-1.35.0/deps/wslay/ltmain.sh:2772:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
aria2-1.35.0/deps/wslay/ltmain.sh-2773-	    case "$@ " in
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-2862-    # zero AND non-empty stdout, which explains the odd construction:
aria2-1.35.0/deps/wslay/ltmain.sh:2863:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
aria2-1.35.0/deps/wslay/ltmain.sh-2864-    if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-2930-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
aria2-1.35.0/deps/wslay/ltmain.sh:2931:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
aria2-1.35.0/deps/wslay/ltmain.sh-2932-    if test "$?" -ne 0; then
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-3101-    # LT_CYGPATH in this case.
aria2-1.35.0/deps/wslay/ltmain.sh:3102:    func_to_host_file_result=`cygpath -m "$1"`
aria2-1.35.0/deps/wslay/ltmain.sh-3103-  fi
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-3258-    func_to_host_path_tmp1=$func_stripname_result
aria2-1.35.0/deps/wslay/ltmain.sh:3259:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
aria2-1.35.0/deps/wslay/ltmain.sh-3260-    func_convert_path_check : ";" \
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-3468-    *.[cCFSifmso] | \
aria2-1.35.0/deps/wslay/ltmain.sh:3469:    *.ada | *.adb | *.ads | *.asm | \
aria2-1.35.0/deps/wslay/ltmain.sh-3470-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-3545-    if test no = "$compiler_c_o"; then
aria2-1.35.0/deps/wslay/ltmain.sh:3546:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
aria2-1.35.0/deps/wslay/ltmain.sh-3547-      lockfile=$output_obj.lock
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-3564-*** ERROR, $lockfile exists and contains:
aria2-1.35.0/deps/wslay/ltmain.sh:3565:`cat $lockfile 2>/dev/null`
aria2-1.35.0/deps/wslay/ltmain.sh-3566-
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-3612-      if test warn = "$need_locks" &&
aria2-1.35.0/deps/wslay/ltmain.sh:3613:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
aria2-1.35.0/deps/wslay/ltmain.sh-3614-	$ECHO "\
aria2-1.35.0/deps/wslay/ltmain.sh-3615-*** ERROR, $lockfile contains:
aria2-1.35.0/deps/wslay/ltmain.sh:3616:`cat $lockfile 2>/dev/null`
aria2-1.35.0/deps/wslay/ltmain.sh-3617-
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-3661-      if test warn = "$need_locks" &&
aria2-1.35.0/deps/wslay/ltmain.sh:3662:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
aria2-1.35.0/deps/wslay/ltmain.sh-3663-	$ECHO "\
aria2-1.35.0/deps/wslay/ltmain.sh-3664-*** ERROR, $lockfile contains:
aria2-1.35.0/deps/wslay/ltmain.sh:3665:`cat $lockfile 2>/dev/null`
aria2-1.35.0/deps/wslay/ltmain.sh-3666-
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-3987-      # Get the absolute pathname.
aria2-1.35.0/deps/wslay/ltmain.sh:3988:      absdir=`cd "$dir" && pwd`
aria2-1.35.0/deps/wslay/ltmain.sh-3989-      test -n "$absdir" && dir=$absdir
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-4086-      if test -n "$lt_sysroot"; then
aria2-1.35.0/deps/wslay/ltmain.sh:4087:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
aria2-1.35.0/deps/wslay/ltmain.sh-4088-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-4370-	  # Determine the prefix the user has applied to our future dir.
aria2-1.35.0/deps/wslay/ltmain.sh:4371:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
aria2-1.35.0/deps/wslay/ltmain.sh-4372-
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-4383-	    # Stick the inst_prefix_dir data into the link command.
aria2-1.35.0/deps/wslay/ltmain.sh:4384:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
aria2-1.35.0/deps/wslay/ltmain.sh-4385-	  else
aria2-1.35.0/deps/wslay/ltmain.sh:4386:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
aria2-1.35.0/deps/wslay/ltmain.sh-4387-	  fi
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-4550-	    fi
aria2-1.35.0/deps/wslay/ltmain.sh:4551:	    libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
aria2-1.35.0/deps/wslay/ltmain.sh-4552-	    if test -n "$libdir" && test ! -f "$libfile"; then
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-4569-	        # Replace the output file specification.
aria2-1.35.0/deps/wslay/ltmain.sh:4570:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
aria2-1.35.0/deps/wslay/ltmain.sh-4571-
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-4588-	    # Install the binary that we compiled earlier.
aria2-1.35.0/deps/wslay/ltmain.sh:4589:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
aria2-1.35.0/deps/wslay/ltmain.sh-4590-	  fi
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-4662-    my_pic_p=${3-false}
aria2-1.35.0/deps/wslay/ltmain.sh:4663:    my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'`
aria2-1.35.0/deps/wslay/ltmain.sh-4664-    my_dlsyms=
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-4720-	  # Add our own program objects to the symbol list.
aria2-1.35.0/deps/wslay/ltmain.sh:4721:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
aria2-1.35.0/deps/wslay/ltmain.sh-4722-	  for progfile in $progfiles; do
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-4782-	          # Use subshell, to avoid clobbering current variable values
aria2-1.35.0/deps/wslay/ltmain.sh:4783:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
aria2-1.35.0/deps/wslay/ltmain.sh-4784-	          if test -n "$dlprefile_dlname"; then
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-4951-	  if test -f "$output_objdir/$my_outputname.def"; then
aria2-1.35.0/deps/wslay/ltmain.sh:4952:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
aria2-1.35.0/deps/wslay/ltmain.sh:4953:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
aria2-1.35.0/deps/wslay/ltmain.sh-4954-	  else
aria2-1.35.0/deps/wslay/ltmain.sh:4955:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
aria2-1.35.0/deps/wslay/ltmain.sh:4956:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
aria2-1.35.0/deps/wslay/ltmain.sh-4957-	  fi
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-4959-	*)
aria2-1.35.0/deps/wslay/ltmain.sh:4960:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
aria2-1.35.0/deps/wslay/ltmain.sh:4961:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
aria2-1.35.0/deps/wslay/ltmain.sh-4962-	  ;;
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-4974-      # Nullify the symbol file.
aria2-1.35.0/deps/wslay/ltmain.sh:4975:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
aria2-1.35.0/deps/wslay/ltmain.sh:4976:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
aria2-1.35.0/deps/wslay/ltmain.sh-4977-    fi
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-4988-  func_to_tool_file "$1" func_convert_file_msys_to_w32
aria2-1.35.0/deps/wslay/ltmain.sh:4989:  func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
aria2-1.35.0/deps/wslay/ltmain.sh-4990-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-5001-  func_to_tool_file "$1" func_convert_file_msys_to_w32
aria2-1.35.0/deps/wslay/ltmain.sh:5002:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
aria2-1.35.0/deps/wslay/ltmain.sh-5003-  test -n "$func_cygming_ms_implib_tmp"
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-5017-  win32_libid_type=unknown
aria2-1.35.0/deps/wslay/ltmain.sh:5018:  win32_fileres=`file -L $1 2>/dev/null`
aria2-1.35.0/deps/wslay/ltmain.sh-5019-  case $win32_fileres in
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-5082-
aria2-1.35.0/deps/wslay/ltmain.sh:5083:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
aria2-1.35.0/deps/wslay/ltmain.sh-5084-}
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-5100-
aria2-1.35.0/deps/wslay/ltmain.sh:5101:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
aria2-1.35.0/deps/wslay/ltmain.sh-5102-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-5164-    # binutils import library
aria2-1.35.0/deps/wslay/ltmain.sh:5165:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
aria2-1.35.0/deps/wslay/ltmain.sh-5166-  elif func_cygming_ms_implib_p "$1"; then
aria2-1.35.0/deps/wslay/ltmain.sh-5167-    # ms-generated import library
aria2-1.35.0/deps/wslay/ltmain.sh:5168:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
aria2-1.35.0/deps/wslay/ltmain.sh-5169-  else
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-5248-	  darwin_base_archive=$func_basename_result
aria2-1.35.0/deps/wslay/ltmain.sh:5249:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
aria2-1.35.0/deps/wslay/ltmain.sh-5250-	  if test -n "$darwin_arches"; then
aria2-1.35.0/deps/wslay/ltmain.sh:5251:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
aria2-1.35.0/deps/wslay/ltmain.sh-5252-	    darwin_arch=
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-5262-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
aria2-1.35.0/deps/wslay/ltmain.sh:5263:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u`
aria2-1.35.0/deps/wslay/ltmain.sh-5264-	    darwin_file=
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-5266-	    for darwin_file in $darwin_filelist; do
aria2-1.35.0/deps/wslay/ltmain.sh:5267:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
aria2-1.35.0/deps/wslay/ltmain.sh-5268-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-5281-      esac
aria2-1.35.0/deps/wslay/ltmain.sh:5282:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
aria2-1.35.0/deps/wslay/ltmain.sh-5283-    done
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-5352-
aria2-1.35.0/deps/wslay/ltmain.sh:5353:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
aria2-1.35.0/deps/wslay/ltmain.sh-5354-    $ECHO "\
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-5387-    --lt-dump-script)
aria2-1.35.0/deps/wslay/ltmain.sh:5388:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
aria2-1.35.0/deps/wslay/ltmain.sh-5389-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
aria2-1.35.0/deps/wslay/ltmain.sh:5390:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
aria2-1.35.0/deps/wslay/ltmain.sh-5391-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-5414-    \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\"
aria2-1.35.0/deps/wslay/ltmain.sh:5415:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
aria2-1.35.0/deps/wslay/ltmain.sh-5416-  done
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-5472-  # Find the directory that this script lives in.
aria2-1.35.0/deps/wslay/ltmain.sh:5473:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
aria2-1.35.0/deps/wslay/ltmain.sh-5474-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-5476-  # Follow symbolic links until we get to the real thisdir.
aria2-1.35.0/deps/wslay/ltmain.sh:5477:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
aria2-1.35.0/deps/wslay/ltmain.sh-5478-  while test -n \"\$file\"; do
aria2-1.35.0/deps/wslay/ltmain.sh:5479:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
aria2-1.35.0/deps/wslay/ltmain.sh-5480-
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-5488-
aria2-1.35.0/deps/wslay/ltmain.sh:5489:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
aria2-1.35.0/deps/wslay/ltmain.sh:5490:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
aria2-1.35.0/deps/wslay/ltmain.sh-5491-  done
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-5502-    case \"\$thisdir\" in
aria2-1.35.0/deps/wslay/ltmain.sh:5503:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
aria2-1.35.0/deps/wslay/ltmain.sh-5504-    $objdir )   thisdir=. ;;
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-5508-  # Try to get the absolute directory name.
aria2-1.35.0/deps/wslay/ltmain.sh:5509:  absdir=\`cd \"\$thisdir\" && pwd\`
aria2-1.35.0/deps/wslay/ltmain.sh-5510-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-5518-  if test ! -f \"\$progdir/\$program\" ||
aria2-1.35.0/deps/wslay/ltmain.sh:5519:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\
aria2-1.35.0/deps/wslay/ltmain.sh-5520-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-5533-    if test -n \"\$relink_command\"; then
aria2-1.35.0/deps/wslay/ltmain.sh:5534:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
aria2-1.35.0/deps/wslay/ltmain.sh-5535-      else
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-5577-    # The second colon is a workaround for a bug in BeOS R4 sed
aria2-1.35.0/deps/wslay/ltmain.sh:5578:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
aria2-1.35.0/deps/wslay/ltmain.sh-5579-
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-6556-
aria2-1.35.0/deps/wslay/ltmain.sh:6557:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
aria2-1.35.0/deps/wslay/ltmain.sh-6558-    *import*) : ;;
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-6804-	    moreargs=
aria2-1.35.0/deps/wslay/ltmain.sh:6805:	    for fil in `cat "$save_arg"`
aria2-1.35.0/deps/wslay/ltmain.sh-6806-	    do
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-7065-	*)
aria2-1.35.0/deps/wslay/ltmain.sh:7066:	  absdir=`cd "$dir" && pwd`
aria2-1.35.0/deps/wslay/ltmain.sh-7067-	  test -z "$absdir" && \
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-7086-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
aria2-1.35.0/deps/wslay/ltmain.sh:7087:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
aria2-1.35.0/deps/wslay/ltmain.sh-7088-	  case :$dllsearchpath: in
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-7383-      -Z*)
aria2-1.35.0/deps/wslay/ltmain.sh:7384:        if test os2 = "`expr $host : '.*\(os2\)'`"; then
aria2-1.35.0/deps/wslay/ltmain.sh-7385-          # OS/2 uses -Zxxx to specify OS/2-specific options
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-7553-      # get the directories listed in $shlibpath_var
aria2-1.35.0/deps/wslay/ltmain.sh:7554:      eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\`
aria2-1.35.0/deps/wslay/ltmain.sh-7555-    else
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-7872-		  set dummy $deplibs_check_method; shift
aria2-1.35.0/deps/wslay/ltmain.sh:7873:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
aria2-1.35.0/deps/wslay/ltmain.sh-7874-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-7962-	if test -n "$inherited_linker_flags"; then
aria2-1.35.0/deps/wslay/ltmain.sh:7963:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
aria2-1.35.0/deps/wslay/ltmain.sh-7964-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-7970-	fi
aria2-1.35.0/deps/wslay/ltmain.sh:7971:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
aria2-1.35.0/deps/wslay/ltmain.sh-7972-	if test lib,link = "$linkmode,$pass" ||
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-8043-	*)
aria2-1.35.0/deps/wslay/ltmain.sh:8044:	  abs_ladir=`cd "$ladir" && pwd`
aria2-1.35.0/deps/wslay/ltmain.sh-8045-	  if test -z "$abs_ladir"; then
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-8296-	    shift
aria2-1.35.0/deps/wslay/ltmain.sh:8297:	    libname=`eval "\\$ECHO \"$libname_spec\""`
aria2-1.35.0/deps/wslay/ltmain.sh-8298-	    # use dlname if we got it. it's perfectly good, no?
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-8588-		*)
aria2-1.35.0/deps/wslay/ltmain.sh:8589:		  absdir=`cd "$dir" && pwd`
aria2-1.35.0/deps/wslay/ltmain.sh-8590-		  if test -z "$absdir"; then
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-8599-		  depdepl=
aria2-1.35.0/deps/wslay/ltmain.sh:8600:		  eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
aria2-1.35.0/deps/wslay/ltmain.sh-8601-		  if test -n "$deplibrary_names"; then
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-8606-		      depdepl=$absdir/$objdir/$depdepl
aria2-1.35.0/deps/wslay/ltmain.sh:8607:		      darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
aria2-1.35.0/deps/wslay/ltmain.sh-8608-                      if test -z "$darwin_install_name"; then
aria2-1.35.0/deps/wslay/ltmain.sh:8609:                          darwin_install_name=`$OTOOL64 -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
aria2-1.35.0/deps/wslay/ltmain.sh-8610-                      fi
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-8621-		else
aria2-1.35.0/deps/wslay/ltmain.sh:8622:		  eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
aria2-1.35.0/deps/wslay/ltmain.sh-8623-		  test -z "$libdir" && \
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-8644-	else
aria2-1.35.0/deps/wslay/ltmain.sh:8645:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
aria2-1.35.0/deps/wslay/ltmain.sh-8646-	fi
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-8733-        linux*)
aria2-1.35.0/deps/wslay/ltmain.sh:8734:          case `$CC -V 2>&1 | sed 5q` in
aria2-1.35.0/deps/wslay/ltmain.sh-8735-          *Sun\ C*) # Sun C++ 5.9
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-9141-	removelist=
aria2-1.35.0/deps/wslay/ltmain.sh:9142:	tempremovelist=`$ECHO "$output_objdir/*"`
aria2-1.35.0/deps/wslay/ltmain.sh-9143-	for p in $tempremovelist; do
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-9167-	# Transform .lo files to .o files.
aria2-1.35.0/deps/wslay/ltmain.sh:9168:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP`
aria2-1.35.0/deps/wslay/ltmain.sh-9169-      fi
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-9172-      #for path in $notinst_path; do
aria2-1.35.0/deps/wslay/ltmain.sh:9173:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
aria2-1.35.0/deps/wslay/ltmain.sh:9174:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
aria2-1.35.0/deps/wslay/ltmain.sh:9175:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
aria2-1.35.0/deps/wslay/ltmain.sh-9176-      #done
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-9293-		if test -n "$i"; then
aria2-1.35.0/deps/wslay/ltmain.sh:9294:		  libname=`eval "\\$ECHO \"$libname_spec\""`
aria2-1.35.0/deps/wslay/ltmain.sh:9295:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
aria2-1.35.0/deps/wslay/ltmain.sh-9296-		  set dummy $deplib_matches; shift
aria2-1.35.0/deps/wslay/ltmain.sh-9297-		  deplib_match=$1
aria2-1.35.0/deps/wslay/ltmain.sh:9298:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
aria2-1.35.0/deps/wslay/ltmain.sh-9299-		    func_append newdeplibs " $i"
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-9336-		  if test -n "$i"; then
aria2-1.35.0/deps/wslay/ltmain.sh:9337:		    libname=`eval "\\$ECHO \"$libname_spec\""`
aria2-1.35.0/deps/wslay/ltmain.sh:9338:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
aria2-1.35.0/deps/wslay/ltmain.sh-9339-		    set dummy $deplib_matches; shift
aria2-1.35.0/deps/wslay/ltmain.sh-9340-		    deplib_match=$1
aria2-1.35.0/deps/wslay/ltmain.sh:9341:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
aria2-1.35.0/deps/wslay/ltmain.sh-9342-		      func_append newdeplibs " $i"
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-9371-	  set dummy $deplibs_check_method; shift
aria2-1.35.0/deps/wslay/ltmain.sh:9372:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
aria2-1.35.0/deps/wslay/ltmain.sh-9373-	  for a_deplib in $deplibs; do
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-9386-	      if test -n "$a_deplib"; then
aria2-1.35.0/deps/wslay/ltmain.sh:9387:		libname=`eval "\\$ECHO \"$libname_spec\""`
aria2-1.35.0/deps/wslay/ltmain.sh-9388-		if test -n "$file_magic_glob"; then
aria2-1.35.0/deps/wslay/ltmain.sh:9389:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
aria2-1.35.0/deps/wslay/ltmain.sh-9390-		else
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-9396-		    shopt -s nocaseglob
aria2-1.35.0/deps/wslay/ltmain.sh:9397:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
aria2-1.35.0/deps/wslay/ltmain.sh-9398-		    $nocaseglob
aria2-1.35.0/deps/wslay/ltmain.sh-9399-		  else
aria2-1.35.0/deps/wslay/ltmain.sh:9400:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
aria2-1.35.0/deps/wslay/ltmain.sh-9401-		  fi
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-9414-		      while test -h "$potlib" 2>/dev/null; do
aria2-1.35.0/deps/wslay/ltmain.sh:9415:			potliblink=`ls -ld $potlib | $SED 's/.* -> //'`
aria2-1.35.0/deps/wslay/ltmain.sh-9416-			case $potliblink in
aria2-1.35.0/deps/wslay/ltmain.sh-9417-			[\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;;
aria2-1.35.0/deps/wslay/ltmain.sh:9418:			*) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";;
aria2-1.35.0/deps/wslay/ltmain.sh-9419-			esac
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-9455-	  set dummy $deplibs_check_method; shift
aria2-1.35.0/deps/wslay/ltmain.sh:9456:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
aria2-1.35.0/deps/wslay/ltmain.sh-9457-	  for a_deplib in $deplibs; do
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-9470-	      if test -n "$a_deplib"; then
aria2-1.35.0/deps/wslay/ltmain.sh:9471:		libname=`eval "\\$ECHO \"$libname_spec\""`
aria2-1.35.0/deps/wslay/ltmain.sh-9472-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
aria2-1.35.0/deps/wslay/ltmain.sh:9473:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
aria2-1.35.0/deps/wslay/ltmain.sh-9474-		  for potent_lib in $potential_libs; do
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-9509-	  newdeplibs=
aria2-1.35.0/deps/wslay/ltmain.sh:9510:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
aria2-1.35.0/deps/wslay/ltmain.sh-9511-	  if test yes = "$allow_libtool_libs_with_static_runtimes"; then
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-9513-	      # can't use Xsed below, because $i might contain '/'
aria2-1.35.0/deps/wslay/ltmain.sh:9514:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"`
aria2-1.35.0/deps/wslay/ltmain.sh-9515-	    done
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-9539-	  # On Rhapsody replace the C library with the System framework
aria2-1.35.0/deps/wslay/ltmain.sh:9540:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
aria2-1.35.0/deps/wslay/ltmain.sh-9541-	  ;;
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-9591-	*-*-darwin*)
aria2-1.35.0/deps/wslay/ltmain.sh:9592:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
aria2-1.35.0/deps/wslay/ltmain.sh:9593:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
aria2-1.35.0/deps/wslay/ltmain.sh:9594:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
aria2-1.35.0/deps/wslay/ltmain.sh-9595-	  ;;
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-9718-	# Use standard objects if they are pic
aria2-1.35.0/deps/wslay/ltmain.sh:9719:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
aria2-1.35.0/deps/wslay/ltmain.sh-9720-	test "X$libobjs" = "X " && libobjs=
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-10232-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
aria2-1.35.0/deps/wslay/ltmain.sh:10233:	  test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
aria2-1.35.0/deps/wslay/ltmain.sh-10234-	  reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-10247-      # Create the old-style object.
aria2-1.35.0/deps/wslay/ltmain.sh:10248:      reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs
aria2-1.35.0/deps/wslay/ltmain.sh-10249-
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-10305-	# On Rhapsody replace the C library is the System framework
aria2-1.35.0/deps/wslay/ltmain.sh:10306:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
aria2-1.35.0/deps/wslay/ltmain.sh:10307:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
aria2-1.35.0/deps/wslay/ltmain.sh-10308-	;;
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-10323-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
aria2-1.35.0/deps/wslay/ltmain.sh:10324:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
aria2-1.35.0/deps/wslay/ltmain.sh:10325:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
aria2-1.35.0/deps/wslay/ltmain.sh-10326-	;;
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-10401-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
aria2-1.35.0/deps/wslay/ltmain.sh:10402:	  testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'`
aria2-1.35.0/deps/wslay/ltmain.sh-10403-	  case :$dllsearchpath: in
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-10461-	# Transform all the library objects into standard objects.
aria2-1.35.0/deps/wslay/ltmain.sh:10462:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
aria2-1.35.0/deps/wslay/ltmain.sh:10463:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
aria2-1.35.0/deps/wslay/ltmain.sh-10464-      fi
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-10489-	# Replace the output file specification.
aria2-1.35.0/deps/wslay/ltmain.sh:10490:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
aria2-1.35.0/deps/wslay/ltmain.sh-10491-	link_command=$compile_command$compile_rpath
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-10498-	  func_to_tool_file "$output"
aria2-1.35.0/deps/wslay/ltmain.sh:10499:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
aria2-1.35.0/deps/wslay/ltmain.sh-10500-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-10542-	# Replace the output file specification.
aria2-1.35.0/deps/wslay/ltmain.sh:10543:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
aria2-1.35.0/deps/wslay/ltmain.sh-10544-	# Delete the old output file.
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-10550-	  func_to_tool_file "$output"
aria2-1.35.0/deps/wslay/ltmain.sh:10551:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
aria2-1.35.0/deps/wslay/ltmain.sh-10552-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-10568-	  link_command=$finalize_var$compile_command$finalize_rpath
aria2-1.35.0/deps/wslay/ltmain.sh:10569:	  relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
aria2-1.35.0/deps/wslay/ltmain.sh-10570-          ;;
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-10581-      # Replace the output file specification.
aria2-1.35.0/deps/wslay/ltmain.sh:10582:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
aria2-1.35.0/deps/wslay/ltmain.sh-10583-
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-10590-	func_to_tool_file "$output_objdir/$outputname"
aria2-1.35.0/deps/wslay/ltmain.sh:10591:	postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
aria2-1.35.0/deps/wslay/ltmain.sh-10592-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-10611-	relink_command="(cd `pwd`; $relink_command)"
aria2-1.35.0/deps/wslay/ltmain.sh:10612:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
aria2-1.35.0/deps/wslay/ltmain.sh-10613-      fi
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-10857-      relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
aria2-1.35.0/deps/wslay/ltmain.sh:10858:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
aria2-1.35.0/deps/wslay/ltmain.sh-10859-      if test yes = "$hardcode_automatic"; then
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-10878-		func_resolve_sysroot "$deplib"
aria2-1.35.0/deps/wslay/ltmain.sh:10879:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
aria2-1.35.0/deps/wslay/ltmain.sh-10880-		test -z "$libdir" && \
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-10904-		name=$func_basename_result
aria2-1.35.0/deps/wslay/ltmain.sh:10905:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
aria2-1.35.0/deps/wslay/ltmain.sh-10906-		test -z "$libdir" && \
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-10923-		name=$func_basename_result
aria2-1.35.0/deps/wslay/ltmain.sh:10924:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
aria2-1.35.0/deps/wslay/ltmain.sh-10925-		test -z "$libdir" && \
##############################################
aria2-1.35.0/deps/wslay/ltmain.sh-11242-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
aria2-1.35.0/deps/wslay/ltmain.sh:11243:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
aria2-1.35.0/deps/wslay/ltmain.sh-11244-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
aria2-1.35.0/deps/wslay/install-sh-234-      fi
aria2-1.35.0/deps/wslay/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
aria2-1.35.0/deps/wslay/install-sh-236-    *)
##############################################
aria2-1.35.0/deps/wslay/install-sh-280-      dstdir=$dst
aria2-1.35.0/deps/wslay/install-sh:281:      dstbase=`basename "$src"`
aria2-1.35.0/deps/wslay/install-sh-282-      case $dst in
##############################################
aria2-1.35.0/deps/wslay/install-sh-287-    else
aria2-1.35.0/deps/wslay/install-sh:288:      dstdir=`dirname "$dst"`
aria2-1.35.0/deps/wslay/install-sh-289-      test -d "$dstdir"
##############################################
aria2-1.35.0/deps/wslay/install-sh-354-                   test_tmpdir="$tmpdir/a"
aria2-1.35.0/deps/wslay/install-sh:355:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
aria2-1.35.0/deps/wslay/install-sh-356-                   case $ls_ld_tmpdir in
##############################################
aria2-1.35.0/deps/wslay/install-sh-361-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
aria2-1.35.0/deps/wslay/install-sh:362:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
aria2-1.35.0/deps/wslay/install-sh-363-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
aria2-1.35.0/deps/wslay/install-sh-419-            case $prefix in
aria2-1.35.0/deps/wslay/install-sh:420:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
aria2-1.35.0/deps/wslay/install-sh-421-              *) qprefix=$prefix;;
##############################################
aria2-1.35.0/deps/wslay/install-sh-468-    if $copy_on_change &&
aria2-1.35.0/deps/wslay/install-sh:469:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
aria2-1.35.0/deps/wslay/install-sh:470:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
aria2-1.35.0/deps/wslay/install-sh-471-       set -f &&
##############################################
aria2-1.35.0/deps/wslay/depcomp-64-  case $1 in
aria2-1.35.0/deps/wslay/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
aria2-1.35.0/deps/wslay/depcomp-66-      *) dir=;;
##############################################
aria2-1.35.0/deps/wslay/depcomp-73-{
aria2-1.35.0/deps/wslay/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
aria2-1.35.0/deps/wslay/depcomp-75-}
##############################################
aria2-1.35.0/deps/wslay/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
aria2-1.35.0/deps/wslay/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
aria2-1.35.0/deps/wslay/depcomp-128-
##############################################
aria2-1.35.0/deps/wslay/depcomp-405-        sleep 1
aria2-1.35.0/deps/wslay/depcomp:406:        i=`expr $i - 1`
aria2-1.35.0/deps/wslay/depcomp-407-      done
aria2-1.35.0/deps/wslay/depcomp-408-    fi
aria2-1.35.0/deps/wslay/depcomp:409:    i=`expr $i - 1`
aria2-1.35.0/deps/wslay/depcomp-410-  done
##############################################
aria2-1.35.0/deps/wslay/depcomp-425-  # Do two passes, one to just change these to
aria2-1.35.0/deps/wslay/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
aria2-1.35.0/deps/wslay/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
aria2-1.35.0/deps/wslay/depcomp-659-  done
aria2-1.35.0/deps/wslay/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
aria2-1.35.0/deps/wslay/depcomp-661-  touch "$tmpdepfile"
##############################################
aria2-1.35.0/deps/wslay/config.sub-52-
aria2-1.35.0/deps/wslay/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
aria2-1.35.0/deps/wslay/config.sub-54-
##############################################
aria2-1.35.0/deps/wslay/config.sub-114-# Here we must recognize all the valid KERNEL-OS combinations.
aria2-1.35.0/deps/wslay/config.sub:115:maybe_os=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
aria2-1.35.0/deps/wslay/config.sub-116-case $maybe_os in
##############################################
aria2-1.35.0/deps/wslay/config.sub-122-    os=-$maybe_os
aria2-1.35.0/deps/wslay/config.sub:123:    basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
aria2-1.35.0/deps/wslay/config.sub-124-    ;;
##############################################
aria2-1.35.0/deps/wslay/config.sub-126-    os=-linux-android
aria2-1.35.0/deps/wslay/config.sub:127:    basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
aria2-1.35.0/deps/wslay/config.sub-128-    ;;
aria2-1.35.0/deps/wslay/config.sub-129-  *)
aria2-1.35.0/deps/wslay/config.sub:130:    basic_machine=`echo "$1" | sed 's/-[^-]*$//'`
aria2-1.35.0/deps/wslay/config.sub-131-    if [ "$basic_machine" != "$1" ]
aria2-1.35.0/deps/wslay/config.sub:132:    then os=`echo "$1" | sed 's/.*-/-/'`
aria2-1.35.0/deps/wslay/config.sub-133-    else os=; fi
##############################################
aria2-1.35.0/deps/wslay/config.sub-180-		os=-sco5v6
aria2-1.35.0/deps/wslay/config.sub:181:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
aria2-1.35.0/deps/wslay/config.sub-182-		;;
##############################################
aria2-1.35.0/deps/wslay/config.sub-184-		os=-sco3.2v5
aria2-1.35.0/deps/wslay/config.sub:185:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
aria2-1.35.0/deps/wslay/config.sub-186-		;;
##############################################
aria2-1.35.0/deps/wslay/config.sub-188-		os=-sco3.2v4
aria2-1.35.0/deps/wslay/config.sub:189:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
aria2-1.35.0/deps/wslay/config.sub-190-		;;
aria2-1.35.0/deps/wslay/config.sub-191-	-sco3.2.[4-9]*)
aria2-1.35.0/deps/wslay/config.sub:192:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
aria2-1.35.0/deps/wslay/config.sub:193:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
aria2-1.35.0/deps/wslay/config.sub-194-		;;
##############################################
aria2-1.35.0/deps/wslay/config.sub-196-		# Don't forget version if it is 3.2v4 or newer.
aria2-1.35.0/deps/wslay/config.sub:197:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
aria2-1.35.0/deps/wslay/config.sub-198-		;;
##############################################
aria2-1.35.0/deps/wslay/config.sub-200-		# Don't forget version if it is 3.2v4 or newer.
aria2-1.35.0/deps/wslay/config.sub:201:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
aria2-1.35.0/deps/wslay/config.sub-202-		;;
##############################################
aria2-1.35.0/deps/wslay/config.sub-204-		os=-sco3.2v2
aria2-1.35.0/deps/wslay/config.sub:205:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
aria2-1.35.0/deps/wslay/config.sub-206-		;;
aria2-1.35.0/deps/wslay/config.sub-207-	-udk*)
aria2-1.35.0/deps/wslay/config.sub:208:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
aria2-1.35.0/deps/wslay/config.sub-209-		;;
##############################################
aria2-1.35.0/deps/wslay/config.sub-211-		os=-isc2.2
aria2-1.35.0/deps/wslay/config.sub:212:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
aria2-1.35.0/deps/wslay/config.sub-213-		;;
##############################################
aria2-1.35.0/deps/wslay/config.sub-217-	-isc*)
aria2-1.35.0/deps/wslay/config.sub:218:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
aria2-1.35.0/deps/wslay/config.sub-219-		;;
##############################################
aria2-1.35.0/deps/wslay/config.sub-229-	-ptx*)
aria2-1.35.0/deps/wslay/config.sub:230:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-sequent/'`
aria2-1.35.0/deps/wslay/config.sub-231-		;;
##############################################
aria2-1.35.0/deps/wslay/config.sub-364-	*-*-*)
aria2-1.35.0/deps/wslay/config.sub:365:		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
aria2-1.35.0/deps/wslay/config.sub-366-		exit 1
##############################################
aria2-1.35.0/deps/wslay/config.sub-493-	amd64-*)
aria2-1.35.0/deps/wslay/config.sub:494:		basic_machine=x86_64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
aria2-1.35.0/deps/wslay/config.sub-495-		;;
##############################################
aria2-1.35.0/deps/wslay/config.sub-538-	blackfin-*)
aria2-1.35.0/deps/wslay/config.sub:539:		basic_machine=bfin-`echo "$basic_machine" | sed 's/^[^-]*-//'`
aria2-1.35.0/deps/wslay/config.sub-540-		os=-linux
##############################################
aria2-1.35.0/deps/wslay/config.sub-546-	c54x-*)
aria2-1.35.0/deps/wslay/config.sub:547:		basic_machine=tic54x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
aria2-1.35.0/deps/wslay/config.sub-548-		;;
aria2-1.35.0/deps/wslay/config.sub-549-	c55x-*)
aria2-1.35.0/deps/wslay/config.sub:550:		basic_machine=tic55x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
aria2-1.35.0/deps/wslay/config.sub-551-		;;
aria2-1.35.0/deps/wslay/config.sub-552-	c6x-*)
aria2-1.35.0/deps/wslay/config.sub:553:		basic_machine=tic6x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
aria2-1.35.0/deps/wslay/config.sub-554-		;;
##############################################
aria2-1.35.0/deps/wslay/config.sub-650-	e500v[12]-*)
aria2-1.35.0/deps/wslay/config.sub:651:		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
aria2-1.35.0/deps/wslay/config.sub-652-		os=$os"spe"
##############################################
aria2-1.35.0/deps/wslay/config.sub-754-	i*86v32)
aria2-1.35.0/deps/wslay/config.sub:755:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
aria2-1.35.0/deps/wslay/config.sub-756-		os=-sysv32
##############################################
aria2-1.35.0/deps/wslay/config.sub-758-	i*86v4*)
aria2-1.35.0/deps/wslay/config.sub:759:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
aria2-1.35.0/deps/wslay/config.sub-760-		os=-sysv4
##############################################
aria2-1.35.0/deps/wslay/config.sub-762-	i*86v)
aria2-1.35.0/deps/wslay/config.sub:763:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
aria2-1.35.0/deps/wslay/config.sub-764-		os=-sysv
##############################################
aria2-1.35.0/deps/wslay/config.sub-766-	i*86sol2)
aria2-1.35.0/deps/wslay/config.sub:767:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
aria2-1.35.0/deps/wslay/config.sub-768-		os=-solaris2
##############################################
aria2-1.35.0/deps/wslay/config.sub-792-	leon-*|leon[3-9]-*)
aria2-1.35.0/deps/wslay/config.sub:793:		basic_machine=sparc-`echo "$basic_machine" | sed 's/-.*//'`
aria2-1.35.0/deps/wslay/config.sub-794-		;;
##############################################
aria2-1.35.0/deps/wslay/config.sub-799-	m68knommu-*)
aria2-1.35.0/deps/wslay/config.sub:800:		basic_machine=m68k-`echo "$basic_machine" | sed 's/^[^-]*-//'`
aria2-1.35.0/deps/wslay/config.sub-801-		os=-linux
##############################################
aria2-1.35.0/deps/wslay/config.sub-833-	mips3*-*)
aria2-1.35.0/deps/wslay/config.sub:834:		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`
aria2-1.35.0/deps/wslay/config.sub-835-		;;
aria2-1.35.0/deps/wslay/config.sub-836-	mips3*)
aria2-1.35.0/deps/wslay/config.sub:837:		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`-unknown
aria2-1.35.0/deps/wslay/config.sub-838-		;;
##############################################
aria2-1.35.0/deps/wslay/config.sub-855-	ms1-*)
aria2-1.35.0/deps/wslay/config.sub:856:		basic_machine=`echo "$basic_machine" | sed -e 's/ms1-/mt-/'`
aria2-1.35.0/deps/wslay/config.sub-857-		;;
##############################################
aria2-1.35.0/deps/wslay/config.sub-980-	parisc-*)
aria2-1.35.0/deps/wslay/config.sub:981:		basic_machine=hppa-`echo "$basic_machine" | sed 's/^[^-]*-//'`
aria2-1.35.0/deps/wslay/config.sub-982-		os=-linux
##############################################
aria2-1.35.0/deps/wslay/config.sub-996-	pc98-*)
aria2-1.35.0/deps/wslay/config.sub:997:		basic_machine=i386-`echo "$basic_machine" | sed 's/^[^-]*-//'`
aria2-1.35.0/deps/wslay/config.sub-998-		;;
##############################################
aria2-1.35.0/deps/wslay/config.sub-1011-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
aria2-1.35.0/deps/wslay/config.sub:1012:		basic_machine=i586-`echo "$basic_machine" | sed 's/^[^-]*-//'`
aria2-1.35.0/deps/wslay/config.sub-1013-		;;
aria2-1.35.0/deps/wslay/config.sub-1014-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
aria2-1.35.0/deps/wslay/config.sub:1015:		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
aria2-1.35.0/deps/wslay/config.sub-1016-		;;
aria2-1.35.0/deps/wslay/config.sub-1017-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
aria2-1.35.0/deps/wslay/config.sub:1018:		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
aria2-1.35.0/deps/wslay/config.sub-1019-		;;
aria2-1.35.0/deps/wslay/config.sub-1020-	pentium4-*)
aria2-1.35.0/deps/wslay/config.sub:1021:		basic_machine=i786-`echo "$basic_machine" | sed 's/^[^-]*-//'`
aria2-1.35.0/deps/wslay/config.sub-1022-		;;
##############################################
aria2-1.35.0/deps/wslay/config.sub-1030-	ppc-* | ppcbe-*)
aria2-1.35.0/deps/wslay/config.sub:1031:		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
aria2-1.35.0/deps/wslay/config.sub-1032-		;;
##############################################
aria2-1.35.0/deps/wslay/config.sub-1036-	ppcle-* | powerpclittle-*)
aria2-1.35.0/deps/wslay/config.sub:1037:		basic_machine=powerpcle-`echo "$basic_machine" | sed 's/^[^-]*-//'`
aria2-1.35.0/deps/wslay/config.sub-1038-		;;
##############################################
aria2-1.35.0/deps/wslay/config.sub-1040-		;;
aria2-1.35.0/deps/wslay/config.sub:1041:	ppc64-*) basic_machine=powerpc64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
aria2-1.35.0/deps/wslay/config.sub-1042-		;;
##############################################
aria2-1.35.0/deps/wslay/config.sub-1046-	ppc64le-* | powerpc64little-*)
aria2-1.35.0/deps/wslay/config.sub:1047:		basic_machine=powerpc64le-`echo "$basic_machine" | sed 's/^[^-]*-//'`
aria2-1.35.0/deps/wslay/config.sub-1048-		;;
##############################################
aria2-1.35.0/deps/wslay/config.sub-1122-	strongarm-* | thumb-*)
aria2-1.35.0/deps/wslay/config.sub:1123:		basic_machine=arm-`echo "$basic_machine" | sed 's/^[^-]*-//'`
aria2-1.35.0/deps/wslay/config.sub-1124-		;;
##############################################
aria2-1.35.0/deps/wslay/config.sub-1255-	xscale-* | xscalee[bl]-*)
aria2-1.35.0/deps/wslay/config.sub:1256:		basic_machine=`echo "$basic_machine" | sed 's/^xscale/arm/'`
aria2-1.35.0/deps/wslay/config.sub-1257-		;;
##############################################
aria2-1.35.0/deps/wslay/config.sub-1317-	*)
aria2-1.35.0/deps/wslay/config.sub:1318:		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
aria2-1.35.0/deps/wslay/config.sub-1319-		exit 1
##############################################
aria2-1.35.0/deps/wslay/config.sub-1325-	*-digital*)
aria2-1.35.0/deps/wslay/config.sub:1326:		basic_machine=`echo "$basic_machine" | sed 's/digital.*/dec/'`
aria2-1.35.0/deps/wslay/config.sub-1327-		;;
aria2-1.35.0/deps/wslay/config.sub-1328-	*-commodore*)
aria2-1.35.0/deps/wslay/config.sub:1329:		basic_machine=`echo "$basic_machine" | sed 's/commodore.*/cbm/'`
aria2-1.35.0/deps/wslay/config.sub-1330-		;;
##############################################
aria2-1.35.0/deps/wslay/config.sub-1346-	-solaris1 | -solaris1.*)
aria2-1.35.0/deps/wslay/config.sub:1347:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
aria2-1.35.0/deps/wslay/config.sub-1348-		;;
##############################################
aria2-1.35.0/deps/wslay/config.sub-1355-	-gnu/linux*)
aria2-1.35.0/deps/wslay/config.sub:1356:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
aria2-1.35.0/deps/wslay/config.sub-1357-		;;
##############################################
aria2-1.35.0/deps/wslay/config.sub-1407-	-nto*)
aria2-1.35.0/deps/wslay/config.sub:1408:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
aria2-1.35.0/deps/wslay/config.sub-1409-		;;
##############################################
aria2-1.35.0/deps/wslay/config.sub-1414-	-mac*)
aria2-1.35.0/deps/wslay/config.sub:1415:		os=`echo "$os" | sed -e 's|mac|macos|'`
aria2-1.35.0/deps/wslay/config.sub-1416-		;;
##############################################
aria2-1.35.0/deps/wslay/config.sub-1420-	-linux*)
aria2-1.35.0/deps/wslay/config.sub:1421:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
aria2-1.35.0/deps/wslay/config.sub-1422-		;;
aria2-1.35.0/deps/wslay/config.sub-1423-	-sunos5*)
aria2-1.35.0/deps/wslay/config.sub:1424:		os=`echo "$os" | sed -e 's|sunos5|solaris2|'`
aria2-1.35.0/deps/wslay/config.sub-1425-		;;
aria2-1.35.0/deps/wslay/config.sub-1426-	-sunos6*)
aria2-1.35.0/deps/wslay/config.sub:1427:		os=`echo "$os" | sed -e 's|sunos6|solaris3|'`
aria2-1.35.0/deps/wslay/config.sub-1428-		;;
##############################################
aria2-1.35.0/deps/wslay/config.sub-1469-	-sinix5.*)
aria2-1.35.0/deps/wslay/config.sub:1470:		os=`echo $os | sed -e 's|sinix|sysv|'`
aria2-1.35.0/deps/wslay/config.sub-1471-		;;
##############################################
aria2-1.35.0/deps/wslay/config.sub-1528-		# Get rid of the `-' at the beginning of $os.
aria2-1.35.0/deps/wslay/config.sub:1529:		os=`echo $os | sed 's/[^-]*-//'`
aria2-1.35.0/deps/wslay/config.sub:1530:		echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2
aria2-1.35.0/deps/wslay/config.sub-1531-		exit 1
##############################################
aria2-1.35.0/deps/wslay/config.sub-1788-		esac
aria2-1.35.0/deps/wslay/config.sub:1789:		basic_machine=`echo "$basic_machine" | sed "s/unknown/$vendor/"`
aria2-1.35.0/deps/wslay/config.sub-1790-		;;
##############################################
aria2-1.35.0/deps/wslay/config.guess-34-
aria2-1.35.0/deps/wslay/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
aria2-1.35.0/deps/wslay/config.guess-36-
##############################################
aria2-1.35.0/deps/wslay/config.guess-102-: ${TMPDIR=/tmp} ;
aria2-1.35.0/deps/wslay/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
aria2-1.35.0/deps/wslay/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
aria2-1.35.0/deps/wslay/config.guess-151-	EOF
aria2-1.35.0/deps/wslay/config.guess:152:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`"
aria2-1.35.0/deps/wslay/config.guess-153-
##############################################
aria2-1.35.0/deps/wslay/config.guess-188-	    earmv*)
aria2-1.35.0/deps/wslay/config.guess:189:		arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
aria2-1.35.0/deps/wslay/config.guess:190:		endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
aria2-1.35.0/deps/wslay/config.guess-191-		machine="${arch}${endian}"-unknown
##############################################
aria2-1.35.0/deps/wslay/config.guess-220-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
aria2-1.35.0/deps/wslay/config.guess:221:		abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
aria2-1.35.0/deps/wslay/config.guess-222-		;;
##############################################
aria2-1.35.0/deps/wslay/config.guess-233-	    *)
aria2-1.35.0/deps/wslay/config.guess:234:		release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
aria2-1.35.0/deps/wslay/config.guess-235-		;;
##############################################
aria2-1.35.0/deps/wslay/config.guess-280-	*4.0)
aria2-1.35.0/deps/wslay/config.guess:281:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
aria2-1.35.0/deps/wslay/config.guess-282-		;;
aria2-1.35.0/deps/wslay/config.guess-283-	*5.*)
aria2-1.35.0/deps/wslay/config.guess:284:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
aria2-1.35.0/deps/wslay/config.guess-285-		;;
##############################################
aria2-1.35.0/deps/wslay/config.guess-290-	# types through head -n 1, so we only detect the type of CPU 0.
aria2-1.35.0/deps/wslay/config.guess:291:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
aria2-1.35.0/deps/wslay/config.guess-292-	case "$ALPHA_CPU_TYPE" in
##############################################
aria2-1.35.0/deps/wslay/config.guess-328-	# 1.2 uses "1.2" for uname -r.
aria2-1.35.0/deps/wslay/config.guess:329:	echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`"
aria2-1.35.0/deps/wslay/config.guess-330-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
aria2-1.35.0/deps/wslay/config.guess-379-    s390x:SunOS:*:*)
aria2-1.35.0/deps/wslay/config.guess:380:	echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
aria2-1.35.0/deps/wslay/config.guess-381-	exit ;;
aria2-1.35.0/deps/wslay/config.guess-382-    sun4H:SunOS:5.*:*)
aria2-1.35.0/deps/wslay/config.guess:383:	echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
aria2-1.35.0/deps/wslay/config.guess-384-	exit ;;
aria2-1.35.0/deps/wslay/config.guess-385-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
aria2-1.35.0/deps/wslay/config.guess:386:	echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
aria2-1.35.0/deps/wslay/config.guess-387-	exit ;;
##############################################
aria2-1.35.0/deps/wslay/config.guess-404-	fi
aria2-1.35.0/deps/wslay/config.guess:405:	echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
aria2-1.35.0/deps/wslay/config.guess-406-	exit ;;
##############################################
aria2-1.35.0/deps/wslay/config.guess-410-	# it's likely to be more like Solaris than SunOS4.
aria2-1.35.0/deps/wslay/config.guess:411:	echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
aria2-1.35.0/deps/wslay/config.guess-412-	exit ;;
##############################################
aria2-1.35.0/deps/wslay/config.guess-419-	# Japanese Language versions have a version number like `4.1.3-JL'.
aria2-1.35.0/deps/wslay/config.guess:420:	echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`"
aria2-1.35.0/deps/wslay/config.guess-421-	exit ;;
##############################################
aria2-1.35.0/deps/wslay/config.guess-425-    sun*:*:4.2BSD:*)
aria2-1.35.0/deps/wslay/config.guess:426:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
aria2-1.35.0/deps/wslay/config.guess-427-	test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3
##############################################
aria2-1.35.0/deps/wslay/config.guess-507-	$CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
aria2-1.35.0/deps/wslay/config.guess:508:	  dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` &&
aria2-1.35.0/deps/wslay/config.guess:509:	  SYSTEM_NAME=`"$dummy" "$dummyarg"` &&
aria2-1.35.0/deps/wslay/config.guess-510-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
aria2-1.35.0/deps/wslay/config.guess-563-    *:IRIX*:*:*)
aria2-1.35.0/deps/wslay/config.guess:564:	echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`"
aria2-1.35.0/deps/wslay/config.guess-565-	exit ;;
##############################################
aria2-1.35.0/deps/wslay/config.guess-593-EOF
aria2-1.35.0/deps/wslay/config.guess:594:		if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
aria2-1.35.0/deps/wslay/config.guess-595-		then
##############################################
aria2-1.35.0/deps/wslay/config.guess-606-    *:AIX:*:[4567])
aria2-1.35.0/deps/wslay/config.guess:607:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
aria2-1.35.0/deps/wslay/config.guess-608-	if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then
##############################################
aria2-1.35.0/deps/wslay/config.guess-642-    9000/[34678]??:HP-UX:*:*)
aria2-1.35.0/deps/wslay/config.guess:643:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
aria2-1.35.0/deps/wslay/config.guess-644-	case "$UNAME_MACHINE" in
##############################################
aria2-1.35.0/deps/wslay/config.guess-696-EOF
aria2-1.35.0/deps/wslay/config.guess:697:		    (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
aria2-1.35.0/deps/wslay/config.guess-698-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
aria2-1.35.0/deps/wslay/config.guess-724-    ia64:HP-UX:*:*)
aria2-1.35.0/deps/wslay/config.guess:725:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
aria2-1.35.0/deps/wslay/config.guess-726-	echo ia64-hp-hpux"$HPUX_REV"
##############################################
aria2-1.35.0/deps/wslay/config.guess-754-EOF
aria2-1.35.0/deps/wslay/config.guess:755:	$CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
aria2-1.35.0/deps/wslay/config.guess-756-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
aria2-1.35.0/deps/wslay/config.guess-825-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
aria2-1.35.0/deps/wslay/config.guess:826:	FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'`
aria2-1.35.0/deps/wslay/config.guess-827-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
aria2-1.35.0/deps/wslay/config.guess-830-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
aria2-1.35.0/deps/wslay/config.guess:831:	FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
aria2-1.35.0/deps/wslay/config.guess-832-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
aria2-1.35.0/deps/wslay/config.guess-850-	esac
aria2-1.35.0/deps/wslay/config.guess:851:	echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
aria2-1.35.0/deps/wslay/config.guess-852-	exit ;;
##############################################
aria2-1.35.0/deps/wslay/config.guess-886-    prep*:SunOS:5.*:*)
aria2-1.35.0/deps/wslay/config.guess:887:	echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
aria2-1.35.0/deps/wslay/config.guess-888-	exit ;;
##############################################
aria2-1.35.0/deps/wslay/config.guess-890-	# the GNU system
aria2-1.35.0/deps/wslay/config.guess:891:	echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`"
aria2-1.35.0/deps/wslay/config.guess-892-	exit ;;
##############################################
aria2-1.35.0/deps/wslay/config.guess-894-	# other systems with GNU libc and userland
aria2-1.35.0/deps/wslay/config.guess:895:	echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
aria2-1.35.0/deps/wslay/config.guess-896-	exit ;;
##############################################
aria2-1.35.0/deps/wslay/config.guess-988-EOF
aria2-1.35.0/deps/wslay/config.guess:989:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU'`"
aria2-1.35.0/deps/wslay/config.guess-990-	test "x$CPU" != x && { echo "$CPU-unknown-linux-$LIBC"; exit; }
##############################################
aria2-1.35.0/deps/wslay/config.guess-1092-    i*86:*:4.*:*)
aria2-1.35.0/deps/wslay/config.guess:1093:	UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'`
aria2-1.35.0/deps/wslay/config.guess-1094-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
aria2-1.35.0/deps/wslay/config.guess-1295-	fi
aria2-1.35.0/deps/wslay/config.guess:1296:	if test "`echo "$UNAME_RELEASE" | sed -e 's/\..*//'`" -le 10 ; then
aria2-1.35.0/deps/wslay/config.guess-1297-	    if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
##############################################
aria2-1.35.0/deps/wslay/config.guess-1393-    *:DragonFly:*:*)
aria2-1.35.0/deps/wslay/config.guess:1394:	echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
aria2-1.35.0/deps/wslay/config.guess-1395-	exit ;;
##############################################
aria2-1.35.0/deps/wslay/config.guess-1406-    i*86:skyos:*:*)
aria2-1.35.0/deps/wslay/config.guess:1407:	echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`"
aria2-1.35.0/deps/wslay/config.guess-1408-	exit ;;
##############################################
aria2-1.35.0/deps/wslay/compile-67-	mingw/*)
aria2-1.35.0/deps/wslay/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
aria2-1.35.0/deps/wslay/compile-69-	  ;;
aria2-1.35.0/deps/wslay/compile-70-	cygwin/*)
aria2-1.35.0/deps/wslay/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
aria2-1.35.0/deps/wslay/compile-72-	  ;;
aria2-1.35.0/deps/wslay/compile-73-	wine/*)
aria2-1.35.0/deps/wslay/compile:74:	  file=`winepath -w "$file" || echo "$file"`
aria2-1.35.0/deps/wslay/compile-75-	  ;;
##############################################
aria2-1.35.0/deps/wslay/compile-310-# Name of file we expect compiler to create.
aria2-1.35.0/deps/wslay/compile:311:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
aria2-1.35.0/deps/wslay/compile-312-
##############################################
aria2-1.35.0/deps/wslay/compile-316-# object file name, since that is what matters with a parallel build.
aria2-1.35.0/deps/wslay/compile:317:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
aria2-1.35.0/deps/wslay/compile-318-while true; do
##############################################
aria2-1.35.0/deps/wslay/Makefile.in-64-  { \
aria2-1.35.0/deps/wslay/Makefile.in:65:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aria2-1.35.0/deps/wslay/Makefile.in-66-  }; \
##############################################
aria2-1.35.0/deps/wslay/Makefile.in-199-  while test -n "$$dir1"; do \
aria2-1.35.0/deps/wslay/Makefile.in:200:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
aria2-1.35.0/deps/wslay/Makefile.in-201-    if test "$$first" != "."; then \
aria2-1.35.0/deps/wslay/Makefile.in-202-      if test "$$first" = ".."; then \
aria2-1.35.0/deps/wslay/Makefile.in:203:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
aria2-1.35.0/deps/wslay/Makefile.in:204:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
aria2-1.35.0/deps/wslay/Makefile.in-205-      else \
aria2-1.35.0/deps/wslay/Makefile.in:206:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
aria2-1.35.0/deps/wslay/Makefile.in-207-        if test "$$first2" = "$$first"; then \
aria2-1.35.0/deps/wslay/Makefile.in:208:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
aria2-1.35.0/deps/wslay/Makefile.in-209-        else \
##############################################
aria2-1.35.0/deps/wslay/Makefile.in-214-    fi; \
aria2-1.35.0/deps/wslay/Makefile.in:215:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
aria2-1.35.0/deps/wslay/Makefile.in-216-  done; \
##############################################
aria2-1.35.0/deps/wslay/Makefile.in-446-	dot_seen=no; \
aria2-1.35.0/deps/wslay/Makefile.in:447:	target=`echo $@ | sed s/-recursive//`; \
aria2-1.35.0/deps/wslay/Makefile.in-448-	case "$@" in \
##############################################
aria2-1.35.0/deps/wslay/Makefile.in-509-GTAGS:
aria2-1.35.0/deps/wslay/Makefile.in:510:	here=`$(am__cd) $(top_builddir) && pwd` \
aria2-1.35.0/deps/wslay/Makefile.in-511-	  && $(am__cd) $(top_srcdir) \
##############################################
aria2-1.35.0/deps/wslay/Makefile.in-544-	test -d "$(distdir)" || mkdir "$(distdir)"
aria2-1.35.0/deps/wslay/Makefile.in:545:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aria2-1.35.0/deps/wslay/Makefile.in:546:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aria2-1.35.0/deps/wslay/Makefile.in-547-	list='$(DISTFILES)'; \
##############################################
aria2-1.35.0/deps/wslay/Makefile.in-558-	  if test -d $$d/$$file; then \
aria2-1.35.0/deps/wslay/Makefile.in:559:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aria2-1.35.0/deps/wslay/Makefile.in-560-	    if test -d "$(distdir)/$$file"; then \
##############################################
aria2-1.35.0/deps/wslay/Makefile.in-669-	test -d $(distdir)/_build || exit 0; \
aria2-1.35.0/deps/wslay/Makefile.in:670:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
aria2-1.35.0/deps/wslay/Makefile.in-671-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
aria2-1.35.0/deps/wslay/Makefile.in-713-	}; \
aria2-1.35.0/deps/wslay/Makefile.in:714:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
aria2-1.35.0/deps/wslay/Makefile.in-715-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
aria2-1.35.0/deps/wslay/Makefile.in-725-	fi
aria2-1.35.0/deps/wslay/Makefile.in:726:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
aria2-1.35.0/deps/wslay/Makefile.in-727-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
aria2-1.35.0/deps/wslay/aclocal.m4-131-    PKG_CHECK_EXISTS([$3],
aria2-1.35.0/deps/wslay/aclocal.m4:132:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
aria2-1.35.0/deps/wslay/aclocal.m4-133-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
aria2-1.35.0/deps/wslay/aclocal.m4-179-        if test $_pkg_short_errors_supported = yes; then
aria2-1.35.0/deps/wslay/aclocal.m4:180:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
aria2-1.35.0/deps/wslay/aclocal.m4-181-        else 
aria2-1.35.0/deps/wslay/aclocal.m4:182:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
aria2-1.35.0/deps/wslay/aclocal.m4-183-        fi
##############################################
aria2-1.35.0/deps/wslay/aclocal.m4-368-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
aria2-1.35.0/deps/wslay/aclocal.m4:369:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
aria2-1.35.0/deps/wslay/aclocal.m4-370-# and then we would define $MISSING as
##############################################
aria2-1.35.0/deps/wslay/aclocal.m4-383-# Expand $ac_aux_dir to an absolute path.
aria2-1.35.0/deps/wslay/aclocal.m4:384:am_aux_dir=`cd "$ac_aux_dir" && pwd`
aria2-1.35.0/deps/wslay/aclocal.m4-385-])
##############################################
aria2-1.35.0/deps/wslay/aclocal.m4-481-  if test "$am_compiler_list" = ""; then
aria2-1.35.0/deps/wslay/aclocal.m4:482:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
aria2-1.35.0/deps/wslay/aclocal.m4-483-  fi
##############################################
aria2-1.35.0/deps/wslay/aclocal.m4-634-    # Strip MF so we end up with the name of the file.
aria2-1.35.0/deps/wslay/aclocal.m4:635:    am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
aria2-1.35.0/deps/wslay/aclocal.m4-636-    # Check whether this is an Automake generated Makefile which includes
##############################################
aria2-1.35.0/deps/wslay/aclocal.m4-641-      || continue
aria2-1.35.0/deps/wslay/aclocal.m4:642:    am_dirpart=`AS_DIRNAME(["$am_mf"])`
aria2-1.35.0/deps/wslay/aclocal.m4:643:    am_filepart=`AS_BASENAME(["$am_mf"])`
aria2-1.35.0/deps/wslay/aclocal.m4-644-    AM_RUN_LOG([cd "$am_dirpart" \
##############################################
aria2-1.35.0/deps/wslay/aclocal.m4-709-AC_REQUIRE([AC_PROG_INSTALL])dnl
aria2-1.35.0/deps/wslay/aclocal.m4:710:if test "`cd $srcdir && pwd`" != "`pwd`"; then
aria2-1.35.0/deps/wslay/aclocal.m4-711-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
aria2-1.35.0/deps/wslay/aclocal.m4-868-    * )
aria2-1.35.0/deps/wslay/aclocal.m4:869:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
aria2-1.35.0/deps/wslay/aclocal.m4-870-  esac
aria2-1.35.0/deps/wslay/aclocal.m4-871-done
aria2-1.35.0/deps/wslay/aclocal.m4:872:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
aria2-1.35.0/deps/wslay/aclocal.m4-873-
##############################################
aria2-1.35.0/deps/wslay/aclocal.m4-1124-     echo "timestamp, slept: $am_has_slept" > conftest.file
aria2-1.35.0/deps/wslay/aclocal.m4:1125:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
aria2-1.35.0/deps/wslay/aclocal.m4-1126-     if test "$[*]" = "X"; then
aria2-1.35.0/deps/wslay/aclocal.m4-1127-	# -L didn't work.
aria2-1.35.0/deps/wslay/aclocal.m4:1128:	set X `ls -t "$srcdir/configure" conftest.file`
aria2-1.35.0/deps/wslay/aclocal.m4-1129-     fi
##############################################
aria2-1.35.0/deps/wslay/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
aria2-1.35.0/deps/wslay/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
aria2-1.35.0/deps/wslay/configure-47-  as_echo='print -r --'
aria2-1.35.0/deps/wslay/configure-48-  as_echo_n='print -rn --'
aria2-1.35.0/deps/wslay/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
aria2-1.35.0/deps/wslay/configure-50-  as_echo='printf %s\n'
##############################################
aria2-1.35.0/deps/wslay/configure-52-else
aria2-1.35.0/deps/wslay/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
aria2-1.35.0/deps/wslay/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
aria2-1.35.0/deps/wslay/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
aria2-1.35.0/deps/wslay/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
aria2-1.35.0/deps/wslay/configure-64-      esac;
##############################################
aria2-1.35.0/deps/wslay/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
aria2-1.35.0/deps/wslay/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
aria2-1.35.0/deps/wslay/configure-201-
##############################################
aria2-1.35.0/deps/wslay/configure-206-    PATH=/empty FPATH=/empty; export PATH FPATH
aria2-1.35.0/deps/wslay/configure:207:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
aria2-1.35.0/deps/wslay/configure:208:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
aria2-1.35.0/deps/wslay/configure-209-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
aria2-1.35.0/deps/wslay/configure-335-      case $as_dir in #(
aria2-1.35.0/deps/wslay/configure:336:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
aria2-1.35.0/deps/wslay/configure-337-      *) as_qdir=$as_dir;;
##############################################
aria2-1.35.0/deps/wslay/configure-408-  {
aria2-1.35.0/deps/wslay/configure:409:    as_val=`expr "$@" || test $? -eq 1`
aria2-1.35.0/deps/wslay/configure-410-  }
##############################################
aria2-1.35.0/deps/wslay/configure-415-# ----------------------------------------
aria2-1.35.0/deps/wslay/configure:416:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
aria2-1.35.0/deps/wslay/configure-417-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
aria2-1.35.0/deps/wslay/configure-478-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
aria2-1.35.0/deps/wslay/configure:479:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
aria2-1.35.0/deps/wslay/configure-480-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
aria2-1.35.0/deps/wslay/configure-873-  case $ac_option in
aria2-1.35.0/deps/wslay/configure:874:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
aria2-1.35.0/deps/wslay/configure-875-  *=)   ac_optarg= ;;
##############################################
aria2-1.35.0/deps/wslay/configure-917-  -disable-* | --disable-*)
aria2-1.35.0/deps/wslay/configure:918:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
aria2-1.35.0/deps/wslay/configure-919-    # Reject names that are not valid shell variable names.
##############################################
aria2-1.35.0/deps/wslay/configure-922-    ac_useropt_orig=$ac_useropt
aria2-1.35.0/deps/wslay/configure:923:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
aria2-1.35.0/deps/wslay/configure-924-    case $ac_user_opts in
##############################################
aria2-1.35.0/deps/wslay/configure-943-  -enable-* | --enable-*)
aria2-1.35.0/deps/wslay/configure:944:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
aria2-1.35.0/deps/wslay/configure-945-    # Reject names that are not valid shell variable names.
##############################################
aria2-1.35.0/deps/wslay/configure-948-    ac_useropt_orig=$ac_useropt
aria2-1.35.0/deps/wslay/configure:949:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
aria2-1.35.0/deps/wslay/configure-950-    case $ac_user_opts in
##############################################
aria2-1.35.0/deps/wslay/configure-1156-  -with-* | --with-*)
aria2-1.35.0/deps/wslay/configure:1157:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
aria2-1.35.0/deps/wslay/configure-1158-    # Reject names that are not valid shell variable names.
##############################################
aria2-1.35.0/deps/wslay/configure-1161-    ac_useropt_orig=$ac_useropt
aria2-1.35.0/deps/wslay/configure:1162:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
aria2-1.35.0/deps/wslay/configure-1163-    case $ac_user_opts in
##############################################
aria2-1.35.0/deps/wslay/configure-1172-  -without-* | --without-*)
aria2-1.35.0/deps/wslay/configure:1173:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
aria2-1.35.0/deps/wslay/configure-1174-    # Reject names that are not valid shell variable names.
##############################################
aria2-1.35.0/deps/wslay/configure-1177-    ac_useropt_orig=$ac_useropt
aria2-1.35.0/deps/wslay/configure:1178:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
aria2-1.35.0/deps/wslay/configure-1179-    case $ac_user_opts in
##############################################
aria2-1.35.0/deps/wslay/configure-1210-  *=*)
aria2-1.35.0/deps/wslay/configure:1211:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
aria2-1.35.0/deps/wslay/configure-1212-    # Reject names that are not valid shell variable names.
##############################################
aria2-1.35.0/deps/wslay/configure-1231-if test -n "$ac_prev"; then
aria2-1.35.0/deps/wslay/configure:1232:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
aria2-1.35.0/deps/wslay/configure-1233-  as_fn_error $? "missing argument to $ac_option"
##############################################
aria2-1.35.0/deps/wslay/configure-1253-    */ )
aria2-1.35.0/deps/wslay/configure:1254:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
aria2-1.35.0/deps/wslay/configure-1255-      eval $ac_var=\$ac_val;;
##############################################
aria2-1.35.0/deps/wslay/configure-1288-ac_ls_di=`ls -di .` &&
aria2-1.35.0/deps/wslay/configure:1289:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
aria2-1.35.0/deps/wslay/configure-1290-  as_fn_error $? "working directory cannot be determined"
##############################################
aria2-1.35.0/deps/wslay/configure-1344-case $srcdir in
aria2-1.35.0/deps/wslay/configure:1345:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
aria2-1.35.0/deps/wslay/configure-1346-esac
##############################################
aria2-1.35.0/deps/wslay/configure-1387-By default, \`make install' will install all the files in
aria2-1.35.0/deps/wslay/configure:1388:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
aria2-1.35.0/deps/wslay/configure:1389:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
aria2-1.35.0/deps/wslay/configure-1390-for instance \`--prefix=\$HOME'.
##############################################
aria2-1.35.0/deps/wslay/configure-1506-*)
aria2-1.35.0/deps/wslay/configure:1507:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
aria2-1.35.0/deps/wslay/configure-1508-  # A ".." for each directory in $ac_dir_suffix.
aria2-1.35.0/deps/wslay/configure:1509:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
aria2-1.35.0/deps/wslay/configure-1510-  case $ac_top_builddir_sub in
##############################################
aria2-1.35.0/deps/wslay/configure-2223-    *\'*)
aria2-1.35.0/deps/wslay/configure:2224:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
aria2-1.35.0/deps/wslay/configure-2225-    esac
##############################################
aria2-1.35.0/deps/wslay/configure-2306-      case $ac_val in
aria2-1.35.0/deps/wslay/configure:2307:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
aria2-1.35.0/deps/wslay/configure-2308-      esac
##############################################
aria2-1.35.0/deps/wslay/configure-2321-	case $ac_val in
aria2-1.35.0/deps/wslay/configure:2322:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
aria2-1.35.0/deps/wslay/configure-2323-	esac
##############################################
aria2-1.35.0/deps/wslay/configure-2441-    set,)
aria2-1.35.0/deps/wslay/configure:2442:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
aria2-1.35.0/deps/wslay/configure:2443:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
aria2-1.35.0/deps/wslay/configure-2444-      ac_cache_corrupted=: ;;
##############################################
aria2-1.35.0/deps/wslay/configure-2452-	# differences in whitespace do not lead to failure.
aria2-1.35.0/deps/wslay/configure:2453:	ac_old_val_w=`echo x $ac_old_val`
aria2-1.35.0/deps/wslay/configure:2454:	ac_new_val_w=`echo x $ac_new_val`
aria2-1.35.0/deps/wslay/configure-2455-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
aria2-1.35.0/deps/wslay/configure-2472-    case $ac_new_val in
aria2-1.35.0/deps/wslay/configure:2473:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
aria2-1.35.0/deps/wslay/configure-2474-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
aria2-1.35.0/deps/wslay/configure-2565-test "x$ac_build_alias" = x &&
aria2-1.35.0/deps/wslay/configure:2566:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
aria2-1.35.0/deps/wslay/configure-2567-test "x$ac_build_alias" = x &&
aria2-1.35.0/deps/wslay/configure-2568-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
aria2-1.35.0/deps/wslay/configure:2569:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
aria2-1.35.0/deps/wslay/configure-2570-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
aria2-1.35.0/deps/wslay/configure-2589-IFS=$ac_save_IFS
aria2-1.35.0/deps/wslay/configure:2590:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
aria2-1.35.0/deps/wslay/configure-2591-
##############################################
aria2-1.35.0/deps/wslay/configure-2600-else
aria2-1.35.0/deps/wslay/configure:2601:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
aria2-1.35.0/deps/wslay/configure-2602-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
aria2-1.35.0/deps/wslay/configure-2622-IFS=$ac_save_IFS
aria2-1.35.0/deps/wslay/configure:2623:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
aria2-1.35.0/deps/wslay/configure-2624-
##############################################
aria2-1.35.0/deps/wslay/configure-2650-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
aria2-1.35.0/deps/wslay/configure:2651:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
aria2-1.35.0/deps/wslay/configure-2652-  ECHO='print -r --'
aria2-1.35.0/deps/wslay/configure:2653:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
aria2-1.35.0/deps/wslay/configure-2654-  ECHO='printf %s\n'
##############################################
aria2-1.35.0/deps/wslay/configure-2695-# Expand $ac_aux_dir to an absolute path.
aria2-1.35.0/deps/wslay/configure:2696:am_aux_dir=`cd "$ac_aux_dir" && pwd`
aria2-1.35.0/deps/wslay/configure-2697-
##############################################
aria2-1.35.0/deps/wslay/configure-3043-$as_echo_n "checking whether the C compiler works... " >&6; }
aria2-1.35.0/deps/wslay/configure:3044:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
aria2-1.35.0/deps/wslay/configure-3045-
##############################################
aria2-1.35.0/deps/wslay/configure-3087-	then :; else
aria2-1.35.0/deps/wslay/configure:3088:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
aria2-1.35.0/deps/wslay/configure-3089-	fi
##############################################
aria2-1.35.0/deps/wslay/configure-3147-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
aria2-1.35.0/deps/wslay/configure:3148:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
aria2-1.35.0/deps/wslay/configure-3149-	  break;;
##############################################
aria2-1.35.0/deps/wslay/configure-3256-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
aria2-1.35.0/deps/wslay/configure:3257:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
aria2-1.35.0/deps/wslay/configure-3258-       break;;
##############################################
aria2-1.35.0/deps/wslay/configure-3570-  # Check for GNU $ac_path_SED
aria2-1.35.0/deps/wslay/configure:3571:case `"$ac_path_SED" --version 2>&1` in
aria2-1.35.0/deps/wslay/configure-3572-*GNU*)
##############################################
aria2-1.35.0/deps/wslay/configure-3646-  # Check for GNU $ac_path_GREP
aria2-1.35.0/deps/wslay/configure:3647:case `"$ac_path_GREP" --version 2>&1` in
aria2-1.35.0/deps/wslay/configure-3648-*GNU*)
##############################################
aria2-1.35.0/deps/wslay/configure-3712-  # Check for GNU $ac_path_EGREP
aria2-1.35.0/deps/wslay/configure:3713:case `"$ac_path_EGREP" --version 2>&1` in
aria2-1.35.0/deps/wslay/configure-3714-*GNU*)
##############################################
aria2-1.35.0/deps/wslay/configure-3779-  # Check for GNU $ac_path_FGREP
aria2-1.35.0/deps/wslay/configure:3780:case `"$ac_path_FGREP" --version 2>&1` in
aria2-1.35.0/deps/wslay/configure-3781-*GNU*)
##############################################
aria2-1.35.0/deps/wslay/configure-3859-    # gcc leaves a trailing carriage return, which upsets mingw
aria2-1.35.0/deps/wslay/configure:3860:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
aria2-1.35.0/deps/wslay/configure-3861-  *)
aria2-1.35.0/deps/wslay/configure:3862:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
aria2-1.35.0/deps/wslay/configure-3863-  esac
##############################################
aria2-1.35.0/deps/wslay/configure-3868-      # Canonicalize the pathname of ld
aria2-1.35.0/deps/wslay/configure:3869:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
aria2-1.35.0/deps/wslay/configure-3870-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
aria2-1.35.0/deps/wslay/configure:3871:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
aria2-1.35.0/deps/wslay/configure-3872-      done
##############################################
aria2-1.35.0/deps/wslay/configure-3903-      # Break only if it was the GNU/non-GNU ld that we prefer.
aria2-1.35.0/deps/wslay/configure:3904:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
aria2-1.35.0/deps/wslay/configure-3905-      *GNU* | *'with BFD'*)
##############################################
aria2-1.35.0/deps/wslay/configure-3934-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
aria2-1.35.0/deps/wslay/configure:3935:case `$LD -v 2>&1 </dev/null` in
aria2-1.35.0/deps/wslay/configure-3936-*GNU* | *'with BFD'*)
##############################################
aria2-1.35.0/deps/wslay/configure-3984-	esac
aria2-1.35.0/deps/wslay/configure:3985:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
aria2-1.35.0/deps/wslay/configure-3986-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
aria2-1.35.0/deps/wslay/configure-3990-	*)
aria2-1.35.0/deps/wslay/configure:3991:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
aria2-1.35.0/deps/wslay/configure-3992-	  */dev/null*)
##############################################
aria2-1.35.0/deps/wslay/configure-4118-
aria2-1.35.0/deps/wslay/configure:4119:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
aria2-1.35.0/deps/wslay/configure-4120-    *COFF*)
##############################################
aria2-1.35.0/deps/wslay/configure-4230-    # And add a safety zone
aria2-1.35.0/deps/wslay/configure:4231:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
aria2-1.35.0/deps/wslay/configure:4232:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
aria2-1.35.0/deps/wslay/configure-4233-    ;;
##############################################
aria2-1.35.0/deps/wslay/configure-4263-    if test -n "$kargmax"; then
aria2-1.35.0/deps/wslay/configure:4264:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
aria2-1.35.0/deps/wslay/configure-4265-    else
##############################################
aria2-1.35.0/deps/wslay/configure-4272-       test undefined != "$lt_cv_sys_max_cmd_len"; then
aria2-1.35.0/deps/wslay/configure:4273:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
aria2-1.35.0/deps/wslay/configure:4274:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
aria2-1.35.0/deps/wslay/configure-4275-    else
##############################################
aria2-1.35.0/deps/wslay/configure-4284-      # we can't tell.
aria2-1.35.0/deps/wslay/configure:4285:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
aria2-1.35.0/deps/wslay/configure-4286-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
aria2-1.35.0/deps/wslay/configure-4288-      do
aria2-1.35.0/deps/wslay/configure:4289:        i=`expr $i + 1`
aria2-1.35.0/deps/wslay/configure-4290-        teststring=$teststring$teststring
##############################################
aria2-1.35.0/deps/wslay/configure-4292-      # Only check the string length outside the loop.
aria2-1.35.0/deps/wslay/configure:4293:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
aria2-1.35.0/deps/wslay/configure-4294-      teststring=
##############################################
aria2-1.35.0/deps/wslay/configure-4297-      # linker.  It appears as though 1/2 is a usable value.
aria2-1.35.0/deps/wslay/configure:4298:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
aria2-1.35.0/deps/wslay/configure-4299-    fi
##############################################
aria2-1.35.0/deps/wslay/configure-4708-openbsd* | bitrig*)
aria2-1.35.0/deps/wslay/configure:4709:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
aria2-1.35.0/deps/wslay/configure-4710-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
aria2-1.35.0/deps/wslay/configure-4778-    else
aria2-1.35.0/deps/wslay/configure:4779:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
aria2-1.35.0/deps/wslay/configure-4780-    fi
##############################################
aria2-1.35.0/deps/wslay/configure-4923-  # decide which one to use based on capabilities of $DLLTOOL
aria2-1.35.0/deps/wslay/configure:4924:  case `$DLLTOOL --help 2>&1` in
aria2-1.35.0/deps/wslay/configure-4925-  *--identify-strict*)
##############################################
aria2-1.35.0/deps/wslay/configure-5487-# If we're using GNU nm, then use its standard symbol codes.
aria2-1.35.0/deps/wslay/configure:5488:case `$NM -V 2>&1` in
aria2-1.35.0/deps/wslay/configure-5489-*GNU* | *'with BFD'*)
##############################################
aria2-1.35.0/deps/wslay/configure-5535-mingw*)
aria2-1.35.0/deps/wslay/configure:5536:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
aria2-1.35.0/deps/wslay/configure-5537-  ;;
##############################################
aria2-1.35.0/deps/wslay/configure-5764-   if test yes = "$GCC"; then
aria2-1.35.0/deps/wslay/configure:5765:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
aria2-1.35.0/deps/wslay/configure-5766-   fi
##############################################
aria2-1.35.0/deps/wslay/configure-5768- /*)
aria2-1.35.0/deps/wslay/configure:5769:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
aria2-1.35.0/deps/wslay/configure-5770-   ;; #(
##############################################
aria2-1.35.0/deps/wslay/configure-5863-    done
aria2-1.35.0/deps/wslay/configure:5864:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
aria2-1.35.0/deps/wslay/configure-5865-}
##############################################
aria2-1.35.0/deps/wslay/configure-5885-  test $ac_status = 0; }; then
aria2-1.35.0/deps/wslay/configure:5886:    case `/usr/bin/file conftest.$ac_objext` in
aria2-1.35.0/deps/wslay/configure-5887-      *ELF-32*)
##############################################
aria2-1.35.0/deps/wslay/configure-5906-    if test yes = "$lt_cv_prog_gnu_ld"; then
aria2-1.35.0/deps/wslay/configure:5907:      case `/usr/bin/file conftest.$ac_objext` in
aria2-1.35.0/deps/wslay/configure-5908-	*32-bit*)
##############################################
aria2-1.35.0/deps/wslay/configure-5918-    else
aria2-1.35.0/deps/wslay/configure:5919:      case `/usr/bin/file conftest.$ac_objext` in
aria2-1.35.0/deps/wslay/configure-5920-	*32-bit*)
##############################################
aria2-1.35.0/deps/wslay/configure-5944-    emul=elf
aria2-1.35.0/deps/wslay/configure:5945:    case `/usr/bin/file conftest.$ac_objext` in
aria2-1.35.0/deps/wslay/configure-5946-      *32-bit*)
##############################################
aria2-1.35.0/deps/wslay/configure-5952-    esac
aria2-1.35.0/deps/wslay/configure:5953:    case `/usr/bin/file conftest.$ac_objext` in
aria2-1.35.0/deps/wslay/configure-5954-      *MSB*)
##############################################
aria2-1.35.0/deps/wslay/configure-5960-    esac
aria2-1.35.0/deps/wslay/configure:5961:    case `/usr/bin/file conftest.$ac_objext` in
aria2-1.35.0/deps/wslay/configure-5962-      *N32*)
##############################################
aria2-1.35.0/deps/wslay/configure-6893-    *:)
aria2-1.35.0/deps/wslay/configure:6894:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
aria2-1.35.0/deps/wslay/configure-6895-        ;;
aria2-1.35.0/deps/wslay/configure-6896-    x:*)
aria2-1.35.0/deps/wslay/configure:6897:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
aria2-1.35.0/deps/wslay/configure-6898-        ;;
aria2-1.35.0/deps/wslay/configure-6899-    *::*)
aria2-1.35.0/deps/wslay/configure:6900:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
aria2-1.35.0/deps/wslay/configure:6901:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
aria2-1.35.0/deps/wslay/configure-6902-        ;;
aria2-1.35.0/deps/wslay/configure-6903-    *)
aria2-1.35.0/deps/wslay/configure:6904:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
aria2-1.35.0/deps/wslay/configure-6905-        ;;
##############################################
aria2-1.35.0/deps/wslay/configure-7162-do :
aria2-1.35.0/deps/wslay/configure:7163:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
aria2-1.35.0/deps/wslay/configure-7164-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
aria2-1.35.0/deps/wslay/configure-7167-  cat >>confdefs.h <<_ACEOF
aria2-1.35.0/deps/wslay/configure:7168:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
aria2-1.35.0/deps/wslay/configure-7169-_ACEOF
##############################################
aria2-1.35.0/deps/wslay/configure-7525-	"file_magic "*)
aria2-1.35.0/deps/wslay/configure:7526:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
aria2-1.35.0/deps/wslay/configure-7527-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
aria2-1.35.0/deps/wslay/configure-7591-	"file_magic "*)
aria2-1.35.0/deps/wslay/configure:7592:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
aria2-1.35.0/deps/wslay/configure-7593-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
aria2-1.35.0/deps/wslay/configure-7995-      *)
aria2-1.35.0/deps/wslay/configure:7996:	case `$CC -V 2>&1 | sed 5q` in
aria2-1.35.0/deps/wslay/configure-7997-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
aria2-1.35.0/deps/wslay/configure-8444-	# shared libraries, regardless of the interface used.
aria2-1.35.0/deps/wslay/configure:8445:	case `$LD -v 2>&1` in
aria2-1.35.0/deps/wslay/configure-8446-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
aria2-1.35.0/deps/wslay/configure-8476-    supports_anon_versioning=no
aria2-1.35.0/deps/wslay/configure:8477:    case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in
aria2-1.35.0/deps/wslay/configure-8478-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
aria2-1.35.0/deps/wslay/configure-8545-	# is; otherwise, prepend EXPORTS...
aria2-1.35.0/deps/wslay/configure:8546:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
aria2-1.35.0/deps/wslay/configure-8547-          cp $export_symbols $output_objdir/$soname.def;
##############################################
aria2-1.35.0/deps/wslay/configure-8579-	prefix_cmds="$SED"~
aria2-1.35.0/deps/wslay/configure:8580:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
aria2-1.35.0/deps/wslay/configure-8581-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
aria2-1.35.0/deps/wslay/configure-8601-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
aria2-1.35.0/deps/wslay/configure:8602:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
aria2-1.35.0/deps/wslay/configure:8603:      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'
aria2-1.35.0/deps/wslay/configure-8604-      ;;
##############################################
aria2-1.35.0/deps/wslay/configure-8619-        pgcc*)				# Portland Group C compiler
aria2-1.35.0/deps/wslay/configure:8620:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
aria2-1.35.0/deps/wslay/configure-8621-	  tmp_addflag=' $pic_flag'
##############################################
aria2-1.35.0/deps/wslay/configure-8624-					# Portland Group f77 and f90 compilers
aria2-1.35.0/deps/wslay/configure:8625:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
aria2-1.35.0/deps/wslay/configure-8626-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
aria2-1.35.0/deps/wslay/configure-8641-	nvcc*)	# Cuda Compiler Driver 2.2
aria2-1.35.0/deps/wslay/configure:8642:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
aria2-1.35.0/deps/wslay/configure-8643-	  compiler_needs_object=yes
##############################################
aria2-1.35.0/deps/wslay/configure-8645-	esac
aria2-1.35.0/deps/wslay/configure:8646:	case `$CC -V 2>&1 | sed 5q` in
aria2-1.35.0/deps/wslay/configure-8647-	*Sun\ C*)			# Sun C 5.9
aria2-1.35.0/deps/wslay/configure:8648:	  whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
aria2-1.35.0/deps/wslay/configure-8649-	  compiler_needs_object=yes
##############################################
aria2-1.35.0/deps/wslay/configure-8716-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
aria2-1.35.0/deps/wslay/configure:8717:      case `$LD -v 2>&1` in
aria2-1.35.0/deps/wslay/configure-8718-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
aria2-1.35.0/deps/wslay/configure-8805-	else
aria2-1.35.0/deps/wslay/configure:8806:	  export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
aria2-1.35.0/deps/wslay/configure-8807-	fi
##############################################
aria2-1.35.0/deps/wslay/configure-8870-	# below for broken collect2 doesn't work under 4.3+
aria2-1.35.0/deps/wslay/configure:8871:	  collect2name=`$CC -print-prog-name=collect2`
aria2-1.35.0/deps/wslay/configure-8872-	  if test -f "$collect2name" &&
##############################################
aria2-1.35.0/deps/wslay/configure-8950-      }'
aria2-1.35.0/deps/wslay/configure:8951:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
aria2-1.35.0/deps/wslay/configure-8952-  # Check for a 64-bit object if we didn't find anything.
aria2-1.35.0/deps/wslay/configure-8953-  if test -z "$lt_cv_aix_libpath_"; then
aria2-1.35.0/deps/wslay/configure:8954:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
aria2-1.35.0/deps/wslay/configure-8955-  fi
##############################################
aria2-1.35.0/deps/wslay/configure-8968-        hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
aria2-1.35.0/deps/wslay/configure:8969:        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
aria2-1.35.0/deps/wslay/configure-8970-      else
##############################################
aria2-1.35.0/deps/wslay/configure-9003-      }'
aria2-1.35.0/deps/wslay/configure:9004:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
aria2-1.35.0/deps/wslay/configure-9005-  # Check for a 64-bit object if we didn't find anything.
aria2-1.35.0/deps/wslay/configure-9006-  if test -z "$lt_cv_aix_libpath_"; then
aria2-1.35.0/deps/wslay/configure:9007:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
aria2-1.35.0/deps/wslay/configure-9008-  fi
##############################################
aria2-1.35.0/deps/wslay/configure-9035-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
aria2-1.35.0/deps/wslay/configure:9036:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
aria2-1.35.0/deps/wslay/configure-9037-	  if test svr4 != "$with_aix_soname"; then
##############################################
aria2-1.35.0/deps/wslay/configure-9088-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
aria2-1.35.0/deps/wslay/configure:9089:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
aria2-1.35.0/deps/wslay/configure-9090-            cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
aria2-1.35.0/deps/wslay/configure-9126-	# FIXME: Setting linknames here is a bad hack.
aria2-1.35.0/deps/wslay/configure:9127:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
aria2-1.35.0/deps/wslay/configure-9128-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
aria2-1.35.0/deps/wslay/configure-9144-  if test yes = "$lt_cv_ld_force_load"; then
aria2-1.35.0/deps/wslay/configure:9145:    whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
aria2-1.35.0/deps/wslay/configure-9146-
##############################################
aria2-1.35.0/deps/wslay/configure-9324-      if test yes = "$GCC"; then
aria2-1.35.0/deps/wslay/configure:9325:	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
aria2-1.35.0/deps/wslay/configure-9326-	# Try to use the -exported_symbol ld option, if it does not
##############################################
aria2-1.35.0/deps/wslay/configure-9352-	if test yes = "$lt_cv_irix_exported_symbol"; then
aria2-1.35.0/deps/wslay/configure:9353:          archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
aria2-1.35.0/deps/wslay/configure-9354-	fi
##############################################
aria2-1.35.0/deps/wslay/configure-9356-      else
aria2-1.35.0/deps/wslay/configure:9357:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
aria2-1.35.0/deps/wslay/configure:9358:	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
aria2-1.35.0/deps/wslay/configure-9359-      fi
##############################################
aria2-1.35.0/deps/wslay/configure-9403-	hardcode_direct_absolute=yes
aria2-1.35.0/deps/wslay/configure:9404:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
aria2-1.35.0/deps/wslay/configure-9405-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
aria2-1.35.0/deps/wslay/configure-9434-	prefix_cmds="$SED"~
aria2-1.35.0/deps/wslay/configure:9435:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
aria2-1.35.0/deps/wslay/configure-9436-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
aria2-1.35.0/deps/wslay/configure-9448-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
aria2-1.35.0/deps/wslay/configure:9449:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
aria2-1.35.0/deps/wslay/configure-9450-      else
aria2-1.35.0/deps/wslay/configure-9451-	allow_undefined_flag=' -expect_unresolved \*'
aria2-1.35.0/deps/wslay/configure:9452:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
aria2-1.35.0/deps/wslay/configure-9453-      fi
##############################################
aria2-1.35.0/deps/wslay/configure-9461-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
aria2-1.35.0/deps/wslay/configure:9462:	archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
aria2-1.35.0/deps/wslay/configure-9463-	hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
##############################################
aria2-1.35.0/deps/wslay/configure-9465-	allow_undefined_flag=' -expect_unresolved \*'
aria2-1.35.0/deps/wslay/configure:9466:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
aria2-1.35.0/deps/wslay/configure:9467:	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
aria2-1.35.0/deps/wslay/configure:9468:          $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
aria2-1.35.0/deps/wslay/configure-9469-
##############################################
aria2-1.35.0/deps/wslay/configure-9484-      else
aria2-1.35.0/deps/wslay/configure:9485:	case `$CC -V 2>&1` in
aria2-1.35.0/deps/wslay/configure-9486-	*"Compilers 5.0"*)
##############################################
aria2-1.35.0/deps/wslay/configure-9883-  esac
aria2-1.35.0/deps/wslay/configure:9884:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
aria2-1.35.0/deps/wslay/configure-9885-  case $lt_search_path_spec in
##############################################
aria2-1.35.0/deps/wslay/configure-9890-    # okay in the real world where ";" in dirpaths is itself problematic.
aria2-1.35.0/deps/wslay/configure:9891:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
aria2-1.35.0/deps/wslay/configure-9892-    ;;
aria2-1.35.0/deps/wslay/configure-9893-  *)
aria2-1.35.0/deps/wslay/configure:9894:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
aria2-1.35.0/deps/wslay/configure-9895-    ;;
##############################################
aria2-1.35.0/deps/wslay/configure-9899-  lt_tmp_lt_search_path_spec=
aria2-1.35.0/deps/wslay/configure:9900:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
aria2-1.35.0/deps/wslay/configure-9901-  # ...but if some path component already ends with the multilib dir we assume
##############################################
aria2-1.35.0/deps/wslay/configure-9941-  esac
aria2-1.35.0/deps/wslay/configure:9942:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
aria2-1.35.0/deps/wslay/configure-9943-else
##############################################
aria2-1.35.0/deps/wslay/configure-10081-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
aria2-1.35.0/deps/wslay/configure:10082:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
aria2-1.35.0/deps/wslay/configure-10083-    ;;
##############################################
aria2-1.35.0/deps/wslay/configure-10117-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
aria2-1.35.0/deps/wslay/configure:10118:    postinstall_cmds='base_file=`basename \$file`~
aria2-1.35.0/deps/wslay/configure:10119:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
aria2-1.35.0/deps/wslay/configure:10120:      dldir=$destdir/`dirname \$dlpath`~
aria2-1.35.0/deps/wslay/configure-10121-      test -d \$dldir || mkdir -p \$dldir~
##############################################
aria2-1.35.0/deps/wslay/configure-10126-      fi'
aria2-1.35.0/deps/wslay/configure:10127:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
aria2-1.35.0/deps/wslay/configure-10128-      dlpath=$dir/\$dldll~
##############################################
aria2-1.35.0/deps/wslay/configure-10134-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
aria2-1.35.0/deps/wslay/configure:10135:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
aria2-1.35.0/deps/wslay/configure-10136-
##############################################
aria2-1.35.0/deps/wslay/configure-10140-      # MinGW DLLs use traditional 'lib' prefix
aria2-1.35.0/deps/wslay/configure:10141:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
aria2-1.35.0/deps/wslay/configure-10142-      ;;
##############################################
aria2-1.35.0/deps/wslay/configure-10144-      # pw32 DLLs use 'pw' prefix rather than 'lib'
aria2-1.35.0/deps/wslay/configure:10145:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
aria2-1.35.0/deps/wslay/configure-10146-      ;;
##############################################
aria2-1.35.0/deps/wslay/configure-10153-    libname_spec='$name'
aria2-1.35.0/deps/wslay/configure:10154:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
aria2-1.35.0/deps/wslay/configure-10155-    library_names_spec='$libname.dll.lib'
##############################################
aria2-1.35.0/deps/wslay/configure-10165-        # Let DOS variable expansion print the short 8.3 style file name.
aria2-1.35.0/deps/wslay/configure:10166:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
aria2-1.35.0/deps/wslay/configure-10167-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
aria2-1.35.0/deps/wslay/configure-10170-      # Convert to MSYS style.
aria2-1.35.0/deps/wslay/configure:10171:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
aria2-1.35.0/deps/wslay/configure-10172-      ;;
##############################################
aria2-1.35.0/deps/wslay/configure-10176-      # like /cygdrive/c/PROGRA~1:/cygdr...
aria2-1.35.0/deps/wslay/configure:10177:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
aria2-1.35.0/deps/wslay/configure:10178:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
aria2-1.35.0/deps/wslay/configure:10179:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
aria2-1.35.0/deps/wslay/configure-10180-      ;;
##############################################
aria2-1.35.0/deps/wslay/configure-10184-        # It is most probably a Windows format PATH.
aria2-1.35.0/deps/wslay/configure:10185:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
aria2-1.35.0/deps/wslay/configure-10186-      else
aria2-1.35.0/deps/wslay/configure:10187:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
aria2-1.35.0/deps/wslay/configure-10188-      fi
##############################################
aria2-1.35.0/deps/wslay/configure-10194-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
aria2-1.35.0/deps/wslay/configure:10195:    postinstall_cmds='base_file=`basename \$file`~
aria2-1.35.0/deps/wslay/configure:10196:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
aria2-1.35.0/deps/wslay/configure:10197:      dldir=$destdir/`dirname \$dlpath`~
aria2-1.35.0/deps/wslay/configure-10198-      test -d \$dldir || mkdir -p \$dldir~
aria2-1.35.0/deps/wslay/configure-10199-      $install_prog $dir/$dlname \$dldir/$dlname'
aria2-1.35.0/deps/wslay/configure:10200:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
aria2-1.35.0/deps/wslay/configure-10201-      dlpath=$dir/\$dldll~
##############################################
aria2-1.35.0/deps/wslay/configure-10208-    # Assume MSVC wrapper
aria2-1.35.0/deps/wslay/configure:10209:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
aria2-1.35.0/deps/wslay/configure-10210-    dynamic_linker='Win32 ld.exe'
##############################################
aria2-1.35.0/deps/wslay/configure-10225-  shlibpath_var=DYLD_LIBRARY_PATH
aria2-1.35.0/deps/wslay/configure:10226:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
aria2-1.35.0/deps/wslay/configure-10227-
##############################################
aria2-1.35.0/deps/wslay/configure-10478-  if test -f /etc/ld.so.conf; then
aria2-1.35.0/deps/wslay/configure:10479:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
aria2-1.35.0/deps/wslay/configure-10480-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
aria2-1.35.0/deps/wslay/configure-10544-  need_lib_prefix=no
aria2-1.35.0/deps/wslay/configure:10545:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
aria2-1.35.0/deps/wslay/configure-10546-    need_version=no
##############################################
aria2-1.35.0/deps/wslay/configure-10571-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
aria2-1.35.0/deps/wslay/configure:10572:  postinstall_cmds='base_file=`basename \$file`~
aria2-1.35.0/deps/wslay/configure:10573:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
aria2-1.35.0/deps/wslay/configure:10574:    dldir=$destdir/`dirname \$dlpath`~
aria2-1.35.0/deps/wslay/configure-10575-    test -d \$dldir || mkdir -p \$dldir~
##############################################
aria2-1.35.0/deps/wslay/configure-10580-    fi'
aria2-1.35.0/deps/wslay/configure:10581:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
aria2-1.35.0/deps/wslay/configure-10582-    dlpath=$dir/\$dldll~
##############################################
aria2-1.35.0/deps/wslay/configure-11556-else
aria2-1.35.0/deps/wslay/configure:11557:  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
aria2-1.35.0/deps/wslay/configure-11558-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
##############################################
aria2-1.35.0/deps/wslay/configure-11578-IFS=$ac_save_IFS
aria2-1.35.0/deps/wslay/configure:11579:case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
aria2-1.35.0/deps/wslay/configure-11580-
##############################################
aria2-1.35.0/deps/wslay/configure-11709-     echo "timestamp, slept: $am_has_slept" > conftest.file
aria2-1.35.0/deps/wslay/configure:11710:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
aria2-1.35.0/deps/wslay/configure-11711-     if test "$*" = "X"; then
aria2-1.35.0/deps/wslay/configure-11712-	# -L didn't work.
aria2-1.35.0/deps/wslay/configure:11713:	set X `ls -t "$srcdir/configure" conftest.file`
aria2-1.35.0/deps/wslay/configure-11714-     fi
##############################################
aria2-1.35.0/deps/wslay/configure-11760-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
aria2-1.35.0/deps/wslay/configure:11761:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
aria2-1.35.0/deps/wslay/configure-11762-
##############################################
aria2-1.35.0/deps/wslay/configure-11902-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
aria2-1.35.0/deps/wslay/configure:11903:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
aria2-1.35.0/deps/wslay/configure-11904-	     'mkdir (GNU coreutils) '* | \
##############################################
aria2-1.35.0/deps/wslay/configure-11933-set x ${MAKE-make}
aria2-1.35.0/deps/wslay/configure:11934:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
aria2-1.35.0/deps/wslay/configure-11935-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
aria2-1.35.0/deps/wslay/configure-11943-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
aria2-1.35.0/deps/wslay/configure:11944:case `${MAKE-make} -f conftest.make 2>/dev/null` in
aria2-1.35.0/deps/wslay/configure-11945-  *@@@%%%=?*=@@@%%%*)
##############################################
aria2-1.35.0/deps/wslay/configure-12072-
aria2-1.35.0/deps/wslay/configure:12073:if test "`cd $srcdir && pwd`" != "`pwd`"; then
aria2-1.35.0/deps/wslay/configure-12074-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
aria2-1.35.0/deps/wslay/configure-12173-  if test "$am_compiler_list" = ""; then
aria2-1.35.0/deps/wslay/configure:12174:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
aria2-1.35.0/deps/wslay/configure-12175-  fi
##############################################
aria2-1.35.0/deps/wslay/configure-13178-  case $2 in
aria2-1.35.0/deps/wslay/configure:13179:  .*) func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%\\\\$2\$%%"`;;
aria2-1.35.0/deps/wslay/configure:13180:  *)  func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%$2\$%%"`;;
aria2-1.35.0/deps/wslay/configure-13181-  esac
##############################################
aria2-1.35.0/deps/wslay/configure-13458-    # gcc leaves a trailing carriage return, which upsets mingw
aria2-1.35.0/deps/wslay/configure:13459:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
aria2-1.35.0/deps/wslay/configure-13460-  *)
aria2-1.35.0/deps/wslay/configure:13461:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
aria2-1.35.0/deps/wslay/configure-13462-  esac
##############################################
aria2-1.35.0/deps/wslay/configure-13467-      # Canonicalize the pathname of ld
aria2-1.35.0/deps/wslay/configure:13468:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
aria2-1.35.0/deps/wslay/configure-13469-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
aria2-1.35.0/deps/wslay/configure:13470:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
aria2-1.35.0/deps/wslay/configure-13471-      done
##############################################
aria2-1.35.0/deps/wslay/configure-13502-      # Break only if it was the GNU/non-GNU ld that we prefer.
aria2-1.35.0/deps/wslay/configure:13503:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
aria2-1.35.0/deps/wslay/configure-13504-      *GNU* | *'with BFD'*)
##############################################
aria2-1.35.0/deps/wslay/configure-13533-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
aria2-1.35.0/deps/wslay/configure:13534:case `$LD -v 2>&1 </dev/null` in
aria2-1.35.0/deps/wslay/configure-13535-*GNU* | *'with BFD'*)
##############################################
aria2-1.35.0/deps/wslay/configure-13567-        # ancient GNU ld didn't support --whole-archive et. al.
aria2-1.35.0/deps/wslay/configure:13568:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
aria2-1.35.0/deps/wslay/configure-13569-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
aria2-1.35.0/deps/wslay/configure-13678-          # below for broken collect2 doesn't work under 4.3+
aria2-1.35.0/deps/wslay/configure:13679:	  collect2name=`$CC -print-prog-name=collect2`
aria2-1.35.0/deps/wslay/configure-13680-	  if test -f "$collect2name" &&
##############################################
aria2-1.35.0/deps/wslay/configure-13759-      }'
aria2-1.35.0/deps/wslay/configure:13760:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
aria2-1.35.0/deps/wslay/configure-13761-  # Check for a 64-bit object if we didn't find anything.
aria2-1.35.0/deps/wslay/configure-13762-  if test -z "$lt_cv_aix_libpath__CXX"; then
aria2-1.35.0/deps/wslay/configure:13763:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
aria2-1.35.0/deps/wslay/configure-13764-  fi
##############################################
aria2-1.35.0/deps/wslay/configure-13778-
aria2-1.35.0/deps/wslay/configure:13779:          archive_expsym_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
aria2-1.35.0/deps/wslay/configure-13780-        else
##############################################
aria2-1.35.0/deps/wslay/configure-13813-      }'
aria2-1.35.0/deps/wslay/configure:13814:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
aria2-1.35.0/deps/wslay/configure-13815-  # Check for a 64-bit object if we didn't find anything.
aria2-1.35.0/deps/wslay/configure-13816-  if test -z "$lt_cv_aix_libpath__CXX"; then
aria2-1.35.0/deps/wslay/configure:13817:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
aria2-1.35.0/deps/wslay/configure-13818-  fi
##############################################
aria2-1.35.0/deps/wslay/configure-13845-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
aria2-1.35.0/deps/wslay/configure:13846:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
aria2-1.35.0/deps/wslay/configure-13847-	    if test svr4 != "$with_aix_soname"; then
##############################################
aria2-1.35.0/deps/wslay/configure-13898-	  archive_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
aria2-1.35.0/deps/wslay/configure:13899:	  archive_expsym_cmds_CXX='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
aria2-1.35.0/deps/wslay/configure-13900-              cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
aria2-1.35.0/deps/wslay/configure-13940-	    # is; otherwise, prepend EXPORTS...
aria2-1.35.0/deps/wslay/configure:13941:	    archive_expsym_cmds_CXX='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
aria2-1.35.0/deps/wslay/configure-13942-              cp $export_symbols $output_objdir/$soname.def;
##############################################
aria2-1.35.0/deps/wslay/configure-13961-  if test yes = "$lt_cv_ld_force_load"; then
aria2-1.35.0/deps/wslay/configure:13962:    whole_archive_flag_spec_CXX='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
aria2-1.35.0/deps/wslay/configure-13963-
##############################################
aria2-1.35.0/deps/wslay/configure-14006-	  prefix_cmds="$SED"~
aria2-1.35.0/deps/wslay/configure:14007:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
aria2-1.35.0/deps/wslay/configure-14008-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
aria2-1.35.0/deps/wslay/configure-14080-            # dependencies.
aria2-1.35.0/deps/wslay/configure:14081:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP " \-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
aria2-1.35.0/deps/wslay/configure-14082-            ;;
##############################################
aria2-1.35.0/deps/wslay/configure-14145-	    # dependencies.
aria2-1.35.0/deps/wslay/configure:14146:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP " \-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
aria2-1.35.0/deps/wslay/configure-14147-	    ;;
##############################################
aria2-1.35.0/deps/wslay/configure-14181-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
aria2-1.35.0/deps/wslay/configure:14182:	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'
aria2-1.35.0/deps/wslay/configure:14183:	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'
aria2-1.35.0/deps/wslay/configure-14184-	;;
##############################################
aria2-1.35.0/deps/wslay/configure-14188-	    # SGI C++
aria2-1.35.0/deps/wslay/configure:14189:	    archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
aria2-1.35.0/deps/wslay/configure-14190-
##############################################
aria2-1.35.0/deps/wslay/configure-14199-	      if test no = "$with_gnu_ld"; then
aria2-1.35.0/deps/wslay/configure:14200:	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
aria2-1.35.0/deps/wslay/configure-14201-	      else
aria2-1.35.0/deps/wslay/configure:14202:	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib'
aria2-1.35.0/deps/wslay/configure-14203-	      fi
##############################################
aria2-1.35.0/deps/wslay/configure-14220-	    # to its proper name (with version) after linking.
aria2-1.35.0/deps/wslay/configure:14221:	    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'
aria2-1.35.0/deps/wslay/configure:14222:	    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'
aria2-1.35.0/deps/wslay/configure-14223-	    # Commands to make compiler produce verbose output that lists
##############################################
aria2-1.35.0/deps/wslay/configure-14230-	    # dependencies.
aria2-1.35.0/deps/wslay/configure:14231:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
aria2-1.35.0/deps/wslay/configure-14232-
##############################################
aria2-1.35.0/deps/wslay/configure-14245-	    # earlier do not add the objects themselves.
aria2-1.35.0/deps/wslay/configure:14246:	    case `$CC -V 2>&1` in
aria2-1.35.0/deps/wslay/configure-14247-	      *"Version 7."*)
##############################################
aria2-1.35.0/deps/wslay/configure-14266-            # Portland Group C++ compiler
aria2-1.35.0/deps/wslay/configure:14267:	    case `$CC -V` in
aria2-1.35.0/deps/wslay/configure-14268-	    *pgCC\ [1-5].* | *pgcpp\ [1-5].*)
##############################################
aria2-1.35.0/deps/wslay/configure-14271-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
aria2-1.35.0/deps/wslay/configure:14272:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
aria2-1.35.0/deps/wslay/configure-14273-	      old_archive_cmds_CXX='tpldir=Template.dir~
##############################################
aria2-1.35.0/deps/wslay/configure-14275-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
aria2-1.35.0/deps/wslay/configure:14276:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
aria2-1.35.0/deps/wslay/configure-14277-                $RANLIB $oldlib'
##############################################
aria2-1.35.0/deps/wslay/configure-14280-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
aria2-1.35.0/deps/wslay/configure:14281:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
aria2-1.35.0/deps/wslay/configure-14282-	      archive_expsym_cmds_CXX='tpldir=Template.dir~
##############################################
aria2-1.35.0/deps/wslay/configure-14284-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
aria2-1.35.0/deps/wslay/configure:14285:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
aria2-1.35.0/deps/wslay/configure-14286-	      ;;
##############################################
aria2-1.35.0/deps/wslay/configure-14294-	    export_dynamic_flag_spec_CXX='$wl--export-dynamic'
aria2-1.35.0/deps/wslay/configure:14295:	    whole_archive_flag_spec_CXX='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
aria2-1.35.0/deps/wslay/configure-14296-            ;;
##############################################
aria2-1.35.0/deps/wslay/configure-14313-	    # dependencies.
aria2-1.35.0/deps/wslay/configure:14314:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
aria2-1.35.0/deps/wslay/configure-14315-	    ;;
##############################################
aria2-1.35.0/deps/wslay/configure-14328-	  *)
aria2-1.35.0/deps/wslay/configure:14329:	    case `$CC -V 2>&1 | sed 5q` in
aria2-1.35.0/deps/wslay/configure-14330-	    *Sun\ C*)
##############################################
aria2-1.35.0/deps/wslay/configure-14335-	      hardcode_libdir_flag_spec_CXX='-R$libdir'
aria2-1.35.0/deps/wslay/configure:14336:	      whole_archive_flag_spec_CXX='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
aria2-1.35.0/deps/wslay/configure-14337-	      compiler_needs_object_CXX=yes
##############################################
aria2-1.35.0/deps/wslay/configure-14400-	  hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir'
aria2-1.35.0/deps/wslay/configure:14401:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
aria2-1.35.0/deps/wslay/configure-14402-	    archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib'
##############################################
aria2-1.35.0/deps/wslay/configure-14419-	    # to its proper name (with version) after linking.
aria2-1.35.0/deps/wslay/configure:14420:	    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'
aria2-1.35.0/deps/wslay/configure-14421-
##############################################
aria2-1.35.0/deps/wslay/configure-14440-	        allow_undefined_flag_CXX=' $wl-expect_unresolved $wl\*'
aria2-1.35.0/deps/wslay/configure:14441:	        archive_cmds_CXX='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
aria2-1.35.0/deps/wslay/configure-14442-	        hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
##############################################
aria2-1.35.0/deps/wslay/configure-14445-	        allow_undefined_flag_CXX=' -expect_unresolved \*'
aria2-1.35.0/deps/wslay/configure:14446:	        archive_cmds_CXX='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
aria2-1.35.0/deps/wslay/configure:14447:	        archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
aria2-1.35.0/deps/wslay/configure-14448-                  echo "-hidden">> $lib.exp~
aria2-1.35.0/deps/wslay/configure:14449:                  $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~
aria2-1.35.0/deps/wslay/configure-14450-                  $RM $lib.exp'
##############################################
aria2-1.35.0/deps/wslay/configure-14464-	    # dependencies.
aria2-1.35.0/deps/wslay/configure:14465:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
aria2-1.35.0/deps/wslay/configure-14466-	    ;;
##############################################
aria2-1.35.0/deps/wslay/configure-14471-	        osf3*)
aria2-1.35.0/deps/wslay/configure:14472:	          archive_cmds_CXX='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
aria2-1.35.0/deps/wslay/configure-14473-		  ;;
aria2-1.35.0/deps/wslay/configure-14474-	        *)
aria2-1.35.0/deps/wslay/configure:14475:	          archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
aria2-1.35.0/deps/wslay/configure-14476-		  ;;
##############################################
aria2-1.35.0/deps/wslay/configure-14718-
aria2-1.35.0/deps/wslay/configure:14719:  for p in `eval "$output_verbose_link_cmd"`; do
aria2-1.35.0/deps/wslay/configure-14720-    case $prev$p in
##############################################
aria2-1.35.0/deps/wslay/configure-14821-if test -n "${compiler_lib_search_path_CXX}"; then
aria2-1.35.0/deps/wslay/configure:14822: compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | $SED -e 's! -L! !g' -e 's!^ !!'`
aria2-1.35.0/deps/wslay/configure-14823-fi
##############################################
aria2-1.35.0/deps/wslay/configure-15068-	  *)
aria2-1.35.0/deps/wslay/configure:15069:	    case `$CC -V 2>&1 | sed 5q` in
aria2-1.35.0/deps/wslay/configure-15070-	    *Sun\ C*)
##############################################
aria2-1.35.0/deps/wslay/configure-15450-    else
aria2-1.35.0/deps/wslay/configure:15451:      export_symbols_cmds_CXX='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
aria2-1.35.0/deps/wslay/configure-15452-    fi
##############################################
aria2-1.35.0/deps/wslay/configure-15755-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
aria2-1.35.0/deps/wslay/configure:15756:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
aria2-1.35.0/deps/wslay/configure-15757-    ;;
##############################################
aria2-1.35.0/deps/wslay/configure-15791-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
aria2-1.35.0/deps/wslay/configure:15792:    postinstall_cmds='base_file=`basename \$file`~
aria2-1.35.0/deps/wslay/configure:15793:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
aria2-1.35.0/deps/wslay/configure:15794:      dldir=$destdir/`dirname \$dlpath`~
aria2-1.35.0/deps/wslay/configure-15795-      test -d \$dldir || mkdir -p \$dldir~
##############################################
aria2-1.35.0/deps/wslay/configure-15800-      fi'
aria2-1.35.0/deps/wslay/configure:15801:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
aria2-1.35.0/deps/wslay/configure-15802-      dlpath=$dir/\$dldll~
##############################################
aria2-1.35.0/deps/wslay/configure-15808-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
aria2-1.35.0/deps/wslay/configure:15809:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
aria2-1.35.0/deps/wslay/configure-15810-
##############################################
aria2-1.35.0/deps/wslay/configure-15813-      # MinGW DLLs use traditional 'lib' prefix
aria2-1.35.0/deps/wslay/configure:15814:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
aria2-1.35.0/deps/wslay/configure-15815-      ;;
##############################################
aria2-1.35.0/deps/wslay/configure-15817-      # pw32 DLLs use 'pw' prefix rather than 'lib'
aria2-1.35.0/deps/wslay/configure:15818:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
aria2-1.35.0/deps/wslay/configure-15819-      ;;
##############################################
aria2-1.35.0/deps/wslay/configure-15826-    libname_spec='$name'
aria2-1.35.0/deps/wslay/configure:15827:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
aria2-1.35.0/deps/wslay/configure-15828-    library_names_spec='$libname.dll.lib'
##############################################
aria2-1.35.0/deps/wslay/configure-15838-        # Let DOS variable expansion print the short 8.3 style file name.
aria2-1.35.0/deps/wslay/configure:15839:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
aria2-1.35.0/deps/wslay/configure-15840-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
aria2-1.35.0/deps/wslay/configure-15843-      # Convert to MSYS style.
aria2-1.35.0/deps/wslay/configure:15844:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
aria2-1.35.0/deps/wslay/configure-15845-      ;;
##############################################
aria2-1.35.0/deps/wslay/configure-15849-      # like /cygdrive/c/PROGRA~1:/cygdr...
aria2-1.35.0/deps/wslay/configure:15850:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
aria2-1.35.0/deps/wslay/configure:15851:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
aria2-1.35.0/deps/wslay/configure:15852:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
aria2-1.35.0/deps/wslay/configure-15853-      ;;
##############################################
aria2-1.35.0/deps/wslay/configure-15857-        # It is most probably a Windows format PATH.
aria2-1.35.0/deps/wslay/configure:15858:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
aria2-1.35.0/deps/wslay/configure-15859-      else
aria2-1.35.0/deps/wslay/configure:15860:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
aria2-1.35.0/deps/wslay/configure-15861-      fi
##############################################
aria2-1.35.0/deps/wslay/configure-15867-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
aria2-1.35.0/deps/wslay/configure:15868:    postinstall_cmds='base_file=`basename \$file`~
aria2-1.35.0/deps/wslay/configure:15869:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
aria2-1.35.0/deps/wslay/configure:15870:      dldir=$destdir/`dirname \$dlpath`~
aria2-1.35.0/deps/wslay/configure-15871-      test -d \$dldir || mkdir -p \$dldir~
aria2-1.35.0/deps/wslay/configure-15872-      $install_prog $dir/$dlname \$dldir/$dlname'
aria2-1.35.0/deps/wslay/configure:15873:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
aria2-1.35.0/deps/wslay/configure-15874-      dlpath=$dir/\$dldll~
##############################################
aria2-1.35.0/deps/wslay/configure-15881-    # Assume MSVC wrapper
aria2-1.35.0/deps/wslay/configure:15882:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
aria2-1.35.0/deps/wslay/configure-15883-    dynamic_linker='Win32 ld.exe'
##############################################
aria2-1.35.0/deps/wslay/configure-15898-  shlibpath_var=DYLD_LIBRARY_PATH
aria2-1.35.0/deps/wslay/configure:15899:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
aria2-1.35.0/deps/wslay/configure-15900-
##############################################
aria2-1.35.0/deps/wslay/configure-16150-  if test -f /etc/ld.so.conf; then
aria2-1.35.0/deps/wslay/configure:16151:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
aria2-1.35.0/deps/wslay/configure-16152-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
aria2-1.35.0/deps/wslay/configure-16216-  need_lib_prefix=no
aria2-1.35.0/deps/wslay/configure:16217:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
aria2-1.35.0/deps/wslay/configure-16218-    need_version=no
##############################################
aria2-1.35.0/deps/wslay/configure-16243-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
aria2-1.35.0/deps/wslay/configure:16244:  postinstall_cmds='base_file=`basename \$file`~
aria2-1.35.0/deps/wslay/configure:16245:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
aria2-1.35.0/deps/wslay/configure:16246:    dldir=$destdir/`dirname \$dlpath`~
aria2-1.35.0/deps/wslay/configure-16247-    test -d \$dldir || mkdir -p \$dldir~
##############################################
aria2-1.35.0/deps/wslay/configure-16252-    fi'
aria2-1.35.0/deps/wslay/configure:16253:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
aria2-1.35.0/deps/wslay/configure-16254-    dlpath=$dir/\$dldll~
##############################################
aria2-1.35.0/deps/wslay/configure-16532-  if test "$am_compiler_list" = ""; then
aria2-1.35.0/deps/wslay/configure:16533:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
aria2-1.35.0/deps/wslay/configure-16534-  fi
##############################################
aria2-1.35.0/deps/wslay/configure-16646-set x ${MAKE-make}
aria2-1.35.0/deps/wslay/configure:16647:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
aria2-1.35.0/deps/wslay/configure-16648-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
aria2-1.35.0/deps/wslay/configure-16656-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
aria2-1.35.0/deps/wslay/configure:16657:case `${MAKE-make} -f conftest.make 2>/dev/null` in
aria2-1.35.0/deps/wslay/configure-16658-  *@@@%%%=?*=@@@%%%*)
##############################################
aria2-1.35.0/deps/wslay/configure-16862-  test $ac_status = 0; }; then
aria2-1.35.0/deps/wslay/configure:16863:  pkg_cv_NETTLE_CFLAGS=`$PKG_CONFIG --cflags "nettle >= 2.4" 2>/dev/null`
aria2-1.35.0/deps/wslay/configure-16864-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aria2-1.35.0/deps/wslay/configure-16879-  test $ac_status = 0; }; then
aria2-1.35.0/deps/wslay/configure:16880:  pkg_cv_NETTLE_LIBS=`$PKG_CONFIG --libs "nettle >= 2.4" 2>/dev/null`
aria2-1.35.0/deps/wslay/configure-16881-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aria2-1.35.0/deps/wslay/configure-16900-        if test $_pkg_short_errors_supported = yes; then
aria2-1.35.0/deps/wslay/configure:16901:	        NETTLE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "nettle >= 2.4" 2>&1`
aria2-1.35.0/deps/wslay/configure-16902-        else
aria2-1.35.0/deps/wslay/configure:16903:	        NETTLE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "nettle >= 2.4" 2>&1`
aria2-1.35.0/deps/wslay/configure-16904-        fi
##############################################
aria2-1.35.0/deps/wslay/configure-16989-do :
aria2-1.35.0/deps/wslay/configure:16990:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
aria2-1.35.0/deps/wslay/configure-16991-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
aria2-1.35.0/deps/wslay/configure-16993-  cat >>confdefs.h <<_ACEOF
aria2-1.35.0/deps/wslay/configure:16994:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
aria2-1.35.0/deps/wslay/configure-16995-_ACEOF
##############################################
aria2-1.35.0/deps/wslay/configure-17340-do :
aria2-1.35.0/deps/wslay/configure:17341:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
aria2-1.35.0/deps/wslay/configure-17342-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
aria2-1.35.0/deps/wslay/configure-17344-  cat >>confdefs.h <<_ACEOF
aria2-1.35.0/deps/wslay/configure:17345:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
aria2-1.35.0/deps/wslay/configure-17346-_ACEOF
##############################################
aria2-1.35.0/deps/wslay/configure-17469-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
aria2-1.35.0/deps/wslay/configure:17470:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
aria2-1.35.0/deps/wslay/configure-17471-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
aria2-1.35.0/deps/wslay/configure-17577-if test -z "$BASH_VERSION$ZSH_VERSION" \
aria2-1.35.0/deps/wslay/configure:17578:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
aria2-1.35.0/deps/wslay/configure-17579-  as_echo='print -r --'
aria2-1.35.0/deps/wslay/configure-17580-  as_echo_n='print -rn --'
aria2-1.35.0/deps/wslay/configure:17581:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
aria2-1.35.0/deps/wslay/configure-17582-  as_echo='printf %s\n'
##############################################
aria2-1.35.0/deps/wslay/configure-17584-else
aria2-1.35.0/deps/wslay/configure:17585:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
aria2-1.35.0/deps/wslay/configure-17586-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
aria2-1.35.0/deps/wslay/configure-17594-	expr "X$arg" : "X\\(.*\\)$as_nl";
aria2-1.35.0/deps/wslay/configure:17595:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
aria2-1.35.0/deps/wslay/configure-17596-      esac;
##############################################
aria2-1.35.0/deps/wslay/configure-17671-# ----------------------------------------
aria2-1.35.0/deps/wslay/configure:17672:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
aria2-1.35.0/deps/wslay/configure-17673-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
aria2-1.35.0/deps/wslay/configure-17743-  {
aria2-1.35.0/deps/wslay/configure:17744:    as_val=`expr "$@" || test $? -eq 1`
aria2-1.35.0/deps/wslay/configure-17745-  }
##############################################
aria2-1.35.0/deps/wslay/configure-17847-      case $as_dir in #(
aria2-1.35.0/deps/wslay/configure:17848:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
aria2-1.35.0/deps/wslay/configure-17849-      *) as_qdir=$as_dir;;
##############################################
aria2-1.35.0/deps/wslay/configure-17982-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
aria2-1.35.0/deps/wslay/configure:17983:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
aria2-1.35.0/deps/wslay/configure-17984-ac_cs_version="\\
##############################################
aria2-1.35.0/deps/wslay/configure-18007-  --*=?*)
aria2-1.35.0/deps/wslay/configure:18008:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
aria2-1.35.0/deps/wslay/configure:18009:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
aria2-1.35.0/deps/wslay/configure-18010-    ac_shift=:
##############################################
aria2-1.35.0/deps/wslay/configure-18012-  --*=)
aria2-1.35.0/deps/wslay/configure:18013:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
aria2-1.35.0/deps/wslay/configure-18014-    ac_optarg=
##############################################
aria2-1.35.0/deps/wslay/configure-18036-    case $ac_optarg in
aria2-1.35.0/deps/wslay/configure:18037:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
aria2-1.35.0/deps/wslay/configure-18038-    '') as_fn_error $? "missing file argument" ;;
##############################################
aria2-1.35.0/deps/wslay/configure-18044-    case $ac_optarg in
aria2-1.35.0/deps/wslay/configure:18045:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
aria2-1.35.0/deps/wslay/configure-18046-    esac
##############################################
aria2-1.35.0/deps/wslay/configure-18112-delay_variable_subst='$delay_variable_subst'
aria2-1.35.0/deps/wslay/configure:18113:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18114:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18115:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18116:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18117:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18118:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18119:shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18120:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18121:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18122:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18123:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18124:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18125:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18126:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18127:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18128:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18129:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18130:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18131:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18132:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18133:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18134:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18135:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18136:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18137:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18138:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18139:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18140:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18141:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18142:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18143:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18144:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18145:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18146:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18147:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18148:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18149:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18150:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18151:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18152:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18153:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18154:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18155:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18156:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18157:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18158:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18159:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18160:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18161:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18162:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18163:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18164:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18165:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18166:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18167:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18168:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18169:lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18170:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18171:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18172:lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18173:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18174:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18175:lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18176:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18177:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18178:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18179:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18180:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18181:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18182:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18183:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18184:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18185:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18186:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18187:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18188:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18189:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18190:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18191:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18192:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18193:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18194:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18195:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18196:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18197:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18198:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18199:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18200:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18201:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18202:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18203:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18204:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18205:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18206:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18207:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18208:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18209:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18210:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18211:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18212:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18213:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18214:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18215:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18216:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18217:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18218:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18219:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18220:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18221:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18222:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18223:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18224:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18225:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18226:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18227:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18228:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18229:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18230:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18231:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18232:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18233:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18234:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18235:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18236:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18237:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18238:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18239:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18240:configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18241:configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18242:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18243:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18244:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18245:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18246:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18247:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18248:compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18249:predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18250:postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18251:predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18252:postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18253:compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18254:LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18255:reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18256:reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18257:old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18258:compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18259:GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18260:lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18261:lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18262:lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18263:lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18264:lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18265:archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18266:enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18267:export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18268:whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18269:compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18270:old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18271:old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18272:archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18273:archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18274:module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18275:module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18276:with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18277:allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18278:no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18279:hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18280:hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18281:hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18282:hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18283:hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18284:hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18285:hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18286:inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18287:link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18288:always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18289:export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18290:exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18291:include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18292:prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18293:postlink_cmds_CXX='`$ECHO "$postlink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18294:file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18295:hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18296:compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18297:predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18298:postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18299:predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18300:postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure:18301:compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/configure-18302-
##############################################
aria2-1.35.0/deps/wslay/configure-18414-compiler_lib_search_path_CXX; do
aria2-1.35.0/deps/wslay/configure:18415:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
aria2-1.35.0/deps/wslay/configure-18416-    *[\\\\\\\`\\"\\\$]*)
aria2-1.35.0/deps/wslay/configure:18417:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
aria2-1.35.0/deps/wslay/configure-18418-      ;;
##############################################
aria2-1.35.0/deps/wslay/configure-18456-postlink_cmds_CXX; do
aria2-1.35.0/deps/wslay/configure:18457:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
aria2-1.35.0/deps/wslay/configure-18458-    *[\\\\\\\`\\"\\\$]*)
aria2-1.35.0/deps/wslay/configure:18459:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
aria2-1.35.0/deps/wslay/configure-18460-      ;;
##############################################
aria2-1.35.0/deps/wslay/configure-18559-fi
aria2-1.35.0/deps/wslay/configure:18560:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
aria2-1.35.0/deps/wslay/configure-18561-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
aria2-1.35.0/deps/wslay/configure-18576-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
aria2-1.35.0/deps/wslay/configure:18577:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
aria2-1.35.0/deps/wslay/configure-18578-ac_delim='%!_!# '
##############################################
aria2-1.35.0/deps/wslay/configure-18582-
aria2-1.35.0/deps/wslay/configure:18583:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
aria2-1.35.0/deps/wslay/configure-18584-  if test $ac_delim_n = $ac_delim_num; then
##############################################
aria2-1.35.0/deps/wslay/configure-18720-for ac_last_try in false false :; do
aria2-1.35.0/deps/wslay/configure:18721:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
aria2-1.35.0/deps/wslay/configure-18722-  if test -z "$ac_tt"; then
##############################################
aria2-1.35.0/deps/wslay/configure-18852-      esac
aria2-1.35.0/deps/wslay/configure:18853:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
aria2-1.35.0/deps/wslay/configure-18854-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
aria2-1.35.0/deps/wslay/configure-18911-*)
aria2-1.35.0/deps/wslay/configure:18912:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
aria2-1.35.0/deps/wslay/configure-18913-  # A ".." for each directory in $ac_dir_suffix.
aria2-1.35.0/deps/wslay/configure:18914:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
aria2-1.35.0/deps/wslay/configure-18915-  case $ac_top_builddir_sub in
##############################################
aria2-1.35.0/deps/wslay/configure-18972-/@mandir@/p'
aria2-1.35.0/deps/wslay/configure:18973:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
aria2-1.35.0/deps/wslay/configure-18974-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
aria2-1.35.0/deps/wslay/configure-18989-
aria2-1.35.0/deps/wslay/configure:18990:# Neutralize VPATH when `$srcdir' = `.'.
aria2-1.35.0/deps/wslay/configure-18991-# Shell code in configure.ac might set extrasub.
##############################################
aria2-1.35.0/deps/wslay/configure-19017-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
aria2-1.35.0/deps/wslay/configure:19018:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
aria2-1.35.0/deps/wslay/configure-19019-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
aria2-1.35.0/deps/wslay/configure-19063-    * )
aria2-1.35.0/deps/wslay/configure:19064:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
aria2-1.35.0/deps/wslay/configure-19065-  esac
##############################################
aria2-1.35.0/deps/wslay/configure-19589-    *:)
aria2-1.35.0/deps/wslay/configure:19590:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
aria2-1.35.0/deps/wslay/configure-19591-        ;;
aria2-1.35.0/deps/wslay/configure-19592-    x:*)
aria2-1.35.0/deps/wslay/configure:19593:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
aria2-1.35.0/deps/wslay/configure-19594-        ;;
aria2-1.35.0/deps/wslay/configure-19595-    *::*)
aria2-1.35.0/deps/wslay/configure:19596:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
aria2-1.35.0/deps/wslay/configure:19597:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
aria2-1.35.0/deps/wslay/configure-19598-        ;;
aria2-1.35.0/deps/wslay/configure-19599-    *)
aria2-1.35.0/deps/wslay/configure:19600:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
aria2-1.35.0/deps/wslay/configure-19601-        ;;
##############################################
aria2-1.35.0/deps/wslay/configure-19616-    done
aria2-1.35.0/deps/wslay/configure:19617:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
aria2-1.35.0/deps/wslay/configure-19618-}
##############################################
aria2-1.35.0/deps/wslay/configure-19827-    # Strip MF so we end up with the name of the file.
aria2-1.35.0/deps/wslay/configure:19828:    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
aria2-1.35.0/deps/wslay/configure-19829-    # Check whether this is an Automake generated Makefile which includes
##############################################
aria2-1.35.0/deps/wslay/m4/ltsugar.m4-68-m4_define([lt_combine],
aria2-1.35.0/deps/wslay/m4/ltsugar.m4:69:[m4_if(m4_eval([$# > 3]), [1],
aria2-1.35.0/deps/wslay/m4/ltsugar.m4-70-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-119-    done
aria2-1.35.0/deps/wslay/m4/libtool.m4:120:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
aria2-1.35.0/deps/wslay/m4/libtool.m4-121-}
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-437-m4_define([_LT_CONFIG_STATUS_DECLARE],
aria2-1.35.0/deps/wslay/m4/libtool.m4:438:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
aria2-1.35.0/deps/wslay/m4/libtool.m4-439-
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-447-#
aria2-1.35.0/deps/wslay/m4/libtool.m4:448:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/deps/wslay/m4/libtool.m4-449-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-557-]], lt_decl_quote_varnames); do
aria2-1.35.0/deps/wslay/m4/libtool.m4:558:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
aria2-1.35.0/deps/wslay/m4/libtool.m4-559-    *[[\\\\\\\`\\"\\\$]]*)
aria2-1.35.0/deps/wslay/m4/libtool.m4:560:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
aria2-1.35.0/deps/wslay/m4/libtool.m4-561-      ;;
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-570-]], lt_decl_dquote_varnames); do
aria2-1.35.0/deps/wslay/m4/libtool.m4:571:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
aria2-1.35.0/deps/wslay/m4/libtool.m4-572-    *[[\\\\\\\`\\"\\\$]]*)
aria2-1.35.0/deps/wslay/m4/libtool.m4:573:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
aria2-1.35.0/deps/wslay/m4/libtool.m4-574-      ;;
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-1111-  if test yes = "$lt_cv_ld_force_load"; then
aria2-1.35.0/deps/wslay/m4/libtool.m4:1112:    _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
aria2-1.35.0/deps/wslay/m4/libtool.m4-1113-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-1164-      }]'
aria2-1.35.0/deps/wslay/m4/libtool.m4:1165:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
aria2-1.35.0/deps/wslay/m4/libtool.m4-1166-  # Check for a 64-bit object if we didn't find anything.
aria2-1.35.0/deps/wslay/m4/libtool.m4-1167-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
aria2-1.35.0/deps/wslay/m4/libtool.m4:1168:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
aria2-1.35.0/deps/wslay/m4/libtool.m4-1169-  fi],[])
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-1200-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
aria2-1.35.0/deps/wslay/m4/libtool.m4:1201:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
aria2-1.35.0/deps/wslay/m4/libtool.m4-1202-  ECHO='print -r --'
aria2-1.35.0/deps/wslay/m4/libtool.m4:1203:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
aria2-1.35.0/deps/wslay/m4/libtool.m4-1204-  ECHO='printf %s\n'
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-1235-    PATH=/empty FPATH=/empty; export PATH FPATH
aria2-1.35.0/deps/wslay/m4/libtool.m4:1236:    test "X`printf %s $ECHO`" = "X$ECHO" \
aria2-1.35.0/deps/wslay/m4/libtool.m4:1237:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
aria2-1.35.0/deps/wslay/m4/libtool.m4-1238-
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-1259-   if test yes = "$GCC"; then
aria2-1.35.0/deps/wslay/m4/libtool.m4:1260:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
aria2-1.35.0/deps/wslay/m4/libtool.m4-1261-   fi
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-1263- /*)
aria2-1.35.0/deps/wslay/m4/libtool.m4:1264:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
aria2-1.35.0/deps/wslay/m4/libtool.m4-1265-   ;; #(
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-1293-  if AC_TRY_EVAL(ac_compile); then
aria2-1.35.0/deps/wslay/m4/libtool.m4:1294:    case `/usr/bin/file conftest.$ac_objext` in
aria2-1.35.0/deps/wslay/m4/libtool.m4-1295-      *ELF-32*)
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-1310-    if test yes = "$lt_cv_prog_gnu_ld"; then
aria2-1.35.0/deps/wslay/m4/libtool.m4:1311:      case `/usr/bin/file conftest.$ac_objext` in
aria2-1.35.0/deps/wslay/m4/libtool.m4-1312-	*32-bit*)
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-1322-    else
aria2-1.35.0/deps/wslay/m4/libtool.m4:1323:      case `/usr/bin/file conftest.$ac_objext` in
aria2-1.35.0/deps/wslay/m4/libtool.m4-1324-	*32-bit*)
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-1344-    emul=elf
aria2-1.35.0/deps/wslay/m4/libtool.m4:1345:    case `/usr/bin/file conftest.$ac_objext` in
aria2-1.35.0/deps/wslay/m4/libtool.m4-1346-      *32-bit*)
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-1352-    esac
aria2-1.35.0/deps/wslay/m4/libtool.m4:1353:    case `/usr/bin/file conftest.$ac_objext` in
aria2-1.35.0/deps/wslay/m4/libtool.m4-1354-      *MSB*)
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-1360-    esac
aria2-1.35.0/deps/wslay/m4/libtool.m4:1361:    case `/usr/bin/file conftest.$ac_objext` in
aria2-1.35.0/deps/wslay/m4/libtool.m4-1362-      *N32*)
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-1725-    # And add a safety zone
aria2-1.35.0/deps/wslay/m4/libtool.m4:1726:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
aria2-1.35.0/deps/wslay/m4/libtool.m4:1727:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
aria2-1.35.0/deps/wslay/m4/libtool.m4-1728-    ;;
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-1758-    if test -n "$kargmax"; then
aria2-1.35.0/deps/wslay/m4/libtool.m4:1759:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
aria2-1.35.0/deps/wslay/m4/libtool.m4-1760-    else
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-1767-       test undefined != "$lt_cv_sys_max_cmd_len"; then
aria2-1.35.0/deps/wslay/m4/libtool.m4:1768:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
aria2-1.35.0/deps/wslay/m4/libtool.m4:1769:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
aria2-1.35.0/deps/wslay/m4/libtool.m4-1770-    else
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-1779-      # we can't tell.
aria2-1.35.0/deps/wslay/m4/libtool.m4:1780:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
aria2-1.35.0/deps/wslay/m4/libtool.m4-1781-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-1783-      do
aria2-1.35.0/deps/wslay/m4/libtool.m4:1784:        i=`expr $i + 1`
aria2-1.35.0/deps/wslay/m4/libtool.m4-1785-        teststring=$teststring$teststring
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-1787-      # Only check the string length outside the loop.
aria2-1.35.0/deps/wslay/m4/libtool.m4:1788:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
aria2-1.35.0/deps/wslay/m4/libtool.m4-1789-      teststring=
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-1792-      # linker.  It appears as though 1/2 is a usable value.
aria2-1.35.0/deps/wslay/m4/libtool.m4:1793:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
aria2-1.35.0/deps/wslay/m4/libtool.m4-1794-    fi
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-2258-    *:)
aria2-1.35.0/deps/wslay/m4/libtool.m4:2259:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\"
aria2-1.35.0/deps/wslay/m4/libtool.m4-2260-        ;;
aria2-1.35.0/deps/wslay/m4/libtool.m4-2261-    x:*)
aria2-1.35.0/deps/wslay/m4/libtool.m4:2262:        eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\"
aria2-1.35.0/deps/wslay/m4/libtool.m4-2263-        ;;
aria2-1.35.0/deps/wslay/m4/libtool.m4-2264-    *::*)
aria2-1.35.0/deps/wslay/m4/libtool.m4:2265:        eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
aria2-1.35.0/deps/wslay/m4/libtool.m4:2266:        eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\"
aria2-1.35.0/deps/wslay/m4/libtool.m4-2267-        ;;
aria2-1.35.0/deps/wslay/m4/libtool.m4-2268-    *)
aria2-1.35.0/deps/wslay/m4/libtool.m4:2269:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\"
aria2-1.35.0/deps/wslay/m4/libtool.m4-2270-        ;;
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-2298-  esac
aria2-1.35.0/deps/wslay/m4/libtool.m4:2299:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
aria2-1.35.0/deps/wslay/m4/libtool.m4-2300-  case $lt_search_path_spec in
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-2305-    # okay in the real world where ";" in dirpaths is itself problematic.
aria2-1.35.0/deps/wslay/m4/libtool.m4:2306:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
aria2-1.35.0/deps/wslay/m4/libtool.m4-2307-    ;;
aria2-1.35.0/deps/wslay/m4/libtool.m4-2308-  *)
aria2-1.35.0/deps/wslay/m4/libtool.m4:2309:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
aria2-1.35.0/deps/wslay/m4/libtool.m4-2310-    ;;
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-2314-  lt_tmp_lt_search_path_spec=
aria2-1.35.0/deps/wslay/m4/libtool.m4:2315:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
aria2-1.35.0/deps/wslay/m4/libtool.m4-2316-  # ...but if some path component already ends with the multilib dir we assume
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-2356-  esac
aria2-1.35.0/deps/wslay/m4/libtool.m4:2357:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
aria2-1.35.0/deps/wslay/m4/libtool.m4-2358-else
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-2497-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
aria2-1.35.0/deps/wslay/m4/libtool.m4:2498:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
aria2-1.35.0/deps/wslay/m4/libtool.m4-2499-    ;;
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-2533-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
aria2-1.35.0/deps/wslay/m4/libtool.m4:2534:    postinstall_cmds='base_file=`basename \$file`~
aria2-1.35.0/deps/wslay/m4/libtool.m4:2535:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
aria2-1.35.0/deps/wslay/m4/libtool.m4:2536:      dldir=$destdir/`dirname \$dlpath`~
aria2-1.35.0/deps/wslay/m4/libtool.m4-2537-      test -d \$dldir || mkdir -p \$dldir~
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-2542-      fi'
aria2-1.35.0/deps/wslay/m4/libtool.m4:2543:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
aria2-1.35.0/deps/wslay/m4/libtool.m4-2544-      dlpath=$dir/\$dldll~
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-2550-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
aria2-1.35.0/deps/wslay/m4/libtool.m4:2551:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
aria2-1.35.0/deps/wslay/m4/libtool.m4-2552-m4_if([$1], [],[
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-2556-      # MinGW DLLs use traditional 'lib' prefix
aria2-1.35.0/deps/wslay/m4/libtool.m4:2557:      soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
aria2-1.35.0/deps/wslay/m4/libtool.m4-2558-      ;;
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-2560-      # pw32 DLLs use 'pw' prefix rather than 'lib'
aria2-1.35.0/deps/wslay/m4/libtool.m4:2561:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
aria2-1.35.0/deps/wslay/m4/libtool.m4-2562-      ;;
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-2569-    libname_spec='$name'
aria2-1.35.0/deps/wslay/m4/libtool.m4:2570:    soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
aria2-1.35.0/deps/wslay/m4/libtool.m4-2571-    library_names_spec='$libname.dll.lib'
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-2581-        # Let DOS variable expansion print the short 8.3 style file name.
aria2-1.35.0/deps/wslay/m4/libtool.m4:2582:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
aria2-1.35.0/deps/wslay/m4/libtool.m4-2583-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-2586-      # Convert to MSYS style.
aria2-1.35.0/deps/wslay/m4/libtool.m4:2587:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
aria2-1.35.0/deps/wslay/m4/libtool.m4-2588-      ;;
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-2592-      # like /cygdrive/c/PROGRA~1:/cygdr...
aria2-1.35.0/deps/wslay/m4/libtool.m4:2593:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
aria2-1.35.0/deps/wslay/m4/libtool.m4:2594:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
aria2-1.35.0/deps/wslay/m4/libtool.m4:2595:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
aria2-1.35.0/deps/wslay/m4/libtool.m4-2596-      ;;
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-2600-        # It is most probably a Windows format PATH.
aria2-1.35.0/deps/wslay/m4/libtool.m4:2601:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
aria2-1.35.0/deps/wslay/m4/libtool.m4-2602-      else
aria2-1.35.0/deps/wslay/m4/libtool.m4:2603:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
aria2-1.35.0/deps/wslay/m4/libtool.m4-2604-      fi
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-2610-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
aria2-1.35.0/deps/wslay/m4/libtool.m4:2611:    postinstall_cmds='base_file=`basename \$file`~
aria2-1.35.0/deps/wslay/m4/libtool.m4:2612:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
aria2-1.35.0/deps/wslay/m4/libtool.m4:2613:      dldir=$destdir/`dirname \$dlpath`~
aria2-1.35.0/deps/wslay/m4/libtool.m4-2614-      test -d \$dldir || mkdir -p \$dldir~
aria2-1.35.0/deps/wslay/m4/libtool.m4-2615-      $install_prog $dir/$dlname \$dldir/$dlname'
aria2-1.35.0/deps/wslay/m4/libtool.m4:2616:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
aria2-1.35.0/deps/wslay/m4/libtool.m4-2617-      dlpath=$dir/\$dldll~
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-2624-    # Assume MSVC wrapper
aria2-1.35.0/deps/wslay/m4/libtool.m4:2625:    library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib'
aria2-1.35.0/deps/wslay/m4/libtool.m4-2626-    dynamic_linker='Win32 ld.exe'
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-2641-  shlibpath_var=DYLD_LIBRARY_PATH
aria2-1.35.0/deps/wslay/m4/libtool.m4:2642:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
aria2-1.35.0/deps/wslay/m4/libtool.m4-2643-m4_if([$1], [],[
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-2875-  if test -f /etc/ld.so.conf; then
aria2-1.35.0/deps/wslay/m4/libtool.m4:2876:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
aria2-1.35.0/deps/wslay/m4/libtool.m4-2877-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-2941-  need_lib_prefix=no
aria2-1.35.0/deps/wslay/m4/libtool.m4:2942:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
aria2-1.35.0/deps/wslay/m4/libtool.m4-2943-    need_version=no
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-2968-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
aria2-1.35.0/deps/wslay/m4/libtool.m4:2969:  postinstall_cmds='base_file=`basename \$file`~
aria2-1.35.0/deps/wslay/m4/libtool.m4:2970:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
aria2-1.35.0/deps/wslay/m4/libtool.m4:2971:    dldir=$destdir/`dirname \$dlpath`~
aria2-1.35.0/deps/wslay/m4/libtool.m4-2972-    test -d \$dldir || mkdir -p \$dldir~
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-2977-    fi'
aria2-1.35.0/deps/wslay/m4/libtool.m4:2978:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
aria2-1.35.0/deps/wslay/m4/libtool.m4-2979-    dlpath=$dir/\$dldll~
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-3188-	"file_magic "*)
aria2-1.35.0/deps/wslay/m4/libtool.m4:3189:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
aria2-1.35.0/deps/wslay/m4/libtool.m4-3190-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-3271-    # gcc leaves a trailing carriage return, which upsets mingw
aria2-1.35.0/deps/wslay/m4/libtool.m4:3272:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
aria2-1.35.0/deps/wslay/m4/libtool.m4-3273-  *)
aria2-1.35.0/deps/wslay/m4/libtool.m4:3274:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
aria2-1.35.0/deps/wslay/m4/libtool.m4-3275-  esac
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-3280-      # Canonicalize the pathname of ld
aria2-1.35.0/deps/wslay/m4/libtool.m4:3281:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
aria2-1.35.0/deps/wslay/m4/libtool.m4-3282-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
aria2-1.35.0/deps/wslay/m4/libtool.m4:3283:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
aria2-1.35.0/deps/wslay/m4/libtool.m4-3284-      done
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-3311-      # Break only if it was the GNU/non-GNU ld that we prefer.
aria2-1.35.0/deps/wslay/m4/libtool.m4:3312:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
aria2-1.35.0/deps/wslay/m4/libtool.m4-3313-      *GNU* | *'with BFD'*)
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-3351-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
aria2-1.35.0/deps/wslay/m4/libtool.m4:3352:case `$LD -v 2>&1 </dev/null` in
aria2-1.35.0/deps/wslay/m4/libtool.m4-3353-*GNU* | *'with BFD'*)
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-3578-openbsd* | bitrig*)
aria2-1.35.0/deps/wslay/m4/libtool.m4:3579:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
aria2-1.35.0/deps/wslay/m4/libtool.m4-3580-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-3645-    else
aria2-1.35.0/deps/wslay/m4/libtool.m4:3646:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
aria2-1.35.0/deps/wslay/m4/libtool.m4-3647-    fi
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-3696-	esac
aria2-1.35.0/deps/wslay/m4/libtool.m4:3697:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
aria2-1.35.0/deps/wslay/m4/libtool.m4-3698-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-3702-	*)
aria2-1.35.0/deps/wslay/m4/libtool.m4:3703:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
aria2-1.35.0/deps/wslay/m4/libtool.m4-3704-	  */dev/null*)
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-3728-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
aria2-1.35.0/deps/wslay/m4/libtool.m4:3729:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
aria2-1.35.0/deps/wslay/m4/libtool.m4-3730-    *COFF*)
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-3787-  # decide which one to use based on capabilities of $DLLTOOL
aria2-1.35.0/deps/wslay/m4/libtool.m4:3788:  case `$DLLTOOL --help 2>&1` in
aria2-1.35.0/deps/wslay/m4/libtool.m4-3789-  *--identify-strict*)
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-3961-# If we're using GNU nm, then use its standard symbol codes.
aria2-1.35.0/deps/wslay/m4/libtool.m4:3962:case `$NM -V 2>&1` in
aria2-1.35.0/deps/wslay/m4/libtool.m4-3963-*GNU* | *'with BFD'*)
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-4009-mingw*)
aria2-1.35.0/deps/wslay/m4/libtool.m4:4010:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
aria2-1.35.0/deps/wslay/m4/libtool.m4-4011-  ;;
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-4414-	  *)
aria2-1.35.0/deps/wslay/m4/libtool.m4:4415:	    case `$CC -V 2>&1 | sed 5q` in
aria2-1.35.0/deps/wslay/m4/libtool.m4-4416-	    *Sun\ C*)
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-4756-      *)
aria2-1.35.0/deps/wslay/m4/libtool.m4:4757:	case `$CC -V 2>&1 | sed 5q` in
aria2-1.35.0/deps/wslay/m4/libtool.m4-4758-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-4939-    else
aria2-1.35.0/deps/wslay/m4/libtool.m4:4940:      _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
aria2-1.35.0/deps/wslay/m4/libtool.m4-4941-    fi
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-5038-	# shared libraries, regardless of the interface used.
aria2-1.35.0/deps/wslay/m4/libtool.m4:5039:	case `$LD -v 2>&1` in
aria2-1.35.0/deps/wslay/m4/libtool.m4-5040-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-5070-    supports_anon_versioning=no
aria2-1.35.0/deps/wslay/m4/libtool.m4:5071:    case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in
aria2-1.35.0/deps/wslay/m4/libtool.m4-5072-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-5173-	prefix_cmds="$SED"~
aria2-1.35.0/deps/wslay/m4/libtool.m4:5174:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
aria2-1.35.0/deps/wslay/m4/libtool.m4-5175-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-5195-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
aria2-1.35.0/deps/wslay/m4/libtool.m4:5196:      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
aria2-1.35.0/deps/wslay/m4/libtool.m4:5197:      _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
aria2-1.35.0/deps/wslay/m4/libtool.m4-5198-      ;;
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-5213-        pgcc*)				# Portland Group C compiler
aria2-1.35.0/deps/wslay/m4/libtool.m4:5214:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
aria2-1.35.0/deps/wslay/m4/libtool.m4-5215-	  tmp_addflag=' $pic_flag'
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-5218-					# Portland Group f77 and f90 compilers
aria2-1.35.0/deps/wslay/m4/libtool.m4:5219:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
aria2-1.35.0/deps/wslay/m4/libtool.m4-5220-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-5235-	nvcc*)	# Cuda Compiler Driver 2.2
aria2-1.35.0/deps/wslay/m4/libtool.m4:5236:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
aria2-1.35.0/deps/wslay/m4/libtool.m4-5237-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-5239-	esac
aria2-1.35.0/deps/wslay/m4/libtool.m4:5240:	case `$CC -V 2>&1 | sed 5q` in
aria2-1.35.0/deps/wslay/m4/libtool.m4-5241-	*Sun\ C*)			# Sun C 5.9
aria2-1.35.0/deps/wslay/m4/libtool.m4:5242:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
aria2-1.35.0/deps/wslay/m4/libtool.m4-5243-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-5310-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
aria2-1.35.0/deps/wslay/m4/libtool.m4:5311:      case `$LD -v 2>&1` in
aria2-1.35.0/deps/wslay/m4/libtool.m4-5312-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-5399-	else
aria2-1.35.0/deps/wslay/m4/libtool.m4:5400:	  _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
aria2-1.35.0/deps/wslay/m4/libtool.m4-5401-	fi
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-5464-	# below for broken collect2 doesn't work under 4.3+
aria2-1.35.0/deps/wslay/m4/libtool.m4:5465:	  collect2name=`$CC -print-prog-name=collect2`
aria2-1.35.0/deps/wslay/m4/libtool.m4-5466-	  if test -f "$collect2name" &&
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-5520-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
aria2-1.35.0/deps/wslay/m4/libtool.m4:5521:        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
aria2-1.35.0/deps/wslay/m4/libtool.m4-5522-      else
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-5545-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
aria2-1.35.0/deps/wslay/m4/libtool.m4:5546:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
aria2-1.35.0/deps/wslay/m4/libtool.m4-5547-	  if test svr4 != "$with_aix_soname"; then
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-5636-	# FIXME: Setting linknames here is a bad hack.
aria2-1.35.0/deps/wslay/m4/libtool.m4:5637:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
aria2-1.35.0/deps/wslay/m4/libtool.m4-5638-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-5774-      if test yes = "$GCC"; then
aria2-1.35.0/deps/wslay/m4/libtool.m4:5775:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
aria2-1.35.0/deps/wslay/m4/libtool.m4-5776-	# Try to use the -exported_symbol ld option, if it does not
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-5797-	if test yes = "$lt_cv_irix_exported_symbol"; then
aria2-1.35.0/deps/wslay/m4/libtool.m4:5798:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
aria2-1.35.0/deps/wslay/m4/libtool.m4-5799-	fi
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-5801-      else
aria2-1.35.0/deps/wslay/m4/libtool.m4:5802:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
aria2-1.35.0/deps/wslay/m4/libtool.m4:5803:	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
aria2-1.35.0/deps/wslay/m4/libtool.m4-5804-      fi
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-5848-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
aria2-1.35.0/deps/wslay/m4/libtool.m4:5849:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
aria2-1.35.0/deps/wslay/m4/libtool.m4-5850-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-5879-	prefix_cmds="$SED"~
aria2-1.35.0/deps/wslay/m4/libtool.m4:5880:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
aria2-1.35.0/deps/wslay/m4/libtool.m4-5881-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-5893-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
aria2-1.35.0/deps/wslay/m4/libtool.m4:5894:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
aria2-1.35.0/deps/wslay/m4/libtool.m4-5895-      else
aria2-1.35.0/deps/wslay/m4/libtool.m4-5896-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
aria2-1.35.0/deps/wslay/m4/libtool.m4:5897:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
aria2-1.35.0/deps/wslay/m4/libtool.m4-5898-      fi
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-5906-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
aria2-1.35.0/deps/wslay/m4/libtool.m4:5907:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
aria2-1.35.0/deps/wslay/m4/libtool.m4-5908-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-5910-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
aria2-1.35.0/deps/wslay/m4/libtool.m4:5911:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
aria2-1.35.0/deps/wslay/m4/libtool.m4:5912:	_LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
aria2-1.35.0/deps/wslay/m4/libtool.m4:5913:          $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
aria2-1.35.0/deps/wslay/m4/libtool.m4-5914-
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-5929-      else
aria2-1.35.0/deps/wslay/m4/libtool.m4:5930:	case `$CC -V 2>&1` in
aria2-1.35.0/deps/wslay/m4/libtool.m4-5931-	*"Compilers 5.0"*)
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-6122-	  _LT_TAGVAR(allow_undefined_flag, $1)=
aria2-1.35.0/deps/wslay/m4/libtool.m4:6123:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
aria2-1.35.0/deps/wslay/m4/libtool.m4-6124-	  then
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-6426-        # ancient GNU ld didn't support --whole-archive et. al.
aria2-1.35.0/deps/wslay/m4/libtool.m4:6427:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
aria2-1.35.0/deps/wslay/m4/libtool.m4-6428-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-6536-          # below for broken collect2 doesn't work under 4.3+
aria2-1.35.0/deps/wslay/m4/libtool.m4:6537:	  collect2name=`$CC -print-prog-name=collect2`
aria2-1.35.0/deps/wslay/m4/libtool.m4-6538-	  if test -f "$collect2name" &&
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-6594-
aria2-1.35.0/deps/wslay/m4/libtool.m4:6595:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
aria2-1.35.0/deps/wslay/m4/libtool.m4-6596-        else
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-6619-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
aria2-1.35.0/deps/wslay/m4/libtool.m4:6620:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
aria2-1.35.0/deps/wslay/m4/libtool.m4-6621-	    if test svr4 != "$with_aix_soname"; then
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-6748-	  prefix_cmds="$SED"~
aria2-1.35.0/deps/wslay/m4/libtool.m4:6749:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
aria2-1.35.0/deps/wslay/m4/libtool.m4-6750-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-6822-            # dependencies.
aria2-1.35.0/deps/wslay/m4/libtool.m4:6823:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP " \-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
aria2-1.35.0/deps/wslay/m4/libtool.m4-6824-            ;;
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-6887-	    # dependencies.
aria2-1.35.0/deps/wslay/m4/libtool.m4:6888:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP " \-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
aria2-1.35.0/deps/wslay/m4/libtool.m4-6889-	    ;;
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-6923-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
aria2-1.35.0/deps/wslay/m4/libtool.m4:6924:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
aria2-1.35.0/deps/wslay/m4/libtool.m4:6925:	_LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
aria2-1.35.0/deps/wslay/m4/libtool.m4-6926-	;;
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-6930-	    # SGI C++
aria2-1.35.0/deps/wslay/m4/libtool.m4:6931:	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
aria2-1.35.0/deps/wslay/m4/libtool.m4-6932-
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-6941-	      if test no = "$with_gnu_ld"; then
aria2-1.35.0/deps/wslay/m4/libtool.m4:6942:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
aria2-1.35.0/deps/wslay/m4/libtool.m4-6943-	      else
aria2-1.35.0/deps/wslay/m4/libtool.m4:6944:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib'
aria2-1.35.0/deps/wslay/m4/libtool.m4-6945-	      fi
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-6962-	    # to its proper name (with version) after linking.
aria2-1.35.0/deps/wslay/m4/libtool.m4:6963:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
aria2-1.35.0/deps/wslay/m4/libtool.m4:6964:	    _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib'
aria2-1.35.0/deps/wslay/m4/libtool.m4-6965-	    # Commands to make compiler produce verbose output that lists
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-6972-	    # dependencies.
aria2-1.35.0/deps/wslay/m4/libtool.m4:6973:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
aria2-1.35.0/deps/wslay/m4/libtool.m4-6974-
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-6987-	    # earlier do not add the objects themselves.
aria2-1.35.0/deps/wslay/m4/libtool.m4:6988:	    case `$CC -V 2>&1` in
aria2-1.35.0/deps/wslay/m4/libtool.m4-6989-	      *"Version 7."*)
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-7008-            # Portland Group C++ compiler
aria2-1.35.0/deps/wslay/m4/libtool.m4:7009:	    case `$CC -V` in
aria2-1.35.0/deps/wslay/m4/libtool.m4-7010-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-7013-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
aria2-1.35.0/deps/wslay/m4/libtool.m4:7014:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
aria2-1.35.0/deps/wslay/m4/libtool.m4-7015-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-7017-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
aria2-1.35.0/deps/wslay/m4/libtool.m4:7018:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
aria2-1.35.0/deps/wslay/m4/libtool.m4-7019-                $RANLIB $oldlib'
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-7022-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
aria2-1.35.0/deps/wslay/m4/libtool.m4:7023:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
aria2-1.35.0/deps/wslay/m4/libtool.m4-7024-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-7026-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
aria2-1.35.0/deps/wslay/m4/libtool.m4:7027:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
aria2-1.35.0/deps/wslay/m4/libtool.m4-7028-	      ;;
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-7036-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
aria2-1.35.0/deps/wslay/m4/libtool.m4:7037:	    _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
aria2-1.35.0/deps/wslay/m4/libtool.m4-7038-            ;;
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-7055-	    # dependencies.
aria2-1.35.0/deps/wslay/m4/libtool.m4:7056:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
aria2-1.35.0/deps/wslay/m4/libtool.m4-7057-	    ;;
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-7070-	  *)
aria2-1.35.0/deps/wslay/m4/libtool.m4:7071:	    case `$CC -V 2>&1 | sed 5q` in
aria2-1.35.0/deps/wslay/m4/libtool.m4-7072-	    *Sun\ C*)
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-7077-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
aria2-1.35.0/deps/wslay/m4/libtool.m4:7078:	      _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
aria2-1.35.0/deps/wslay/m4/libtool.m4-7079-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-7142-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
aria2-1.35.0/deps/wslay/m4/libtool.m4:7143:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
aria2-1.35.0/deps/wslay/m4/libtool.m4-7144-	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib'
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-7161-	    # to its proper name (with version) after linking.
aria2-1.35.0/deps/wslay/m4/libtool.m4:7162:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
aria2-1.35.0/deps/wslay/m4/libtool.m4-7163-
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-7182-	        _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
aria2-1.35.0/deps/wslay/m4/libtool.m4:7183:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
aria2-1.35.0/deps/wslay/m4/libtool.m4-7184-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-7187-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
aria2-1.35.0/deps/wslay/m4/libtool.m4:7188:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
aria2-1.35.0/deps/wslay/m4/libtool.m4:7189:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
aria2-1.35.0/deps/wslay/m4/libtool.m4-7190-                  echo "-hidden">> $lib.exp~
aria2-1.35.0/deps/wslay/m4/libtool.m4:7191:                  $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~
aria2-1.35.0/deps/wslay/m4/libtool.m4-7192-                  $RM $lib.exp'
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-7206-	    # dependencies.
aria2-1.35.0/deps/wslay/m4/libtool.m4:7207:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
aria2-1.35.0/deps/wslay/m4/libtool.m4-7208-	    ;;
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-7213-	        osf3*)
aria2-1.35.0/deps/wslay/m4/libtool.m4:7214:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
aria2-1.35.0/deps/wslay/m4/libtool.m4-7215-		  ;;
aria2-1.35.0/deps/wslay/m4/libtool.m4-7216-	        *)
aria2-1.35.0/deps/wslay/m4/libtool.m4:7217:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
aria2-1.35.0/deps/wslay/m4/libtool.m4-7218-		  ;;
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-7466-  case @S|@2 in
aria2-1.35.0/deps/wslay/m4/libtool.m4:7467:  .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;;
aria2-1.35.0/deps/wslay/m4/libtool.m4:7468:  *)  func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;;
aria2-1.35.0/deps/wslay/m4/libtool.m4-7469-  esac
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-7555-
aria2-1.35.0/deps/wslay/m4/libtool.m4:7556:  for p in `eval "$output_verbose_link_cmd"`; do
aria2-1.35.0/deps/wslay/m4/libtool.m4-7557-    case $prev$p in
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-7659-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
aria2-1.35.0/deps/wslay/m4/libtool.m4:7660: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'`
aria2-1.35.0/deps/wslay/m4/libtool.m4-7661-fi
##############################################
aria2-1.35.0/deps/wslay/m4/libtool.m4-8279-    test 10 -lt "$lt_ac_count" && break
aria2-1.35.0/deps/wslay/m4/libtool.m4:8280:    lt_ac_count=`expr $lt_ac_count + 1`
aria2-1.35.0/deps/wslay/m4/libtool.m4-8281-    if test "$lt_ac_count" -gt "$lt_ac_max"; then
##############################################
aria2-1.35.0/deps/wslay/lib/Makefile.in-65-  { \
aria2-1.35.0/deps/wslay/lib/Makefile.in:66:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aria2-1.35.0/deps/wslay/lib/Makefile.in-67-  }; \
##############################################
aria2-1.35.0/deps/wslay/lib/Makefile.in-223-  while test -n "$$dir1"; do \
aria2-1.35.0/deps/wslay/lib/Makefile.in:224:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
aria2-1.35.0/deps/wslay/lib/Makefile.in-225-    if test "$$first" != "."; then \
aria2-1.35.0/deps/wslay/lib/Makefile.in-226-      if test "$$first" = ".."; then \
aria2-1.35.0/deps/wslay/lib/Makefile.in:227:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
aria2-1.35.0/deps/wslay/lib/Makefile.in:228:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
aria2-1.35.0/deps/wslay/lib/Makefile.in-229-      else \
aria2-1.35.0/deps/wslay/lib/Makefile.in:230:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
aria2-1.35.0/deps/wslay/lib/Makefile.in-231-        if test "$$first2" = "$$first"; then \
aria2-1.35.0/deps/wslay/lib/Makefile.in:232:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
aria2-1.35.0/deps/wslay/lib/Makefile.in-233-        else \
##############################################
aria2-1.35.0/deps/wslay/lib/Makefile.in-238-    fi; \
aria2-1.35.0/deps/wslay/lib/Makefile.in:239:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
aria2-1.35.0/deps/wslay/lib/Makefile.in-240-  done; \
##############################################
aria2-1.35.0/deps/wslay/lib/Makefile.in-473-.c.obj:
aria2-1.35.0/deps/wslay/lib/Makefile.in:474:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
aria2-1.35.0/deps/wslay/lib/Makefile.in-475-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
aria2-1.35.0/deps/wslay/lib/Makefile.in-477-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
aria2-1.35.0/deps/wslay/lib/Makefile.in:478:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
aria2-1.35.0/deps/wslay/lib/Makefile.in-479-
##############################################
aria2-1.35.0/deps/wslay/lib/Makefile.in-506-	dot_seen=no; \
aria2-1.35.0/deps/wslay/lib/Makefile.in:507:	target=`echo $@ | sed s/-recursive//`; \
aria2-1.35.0/deps/wslay/lib/Makefile.in-508-	case "$@" in \
##############################################
aria2-1.35.0/deps/wslay/lib/Makefile.in-569-GTAGS:
aria2-1.35.0/deps/wslay/lib/Makefile.in:570:	here=`$(am__cd) $(top_builddir) && pwd` \
aria2-1.35.0/deps/wslay/lib/Makefile.in-571-	  && $(am__cd) $(top_srcdir) \
##############################################
aria2-1.35.0/deps/wslay/lib/Makefile.in-595-distdir-am: $(DISTFILES)
aria2-1.35.0/deps/wslay/lib/Makefile.in:596:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aria2-1.35.0/deps/wslay/lib/Makefile.in:597:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aria2-1.35.0/deps/wslay/lib/Makefile.in-598-	list='$(DISTFILES)'; \
##############################################
aria2-1.35.0/deps/wslay/lib/Makefile.in-609-	  if test -d $$d/$$file; then \
aria2-1.35.0/deps/wslay/lib/Makefile.in:610:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aria2-1.35.0/deps/wslay/lib/Makefile.in-611-	    if test -d "$(distdir)/$$file"; then \
##############################################
aria2-1.35.0/deps/wslay/lib/includes/Makefile.in-65-  { \
aria2-1.35.0/deps/wslay/lib/includes/Makefile.in:66:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aria2-1.35.0/deps/wslay/lib/includes/Makefile.in-67-  }; \
##############################################
aria2-1.35.0/deps/wslay/lib/includes/Makefile.in-373-GTAGS:
aria2-1.35.0/deps/wslay/lib/includes/Makefile.in:374:	here=`$(am__cd) $(top_builddir) && pwd` \
aria2-1.35.0/deps/wslay/lib/includes/Makefile.in-375-	  && $(am__cd) $(top_srcdir) \
##############################################
aria2-1.35.0/deps/wslay/lib/includes/Makefile.in-399-distdir-am: $(DISTFILES)
aria2-1.35.0/deps/wslay/lib/includes/Makefile.in:400:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aria2-1.35.0/deps/wslay/lib/includes/Makefile.in:401:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aria2-1.35.0/deps/wslay/lib/includes/Makefile.in-402-	list='$(DISTFILES)'; \
##############################################
aria2-1.35.0/deps/wslay/lib/includes/Makefile.in-413-	  if test -d $$d/$$file; then \
aria2-1.35.0/deps/wslay/lib/includes/Makefile.in:414:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aria2-1.35.0/deps/wslay/lib/includes/Makefile.in-415-	    if test -d "$(distdir)/$$file"; then \
##############################################
aria2-1.35.0/deps/Makefile.in-49-  { \
aria2-1.35.0/deps/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aria2-1.35.0/deps/Makefile.in-51-  }; \
##############################################
aria2-1.35.0/deps/Makefile.in-175-  while test -n "$$dir1"; do \
aria2-1.35.0/deps/Makefile.in:176:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
aria2-1.35.0/deps/Makefile.in-177-    if test "$$first" != "."; then \
aria2-1.35.0/deps/Makefile.in-178-      if test "$$first" = ".."; then \
aria2-1.35.0/deps/Makefile.in:179:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
aria2-1.35.0/deps/Makefile.in:180:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
aria2-1.35.0/deps/Makefile.in-181-      else \
aria2-1.35.0/deps/Makefile.in:182:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
aria2-1.35.0/deps/Makefile.in-183-        if test "$$first2" = "$$first"; then \
aria2-1.35.0/deps/Makefile.in:184:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
aria2-1.35.0/deps/Makefile.in-185-        else \
##############################################
aria2-1.35.0/deps/Makefile.in-190-    fi; \
aria2-1.35.0/deps/Makefile.in:191:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
aria2-1.35.0/deps/Makefile.in-192-  done; \
##############################################
aria2-1.35.0/deps/Makefile.in-450-	dot_seen=no; \
aria2-1.35.0/deps/Makefile.in:451:	target=`echo $@ | sed s/-recursive//`; \
aria2-1.35.0/deps/Makefile.in-452-	case "$@" in \
##############################################
aria2-1.35.0/deps/Makefile.in-513-GTAGS:
aria2-1.35.0/deps/Makefile.in:514:	here=`$(am__cd) $(top_builddir) && pwd` \
aria2-1.35.0/deps/Makefile.in-515-	  && $(am__cd) $(top_srcdir) \
##############################################
aria2-1.35.0/deps/Makefile.in-539-distdir-am: $(DISTFILES)
aria2-1.35.0/deps/Makefile.in:540:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aria2-1.35.0/deps/Makefile.in:541:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aria2-1.35.0/deps/Makefile.in-542-	list='$(DISTFILES)'; \
##############################################
aria2-1.35.0/deps/Makefile.in-553-	  if test -d $$d/$$file; then \
aria2-1.35.0/deps/Makefile.in:554:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aria2-1.35.0/deps/Makefile.in-555-	    if test -d "$(distdir)/$$file"; then \
##############################################
aria2-1.35.0/lib/Makefile.in-49-  { \
aria2-1.35.0/lib/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aria2-1.35.0/lib/Makefile.in-51-  }; \
##############################################
aria2-1.35.0/lib/Makefile.in-386-distdir-am: $(DISTFILES)
aria2-1.35.0/lib/Makefile.in:387:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aria2-1.35.0/lib/Makefile.in:388:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aria2-1.35.0/lib/Makefile.in-389-	list='$(DISTFILES)'; \
##############################################
aria2-1.35.0/lib/Makefile.in-400-	  if test -d $$d/$$file; then \
aria2-1.35.0/lib/Makefile.in:401:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aria2-1.35.0/lib/Makefile.in-402-	    if test -d "$(distdir)/$$file"; then \
##############################################
aria2-1.35.0/po/Rules-quot-15-.insert-header.po-update-en:
aria2-1.35.0/po/Rules-quot:16:	@lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \
aria2-1.35.0/po/Rules-quot:17:	if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \
aria2-1.35.0/po/Rules-quot-18-	tmpdir=`pwd`; \
aria2-1.35.0/po/Rules-quot-19-	echo "$$lang:"; \
aria2-1.35.0/po/Rules-quot:20:	ll=`echo $$lang | sed -e 's/@.*//'`; \
aria2-1.35.0/po/Rules-quot-21-	LC_ALL=C; export LC_ALL; \
aria2-1.35.0/po/Rules-quot-22-	cd $(srcdir); \
aria2-1.35.0/po/Rules-quot:23:	if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$lang -o - 2>/dev/null | sed -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | $(MSGFILTER) sed -f `echo $$lang | sed -e 's/.*@//'`.sed 2>/dev/null > $$tmpdir/$$lang.new.po; then \
aria2-1.35.0/po/Rules-quot-24-	  if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
##############################################
aria2-1.35.0/po/Makefile.in.in-88-.po.gmo:
aria2-1.35.0/po/Makefile.in.in:89:	@lang=`echo $* | sed -e 's,.*/,,'`; \
aria2-1.35.0/po/Makefile.in.in-90-	test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
##############################################
aria2-1.35.0/po/Makefile.in.in-150-	fi; \
aria2-1.35.0/po/Makefile.in.in:151:	case `$(XGETTEXT) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
aria2-1.35.0/po/Makefile.in.in-152-	  '' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].* | 0.16 | 0.16.[0-1]*) \
##############################################
aria2-1.35.0/po/Makefile.in.in-192-$(POFILES): $(srcdir)/$(DOMAIN).pot
aria2-1.35.0/po/Makefile.in.in:193:	@lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
aria2-1.35.0/po/Makefile.in.in-194-	if test -f "$(srcdir)/$${lang}.po"; then \
##############################################
aria2-1.35.0/po/Makefile.in.in-197-	  cd $(srcdir) \
aria2-1.35.0/po/Makefile.in.in:198:	    && { case `$(MSGMERGE_UPDATE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
aria2-1.35.0/po/Makefile.in.in-199-	           '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \
##############################################
aria2-1.35.0/po/Makefile.in.in-228-	for cat in $$catalogs; do \
aria2-1.35.0/po/Makefile.in.in:229:	  cat=`basename $$cat`; \
aria2-1.35.0/po/Makefile.in.in:230:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
aria2-1.35.0/po/Makefile.in.in-231-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
aria2-1.35.0/po/Makefile.in.in-238-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
aria2-1.35.0/po/Makefile.in.in:239:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
aria2-1.35.0/po/Makefile.in.in-240-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
aria2-1.35.0/po/Makefile.in.in-279-	for cat in $$catalogs; do \
aria2-1.35.0/po/Makefile.in.in:280:	  cat=`basename $$cat`; \
aria2-1.35.0/po/Makefile.in.in:281:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
aria2-1.35.0/po/Makefile.in.in-282-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
aria2-1.35.0/po/Makefile.in.in-286-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
aria2-1.35.0/po/Makefile.in.in:287:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
aria2-1.35.0/po/Makefile.in.in-288-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
aria2-1.35.0/po/Makefile.in.in-325-	for cat in $$catalogs; do \
aria2-1.35.0/po/Makefile.in.in:326:	  cat=`basename $$cat`; \
aria2-1.35.0/po/Makefile.in.in:327:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
aria2-1.35.0/po/Makefile.in.in-328-	  for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
##############################################
aria2-1.35.0/po/Makefile.in.in-390-.nop.po-create:
aria2-1.35.0/po/Makefile.in.in:391:	@lang=`echo $@ | sed -e 's/\.po-create$$//'`; \
aria2-1.35.0/po/Makefile.in.in-392-	echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \
##############################################
aria2-1.35.0/po/Makefile.in.in-397-.nop.po-update:
aria2-1.35.0/po/Makefile.in.in:398:	@lang=`echo $@ | sed -e 's/\.po-update$$//'`; \
aria2-1.35.0/po/Makefile.in.in-399-	if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \
##############################################
aria2-1.35.0/po/Makefile.in.in-404-	cd $(srcdir); \
aria2-1.35.0/po/Makefile.in.in:405:	if { case `$(MSGMERGE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
aria2-1.35.0/po/Makefile.in.in-406-	       '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \
##############################################
aria2-1.35.0/makerelease-osx.mk-140-libgcrypt_url = https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-$(libgcrypt_version).tar.bz2
aria2-1.35.0/makerelease-osx.mk:141:libgcrypt_confflags=--with-gpg-error-prefix=$(PWD)/arch --disable-O-flag-munging --disable-asm --disable-amd64-as-feature-detection
aria2-1.35.0/makerelease-osx.mk-142-
##############################################
aria2-1.35.0/ltmain.sh-103-#
aria2-1.35.0/ltmain.sh:104:#   . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh
aria2-1.35.0/ltmain.sh-105-#
##############################################
aria2-1.35.0/ltmain.sh-202-          func_executable_p "$_G_path_prog" || continue
aria2-1.35.0/ltmain.sh:203:          case `"$_G_path_prog" --version 2>&1` in
aria2-1.35.0/ltmain.sh-204-            *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;;
##############################################
aria2-1.35.0/ltmain.sh-249-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
aria2-1.35.0/ltmain.sh:250:      _G_count=`expr $_G_count + 1`
aria2-1.35.0/ltmain.sh-251-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
aria2-1.35.0/ltmain.sh-285-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
aria2-1.35.0/ltmain.sh:286:      _G_count=`expr $_G_count + 1`
aria2-1.35.0/ltmain.sh-287-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
aria2-1.35.0/ltmain.sh-410-# The name of this program.
aria2-1.35.0/ltmain.sh:411:progname=`$ECHO "$progpath" |$SED "$sed_basename"`
aria2-1.35.0/ltmain.sh-412-
##############################################
aria2-1.35.0/ltmain.sh-416-  *[\\/]*)
aria2-1.35.0/ltmain.sh:417:     progdir=`$ECHO "$progpath" |$SED "$sed_dirname"`
aria2-1.35.0/ltmain.sh:418:     progdir=`cd "$progdir" && pwd`
aria2-1.35.0/ltmain.sh-419-     progpath=$progdir/$progname
##############################################
aria2-1.35.0/ltmain.sh-610-
aria2-1.35.0/ltmain.sh:611:    eval _G_current_value='`$ECHO $'$1'`'
aria2-1.35.0/ltmain.sh:612:    _G_delim=`expr "$2" : '\(.\)'`
aria2-1.35.0/ltmain.sh-613-
##############################################
aria2-1.35.0/ltmain.sh-639-
aria2-1.35.0/ltmain.sh:640:    func_arith_result=`expr "$@"`
aria2-1.35.0/ltmain.sh-641-  }
##############################################
aria2-1.35.0/ltmain.sh-660-  # ...otherwise fall back to using sed.
aria2-1.35.0/ltmain.sh:661:  _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`'
aria2-1.35.0/ltmain.sh:662:  _d='func_dirname_result=`$ECHO "$1"  |$SED "$sed_dirname"`
aria2-1.35.0/ltmain.sh-663-      if test "X$func_dirname_result" = "X$1"; then
##############################################
aria2-1.35.0/ltmain.sh-757-      test -n "$_G_tc" && {
aria2-1.35.0/ltmain.sh:758:        _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"`
aria2-1.35.0/ltmain.sh:759:        _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"`
aria2-1.35.0/ltmain.sh-760-      }
aria2-1.35.0/ltmain.sh-761-    done
aria2-1.35.0/ltmain.sh:762:    _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`"  " ## exclude from sc_prohibit_nested_quotes
aria2-1.35.0/ltmain.sh-763-
##############################################
aria2-1.35.0/ltmain.sh-831-
aria2-1.35.0/ltmain.sh:832:    func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
aria2-1.35.0/ltmain.sh-833-  }
##############################################
aria2-1.35.0/ltmain.sh-863-        # ...otherwise throw away the child directory and loop
aria2-1.35.0/ltmain.sh:864:        _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"`
aria2-1.35.0/ltmain.sh-865-      done
aria2-1.35.0/ltmain.sh:866:      _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'`
aria2-1.35.0/ltmain.sh-867-
##############################################
aria2-1.35.0/ltmain.sh-901-      # If mktemp works, use that first and foremost
aria2-1.35.0/ltmain.sh:902:      _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null`
aria2-1.35.0/ltmain.sh-903-
##############################################
aria2-1.35.0/ltmain.sh-1111-        *[\\\`\"\$]*)
aria2-1.35.0/ltmain.sh:1112:	  _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;;
aria2-1.35.0/ltmain.sh-1113-        *)
##############################################
aria2-1.35.0/ltmain.sh-1198-    case $2 in
aria2-1.35.0/ltmain.sh:1199:      .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;;
aria2-1.35.0/ltmain.sh:1200:      *)  func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;;
aria2-1.35.0/ltmain.sh-1201-    esac
##############################################
aria2-1.35.0/ltmain.sh-1271-    [0-9]* | *[!a-zA-Z0-9_]*)
aria2-1.35.0/ltmain.sh:1272:      func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'`
aria2-1.35.0/ltmain.sh-1273-      ;;
##############################################
aria2-1.35.0/ltmain.sh-1358-
aria2-1.35.0/ltmain.sh:1359:    test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q`
aria2-1.35.0/ltmain.sh-1360-}
##############################################
aria2-1.35.0/ltmain.sh-1424-# The default options also support '--debug', which will turn on shell
aria2-1.35.0/ltmain.sh:1425:# execution tracing (see the comment above debug_cmd below for another
aria2-1.35.0/ltmain.sh-1426-# use), and '--verbose' and the func_verbose function to allow your script
##############################################
aria2-1.35.0/ltmain.sh-1517-
aria2-1.35.0/ltmain.sh:1518:    eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`'
aria2-1.35.0/ltmain.sh-1519-}
##############################################
aria2-1.35.0/ltmain.sh-1943-
aria2-1.35.0/ltmain.sh:1944:      func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'`
aria2-1.35.0/ltmain.sh-1945-      func_split_equals_rhs=
aria2-1.35.0/ltmain.sh-1946-      test "x$func_split_equals_lhs" = "x$1" \
aria2-1.35.0/ltmain.sh:1947:        || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'`
aria2-1.35.0/ltmain.sh-1948-  }
##############################################
aria2-1.35.0/ltmain.sh-1971-
aria2-1.35.0/ltmain.sh:1972:      func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'`
aria2-1.35.0/ltmain.sh:1973:      func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'`
aria2-1.35.0/ltmain.sh-1974-  }
##############################################
aria2-1.35.0/ltmain.sh-2144-       version:        $progname $scriptversion Debian-2.4.6-11
aria2-1.35.0/ltmain.sh:2145:       automake:       `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
aria2-1.35.0/ltmain.sh:2146:       autoconf:       `($AUTOCONF --version) 2>/dev/null |$SED 1q`
aria2-1.35.0/ltmain.sh-2147-
##############################################
aria2-1.35.0/ltmain.sh-2183-  {
aria2-1.35.0/ltmain.sh:2184:    func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"`
aria2-1.35.0/ltmain.sh-2185-  }
##############################################
aria2-1.35.0/ltmain.sh-2188-  {
aria2-1.35.0/ltmain.sh:2189:    func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'`
aria2-1.35.0/ltmain.sh-2190-  }
##############################################
aria2-1.35.0/ltmain.sh-2279-	  # quotes we have to do it in 2 steps:
aria2-1.35.0/ltmain.sh:2280:	  extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
aria2-1.35.0/ltmain.sh-2281-	  eval "$extractedcf"
##############################################
aria2-1.35.0/ltmain.sh-2751-      done
aria2-1.35.0/ltmain.sh:2752:      CC_expanded=`func_echo_all $CC`
aria2-1.35.0/ltmain.sh:2753:      CC_quoted_expanded=`func_echo_all $CC_quoted`
aria2-1.35.0/ltmain.sh-2754-      case $@ in
##############################################
aria2-1.35.0/ltmain.sh-2764-	    # Evaluate the configuration.
aria2-1.35.0/ltmain.sh:2765:	    eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
aria2-1.35.0/ltmain.sh-2766-	    CC_quoted=
##############################################
aria2-1.35.0/ltmain.sh-2770-	    done
aria2-1.35.0/ltmain.sh:2771:	    CC_expanded=`func_echo_all $CC`
aria2-1.35.0/ltmain.sh:2772:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
aria2-1.35.0/ltmain.sh-2773-	    case "$@ " in
##############################################
aria2-1.35.0/ltmain.sh-2862-    # zero AND non-empty stdout, which explains the odd construction:
aria2-1.35.0/ltmain.sh:2863:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
aria2-1.35.0/ltmain.sh-2864-    if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then
##############################################
aria2-1.35.0/ltmain.sh-2930-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
aria2-1.35.0/ltmain.sh:2931:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
aria2-1.35.0/ltmain.sh-2932-    if test "$?" -ne 0; then
##############################################
aria2-1.35.0/ltmain.sh-3101-    # LT_CYGPATH in this case.
aria2-1.35.0/ltmain.sh:3102:    func_to_host_file_result=`cygpath -m "$1"`
aria2-1.35.0/ltmain.sh-3103-  fi
##############################################
aria2-1.35.0/ltmain.sh-3258-    func_to_host_path_tmp1=$func_stripname_result
aria2-1.35.0/ltmain.sh:3259:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
aria2-1.35.0/ltmain.sh-3260-    func_convert_path_check : ";" \
##############################################
aria2-1.35.0/ltmain.sh-3468-    *.[cCFSifmso] | \
aria2-1.35.0/ltmain.sh:3469:    *.ada | *.adb | *.ads | *.asm | \
aria2-1.35.0/ltmain.sh-3470-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
aria2-1.35.0/ltmain.sh-3545-    if test no = "$compiler_c_o"; then
aria2-1.35.0/ltmain.sh:3546:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
aria2-1.35.0/ltmain.sh-3547-      lockfile=$output_obj.lock
##############################################
aria2-1.35.0/ltmain.sh-3564-*** ERROR, $lockfile exists and contains:
aria2-1.35.0/ltmain.sh:3565:`cat $lockfile 2>/dev/null`
aria2-1.35.0/ltmain.sh-3566-
##############################################
aria2-1.35.0/ltmain.sh-3612-      if test warn = "$need_locks" &&
aria2-1.35.0/ltmain.sh:3613:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
aria2-1.35.0/ltmain.sh-3614-	$ECHO "\
aria2-1.35.0/ltmain.sh-3615-*** ERROR, $lockfile contains:
aria2-1.35.0/ltmain.sh:3616:`cat $lockfile 2>/dev/null`
aria2-1.35.0/ltmain.sh-3617-
##############################################
aria2-1.35.0/ltmain.sh-3661-      if test warn = "$need_locks" &&
aria2-1.35.0/ltmain.sh:3662:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
aria2-1.35.0/ltmain.sh-3663-	$ECHO "\
aria2-1.35.0/ltmain.sh-3664-*** ERROR, $lockfile contains:
aria2-1.35.0/ltmain.sh:3665:`cat $lockfile 2>/dev/null`
aria2-1.35.0/ltmain.sh-3666-
##############################################
aria2-1.35.0/ltmain.sh-3987-      # Get the absolute pathname.
aria2-1.35.0/ltmain.sh:3988:      absdir=`cd "$dir" && pwd`
aria2-1.35.0/ltmain.sh-3989-      test -n "$absdir" && dir=$absdir
##############################################
aria2-1.35.0/ltmain.sh-4086-      if test -n "$lt_sysroot"; then
aria2-1.35.0/ltmain.sh:4087:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
aria2-1.35.0/ltmain.sh-4088-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
aria2-1.35.0/ltmain.sh-4370-	  # Determine the prefix the user has applied to our future dir.
aria2-1.35.0/ltmain.sh:4371:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
aria2-1.35.0/ltmain.sh-4372-
##############################################
aria2-1.35.0/ltmain.sh-4383-	    # Stick the inst_prefix_dir data into the link command.
aria2-1.35.0/ltmain.sh:4384:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
aria2-1.35.0/ltmain.sh-4385-	  else
aria2-1.35.0/ltmain.sh:4386:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
aria2-1.35.0/ltmain.sh-4387-	  fi
##############################################
aria2-1.35.0/ltmain.sh-4550-	    fi
aria2-1.35.0/ltmain.sh:4551:	    libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
aria2-1.35.0/ltmain.sh-4552-	    if test -n "$libdir" && test ! -f "$libfile"; then
##############################################
aria2-1.35.0/ltmain.sh-4569-	        # Replace the output file specification.
aria2-1.35.0/ltmain.sh:4570:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
aria2-1.35.0/ltmain.sh-4571-
##############################################
aria2-1.35.0/ltmain.sh-4588-	    # Install the binary that we compiled earlier.
aria2-1.35.0/ltmain.sh:4589:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
aria2-1.35.0/ltmain.sh-4590-	  fi
##############################################
aria2-1.35.0/ltmain.sh-4662-    my_pic_p=${3-false}
aria2-1.35.0/ltmain.sh:4663:    my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'`
aria2-1.35.0/ltmain.sh-4664-    my_dlsyms=
##############################################
aria2-1.35.0/ltmain.sh-4720-	  # Add our own program objects to the symbol list.
aria2-1.35.0/ltmain.sh:4721:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
aria2-1.35.0/ltmain.sh-4722-	  for progfile in $progfiles; do
##############################################
aria2-1.35.0/ltmain.sh-4782-	          # Use subshell, to avoid clobbering current variable values
aria2-1.35.0/ltmain.sh:4783:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
aria2-1.35.0/ltmain.sh-4784-	          if test -n "$dlprefile_dlname"; then
##############################################
aria2-1.35.0/ltmain.sh-4951-	  if test -f "$output_objdir/$my_outputname.def"; then
aria2-1.35.0/ltmain.sh:4952:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
aria2-1.35.0/ltmain.sh:4953:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
aria2-1.35.0/ltmain.sh-4954-	  else
aria2-1.35.0/ltmain.sh:4955:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
aria2-1.35.0/ltmain.sh:4956:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
aria2-1.35.0/ltmain.sh-4957-	  fi
##############################################
aria2-1.35.0/ltmain.sh-4959-	*)
aria2-1.35.0/ltmain.sh:4960:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
aria2-1.35.0/ltmain.sh:4961:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
aria2-1.35.0/ltmain.sh-4962-	  ;;
##############################################
aria2-1.35.0/ltmain.sh-4974-      # Nullify the symbol file.
aria2-1.35.0/ltmain.sh:4975:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
aria2-1.35.0/ltmain.sh:4976:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
aria2-1.35.0/ltmain.sh-4977-    fi
##############################################
aria2-1.35.0/ltmain.sh-4988-  func_to_tool_file "$1" func_convert_file_msys_to_w32
aria2-1.35.0/ltmain.sh:4989:  func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
aria2-1.35.0/ltmain.sh-4990-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
aria2-1.35.0/ltmain.sh-5001-  func_to_tool_file "$1" func_convert_file_msys_to_w32
aria2-1.35.0/ltmain.sh:5002:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
aria2-1.35.0/ltmain.sh-5003-  test -n "$func_cygming_ms_implib_tmp"
##############################################
aria2-1.35.0/ltmain.sh-5017-  win32_libid_type=unknown
aria2-1.35.0/ltmain.sh:5018:  win32_fileres=`file -L $1 2>/dev/null`
aria2-1.35.0/ltmain.sh-5019-  case $win32_fileres in
##############################################
aria2-1.35.0/ltmain.sh-5082-
aria2-1.35.0/ltmain.sh:5083:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
aria2-1.35.0/ltmain.sh-5084-}
##############################################
aria2-1.35.0/ltmain.sh-5100-
aria2-1.35.0/ltmain.sh:5101:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
aria2-1.35.0/ltmain.sh-5102-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
aria2-1.35.0/ltmain.sh-5164-    # binutils import library
aria2-1.35.0/ltmain.sh:5165:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
aria2-1.35.0/ltmain.sh-5166-  elif func_cygming_ms_implib_p "$1"; then
aria2-1.35.0/ltmain.sh-5167-    # ms-generated import library
aria2-1.35.0/ltmain.sh:5168:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
aria2-1.35.0/ltmain.sh-5169-  else
##############################################
aria2-1.35.0/ltmain.sh-5248-	  darwin_base_archive=$func_basename_result
aria2-1.35.0/ltmain.sh:5249:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
aria2-1.35.0/ltmain.sh-5250-	  if test -n "$darwin_arches"; then
aria2-1.35.0/ltmain.sh:5251:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
aria2-1.35.0/ltmain.sh-5252-	    darwin_arch=
##############################################
aria2-1.35.0/ltmain.sh-5262-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
aria2-1.35.0/ltmain.sh:5263:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u`
aria2-1.35.0/ltmain.sh-5264-	    darwin_file=
##############################################
aria2-1.35.0/ltmain.sh-5266-	    for darwin_file in $darwin_filelist; do
aria2-1.35.0/ltmain.sh:5267:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
aria2-1.35.0/ltmain.sh-5268-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
aria2-1.35.0/ltmain.sh-5281-      esac
aria2-1.35.0/ltmain.sh:5282:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
aria2-1.35.0/ltmain.sh-5283-    done
##############################################
aria2-1.35.0/ltmain.sh-5352-
aria2-1.35.0/ltmain.sh:5353:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
aria2-1.35.0/ltmain.sh-5354-    $ECHO "\
##############################################
aria2-1.35.0/ltmain.sh-5387-    --lt-dump-script)
aria2-1.35.0/ltmain.sh:5388:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
aria2-1.35.0/ltmain.sh-5389-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
aria2-1.35.0/ltmain.sh:5390:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
aria2-1.35.0/ltmain.sh-5391-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
aria2-1.35.0/ltmain.sh-5414-    \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\"
aria2-1.35.0/ltmain.sh:5415:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
aria2-1.35.0/ltmain.sh-5416-  done
##############################################
aria2-1.35.0/ltmain.sh-5472-  # Find the directory that this script lives in.
aria2-1.35.0/ltmain.sh:5473:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
aria2-1.35.0/ltmain.sh-5474-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
aria2-1.35.0/ltmain.sh-5476-  # Follow symbolic links until we get to the real thisdir.
aria2-1.35.0/ltmain.sh:5477:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
aria2-1.35.0/ltmain.sh-5478-  while test -n \"\$file\"; do
aria2-1.35.0/ltmain.sh:5479:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
aria2-1.35.0/ltmain.sh-5480-
##############################################
aria2-1.35.0/ltmain.sh-5488-
aria2-1.35.0/ltmain.sh:5489:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
aria2-1.35.0/ltmain.sh:5490:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
aria2-1.35.0/ltmain.sh-5491-  done
##############################################
aria2-1.35.0/ltmain.sh-5502-    case \"\$thisdir\" in
aria2-1.35.0/ltmain.sh:5503:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
aria2-1.35.0/ltmain.sh-5504-    $objdir )   thisdir=. ;;
##############################################
aria2-1.35.0/ltmain.sh-5508-  # Try to get the absolute directory name.
aria2-1.35.0/ltmain.sh:5509:  absdir=\`cd \"\$thisdir\" && pwd\`
aria2-1.35.0/ltmain.sh-5510-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
aria2-1.35.0/ltmain.sh-5518-  if test ! -f \"\$progdir/\$program\" ||
aria2-1.35.0/ltmain.sh:5519:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\
aria2-1.35.0/ltmain.sh-5520-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
aria2-1.35.0/ltmain.sh-5533-    if test -n \"\$relink_command\"; then
aria2-1.35.0/ltmain.sh:5534:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
aria2-1.35.0/ltmain.sh-5535-      else
##############################################
aria2-1.35.0/ltmain.sh-5577-    # The second colon is a workaround for a bug in BeOS R4 sed
aria2-1.35.0/ltmain.sh:5578:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
aria2-1.35.0/ltmain.sh-5579-
##############################################
aria2-1.35.0/ltmain.sh-6556-
aria2-1.35.0/ltmain.sh:6557:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
aria2-1.35.0/ltmain.sh-6558-    *import*) : ;;
##############################################
aria2-1.35.0/ltmain.sh-6804-	    moreargs=
aria2-1.35.0/ltmain.sh:6805:	    for fil in `cat "$save_arg"`
aria2-1.35.0/ltmain.sh-6806-	    do
##############################################
aria2-1.35.0/ltmain.sh-7065-	*)
aria2-1.35.0/ltmain.sh:7066:	  absdir=`cd "$dir" && pwd`
aria2-1.35.0/ltmain.sh-7067-	  test -z "$absdir" && \
##############################################
aria2-1.35.0/ltmain.sh-7086-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
aria2-1.35.0/ltmain.sh:7087:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
aria2-1.35.0/ltmain.sh-7088-	  case :$dllsearchpath: in
##############################################
aria2-1.35.0/ltmain.sh-7383-      -Z*)
aria2-1.35.0/ltmain.sh:7384:        if test os2 = "`expr $host : '.*\(os2\)'`"; then
aria2-1.35.0/ltmain.sh-7385-          # OS/2 uses -Zxxx to specify OS/2-specific options
##############################################
aria2-1.35.0/ltmain.sh-7553-      # get the directories listed in $shlibpath_var
aria2-1.35.0/ltmain.sh:7554:      eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\`
aria2-1.35.0/ltmain.sh-7555-    else
##############################################
aria2-1.35.0/ltmain.sh-7872-		  set dummy $deplibs_check_method; shift
aria2-1.35.0/ltmain.sh:7873:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
aria2-1.35.0/ltmain.sh-7874-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
aria2-1.35.0/ltmain.sh-7962-	if test -n "$inherited_linker_flags"; then
aria2-1.35.0/ltmain.sh:7963:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
aria2-1.35.0/ltmain.sh-7964-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
aria2-1.35.0/ltmain.sh-7970-	fi
aria2-1.35.0/ltmain.sh:7971:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
aria2-1.35.0/ltmain.sh-7972-	if test lib,link = "$linkmode,$pass" ||
##############################################
aria2-1.35.0/ltmain.sh-8043-	*)
aria2-1.35.0/ltmain.sh:8044:	  abs_ladir=`cd "$ladir" && pwd`
aria2-1.35.0/ltmain.sh-8045-	  if test -z "$abs_ladir"; then
##############################################
aria2-1.35.0/ltmain.sh-8296-	    shift
aria2-1.35.0/ltmain.sh:8297:	    libname=`eval "\\$ECHO \"$libname_spec\""`
aria2-1.35.0/ltmain.sh-8298-	    # use dlname if we got it. it's perfectly good, no?
##############################################
aria2-1.35.0/ltmain.sh-8588-		*)
aria2-1.35.0/ltmain.sh:8589:		  absdir=`cd "$dir" && pwd`
aria2-1.35.0/ltmain.sh-8590-		  if test -z "$absdir"; then
##############################################
aria2-1.35.0/ltmain.sh-8599-		  depdepl=
aria2-1.35.0/ltmain.sh:8600:		  eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
aria2-1.35.0/ltmain.sh-8601-		  if test -n "$deplibrary_names"; then
##############################################
aria2-1.35.0/ltmain.sh-8606-		      depdepl=$absdir/$objdir/$depdepl
aria2-1.35.0/ltmain.sh:8607:		      darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
aria2-1.35.0/ltmain.sh-8608-                      if test -z "$darwin_install_name"; then
aria2-1.35.0/ltmain.sh:8609:                          darwin_install_name=`$OTOOL64 -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
aria2-1.35.0/ltmain.sh-8610-                      fi
##############################################
aria2-1.35.0/ltmain.sh-8621-		else
aria2-1.35.0/ltmain.sh:8622:		  eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
aria2-1.35.0/ltmain.sh-8623-		  test -z "$libdir" && \
##############################################
aria2-1.35.0/ltmain.sh-8644-	else
aria2-1.35.0/ltmain.sh:8645:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
aria2-1.35.0/ltmain.sh-8646-	fi
##############################################
aria2-1.35.0/ltmain.sh-8733-        linux*)
aria2-1.35.0/ltmain.sh:8734:          case `$CC -V 2>&1 | sed 5q` in
aria2-1.35.0/ltmain.sh-8735-          *Sun\ C*) # Sun C++ 5.9
##############################################
aria2-1.35.0/ltmain.sh-9141-	removelist=
aria2-1.35.0/ltmain.sh:9142:	tempremovelist=`$ECHO "$output_objdir/*"`
aria2-1.35.0/ltmain.sh-9143-	for p in $tempremovelist; do
##############################################
aria2-1.35.0/ltmain.sh-9167-	# Transform .lo files to .o files.
aria2-1.35.0/ltmain.sh:9168:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP`
aria2-1.35.0/ltmain.sh-9169-      fi
##############################################
aria2-1.35.0/ltmain.sh-9172-      #for path in $notinst_path; do
aria2-1.35.0/ltmain.sh:9173:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
aria2-1.35.0/ltmain.sh:9174:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
aria2-1.35.0/ltmain.sh:9175:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
aria2-1.35.0/ltmain.sh-9176-      #done
##############################################
aria2-1.35.0/ltmain.sh-9293-		if test -n "$i"; then
aria2-1.35.0/ltmain.sh:9294:		  libname=`eval "\\$ECHO \"$libname_spec\""`
aria2-1.35.0/ltmain.sh:9295:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
aria2-1.35.0/ltmain.sh-9296-		  set dummy $deplib_matches; shift
aria2-1.35.0/ltmain.sh-9297-		  deplib_match=$1
aria2-1.35.0/ltmain.sh:9298:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
aria2-1.35.0/ltmain.sh-9299-		    func_append newdeplibs " $i"
##############################################
aria2-1.35.0/ltmain.sh-9336-		  if test -n "$i"; then
aria2-1.35.0/ltmain.sh:9337:		    libname=`eval "\\$ECHO \"$libname_spec\""`
aria2-1.35.0/ltmain.sh:9338:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
aria2-1.35.0/ltmain.sh-9339-		    set dummy $deplib_matches; shift
aria2-1.35.0/ltmain.sh-9340-		    deplib_match=$1
aria2-1.35.0/ltmain.sh:9341:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
aria2-1.35.0/ltmain.sh-9342-		      func_append newdeplibs " $i"
##############################################
aria2-1.35.0/ltmain.sh-9371-	  set dummy $deplibs_check_method; shift
aria2-1.35.0/ltmain.sh:9372:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
aria2-1.35.0/ltmain.sh-9373-	  for a_deplib in $deplibs; do
##############################################
aria2-1.35.0/ltmain.sh-9386-	      if test -n "$a_deplib"; then
aria2-1.35.0/ltmain.sh:9387:		libname=`eval "\\$ECHO \"$libname_spec\""`
aria2-1.35.0/ltmain.sh-9388-		if test -n "$file_magic_glob"; then
aria2-1.35.0/ltmain.sh:9389:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
aria2-1.35.0/ltmain.sh-9390-		else
##############################################
aria2-1.35.0/ltmain.sh-9396-		    shopt -s nocaseglob
aria2-1.35.0/ltmain.sh:9397:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
aria2-1.35.0/ltmain.sh-9398-		    $nocaseglob
aria2-1.35.0/ltmain.sh-9399-		  else
aria2-1.35.0/ltmain.sh:9400:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
aria2-1.35.0/ltmain.sh-9401-		  fi
##############################################
aria2-1.35.0/ltmain.sh-9414-		      while test -h "$potlib" 2>/dev/null; do
aria2-1.35.0/ltmain.sh:9415:			potliblink=`ls -ld $potlib | $SED 's/.* -> //'`
aria2-1.35.0/ltmain.sh-9416-			case $potliblink in
aria2-1.35.0/ltmain.sh-9417-			[\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;;
aria2-1.35.0/ltmain.sh:9418:			*) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";;
aria2-1.35.0/ltmain.sh-9419-			esac
##############################################
aria2-1.35.0/ltmain.sh-9455-	  set dummy $deplibs_check_method; shift
aria2-1.35.0/ltmain.sh:9456:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
aria2-1.35.0/ltmain.sh-9457-	  for a_deplib in $deplibs; do
##############################################
aria2-1.35.0/ltmain.sh-9470-	      if test -n "$a_deplib"; then
aria2-1.35.0/ltmain.sh:9471:		libname=`eval "\\$ECHO \"$libname_spec\""`
aria2-1.35.0/ltmain.sh-9472-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
aria2-1.35.0/ltmain.sh:9473:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
aria2-1.35.0/ltmain.sh-9474-		  for potent_lib in $potential_libs; do
##############################################
aria2-1.35.0/ltmain.sh-9509-	  newdeplibs=
aria2-1.35.0/ltmain.sh:9510:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
aria2-1.35.0/ltmain.sh-9511-	  if test yes = "$allow_libtool_libs_with_static_runtimes"; then
##############################################
aria2-1.35.0/ltmain.sh-9513-	      # can't use Xsed below, because $i might contain '/'
aria2-1.35.0/ltmain.sh:9514:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"`
aria2-1.35.0/ltmain.sh-9515-	    done
##############################################
aria2-1.35.0/ltmain.sh-9539-	  # On Rhapsody replace the C library with the System framework
aria2-1.35.0/ltmain.sh:9540:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
aria2-1.35.0/ltmain.sh-9541-	  ;;
##############################################
aria2-1.35.0/ltmain.sh-9591-	*-*-darwin*)
aria2-1.35.0/ltmain.sh:9592:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
aria2-1.35.0/ltmain.sh:9593:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
aria2-1.35.0/ltmain.sh:9594:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
aria2-1.35.0/ltmain.sh-9595-	  ;;
##############################################
aria2-1.35.0/ltmain.sh-9718-	# Use standard objects if they are pic
aria2-1.35.0/ltmain.sh:9719:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
aria2-1.35.0/ltmain.sh-9720-	test "X$libobjs" = "X " && libobjs=
##############################################
aria2-1.35.0/ltmain.sh-10232-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
aria2-1.35.0/ltmain.sh:10233:	  test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
aria2-1.35.0/ltmain.sh-10234-	  reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags
##############################################
aria2-1.35.0/ltmain.sh-10247-      # Create the old-style object.
aria2-1.35.0/ltmain.sh:10248:      reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs
aria2-1.35.0/ltmain.sh-10249-
##############################################
aria2-1.35.0/ltmain.sh-10305-	# On Rhapsody replace the C library is the System framework
aria2-1.35.0/ltmain.sh:10306:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
aria2-1.35.0/ltmain.sh:10307:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
aria2-1.35.0/ltmain.sh-10308-	;;
##############################################
aria2-1.35.0/ltmain.sh-10323-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
aria2-1.35.0/ltmain.sh:10324:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
aria2-1.35.0/ltmain.sh:10325:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
aria2-1.35.0/ltmain.sh-10326-	;;
##############################################
aria2-1.35.0/ltmain.sh-10401-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
aria2-1.35.0/ltmain.sh:10402:	  testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'`
aria2-1.35.0/ltmain.sh-10403-	  case :$dllsearchpath: in
##############################################
aria2-1.35.0/ltmain.sh-10461-	# Transform all the library objects into standard objects.
aria2-1.35.0/ltmain.sh:10462:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
aria2-1.35.0/ltmain.sh:10463:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
aria2-1.35.0/ltmain.sh-10464-      fi
##############################################
aria2-1.35.0/ltmain.sh-10489-	# Replace the output file specification.
aria2-1.35.0/ltmain.sh:10490:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
aria2-1.35.0/ltmain.sh-10491-	link_command=$compile_command$compile_rpath
##############################################
aria2-1.35.0/ltmain.sh-10498-	  func_to_tool_file "$output"
aria2-1.35.0/ltmain.sh:10499:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
aria2-1.35.0/ltmain.sh-10500-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
aria2-1.35.0/ltmain.sh-10542-	# Replace the output file specification.
aria2-1.35.0/ltmain.sh:10543:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
aria2-1.35.0/ltmain.sh-10544-	# Delete the old output file.
##############################################
aria2-1.35.0/ltmain.sh-10550-	  func_to_tool_file "$output"
aria2-1.35.0/ltmain.sh:10551:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
aria2-1.35.0/ltmain.sh-10552-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
aria2-1.35.0/ltmain.sh-10568-	  link_command=$finalize_var$compile_command$finalize_rpath
aria2-1.35.0/ltmain.sh:10569:	  relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
aria2-1.35.0/ltmain.sh-10570-          ;;
##############################################
aria2-1.35.0/ltmain.sh-10581-      # Replace the output file specification.
aria2-1.35.0/ltmain.sh:10582:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
aria2-1.35.0/ltmain.sh-10583-
##############################################
aria2-1.35.0/ltmain.sh-10590-	func_to_tool_file "$output_objdir/$outputname"
aria2-1.35.0/ltmain.sh:10591:	postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
aria2-1.35.0/ltmain.sh-10592-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
aria2-1.35.0/ltmain.sh-10611-	relink_command="(cd `pwd`; $relink_command)"
aria2-1.35.0/ltmain.sh:10612:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
aria2-1.35.0/ltmain.sh-10613-      fi
##############################################
aria2-1.35.0/ltmain.sh-10857-      relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
aria2-1.35.0/ltmain.sh:10858:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
aria2-1.35.0/ltmain.sh-10859-      if test yes = "$hardcode_automatic"; then
##############################################
aria2-1.35.0/ltmain.sh-10878-		func_resolve_sysroot "$deplib"
aria2-1.35.0/ltmain.sh:10879:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
aria2-1.35.0/ltmain.sh-10880-		test -z "$libdir" && \
##############################################
aria2-1.35.0/ltmain.sh-10904-		name=$func_basename_result
aria2-1.35.0/ltmain.sh:10905:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
aria2-1.35.0/ltmain.sh-10906-		test -z "$libdir" && \
##############################################
aria2-1.35.0/ltmain.sh-10923-		name=$func_basename_result
aria2-1.35.0/ltmain.sh:10924:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
aria2-1.35.0/ltmain.sh-10925-		test -z "$libdir" && \
##############################################
aria2-1.35.0/ltmain.sh-11242-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
aria2-1.35.0/ltmain.sh:11243:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
aria2-1.35.0/ltmain.sh-11244-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
aria2-1.35.0/install-sh-234-      fi
aria2-1.35.0/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
aria2-1.35.0/install-sh-236-    *)
##############################################
aria2-1.35.0/install-sh-280-      dstdir=$dst
aria2-1.35.0/install-sh:281:      dstbase=`basename "$src"`
aria2-1.35.0/install-sh-282-      case $dst in
##############################################
aria2-1.35.0/install-sh-287-    else
aria2-1.35.0/install-sh:288:      dstdir=`dirname "$dst"`
aria2-1.35.0/install-sh-289-      test -d "$dstdir"
##############################################
aria2-1.35.0/install-sh-354-                   test_tmpdir="$tmpdir/a"
aria2-1.35.0/install-sh:355:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
aria2-1.35.0/install-sh-356-                   case $ls_ld_tmpdir in
##############################################
aria2-1.35.0/install-sh-361-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
aria2-1.35.0/install-sh:362:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
aria2-1.35.0/install-sh-363-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
aria2-1.35.0/install-sh-419-            case $prefix in
aria2-1.35.0/install-sh:420:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
aria2-1.35.0/install-sh-421-              *) qprefix=$prefix;;
##############################################
aria2-1.35.0/install-sh-468-    if $copy_on_change &&
aria2-1.35.0/install-sh:469:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
aria2-1.35.0/install-sh:470:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
aria2-1.35.0/install-sh-471-       set -f &&
##############################################
aria2-1.35.0/depcomp-64-  case $1 in
aria2-1.35.0/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
aria2-1.35.0/depcomp-66-      *) dir=;;
##############################################
aria2-1.35.0/depcomp-73-{
aria2-1.35.0/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
aria2-1.35.0/depcomp-75-}
##############################################
aria2-1.35.0/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
aria2-1.35.0/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
aria2-1.35.0/depcomp-128-
##############################################
aria2-1.35.0/depcomp-405-        sleep 1
aria2-1.35.0/depcomp:406:        i=`expr $i - 1`
aria2-1.35.0/depcomp-407-      done
aria2-1.35.0/depcomp-408-    fi
aria2-1.35.0/depcomp:409:    i=`expr $i - 1`
aria2-1.35.0/depcomp-410-  done
##############################################
aria2-1.35.0/depcomp-425-  # Do two passes, one to just change these to
aria2-1.35.0/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
aria2-1.35.0/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
aria2-1.35.0/depcomp-659-  done
aria2-1.35.0/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
aria2-1.35.0/depcomp-661-  touch "$tmpdepfile"
##############################################
aria2-1.35.0/config.sub-52-
aria2-1.35.0/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
aria2-1.35.0/config.sub-54-
##############################################
aria2-1.35.0/config.sub-114-# Here we must recognize all the valid KERNEL-OS combinations.
aria2-1.35.0/config.sub:115:maybe_os=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
aria2-1.35.0/config.sub-116-case $maybe_os in
##############################################
aria2-1.35.0/config.sub-122-    os=-$maybe_os
aria2-1.35.0/config.sub:123:    basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
aria2-1.35.0/config.sub-124-    ;;
##############################################
aria2-1.35.0/config.sub-126-    os=-linux-android
aria2-1.35.0/config.sub:127:    basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
aria2-1.35.0/config.sub-128-    ;;
aria2-1.35.0/config.sub-129-  *)
aria2-1.35.0/config.sub:130:    basic_machine=`echo "$1" | sed 's/-[^-]*$//'`
aria2-1.35.0/config.sub-131-    if [ "$basic_machine" != "$1" ]
aria2-1.35.0/config.sub:132:    then os=`echo "$1" | sed 's/.*-/-/'`
aria2-1.35.0/config.sub-133-    else os=; fi
##############################################
aria2-1.35.0/config.sub-180-		os=-sco5v6
aria2-1.35.0/config.sub:181:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
aria2-1.35.0/config.sub-182-		;;
##############################################
aria2-1.35.0/config.sub-184-		os=-sco3.2v5
aria2-1.35.0/config.sub:185:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
aria2-1.35.0/config.sub-186-		;;
##############################################
aria2-1.35.0/config.sub-188-		os=-sco3.2v4
aria2-1.35.0/config.sub:189:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
aria2-1.35.0/config.sub-190-		;;
aria2-1.35.0/config.sub-191-	-sco3.2.[4-9]*)
aria2-1.35.0/config.sub:192:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
aria2-1.35.0/config.sub:193:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
aria2-1.35.0/config.sub-194-		;;
##############################################
aria2-1.35.0/config.sub-196-		# Don't forget version if it is 3.2v4 or newer.
aria2-1.35.0/config.sub:197:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
aria2-1.35.0/config.sub-198-		;;
##############################################
aria2-1.35.0/config.sub-200-		# Don't forget version if it is 3.2v4 or newer.
aria2-1.35.0/config.sub:201:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
aria2-1.35.0/config.sub-202-		;;
##############################################
aria2-1.35.0/config.sub-204-		os=-sco3.2v2
aria2-1.35.0/config.sub:205:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
aria2-1.35.0/config.sub-206-		;;
aria2-1.35.0/config.sub-207-	-udk*)
aria2-1.35.0/config.sub:208:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
aria2-1.35.0/config.sub-209-		;;
##############################################
aria2-1.35.0/config.sub-211-		os=-isc2.2
aria2-1.35.0/config.sub:212:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
aria2-1.35.0/config.sub-213-		;;
##############################################
aria2-1.35.0/config.sub-217-	-isc*)
aria2-1.35.0/config.sub:218:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
aria2-1.35.0/config.sub-219-		;;
##############################################
aria2-1.35.0/config.sub-229-	-ptx*)
aria2-1.35.0/config.sub:230:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-sequent/'`
aria2-1.35.0/config.sub-231-		;;
##############################################
aria2-1.35.0/config.sub-364-	*-*-*)
aria2-1.35.0/config.sub:365:		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
aria2-1.35.0/config.sub-366-		exit 1
##############################################
aria2-1.35.0/config.sub-493-	amd64-*)
aria2-1.35.0/config.sub:494:		basic_machine=x86_64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
aria2-1.35.0/config.sub-495-		;;
##############################################
aria2-1.35.0/config.sub-538-	blackfin-*)
aria2-1.35.0/config.sub:539:		basic_machine=bfin-`echo "$basic_machine" | sed 's/^[^-]*-//'`
aria2-1.35.0/config.sub-540-		os=-linux
##############################################
aria2-1.35.0/config.sub-546-	c54x-*)
aria2-1.35.0/config.sub:547:		basic_machine=tic54x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
aria2-1.35.0/config.sub-548-		;;
aria2-1.35.0/config.sub-549-	c55x-*)
aria2-1.35.0/config.sub:550:		basic_machine=tic55x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
aria2-1.35.0/config.sub-551-		;;
aria2-1.35.0/config.sub-552-	c6x-*)
aria2-1.35.0/config.sub:553:		basic_machine=tic6x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
aria2-1.35.0/config.sub-554-		;;
##############################################
aria2-1.35.0/config.sub-650-	e500v[12]-*)
aria2-1.35.0/config.sub:651:		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
aria2-1.35.0/config.sub-652-		os=$os"spe"
##############################################
aria2-1.35.0/config.sub-754-	i*86v32)
aria2-1.35.0/config.sub:755:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
aria2-1.35.0/config.sub-756-		os=-sysv32
##############################################
aria2-1.35.0/config.sub-758-	i*86v4*)
aria2-1.35.0/config.sub:759:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
aria2-1.35.0/config.sub-760-		os=-sysv4
##############################################
aria2-1.35.0/config.sub-762-	i*86v)
aria2-1.35.0/config.sub:763:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
aria2-1.35.0/config.sub-764-		os=-sysv
##############################################
aria2-1.35.0/config.sub-766-	i*86sol2)
aria2-1.35.0/config.sub:767:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
aria2-1.35.0/config.sub-768-		os=-solaris2
##############################################
aria2-1.35.0/config.sub-792-	leon-*|leon[3-9]-*)
aria2-1.35.0/config.sub:793:		basic_machine=sparc-`echo "$basic_machine" | sed 's/-.*//'`
aria2-1.35.0/config.sub-794-		;;
##############################################
aria2-1.35.0/config.sub-799-	m68knommu-*)
aria2-1.35.0/config.sub:800:		basic_machine=m68k-`echo "$basic_machine" | sed 's/^[^-]*-//'`
aria2-1.35.0/config.sub-801-		os=-linux
##############################################
aria2-1.35.0/config.sub-833-	mips3*-*)
aria2-1.35.0/config.sub:834:		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`
aria2-1.35.0/config.sub-835-		;;
aria2-1.35.0/config.sub-836-	mips3*)
aria2-1.35.0/config.sub:837:		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`-unknown
aria2-1.35.0/config.sub-838-		;;
##############################################
aria2-1.35.0/config.sub-855-	ms1-*)
aria2-1.35.0/config.sub:856:		basic_machine=`echo "$basic_machine" | sed -e 's/ms1-/mt-/'`
aria2-1.35.0/config.sub-857-		;;
##############################################
aria2-1.35.0/config.sub-980-	parisc-*)
aria2-1.35.0/config.sub:981:		basic_machine=hppa-`echo "$basic_machine" | sed 's/^[^-]*-//'`
aria2-1.35.0/config.sub-982-		os=-linux
##############################################
aria2-1.35.0/config.sub-996-	pc98-*)
aria2-1.35.0/config.sub:997:		basic_machine=i386-`echo "$basic_machine" | sed 's/^[^-]*-//'`
aria2-1.35.0/config.sub-998-		;;
##############################################
aria2-1.35.0/config.sub-1011-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
aria2-1.35.0/config.sub:1012:		basic_machine=i586-`echo "$basic_machine" | sed 's/^[^-]*-//'`
aria2-1.35.0/config.sub-1013-		;;
aria2-1.35.0/config.sub-1014-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
aria2-1.35.0/config.sub:1015:		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
aria2-1.35.0/config.sub-1016-		;;
aria2-1.35.0/config.sub-1017-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
aria2-1.35.0/config.sub:1018:		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
aria2-1.35.0/config.sub-1019-		;;
aria2-1.35.0/config.sub-1020-	pentium4-*)
aria2-1.35.0/config.sub:1021:		basic_machine=i786-`echo "$basic_machine" | sed 's/^[^-]*-//'`
aria2-1.35.0/config.sub-1022-		;;
##############################################
aria2-1.35.0/config.sub-1030-	ppc-* | ppcbe-*)
aria2-1.35.0/config.sub:1031:		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
aria2-1.35.0/config.sub-1032-		;;
##############################################
aria2-1.35.0/config.sub-1036-	ppcle-* | powerpclittle-*)
aria2-1.35.0/config.sub:1037:		basic_machine=powerpcle-`echo "$basic_machine" | sed 's/^[^-]*-//'`
aria2-1.35.0/config.sub-1038-		;;
##############################################
aria2-1.35.0/config.sub-1040-		;;
aria2-1.35.0/config.sub:1041:	ppc64-*) basic_machine=powerpc64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
aria2-1.35.0/config.sub-1042-		;;
##############################################
aria2-1.35.0/config.sub-1046-	ppc64le-* | powerpc64little-*)
aria2-1.35.0/config.sub:1047:		basic_machine=powerpc64le-`echo "$basic_machine" | sed 's/^[^-]*-//'`
aria2-1.35.0/config.sub-1048-		;;
##############################################
aria2-1.35.0/config.sub-1122-	strongarm-* | thumb-*)
aria2-1.35.0/config.sub:1123:		basic_machine=arm-`echo "$basic_machine" | sed 's/^[^-]*-//'`
aria2-1.35.0/config.sub-1124-		;;
##############################################
aria2-1.35.0/config.sub-1255-	xscale-* | xscalee[bl]-*)
aria2-1.35.0/config.sub:1256:		basic_machine=`echo "$basic_machine" | sed 's/^xscale/arm/'`
aria2-1.35.0/config.sub-1257-		;;
##############################################
aria2-1.35.0/config.sub-1317-	*)
aria2-1.35.0/config.sub:1318:		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
aria2-1.35.0/config.sub-1319-		exit 1
##############################################
aria2-1.35.0/config.sub-1325-	*-digital*)
aria2-1.35.0/config.sub:1326:		basic_machine=`echo "$basic_machine" | sed 's/digital.*/dec/'`
aria2-1.35.0/config.sub-1327-		;;
aria2-1.35.0/config.sub-1328-	*-commodore*)
aria2-1.35.0/config.sub:1329:		basic_machine=`echo "$basic_machine" | sed 's/commodore.*/cbm/'`
aria2-1.35.0/config.sub-1330-		;;
##############################################
aria2-1.35.0/config.sub-1346-	-solaris1 | -solaris1.*)
aria2-1.35.0/config.sub:1347:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
aria2-1.35.0/config.sub-1348-		;;
##############################################
aria2-1.35.0/config.sub-1355-	-gnu/linux*)
aria2-1.35.0/config.sub:1356:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
aria2-1.35.0/config.sub-1357-		;;
##############################################
aria2-1.35.0/config.sub-1407-	-nto*)
aria2-1.35.0/config.sub:1408:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
aria2-1.35.0/config.sub-1409-		;;
##############################################
aria2-1.35.0/config.sub-1414-	-mac*)
aria2-1.35.0/config.sub:1415:		os=`echo "$os" | sed -e 's|mac|macos|'`
aria2-1.35.0/config.sub-1416-		;;
##############################################
aria2-1.35.0/config.sub-1420-	-linux*)
aria2-1.35.0/config.sub:1421:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
aria2-1.35.0/config.sub-1422-		;;
aria2-1.35.0/config.sub-1423-	-sunos5*)
aria2-1.35.0/config.sub:1424:		os=`echo "$os" | sed -e 's|sunos5|solaris2|'`
aria2-1.35.0/config.sub-1425-		;;
aria2-1.35.0/config.sub-1426-	-sunos6*)
aria2-1.35.0/config.sub:1427:		os=`echo "$os" | sed -e 's|sunos6|solaris3|'`
aria2-1.35.0/config.sub-1428-		;;
##############################################
aria2-1.35.0/config.sub-1469-	-sinix5.*)
aria2-1.35.0/config.sub:1470:		os=`echo $os | sed -e 's|sinix|sysv|'`
aria2-1.35.0/config.sub-1471-		;;
##############################################
aria2-1.35.0/config.sub-1528-		# Get rid of the `-' at the beginning of $os.
aria2-1.35.0/config.sub:1529:		os=`echo $os | sed 's/[^-]*-//'`
aria2-1.35.0/config.sub:1530:		echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2
aria2-1.35.0/config.sub-1531-		exit 1
##############################################
aria2-1.35.0/config.sub-1788-		esac
aria2-1.35.0/config.sub:1789:		basic_machine=`echo "$basic_machine" | sed "s/unknown/$vendor/"`
aria2-1.35.0/config.sub-1790-		;;
##############################################
aria2-1.35.0/config.rpath-33-host="$1"
aria2-1.35.0/config.rpath:34:host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
aria2-1.35.0/config.rpath:35:host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
aria2-1.35.0/config.rpath:36:host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
aria2-1.35.0/config.rpath-37-
##############################################
aria2-1.35.0/config.rpath-47-done
aria2-1.35.0/config.rpath:48:cc_basename=`echo "$cc_temp" | sed -e 's%^.*/%%'`
aria2-1.35.0/config.rpath-49-
##############################################
aria2-1.35.0/config.rpath-97-        *)
aria2-1.35.0/config.rpath:98:          case `$CC -V 2>&1 | sed 5q` in
aria2-1.35.0/config.rpath-99-            *Sun\ C*)
##############################################
aria2-1.35.0/config.rpath-223-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
aria2-1.35.0/config.rpath:224:      case `$LD -v 2>&1` in
aria2-1.35.0/config.rpath-225-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
aria2-1.35.0/config.rpath-229-          if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
aria2-1.35.0/config.rpath:230:            hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
aria2-1.35.0/config.rpath-231-          else
##############################################
aria2-1.35.0/config.rpath-286-        case $host_os in aix4.[012]|aix4.[012].*)
aria2-1.35.0/config.rpath:287:          collect2name=`${CC} -print-prog-name=collect2`
aria2-1.35.0/config.rpath-288-          if test -f "$collect2name" && \
##############################################
aria2-1.35.0/config.rpath-425-        hardcode_direct=yes
aria2-1.35.0/config.rpath:426:        if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
aria2-1.35.0/config.rpath-427-          hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
##############################################
aria2-1.35.0/config.rpath-489-    sysv5* | sco3.2v5* | sco5v6*)
aria2-1.35.0/config.rpath:490:      hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
aria2-1.35.0/config.rpath-491-      hardcode_libdir_separator=':'
##############################################
aria2-1.35.0/config.rpath-633-sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
aria2-1.35.0/config.rpath:634:escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"`
aria2-1.35.0/config.rpath:635:shlibext=`echo "$shrext" | sed -e 's,^\.,,'`
aria2-1.35.0/config.rpath:636:escaped_libname_spec=`echo "X$libname_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
aria2-1.35.0/config.rpath:637:escaped_library_names_spec=`echo "X$library_names_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
aria2-1.35.0/config.rpath:638:escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
aria2-1.35.0/config.rpath-639-
##############################################
aria2-1.35.0/config.guess-34-
aria2-1.35.0/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
aria2-1.35.0/config.guess-36-
##############################################
aria2-1.35.0/config.guess-102-: ${TMPDIR=/tmp} ;
aria2-1.35.0/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
aria2-1.35.0/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
aria2-1.35.0/config.guess-151-	EOF
aria2-1.35.0/config.guess:152:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`"
aria2-1.35.0/config.guess-153-
##############################################
aria2-1.35.0/config.guess-188-	    earmv*)
aria2-1.35.0/config.guess:189:		arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
aria2-1.35.0/config.guess:190:		endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
aria2-1.35.0/config.guess-191-		machine="${arch}${endian}"-unknown
##############################################
aria2-1.35.0/config.guess-220-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
aria2-1.35.0/config.guess:221:		abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
aria2-1.35.0/config.guess-222-		;;
##############################################
aria2-1.35.0/config.guess-233-	    *)
aria2-1.35.0/config.guess:234:		release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
aria2-1.35.0/config.guess-235-		;;
##############################################
aria2-1.35.0/config.guess-280-	*4.0)
aria2-1.35.0/config.guess:281:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
aria2-1.35.0/config.guess-282-		;;
aria2-1.35.0/config.guess-283-	*5.*)
aria2-1.35.0/config.guess:284:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
aria2-1.35.0/config.guess-285-		;;
##############################################
aria2-1.35.0/config.guess-290-	# types through head -n 1, so we only detect the type of CPU 0.
aria2-1.35.0/config.guess:291:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
aria2-1.35.0/config.guess-292-	case "$ALPHA_CPU_TYPE" in
##############################################
aria2-1.35.0/config.guess-328-	# 1.2 uses "1.2" for uname -r.
aria2-1.35.0/config.guess:329:	echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`"
aria2-1.35.0/config.guess-330-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
aria2-1.35.0/config.guess-379-    s390x:SunOS:*:*)
aria2-1.35.0/config.guess:380:	echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
aria2-1.35.0/config.guess-381-	exit ;;
aria2-1.35.0/config.guess-382-    sun4H:SunOS:5.*:*)
aria2-1.35.0/config.guess:383:	echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
aria2-1.35.0/config.guess-384-	exit ;;
aria2-1.35.0/config.guess-385-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
aria2-1.35.0/config.guess:386:	echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
aria2-1.35.0/config.guess-387-	exit ;;
##############################################
aria2-1.35.0/config.guess-404-	fi
aria2-1.35.0/config.guess:405:	echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
aria2-1.35.0/config.guess-406-	exit ;;
##############################################
aria2-1.35.0/config.guess-410-	# it's likely to be more like Solaris than SunOS4.
aria2-1.35.0/config.guess:411:	echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
aria2-1.35.0/config.guess-412-	exit ;;
##############################################
aria2-1.35.0/config.guess-419-	# Japanese Language versions have a version number like `4.1.3-JL'.
aria2-1.35.0/config.guess:420:	echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`"
aria2-1.35.0/config.guess-421-	exit ;;
##############################################
aria2-1.35.0/config.guess-425-    sun*:*:4.2BSD:*)
aria2-1.35.0/config.guess:426:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
aria2-1.35.0/config.guess-427-	test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3
##############################################
aria2-1.35.0/config.guess-507-	$CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
aria2-1.35.0/config.guess:508:	  dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` &&
aria2-1.35.0/config.guess:509:	  SYSTEM_NAME=`"$dummy" "$dummyarg"` &&
aria2-1.35.0/config.guess-510-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
aria2-1.35.0/config.guess-563-    *:IRIX*:*:*)
aria2-1.35.0/config.guess:564:	echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`"
aria2-1.35.0/config.guess-565-	exit ;;
##############################################
aria2-1.35.0/config.guess-593-EOF
aria2-1.35.0/config.guess:594:		if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
aria2-1.35.0/config.guess-595-		then
##############################################
aria2-1.35.0/config.guess-606-    *:AIX:*:[4567])
aria2-1.35.0/config.guess:607:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
aria2-1.35.0/config.guess-608-	if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then
##############################################
aria2-1.35.0/config.guess-642-    9000/[34678]??:HP-UX:*:*)
aria2-1.35.0/config.guess:643:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
aria2-1.35.0/config.guess-644-	case "$UNAME_MACHINE" in
##############################################
aria2-1.35.0/config.guess-696-EOF
aria2-1.35.0/config.guess:697:		    (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
aria2-1.35.0/config.guess-698-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
aria2-1.35.0/config.guess-724-    ia64:HP-UX:*:*)
aria2-1.35.0/config.guess:725:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
aria2-1.35.0/config.guess-726-	echo ia64-hp-hpux"$HPUX_REV"
##############################################
aria2-1.35.0/config.guess-754-EOF
aria2-1.35.0/config.guess:755:	$CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
aria2-1.35.0/config.guess-756-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
aria2-1.35.0/config.guess-825-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
aria2-1.35.0/config.guess:826:	FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'`
aria2-1.35.0/config.guess-827-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
aria2-1.35.0/config.guess-830-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
aria2-1.35.0/config.guess:831:	FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
aria2-1.35.0/config.guess-832-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
aria2-1.35.0/config.guess-850-	esac
aria2-1.35.0/config.guess:851:	echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
aria2-1.35.0/config.guess-852-	exit ;;
##############################################
aria2-1.35.0/config.guess-886-    prep*:SunOS:5.*:*)
aria2-1.35.0/config.guess:887:	echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
aria2-1.35.0/config.guess-888-	exit ;;
##############################################
aria2-1.35.0/config.guess-890-	# the GNU system
aria2-1.35.0/config.guess:891:	echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`"
aria2-1.35.0/config.guess-892-	exit ;;
##############################################
aria2-1.35.0/config.guess-894-	# other systems with GNU libc and userland
aria2-1.35.0/config.guess:895:	echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
aria2-1.35.0/config.guess-896-	exit ;;
##############################################
aria2-1.35.0/config.guess-988-EOF
aria2-1.35.0/config.guess:989:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU'`"
aria2-1.35.0/config.guess-990-	test "x$CPU" != x && { echo "$CPU-unknown-linux-$LIBC"; exit; }
##############################################
aria2-1.35.0/config.guess-1092-    i*86:*:4.*:*)
aria2-1.35.0/config.guess:1093:	UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'`
aria2-1.35.0/config.guess-1094-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
aria2-1.35.0/config.guess-1295-	fi
aria2-1.35.0/config.guess:1296:	if test "`echo "$UNAME_RELEASE" | sed -e 's/\..*//'`" -le 10 ; then
aria2-1.35.0/config.guess-1297-	    if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
##############################################
aria2-1.35.0/config.guess-1393-    *:DragonFly:*:*)
aria2-1.35.0/config.guess:1394:	echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
aria2-1.35.0/config.guess-1395-	exit ;;
##############################################
aria2-1.35.0/config.guess-1406-    i*86:skyos:*:*)
aria2-1.35.0/config.guess:1407:	echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`"
aria2-1.35.0/config.guess-1408-	exit ;;
##############################################
aria2-1.35.0/compile-67-	mingw/*)
aria2-1.35.0/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
aria2-1.35.0/compile-69-	  ;;
aria2-1.35.0/compile-70-	cygwin/*)
aria2-1.35.0/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
aria2-1.35.0/compile-72-	  ;;
aria2-1.35.0/compile-73-	wine/*)
aria2-1.35.0/compile:74:	  file=`winepath -w "$file" || echo "$file"`
aria2-1.35.0/compile-75-	  ;;
##############################################
aria2-1.35.0/compile-310-# Name of file we expect compiler to create.
aria2-1.35.0/compile:311:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
aria2-1.35.0/compile-312-
##############################################
aria2-1.35.0/compile-316-# object file name, since that is what matters with a parallel build.
aria2-1.35.0/compile:317:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
aria2-1.35.0/compile-318-while true; do
##############################################
aria2-1.35.0/Makefile.in-50-  { \
aria2-1.35.0/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
aria2-1.35.0/Makefile.in-52-  }; \
##############################################
aria2-1.35.0/Makefile.in-143-  esac
aria2-1.35.0/Makefile.in:144:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
aria2-1.35.0/Makefile.in-145-am__vpath_adj = case $$p in \
aria2-1.35.0/Makefile.in:146:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
aria2-1.35.0/Makefile.in-147-    *) f=$$p;; \
aria2-1.35.0/Makefile.in-148-  esac;
aria2-1.35.0/Makefile.in:149:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
aria2-1.35.0/Makefile.in-150-am__install_max = 40
aria2-1.35.0/Makefile.in-151-am__nobase_strip_setup = \
aria2-1.35.0/Makefile.in:152:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
aria2-1.35.0/Makefile.in-153-am__nobase_strip = \
##############################################
aria2-1.35.0/Makefile.in-223-  while test -n "$$dir1"; do \
aria2-1.35.0/Makefile.in:224:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
aria2-1.35.0/Makefile.in-225-    if test "$$first" != "."; then \
aria2-1.35.0/Makefile.in-226-      if test "$$first" = ".."; then \
aria2-1.35.0/Makefile.in:227:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
aria2-1.35.0/Makefile.in:228:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
aria2-1.35.0/Makefile.in-229-      else \
aria2-1.35.0/Makefile.in:230:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
aria2-1.35.0/Makefile.in-231-        if test "$$first2" = "$$first"; then \
aria2-1.35.0/Makefile.in:232:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
aria2-1.35.0/Makefile.in-233-        else \
##############################################
aria2-1.35.0/Makefile.in-238-    fi; \
aria2-1.35.0/Makefile.in:239:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
aria2-1.35.0/Makefile.in-240-  done; \
##############################################
aria2-1.35.0/Makefile.in-545-	@list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
aria2-1.35.0/Makefile.in:546:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
aria2-1.35.0/Makefile.in-547-	dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
##############################################
aria2-1.35.0/Makefile.in-562-	dot_seen=no; \
aria2-1.35.0/Makefile.in:563:	target=`echo $@ | sed s/-recursive//`; \
aria2-1.35.0/Makefile.in-564-	case "$@" in \
##############################################
aria2-1.35.0/Makefile.in-625-GTAGS:
aria2-1.35.0/Makefile.in:626:	here=`$(am__cd) $(top_builddir) && pwd` \
aria2-1.35.0/Makefile.in-627-	  && $(am__cd) $(top_srcdir) \
##############################################
aria2-1.35.0/Makefile.in-660-	test -d "$(distdir)" || mkdir "$(distdir)"
aria2-1.35.0/Makefile.in:661:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aria2-1.35.0/Makefile.in:662:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
aria2-1.35.0/Makefile.in-663-	list='$(DISTFILES)'; \
##############################################
aria2-1.35.0/Makefile.in-674-	  if test -d $$d/$$file; then \
aria2-1.35.0/Makefile.in:675:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
aria2-1.35.0/Makefile.in-676-	    if test -d "$(distdir)/$$file"; then \
##############################################
aria2-1.35.0/Makefile.in-785-	test -d $(distdir)/_build || exit 0; \
aria2-1.35.0/Makefile.in:786:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
aria2-1.35.0/Makefile.in-787-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
aria2-1.35.0/Makefile.in-829-	}; \
aria2-1.35.0/Makefile.in:830:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
aria2-1.35.0/Makefile.in-831-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
aria2-1.35.0/Makefile.in-841-	fi
aria2-1.35.0/Makefile.in:842:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
aria2-1.35.0/Makefile.in-843-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
aria2-1.35.0/README.rst-293-By default, the bash_completion file named ``aria2c`` is installed to
aria2-1.35.0/README.rst:294:the directory ``$prefix/share/doc/aria2/bash_completion``.  To change
aria2-1.35.0/README.rst-295-the install directory of the file, use ``--with-bashcompletiondir``
##############################################
aria2-1.35.0/README.rst-342-  Prefix to the directory where dependent libraries are installed.  It
aria2-1.35.0/README.rst:343:  defaults to ``/usr/local/$HOST``. ``-I$PREFIX/include`` will be
aria2-1.35.0/README.rst:344:  added to ``CPPFLAGS``. ``-L$PREFIX/lib`` will be added to
aria2-1.35.0/README.rst:345:  ``LDFLAGS``. ``$PREFIX/lib/pkgconfig`` will be set to
aria2-1.35.0/README.rst-346-  ``PKG_CONFIG_LIBDIR``.
##############################################
aria2-1.35.0/README.rst-378-
aria2-1.35.0/README.rst:379:``android-config`` assumes that ``$ANDROID_HOME`` and ``$NDK``
aria2-1.35.0/README.rst-380-environment variables are defined.
aria2-1.35.0/README.rst-381-
aria2-1.35.0/README.rst:382:We currently use Android NDK r20.  ``$NDK`` should point to the
aria2-1.35.0/README.rst-383-directory to Anroid NDK.  The build tools will be found under
aria2-1.35.0/README.rst:384:``$NDK/toolchains/llvm/prebuilt/linux-x86_64/bin/``.
aria2-1.35.0/README.rst-385-
aria2-1.35.0/README.rst-386-All the dependent libraries must be installed under
aria2-1.35.0/README.rst:387:``$ANDROID_HOME/usr/local``.
aria2-1.35.0/README.rst-388-
##############################################
aria2-1.35.0/README.rst-431-aria2 supports mainline compatible DHT. By default, the routing table
aria2-1.35.0/README.rst:432:for IPv4 DHT is saved to ``$XDG_CACHE_HOME/aria2/dht.dat`` and the
aria2-1.35.0/README.rst-433-routing table for IPv6 DHT is saved to
aria2-1.35.0/README.rst:434:``$XDG_CACHE_HOME/aria2/dht6.dat`` unless files exist at
aria2-1.35.0/README.rst:435:``$HOME/.aria2/dht.dat`` or ``$HOME/.aria2/dht6.dat``. aria2 uses same
aria2-1.35.0/README.rst-436-port number to listen on for both IPv4 and IPv6 DHT.
##############################################
aria2-1.35.0/aclocal.m4-112-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
aria2-1.35.0/aclocal.m4:113:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
aria2-1.35.0/aclocal.m4-114-# and then we would define $MISSING as
##############################################
aria2-1.35.0/aclocal.m4-127-# Expand $ac_aux_dir to an absolute path.
aria2-1.35.0/aclocal.m4:128:am_aux_dir=`cd "$ac_aux_dir" && pwd`
aria2-1.35.0/aclocal.m4-129-])
##############################################
aria2-1.35.0/aclocal.m4-225-  if test "$am_compiler_list" = ""; then
aria2-1.35.0/aclocal.m4:226:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
aria2-1.35.0/aclocal.m4-227-  fi
##############################################
aria2-1.35.0/aclocal.m4-378-    # Strip MF so we end up with the name of the file.
aria2-1.35.0/aclocal.m4:379:    am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
aria2-1.35.0/aclocal.m4-380-    # Check whether this is an Automake generated Makefile which includes
##############################################
aria2-1.35.0/aclocal.m4-385-      || continue
aria2-1.35.0/aclocal.m4:386:    am_dirpart=`AS_DIRNAME(["$am_mf"])`
aria2-1.35.0/aclocal.m4:387:    am_filepart=`AS_BASENAME(["$am_mf"])`
aria2-1.35.0/aclocal.m4-388-    AM_RUN_LOG([cd "$am_dirpart" \
##############################################
aria2-1.35.0/aclocal.m4-453-AC_REQUIRE([AC_PROG_INSTALL])dnl
aria2-1.35.0/aclocal.m4:454:if test "`cd $srcdir && pwd`" != "`pwd`"; then
aria2-1.35.0/aclocal.m4-455-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
aria2-1.35.0/aclocal.m4-612-    * )
aria2-1.35.0/aclocal.m4:613:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
aria2-1.35.0/aclocal.m4-614-  esac
aria2-1.35.0/aclocal.m4-615-done
aria2-1.35.0/aclocal.m4:616:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
aria2-1.35.0/aclocal.m4-617-
##############################################
aria2-1.35.0/aclocal.m4-900-     echo "timestamp, slept: $am_has_slept" > conftest.file
aria2-1.35.0/aclocal.m4:901:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
aria2-1.35.0/aclocal.m4-902-     if test "$[*]" = "X"; then
aria2-1.35.0/aclocal.m4-903-	# -L didn't work.
aria2-1.35.0/aclocal.m4:904:	set X `ls -t "$srcdir/configure" conftest.file`
aria2-1.35.0/aclocal.m4-905-     fi
##############################################
aria2-1.35.0/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
aria2-1.35.0/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
aria2-1.35.0/configure-47-  as_echo='print -r --'
aria2-1.35.0/configure-48-  as_echo_n='print -rn --'
aria2-1.35.0/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
aria2-1.35.0/configure-50-  as_echo='printf %s\n'
##############################################
aria2-1.35.0/configure-52-else
aria2-1.35.0/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
aria2-1.35.0/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
aria2-1.35.0/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
aria2-1.35.0/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
aria2-1.35.0/configure-64-      esac;
##############################################
aria2-1.35.0/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
aria2-1.35.0/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
aria2-1.35.0/configure-201-test \$(( 1 + 1 )) = 2 || exit 1
##############################################
aria2-1.35.0/configure-207-    PATH=/empty FPATH=/empty; export PATH FPATH
aria2-1.35.0/configure:208:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
aria2-1.35.0/configure:209:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
aria2-1.35.0/configure-210-  if (eval "$as_required") 2>/dev/null; then :
##############################################
aria2-1.35.0/configure-335-      case $as_dir in #(
aria2-1.35.0/configure:336:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
aria2-1.35.0/configure-337-      *) as_qdir=$as_dir;;
##############################################
aria2-1.35.0/configure-408-  {
aria2-1.35.0/configure:409:    as_val=`expr "$@" || test $? -eq 1`
aria2-1.35.0/configure-410-  }
##############################################
aria2-1.35.0/configure-415-# ----------------------------------------
aria2-1.35.0/configure:416:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
aria2-1.35.0/configure-417-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
aria2-1.35.0/configure-478-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
aria2-1.35.0/configure:479:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
aria2-1.35.0/configure-480-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
aria2-1.35.0/configure-1099-  case $ac_option in
aria2-1.35.0/configure:1100:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
aria2-1.35.0/configure-1101-  *=)   ac_optarg= ;;
##############################################
aria2-1.35.0/configure-1143-  -disable-* | --disable-*)
aria2-1.35.0/configure:1144:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
aria2-1.35.0/configure-1145-    # Reject names that are not valid shell variable names.
##############################################
aria2-1.35.0/configure-1148-    ac_useropt_orig=$ac_useropt
aria2-1.35.0/configure:1149:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
aria2-1.35.0/configure-1150-    case $ac_user_opts in
##############################################
aria2-1.35.0/configure-1169-  -enable-* | --enable-*)
aria2-1.35.0/configure:1170:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
aria2-1.35.0/configure-1171-    # Reject names that are not valid shell variable names.
##############################################
aria2-1.35.0/configure-1174-    ac_useropt_orig=$ac_useropt
aria2-1.35.0/configure:1175:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
aria2-1.35.0/configure-1176-    case $ac_user_opts in
##############################################
aria2-1.35.0/configure-1382-  -with-* | --with-*)
aria2-1.35.0/configure:1383:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
aria2-1.35.0/configure-1384-    # Reject names that are not valid shell variable names.
##############################################
aria2-1.35.0/configure-1387-    ac_useropt_orig=$ac_useropt
aria2-1.35.0/configure:1388:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
aria2-1.35.0/configure-1389-    case $ac_user_opts in
##############################################
aria2-1.35.0/configure-1398-  -without-* | --without-*)
aria2-1.35.0/configure:1399:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
aria2-1.35.0/configure-1400-    # Reject names that are not valid shell variable names.
##############################################
aria2-1.35.0/configure-1403-    ac_useropt_orig=$ac_useropt
aria2-1.35.0/configure:1404:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
aria2-1.35.0/configure-1405-    case $ac_user_opts in
##############################################
aria2-1.35.0/configure-1436-  *=*)
aria2-1.35.0/configure:1437:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
aria2-1.35.0/configure-1438-    # Reject names that are not valid shell variable names.
##############################################
aria2-1.35.0/configure-1457-if test -n "$ac_prev"; then
aria2-1.35.0/configure:1458:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
aria2-1.35.0/configure-1459-  as_fn_error $? "missing argument to $ac_option"
##############################################
aria2-1.35.0/configure-1479-    */ )
aria2-1.35.0/configure:1480:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
aria2-1.35.0/configure-1481-      eval $ac_var=\$ac_val;;
##############################################
aria2-1.35.0/configure-1514-ac_ls_di=`ls -di .` &&
aria2-1.35.0/configure:1515:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
aria2-1.35.0/configure-1516-  as_fn_error $? "working directory cannot be determined"
##############################################
aria2-1.35.0/configure-1570-case $srcdir in
aria2-1.35.0/configure:1571:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
aria2-1.35.0/configure-1572-esac
##############################################
aria2-1.35.0/configure-1613-By default, \`make install' will install all the files in
aria2-1.35.0/configure:1614:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
aria2-1.35.0/configure:1615:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
aria2-1.35.0/configure-1616-for instance \`--prefix=\$HOME'.
##############################################
aria2-1.35.0/configure-1827-*)
aria2-1.35.0/configure:1828:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
aria2-1.35.0/configure-1829-  # A ".." for each directory in $ac_dir_suffix.
aria2-1.35.0/configure:1830:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
aria2-1.35.0/configure-1831-  case $ac_top_builddir_sub in
##############################################
aria2-1.35.0/configure-2908-    *\'*)
aria2-1.35.0/configure:2909:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
aria2-1.35.0/configure-2910-    esac
##############################################
aria2-1.35.0/configure-2991-      case $ac_val in
aria2-1.35.0/configure:2992:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
aria2-1.35.0/configure-2993-      esac
##############################################
aria2-1.35.0/configure-3006-	case $ac_val in
aria2-1.35.0/configure:3007:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
aria2-1.35.0/configure-3008-	esac
##############################################
aria2-1.35.0/configure-3130-    set,)
aria2-1.35.0/configure:3131:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
aria2-1.35.0/configure:3132:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
aria2-1.35.0/configure-3133-      ac_cache_corrupted=: ;;
##############################################
aria2-1.35.0/configure-3141-	# differences in whitespace do not lead to failure.
aria2-1.35.0/configure:3142:	ac_old_val_w=`echo x $ac_old_val`
aria2-1.35.0/configure:3143:	ac_new_val_w=`echo x $ac_new_val`
aria2-1.35.0/configure-3144-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
aria2-1.35.0/configure-3161-    case $ac_new_val in
aria2-1.35.0/configure:3162:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
aria2-1.35.0/configure-3163-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
aria2-1.35.0/configure-3229-test "x$ac_build_alias" = x &&
aria2-1.35.0/configure:3230:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
aria2-1.35.0/configure-3231-test "x$ac_build_alias" = x &&
aria2-1.35.0/configure-3232-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
aria2-1.35.0/configure:3233:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
aria2-1.35.0/configure-3234-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
aria2-1.35.0/configure-3253-IFS=$ac_save_IFS
aria2-1.35.0/configure:3254:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
aria2-1.35.0/configure-3255-
##############################################
aria2-1.35.0/configure-3264-else
aria2-1.35.0/configure:3265:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
aria2-1.35.0/configure-3266-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
aria2-1.35.0/configure-3286-IFS=$ac_save_IFS
aria2-1.35.0/configure:3287:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
aria2-1.35.0/configure-3288-
##############################################
aria2-1.35.0/configure-3297-else
aria2-1.35.0/configure:3298:  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
aria2-1.35.0/configure-3299-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
##############################################
aria2-1.35.0/configure-3319-IFS=$ac_save_IFS
aria2-1.35.0/configure:3320:case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
aria2-1.35.0/configure-3321-
##############################################
aria2-1.35.0/configure-3448-     echo "timestamp, slept: $am_has_slept" > conftest.file
aria2-1.35.0/configure:3449:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
aria2-1.35.0/configure-3450-     if test "$*" = "X"; then
aria2-1.35.0/configure-3451-	# -L didn't work.
aria2-1.35.0/configure:3452:	set X `ls -t "$srcdir/configure" conftest.file`
aria2-1.35.0/configure-3453-     fi
##############################################
aria2-1.35.0/configure-3499-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
aria2-1.35.0/configure:3500:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
aria2-1.35.0/configure-3501-
aria2-1.35.0/configure-3502-# Expand $ac_aux_dir to an absolute path.
aria2-1.35.0/configure:3503:am_aux_dir=`cd "$ac_aux_dir" && pwd`
aria2-1.35.0/configure-3504-
##############################################
aria2-1.35.0/configure-3644-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
aria2-1.35.0/configure:3645:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
aria2-1.35.0/configure-3646-	     'mkdir (GNU coreutils) '* | \
##############################################
aria2-1.35.0/configure-3717-set x ${MAKE-make}
aria2-1.35.0/configure:3718:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
aria2-1.35.0/configure-3719-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
aria2-1.35.0/configure-3727-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
aria2-1.35.0/configure:3728:case `${MAKE-make} -f conftest.make 2>/dev/null` in
aria2-1.35.0/configure-3729-  *@@@%%%=?*=@@@%%%*)
##############################################
aria2-1.35.0/configure-3793-
aria2-1.35.0/configure:3794:if test "`cd $srcdir && pwd`" != "`pwd`"; then
aria2-1.35.0/configure-3795-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
aria2-1.35.0/configure-4357-$as_echo_n "checking whether the C compiler works... " >&6; }
aria2-1.35.0/configure:4358:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
aria2-1.35.0/configure-4359-
##############################################
aria2-1.35.0/configure-4401-	then :; else
aria2-1.35.0/configure:4402:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
aria2-1.35.0/configure-4403-	fi
##############################################
aria2-1.35.0/configure-4461-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
aria2-1.35.0/configure:4462:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
aria2-1.35.0/configure-4463-	  break;;
##############################################
aria2-1.35.0/configure-4570-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
aria2-1.35.0/configure:4571:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
aria2-1.35.0/configure-4572-       break;;
##############################################
aria2-1.35.0/configure-4888-  if test "$am_compiler_list" = ""; then
aria2-1.35.0/configure:4889:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
aria2-1.35.0/configure-4890-  fi
##############################################
aria2-1.35.0/configure-5145-  # Check for GNU $ac_path_GREP
aria2-1.35.0/configure:5146:case `"$ac_path_GREP" --version 2>&1` in
aria2-1.35.0/configure-5147-*GNU*)
##############################################
aria2-1.35.0/configure-5211-  # Check for GNU $ac_path_EGREP
aria2-1.35.0/configure:5212:case `"$ac_path_EGREP" --version 2>&1` in
aria2-1.35.0/configure-5213-*GNU*)
##############################################
aria2-1.35.0/configure-5372-do :
aria2-1.35.0/configure:5373:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
aria2-1.35.0/configure-5374-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
aria2-1.35.0/configure-5377-  cat >>confdefs.h <<_ACEOF
aria2-1.35.0/configure:5378:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
aria2-1.35.0/configure-5379-_ACEOF
##############################################
aria2-1.35.0/configure-5498-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
aria2-1.35.0/configure:5499:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
aria2-1.35.0/configure-5500-  ECHO='print -r --'
aria2-1.35.0/configure:5501:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
aria2-1.35.0/configure-5502-  ECHO='printf %s\n'
##############################################
aria2-1.35.0/configure-5567-  # Check for GNU $ac_path_SED
aria2-1.35.0/configure:5568:case `"$ac_path_SED" --version 2>&1` in
aria2-1.35.0/configure-5569-*GNU*)
##############################################
aria2-1.35.0/configure-5646-  # Check for GNU $ac_path_FGREP
aria2-1.35.0/configure:5647:case `"$ac_path_FGREP" --version 2>&1` in
aria2-1.35.0/configure-5648-*GNU*)
##############################################
aria2-1.35.0/configure-5726-    # gcc leaves a trailing carriage return, which upsets mingw
aria2-1.35.0/configure:5727:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
aria2-1.35.0/configure-5728-  *)
aria2-1.35.0/configure:5729:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
aria2-1.35.0/configure-5730-  esac
##############################################
aria2-1.35.0/configure-5735-      # Canonicalize the pathname of ld
aria2-1.35.0/configure:5736:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
aria2-1.35.0/configure-5737-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
aria2-1.35.0/configure:5738:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
aria2-1.35.0/configure-5739-      done
##############################################
aria2-1.35.0/configure-5770-      # Break only if it was the GNU/non-GNU ld that we prefer.
aria2-1.35.0/configure:5771:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
aria2-1.35.0/configure-5772-      *GNU* | *'with BFD'*)
##############################################
aria2-1.35.0/configure-5801-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
aria2-1.35.0/configure:5802:case `$LD -v 2>&1 </dev/null` in
aria2-1.35.0/configure-5803-*GNU* | *'with BFD'*)
##############################################
aria2-1.35.0/configure-5851-	esac
aria2-1.35.0/configure:5852:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
aria2-1.35.0/configure-5853-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
aria2-1.35.0/configure-5857-	*)
aria2-1.35.0/configure:5858:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
aria2-1.35.0/configure-5859-	  */dev/null*)
##############################################
aria2-1.35.0/configure-5985-
aria2-1.35.0/configure:5986:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
aria2-1.35.0/configure-5987-    *COFF*)
##############################################
aria2-1.35.0/configure-6097-    # And add a safety zone
aria2-1.35.0/configure:6098:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
aria2-1.35.0/configure:6099:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
aria2-1.35.0/configure-6100-    ;;
##############################################
aria2-1.35.0/configure-6130-    if test -n "$kargmax"; then
aria2-1.35.0/configure:6131:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
aria2-1.35.0/configure-6132-    else
##############################################
aria2-1.35.0/configure-6139-       test undefined != "$lt_cv_sys_max_cmd_len"; then
aria2-1.35.0/configure:6140:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
aria2-1.35.0/configure:6141:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
aria2-1.35.0/configure-6142-    else
##############################################
aria2-1.35.0/configure-6151-      # we can't tell.
aria2-1.35.0/configure:6152:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
aria2-1.35.0/configure-6153-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
aria2-1.35.0/configure-6155-      do
aria2-1.35.0/configure:6156:        i=`expr $i + 1`
aria2-1.35.0/configure-6157-        teststring=$teststring$teststring
##############################################
aria2-1.35.0/configure-6159-      # Only check the string length outside the loop.
aria2-1.35.0/configure:6160:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
aria2-1.35.0/configure-6161-      teststring=
##############################################
aria2-1.35.0/configure-6164-      # linker.  It appears as though 1/2 is a usable value.
aria2-1.35.0/configure:6165:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
aria2-1.35.0/configure-6166-    fi
##############################################
aria2-1.35.0/configure-6575-openbsd* | bitrig*)
aria2-1.35.0/configure:6576:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
aria2-1.35.0/configure-6577-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
aria2-1.35.0/configure-6645-    else
aria2-1.35.0/configure:6646:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
aria2-1.35.0/configure-6647-    fi
##############################################
aria2-1.35.0/configure-6790-  # decide which one to use based on capabilities of $DLLTOOL
aria2-1.35.0/configure:6791:  case `$DLLTOOL --help 2>&1` in
aria2-1.35.0/configure-6792-  *--identify-strict*)
##############################################
aria2-1.35.0/configure-7311-# If we're using GNU nm, then use its standard symbol codes.
aria2-1.35.0/configure:7312:case `$NM -V 2>&1` in
aria2-1.35.0/configure-7313-*GNU* | *'with BFD'*)
##############################################
aria2-1.35.0/configure-7359-mingw*)
aria2-1.35.0/configure:7360:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
aria2-1.35.0/configure-7361-  ;;
##############################################
aria2-1.35.0/configure-7588-   if test yes = "$GCC"; then
aria2-1.35.0/configure:7589:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
aria2-1.35.0/configure-7590-   fi
##############################################
aria2-1.35.0/configure-7592- /*)
aria2-1.35.0/configure:7593:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
aria2-1.35.0/configure-7594-   ;; #(
##############################################
aria2-1.35.0/configure-7687-    done
aria2-1.35.0/configure:7688:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
aria2-1.35.0/configure-7689-}
##############################################
aria2-1.35.0/configure-7709-  test $ac_status = 0; }; then
aria2-1.35.0/configure:7710:    case `/usr/bin/file conftest.$ac_objext` in
aria2-1.35.0/configure-7711-      *ELF-32*)
##############################################
aria2-1.35.0/configure-7730-    if test yes = "$lt_cv_prog_gnu_ld"; then
aria2-1.35.0/configure:7731:      case `/usr/bin/file conftest.$ac_objext` in
aria2-1.35.0/configure-7732-	*32-bit*)
##############################################
aria2-1.35.0/configure-7742-    else
aria2-1.35.0/configure:7743:      case `/usr/bin/file conftest.$ac_objext` in
aria2-1.35.0/configure-7744-	*32-bit*)
##############################################
aria2-1.35.0/configure-7768-    emul=elf
aria2-1.35.0/configure:7769:    case `/usr/bin/file conftest.$ac_objext` in
aria2-1.35.0/configure-7770-      *32-bit*)
##############################################
aria2-1.35.0/configure-7776-    esac
aria2-1.35.0/configure:7777:    case `/usr/bin/file conftest.$ac_objext` in
aria2-1.35.0/configure-7778-      *MSB*)
##############################################
aria2-1.35.0/configure-7784-    esac
aria2-1.35.0/configure:7785:    case `/usr/bin/file conftest.$ac_objext` in
aria2-1.35.0/configure-7786-      *N32*)
##############################################
aria2-1.35.0/configure-8717-    *:)
aria2-1.35.0/configure:8718:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
aria2-1.35.0/configure-8719-        ;;
aria2-1.35.0/configure-8720-    x:*)
aria2-1.35.0/configure:8721:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
aria2-1.35.0/configure-8722-        ;;
aria2-1.35.0/configure-8723-    *::*)
aria2-1.35.0/configure:8724:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
aria2-1.35.0/configure:8725:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
aria2-1.35.0/configure-8726-        ;;
aria2-1.35.0/configure-8727-    *)
aria2-1.35.0/configure:8728:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
aria2-1.35.0/configure-8729-        ;;
##############################################
aria2-1.35.0/configure-9081-	"file_magic "*)
aria2-1.35.0/configure:9082:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
aria2-1.35.0/configure-9083-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
aria2-1.35.0/configure-9147-	"file_magic "*)
aria2-1.35.0/configure:9148:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
aria2-1.35.0/configure-9149-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
aria2-1.35.0/configure-9551-      *)
aria2-1.35.0/configure:9552:	case `$CC -V 2>&1 | sed 5q` in
aria2-1.35.0/configure-9553-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
aria2-1.35.0/configure-10000-	# shared libraries, regardless of the interface used.
aria2-1.35.0/configure:10001:	case `$LD -v 2>&1` in
aria2-1.35.0/configure-10002-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
aria2-1.35.0/configure-10032-    supports_anon_versioning=no
aria2-1.35.0/configure:10033:    case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in
aria2-1.35.0/configure-10034-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
aria2-1.35.0/configure-10101-	# is; otherwise, prepend EXPORTS...
aria2-1.35.0/configure:10102:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
aria2-1.35.0/configure-10103-          cp $export_symbols $output_objdir/$soname.def;
##############################################
aria2-1.35.0/configure-10135-	prefix_cmds="$SED"~
aria2-1.35.0/configure:10136:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
aria2-1.35.0/configure-10137-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
aria2-1.35.0/configure-10157-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
aria2-1.35.0/configure:10158:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
aria2-1.35.0/configure:10159:      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'
aria2-1.35.0/configure-10160-      ;;
##############################################
aria2-1.35.0/configure-10175-        pgcc*)				# Portland Group C compiler
aria2-1.35.0/configure:10176:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
aria2-1.35.0/configure-10177-	  tmp_addflag=' $pic_flag'
##############################################
aria2-1.35.0/configure-10180-					# Portland Group f77 and f90 compilers
aria2-1.35.0/configure:10181:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
aria2-1.35.0/configure-10182-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
aria2-1.35.0/configure-10197-	nvcc*)	# Cuda Compiler Driver 2.2
aria2-1.35.0/configure:10198:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
aria2-1.35.0/configure-10199-	  compiler_needs_object=yes
##############################################
aria2-1.35.0/configure-10201-	esac
aria2-1.35.0/configure:10202:	case `$CC -V 2>&1 | sed 5q` in
aria2-1.35.0/configure-10203-	*Sun\ C*)			# Sun C 5.9
aria2-1.35.0/configure:10204:	  whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
aria2-1.35.0/configure-10205-	  compiler_needs_object=yes
##############################################
aria2-1.35.0/configure-10272-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
aria2-1.35.0/configure:10273:      case `$LD -v 2>&1` in
aria2-1.35.0/configure-10274-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
aria2-1.35.0/configure-10361-	else
aria2-1.35.0/configure:10362:	  export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
aria2-1.35.0/configure-10363-	fi
##############################################
aria2-1.35.0/configure-10426-	# below for broken collect2 doesn't work under 4.3+
aria2-1.35.0/configure:10427:	  collect2name=`$CC -print-prog-name=collect2`
aria2-1.35.0/configure-10428-	  if test -f "$collect2name" &&
##############################################
aria2-1.35.0/configure-10506-      }'
aria2-1.35.0/configure:10507:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
aria2-1.35.0/configure-10508-  # Check for a 64-bit object if we didn't find anything.
aria2-1.35.0/configure-10509-  if test -z "$lt_cv_aix_libpath_"; then
aria2-1.35.0/configure:10510:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
aria2-1.35.0/configure-10511-  fi
##############################################
aria2-1.35.0/configure-10524-        hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
aria2-1.35.0/configure:10525:        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
aria2-1.35.0/configure-10526-      else
##############################################
aria2-1.35.0/configure-10559-      }'
aria2-1.35.0/configure:10560:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
aria2-1.35.0/configure-10561-  # Check for a 64-bit object if we didn't find anything.
aria2-1.35.0/configure-10562-  if test -z "$lt_cv_aix_libpath_"; then
aria2-1.35.0/configure:10563:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
aria2-1.35.0/configure-10564-  fi
##############################################
aria2-1.35.0/configure-10591-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
aria2-1.35.0/configure:10592:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
aria2-1.35.0/configure-10593-	  if test svr4 != "$with_aix_soname"; then
##############################################
aria2-1.35.0/configure-10644-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
aria2-1.35.0/configure:10645:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
aria2-1.35.0/configure-10646-            cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
aria2-1.35.0/configure-10682-	# FIXME: Setting linknames here is a bad hack.
aria2-1.35.0/configure:10683:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
aria2-1.35.0/configure-10684-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
aria2-1.35.0/configure-10700-  if test yes = "$lt_cv_ld_force_load"; then
aria2-1.35.0/configure:10701:    whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
aria2-1.35.0/configure-10702-
##############################################
aria2-1.35.0/configure-10880-      if test yes = "$GCC"; then
aria2-1.35.0/configure:10881:	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
aria2-1.35.0/configure-10882-	# Try to use the -exported_symbol ld option, if it does not
##############################################
aria2-1.35.0/configure-10908-	if test yes = "$lt_cv_irix_exported_symbol"; then
aria2-1.35.0/configure:10909:          archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
aria2-1.35.0/configure-10910-	fi
##############################################
aria2-1.35.0/configure-10912-      else
aria2-1.35.0/configure:10913:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
aria2-1.35.0/configure:10914:	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
aria2-1.35.0/configure-10915-      fi
##############################################
aria2-1.35.0/configure-10959-	hardcode_direct_absolute=yes
aria2-1.35.0/configure:10960:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
aria2-1.35.0/configure-10961-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
aria2-1.35.0/configure-10990-	prefix_cmds="$SED"~
aria2-1.35.0/configure:10991:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
aria2-1.35.0/configure-10992-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
aria2-1.35.0/configure-11004-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
aria2-1.35.0/configure:11005:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
aria2-1.35.0/configure-11006-      else
aria2-1.35.0/configure-11007-	allow_undefined_flag=' -expect_unresolved \*'
aria2-1.35.0/configure:11008:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
aria2-1.35.0/configure-11009-      fi
##############################################
aria2-1.35.0/configure-11017-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
aria2-1.35.0/configure:11018:	archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
aria2-1.35.0/configure-11019-	hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
##############################################
aria2-1.35.0/configure-11021-	allow_undefined_flag=' -expect_unresolved \*'
aria2-1.35.0/configure:11022:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
aria2-1.35.0/configure:11023:	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
aria2-1.35.0/configure:11024:          $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
aria2-1.35.0/configure-11025-
##############################################
aria2-1.35.0/configure-11040-      else
aria2-1.35.0/configure:11041:	case `$CC -V 2>&1` in
aria2-1.35.0/configure-11042-	*"Compilers 5.0"*)
##############################################
aria2-1.35.0/configure-11439-  esac
aria2-1.35.0/configure:11440:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
aria2-1.35.0/configure-11441-  case $lt_search_path_spec in
##############################################
aria2-1.35.0/configure-11446-    # okay in the real world where ";" in dirpaths is itself problematic.
aria2-1.35.0/configure:11447:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
aria2-1.35.0/configure-11448-    ;;
aria2-1.35.0/configure-11449-  *)
aria2-1.35.0/configure:11450:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
aria2-1.35.0/configure-11451-    ;;
##############################################
aria2-1.35.0/configure-11455-  lt_tmp_lt_search_path_spec=
aria2-1.35.0/configure:11456:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
aria2-1.35.0/configure-11457-  # ...but if some path component already ends with the multilib dir we assume
##############################################
aria2-1.35.0/configure-11497-  esac
aria2-1.35.0/configure:11498:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
aria2-1.35.0/configure-11499-else
##############################################
aria2-1.35.0/configure-11637-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
aria2-1.35.0/configure:11638:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
aria2-1.35.0/configure-11639-    ;;
##############################################
aria2-1.35.0/configure-11673-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
aria2-1.35.0/configure:11674:    postinstall_cmds='base_file=`basename \$file`~
aria2-1.35.0/configure:11675:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
aria2-1.35.0/configure:11676:      dldir=$destdir/`dirname \$dlpath`~
aria2-1.35.0/configure-11677-      test -d \$dldir || mkdir -p \$dldir~
##############################################
aria2-1.35.0/configure-11682-      fi'
aria2-1.35.0/configure:11683:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
aria2-1.35.0/configure-11684-      dlpath=$dir/\$dldll~
##############################################
aria2-1.35.0/configure-11690-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
aria2-1.35.0/configure:11691:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
aria2-1.35.0/configure-11692-
##############################################
aria2-1.35.0/configure-11696-      # MinGW DLLs use traditional 'lib' prefix
aria2-1.35.0/configure:11697:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
aria2-1.35.0/configure-11698-      ;;
##############################################
aria2-1.35.0/configure-11700-      # pw32 DLLs use 'pw' prefix rather than 'lib'
aria2-1.35.0/configure:11701:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
aria2-1.35.0/configure-11702-      ;;
##############################################
aria2-1.35.0/configure-11709-    libname_spec='$name'
aria2-1.35.0/configure:11710:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
aria2-1.35.0/configure-11711-    library_names_spec='$libname.dll.lib'
##############################################
aria2-1.35.0/configure-11721-        # Let DOS variable expansion print the short 8.3 style file name.
aria2-1.35.0/configure:11722:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
aria2-1.35.0/configure-11723-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
aria2-1.35.0/configure-11726-      # Convert to MSYS style.
aria2-1.35.0/configure:11727:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
aria2-1.35.0/configure-11728-      ;;
##############################################
aria2-1.35.0/configure-11732-      # like /cygdrive/c/PROGRA~1:/cygdr...
aria2-1.35.0/configure:11733:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
aria2-1.35.0/configure:11734:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
aria2-1.35.0/configure:11735:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
aria2-1.35.0/configure-11736-      ;;
##############################################
aria2-1.35.0/configure-11740-        # It is most probably a Windows format PATH.
aria2-1.35.0/configure:11741:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
aria2-1.35.0/configure-11742-      else
aria2-1.35.0/configure:11743:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
aria2-1.35.0/configure-11744-      fi
##############################################
aria2-1.35.0/configure-11750-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
aria2-1.35.0/configure:11751:    postinstall_cmds='base_file=`basename \$file`~
aria2-1.35.0/configure:11752:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
aria2-1.35.0/configure:11753:      dldir=$destdir/`dirname \$dlpath`~
aria2-1.35.0/configure-11754-      test -d \$dldir || mkdir -p \$dldir~
aria2-1.35.0/configure-11755-      $install_prog $dir/$dlname \$dldir/$dlname'
aria2-1.35.0/configure:11756:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
aria2-1.35.0/configure-11757-      dlpath=$dir/\$dldll~
##############################################
aria2-1.35.0/configure-11764-    # Assume MSVC wrapper
aria2-1.35.0/configure:11765:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
aria2-1.35.0/configure-11766-    dynamic_linker='Win32 ld.exe'
##############################################
aria2-1.35.0/configure-11781-  shlibpath_var=DYLD_LIBRARY_PATH
aria2-1.35.0/configure:11782:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
aria2-1.35.0/configure-11783-
##############################################
aria2-1.35.0/configure-12034-  if test -f /etc/ld.so.conf; then
aria2-1.35.0/configure:12035:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
aria2-1.35.0/configure-12036-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
aria2-1.35.0/configure-12100-  need_lib_prefix=no
aria2-1.35.0/configure:12101:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
aria2-1.35.0/configure-12102-    need_version=no
##############################################
aria2-1.35.0/configure-12127-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
aria2-1.35.0/configure:12128:  postinstall_cmds='base_file=`basename \$file`~
aria2-1.35.0/configure:12129:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
aria2-1.35.0/configure:12130:    dldir=$destdir/`dirname \$dlpath`~
aria2-1.35.0/configure-12131-    test -d \$dldir || mkdir -p \$dldir~
##############################################
aria2-1.35.0/configure-12136-    fi'
aria2-1.35.0/configure:12137:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
aria2-1.35.0/configure-12138-    dlpath=$dir/\$dldll~
##############################################
aria2-1.35.0/configure-13655-  if test "$am_compiler_list" = ""; then
aria2-1.35.0/configure:13656:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
aria2-1.35.0/configure-13657-  fi
##############################################
aria2-1.35.0/configure-13759-  case $2 in
aria2-1.35.0/configure:13760:  .*) func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%\\\\$2\$%%"`;;
aria2-1.35.0/configure:13761:  *)  func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%$2\$%%"`;;
aria2-1.35.0/configure-13762-  esac
##############################################
aria2-1.35.0/configure-14039-    # gcc leaves a trailing carriage return, which upsets mingw
aria2-1.35.0/configure:14040:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
aria2-1.35.0/configure-14041-  *)
aria2-1.35.0/configure:14042:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
aria2-1.35.0/configure-14043-  esac
##############################################
aria2-1.35.0/configure-14048-      # Canonicalize the pathname of ld
aria2-1.35.0/configure:14049:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
aria2-1.35.0/configure-14050-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
aria2-1.35.0/configure:14051:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
aria2-1.35.0/configure-14052-      done
##############################################
aria2-1.35.0/configure-14083-      # Break only if it was the GNU/non-GNU ld that we prefer.
aria2-1.35.0/configure:14084:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
aria2-1.35.0/configure-14085-      *GNU* | *'with BFD'*)
##############################################
aria2-1.35.0/configure-14114-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
aria2-1.35.0/configure:14115:case `$LD -v 2>&1 </dev/null` in
aria2-1.35.0/configure-14116-*GNU* | *'with BFD'*)
##############################################
aria2-1.35.0/configure-14148-        # ancient GNU ld didn't support --whole-archive et. al.
aria2-1.35.0/configure:14149:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
aria2-1.35.0/configure-14150-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
aria2-1.35.0/configure-14259-          # below for broken collect2 doesn't work under 4.3+
aria2-1.35.0/configure:14260:	  collect2name=`$CC -print-prog-name=collect2`
aria2-1.35.0/configure-14261-	  if test -f "$collect2name" &&
##############################################
aria2-1.35.0/configure-14340-      }'
aria2-1.35.0/configure:14341:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
aria2-1.35.0/configure-14342-  # Check for a 64-bit object if we didn't find anything.
aria2-1.35.0/configure-14343-  if test -z "$lt_cv_aix_libpath__CXX"; then
aria2-1.35.0/configure:14344:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
aria2-1.35.0/configure-14345-  fi
##############################################
aria2-1.35.0/configure-14359-
aria2-1.35.0/configure:14360:          archive_expsym_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
aria2-1.35.0/configure-14361-        else
##############################################
aria2-1.35.0/configure-14394-      }'
aria2-1.35.0/configure:14395:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
aria2-1.35.0/configure-14396-  # Check for a 64-bit object if we didn't find anything.
aria2-1.35.0/configure-14397-  if test -z "$lt_cv_aix_libpath__CXX"; then
aria2-1.35.0/configure:14398:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
aria2-1.35.0/configure-14399-  fi
##############################################
aria2-1.35.0/configure-14426-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
aria2-1.35.0/configure:14427:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
aria2-1.35.0/configure-14428-	    if test svr4 != "$with_aix_soname"; then
##############################################
aria2-1.35.0/configure-14479-	  archive_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
aria2-1.35.0/configure:14480:	  archive_expsym_cmds_CXX='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
aria2-1.35.0/configure-14481-              cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
aria2-1.35.0/configure-14521-	    # is; otherwise, prepend EXPORTS...
aria2-1.35.0/configure:14522:	    archive_expsym_cmds_CXX='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
aria2-1.35.0/configure-14523-              cp $export_symbols $output_objdir/$soname.def;
##############################################
aria2-1.35.0/configure-14542-  if test yes = "$lt_cv_ld_force_load"; then
aria2-1.35.0/configure:14543:    whole_archive_flag_spec_CXX='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
aria2-1.35.0/configure-14544-
##############################################
aria2-1.35.0/configure-14587-	  prefix_cmds="$SED"~
aria2-1.35.0/configure:14588:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
aria2-1.35.0/configure-14589-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
aria2-1.35.0/configure-14661-            # dependencies.
aria2-1.35.0/configure:14662:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP " \-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
aria2-1.35.0/configure-14663-            ;;
##############################################
aria2-1.35.0/configure-14726-	    # dependencies.
aria2-1.35.0/configure:14727:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP " \-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
aria2-1.35.0/configure-14728-	    ;;
##############################################
aria2-1.35.0/configure-14762-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
aria2-1.35.0/configure:14763:	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'
aria2-1.35.0/configure:14764:	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'
aria2-1.35.0/configure-14765-	;;
##############################################
aria2-1.35.0/configure-14769-	    # SGI C++
aria2-1.35.0/configure:14770:	    archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
aria2-1.35.0/configure-14771-
##############################################
aria2-1.35.0/configure-14780-	      if test no = "$with_gnu_ld"; then
aria2-1.35.0/configure:14781:	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
aria2-1.35.0/configure-14782-	      else
aria2-1.35.0/configure:14783:	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib'
aria2-1.35.0/configure-14784-	      fi
##############################################
aria2-1.35.0/configure-14801-	    # to its proper name (with version) after linking.
aria2-1.35.0/configure:14802:	    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'
aria2-1.35.0/configure:14803:	    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'
aria2-1.35.0/configure-14804-	    # Commands to make compiler produce verbose output that lists
##############################################
aria2-1.35.0/configure-14811-	    # dependencies.
aria2-1.35.0/configure:14812:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
aria2-1.35.0/configure-14813-
##############################################
aria2-1.35.0/configure-14826-	    # earlier do not add the objects themselves.
aria2-1.35.0/configure:14827:	    case `$CC -V 2>&1` in
aria2-1.35.0/configure-14828-	      *"Version 7."*)
##############################################
aria2-1.35.0/configure-14847-            # Portland Group C++ compiler
aria2-1.35.0/configure:14848:	    case `$CC -V` in
aria2-1.35.0/configure-14849-	    *pgCC\ [1-5].* | *pgcpp\ [1-5].*)
##############################################
aria2-1.35.0/configure-14852-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
aria2-1.35.0/configure:14853:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
aria2-1.35.0/configure-14854-	      old_archive_cmds_CXX='tpldir=Template.dir~
##############################################
aria2-1.35.0/configure-14856-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
aria2-1.35.0/configure:14857:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
aria2-1.35.0/configure-14858-                $RANLIB $oldlib'
##############################################
aria2-1.35.0/configure-14861-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
aria2-1.35.0/configure:14862:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
aria2-1.35.0/configure-14863-	      archive_expsym_cmds_CXX='tpldir=Template.dir~
##############################################
aria2-1.35.0/configure-14865-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
aria2-1.35.0/configure:14866:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
aria2-1.35.0/configure-14867-	      ;;
##############################################
aria2-1.35.0/configure-14875-	    export_dynamic_flag_spec_CXX='$wl--export-dynamic'
aria2-1.35.0/configure:14876:	    whole_archive_flag_spec_CXX='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
aria2-1.35.0/configure-14877-            ;;
##############################################
aria2-1.35.0/configure-14894-	    # dependencies.
aria2-1.35.0/configure:14895:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
aria2-1.35.0/configure-14896-	    ;;
##############################################
aria2-1.35.0/configure-14909-	  *)
aria2-1.35.0/configure:14910:	    case `$CC -V 2>&1 | sed 5q` in
aria2-1.35.0/configure-14911-	    *Sun\ C*)
##############################################
aria2-1.35.0/configure-14916-	      hardcode_libdir_flag_spec_CXX='-R$libdir'
aria2-1.35.0/configure:14917:	      whole_archive_flag_spec_CXX='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
aria2-1.35.0/configure-14918-	      compiler_needs_object_CXX=yes
##############################################
aria2-1.35.0/configure-14981-	  hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir'
aria2-1.35.0/configure:14982:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
aria2-1.35.0/configure-14983-	    archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib'
##############################################
aria2-1.35.0/configure-15000-	    # to its proper name (with version) after linking.
aria2-1.35.0/configure:15001:	    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'
aria2-1.35.0/configure-15002-
##############################################
aria2-1.35.0/configure-15021-	        allow_undefined_flag_CXX=' $wl-expect_unresolved $wl\*'
aria2-1.35.0/configure:15022:	        archive_cmds_CXX='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
aria2-1.35.0/configure-15023-	        hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
##############################################
aria2-1.35.0/configure-15026-	        allow_undefined_flag_CXX=' -expect_unresolved \*'
aria2-1.35.0/configure:15027:	        archive_cmds_CXX='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
aria2-1.35.0/configure:15028:	        archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
aria2-1.35.0/configure-15029-                  echo "-hidden">> $lib.exp~
aria2-1.35.0/configure:15030:                  $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~
aria2-1.35.0/configure-15031-                  $RM $lib.exp'
##############################################
aria2-1.35.0/configure-15045-	    # dependencies.
aria2-1.35.0/configure:15046:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
aria2-1.35.0/configure-15047-	    ;;
##############################################
aria2-1.35.0/configure-15052-	        osf3*)
aria2-1.35.0/configure:15053:	          archive_cmds_CXX='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
aria2-1.35.0/configure-15054-		  ;;
aria2-1.35.0/configure-15055-	        *)
aria2-1.35.0/configure:15056:	          archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
aria2-1.35.0/configure-15057-		  ;;
##############################################
aria2-1.35.0/configure-15299-
aria2-1.35.0/configure:15300:  for p in `eval "$output_verbose_link_cmd"`; do
aria2-1.35.0/configure-15301-    case $prev$p in
##############################################
aria2-1.35.0/configure-15402-if test -n "${compiler_lib_search_path_CXX}"; then
aria2-1.35.0/configure:15403: compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | $SED -e 's! -L! !g' -e 's!^ !!'`
aria2-1.35.0/configure-15404-fi
##############################################
aria2-1.35.0/configure-15649-	  *)
aria2-1.35.0/configure:15650:	    case `$CC -V 2>&1 | sed 5q` in
aria2-1.35.0/configure-15651-	    *Sun\ C*)
##############################################
aria2-1.35.0/configure-16031-    else
aria2-1.35.0/configure:16032:      export_symbols_cmds_CXX='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
aria2-1.35.0/configure-16033-    fi
##############################################
aria2-1.35.0/configure-16336-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
aria2-1.35.0/configure:16337:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
aria2-1.35.0/configure-16338-    ;;
##############################################
aria2-1.35.0/configure-16372-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
aria2-1.35.0/configure:16373:    postinstall_cmds='base_file=`basename \$file`~
aria2-1.35.0/configure:16374:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
aria2-1.35.0/configure:16375:      dldir=$destdir/`dirname \$dlpath`~
aria2-1.35.0/configure-16376-      test -d \$dldir || mkdir -p \$dldir~
##############################################
aria2-1.35.0/configure-16381-      fi'
aria2-1.35.0/configure:16382:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
aria2-1.35.0/configure-16383-      dlpath=$dir/\$dldll~
##############################################
aria2-1.35.0/configure-16389-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
aria2-1.35.0/configure:16390:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
aria2-1.35.0/configure-16391-
##############################################
aria2-1.35.0/configure-16394-      # MinGW DLLs use traditional 'lib' prefix
aria2-1.35.0/configure:16395:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
aria2-1.35.0/configure-16396-      ;;
##############################################
aria2-1.35.0/configure-16398-      # pw32 DLLs use 'pw' prefix rather than 'lib'
aria2-1.35.0/configure:16399:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
aria2-1.35.0/configure-16400-      ;;
##############################################
aria2-1.35.0/configure-16407-    libname_spec='$name'
aria2-1.35.0/configure:16408:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
aria2-1.35.0/configure-16409-    library_names_spec='$libname.dll.lib'
##############################################
aria2-1.35.0/configure-16419-        # Let DOS variable expansion print the short 8.3 style file name.
aria2-1.35.0/configure:16420:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
aria2-1.35.0/configure-16421-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
aria2-1.35.0/configure-16424-      # Convert to MSYS style.
aria2-1.35.0/configure:16425:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
aria2-1.35.0/configure-16426-      ;;
##############################################
aria2-1.35.0/configure-16430-      # like /cygdrive/c/PROGRA~1:/cygdr...
aria2-1.35.0/configure:16431:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
aria2-1.35.0/configure:16432:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
aria2-1.35.0/configure:16433:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
aria2-1.35.0/configure-16434-      ;;
##############################################
aria2-1.35.0/configure-16438-        # It is most probably a Windows format PATH.
aria2-1.35.0/configure:16439:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
aria2-1.35.0/configure-16440-      else
aria2-1.35.0/configure:16441:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
aria2-1.35.0/configure-16442-      fi
##############################################
aria2-1.35.0/configure-16448-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
aria2-1.35.0/configure:16449:    postinstall_cmds='base_file=`basename \$file`~
aria2-1.35.0/configure:16450:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
aria2-1.35.0/configure:16451:      dldir=$destdir/`dirname \$dlpath`~
aria2-1.35.0/configure-16452-      test -d \$dldir || mkdir -p \$dldir~
aria2-1.35.0/configure-16453-      $install_prog $dir/$dlname \$dldir/$dlname'
aria2-1.35.0/configure:16454:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
aria2-1.35.0/configure-16455-      dlpath=$dir/\$dldll~
##############################################
aria2-1.35.0/configure-16462-    # Assume MSVC wrapper
aria2-1.35.0/configure:16463:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
aria2-1.35.0/configure-16464-    dynamic_linker='Win32 ld.exe'
##############################################
aria2-1.35.0/configure-16479-  shlibpath_var=DYLD_LIBRARY_PATH
aria2-1.35.0/configure:16480:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
aria2-1.35.0/configure-16481-
##############################################
aria2-1.35.0/configure-16731-  if test -f /etc/ld.so.conf; then
aria2-1.35.0/configure:16732:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
aria2-1.35.0/configure-16733-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
aria2-1.35.0/configure-16797-  need_lib_prefix=no
aria2-1.35.0/configure:16798:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
aria2-1.35.0/configure-16799-    need_version=no
##############################################
aria2-1.35.0/configure-16824-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
aria2-1.35.0/configure:16825:  postinstall_cmds='base_file=`basename \$file`~
aria2-1.35.0/configure:16826:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
aria2-1.35.0/configure:16827:    dldir=$destdir/`dirname \$dlpath`~
aria2-1.35.0/configure-16828-    test -d \$dldir || mkdir -p \$dldir~
##############################################
aria2-1.35.0/configure-16833-    fi'
aria2-1.35.0/configure:16834:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
aria2-1.35.0/configure-16835-    dlpath=$dir/\$dldll~
##############################################
aria2-1.35.0/configure-17711-  if test "$am_compiler_list" = ""; then
aria2-1.35.0/configure:17712:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
aria2-1.35.0/configure-17713-  fi
##############################################
aria2-1.35.0/configure-17891-  if test "$am_compiler_list" = ""; then
aria2-1.35.0/configure:17892:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
aria2-1.35.0/configure-17893-  fi
##############################################
aria2-1.35.0/configure-18397-      for lib in "" -stdlib=libc++; do
aria2-1.35.0/configure:18398:        cachevar=`$as_echo "ax_cv_cxx_compile_cxx11_$switch$lib" | $as_tr_sh`
aria2-1.35.0/configure-18399-        { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX supports C++11 features with $switch $lib" >&5
##############################################
aria2-1.35.0/configure-18582-  test $ac_status = 0; }; then
aria2-1.35.0/configure:18583:  pkg_cv_CPPUNIT_CFLAGS=`$PKG_CONFIG --cflags "cppunit >= 1.10.2" 2>/dev/null`
aria2-1.35.0/configure-18584-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aria2-1.35.0/configure-18599-  test $ac_status = 0; }; then
aria2-1.35.0/configure:18600:  pkg_cv_CPPUNIT_LIBS=`$PKG_CONFIG --libs "cppunit >= 1.10.2" 2>/dev/null`
aria2-1.35.0/configure-18601-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aria2-1.35.0/configure-18620-        if test $_pkg_short_errors_supported = yes; then
aria2-1.35.0/configure:18621:	        CPPUNIT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "cppunit >= 1.10.2" 2>&1`
aria2-1.35.0/configure-18622-        else
aria2-1.35.0/configure:18623:	        CPPUNIT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "cppunit >= 1.10.2" 2>&1`
aria2-1.35.0/configure-18624-        fi
##############################################
aria2-1.35.0/configure-18660-  test $ac_status = 0; }; then
aria2-1.35.0/configure:18661:  pkg_cv_ZLIB_CFLAGS=`$PKG_CONFIG --cflags "zlib >= 1.2.3" 2>/dev/null`
aria2-1.35.0/configure-18662-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aria2-1.35.0/configure-18677-  test $ac_status = 0; }; then
aria2-1.35.0/configure:18678:  pkg_cv_ZLIB_LIBS=`$PKG_CONFIG --libs "zlib >= 1.2.3" 2>/dev/null`
aria2-1.35.0/configure-18679-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aria2-1.35.0/configure-18698-        if test $_pkg_short_errors_supported = yes; then
aria2-1.35.0/configure:18699:	        ZLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "zlib >= 1.2.3" 2>&1`
aria2-1.35.0/configure-18700-        else
aria2-1.35.0/configure:18701:	        ZLIB_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "zlib >= 1.2.3" 2>&1`
aria2-1.35.0/configure-18702-        fi
##############################################
aria2-1.35.0/configure-18785-do :
aria2-1.35.0/configure:18786:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
aria2-1.35.0/configure-18787-ac_fn_cxx_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
aria2-1.35.0/configure-18789-  cat >>confdefs.h <<_ACEOF
aria2-1.35.0/configure:18790:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
aria2-1.35.0/configure-18791-_ACEOF
##############################################
aria2-1.35.0/configure-18816-  test $ac_status = 0; }; then
aria2-1.35.0/configure:18817:  pkg_cv_LIBUV_CFLAGS=`$PKG_CONFIG --cflags "libuv >= 1.13" 2>/dev/null`
aria2-1.35.0/configure-18818-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aria2-1.35.0/configure-18833-  test $ac_status = 0; }; then
aria2-1.35.0/configure:18834:  pkg_cv_LIBUV_LIBS=`$PKG_CONFIG --libs "libuv >= 1.13" 2>/dev/null`
aria2-1.35.0/configure-18835-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aria2-1.35.0/configure-18854-        if test $_pkg_short_errors_supported = yes; then
aria2-1.35.0/configure:18855:	        LIBUV_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libuv >= 1.13" 2>&1`
aria2-1.35.0/configure-18856-        else
aria2-1.35.0/configure:18857:	        LIBUV_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libuv >= 1.13" 2>&1`
aria2-1.35.0/configure-18858-        fi
##############################################
aria2-1.35.0/configure-18909-  test $ac_status = 0; }; then
aria2-1.35.0/configure:18910:  pkg_cv_LIBXML2_CFLAGS=`$PKG_CONFIG --cflags "libxml-2.0 >= 2.6.24" 2>/dev/null`
aria2-1.35.0/configure-18911-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aria2-1.35.0/configure-18926-  test $ac_status = 0; }; then
aria2-1.35.0/configure:18927:  pkg_cv_LIBXML2_LIBS=`$PKG_CONFIG --libs "libxml-2.0 >= 2.6.24" 2>/dev/null`
aria2-1.35.0/configure-18928-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aria2-1.35.0/configure-18947-        if test $_pkg_short_errors_supported = yes; then
aria2-1.35.0/configure:18948:	        LIBXML2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libxml-2.0 >= 2.6.24" 2>&1`
aria2-1.35.0/configure-18949-        else
aria2-1.35.0/configure:18950:	        LIBXML2_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libxml-2.0 >= 2.6.24" 2>&1`
aria2-1.35.0/configure-18951-        fi
##############################################
aria2-1.35.0/configure-18994-  test $ac_status = 0; }; then
aria2-1.35.0/configure:18995:  pkg_cv_EXPAT_CFLAGS=`$PKG_CONFIG --cflags "expat" 2>/dev/null`
aria2-1.35.0/configure-18996-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aria2-1.35.0/configure-19011-  test $ac_status = 0; }; then
aria2-1.35.0/configure:19012:  pkg_cv_EXPAT_LIBS=`$PKG_CONFIG --libs "expat" 2>/dev/null`
aria2-1.35.0/configure-19013-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aria2-1.35.0/configure-19032-        if test $_pkg_short_errors_supported = yes; then
aria2-1.35.0/configure:19033:	        EXPAT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "expat" 2>&1`
aria2-1.35.0/configure-19034-        else
aria2-1.35.0/configure:19035:	        EXPAT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "expat" 2>&1`
aria2-1.35.0/configure-19036-        fi
##############################################
aria2-1.35.0/configure-19079-  test $ac_status = 0; }; then
aria2-1.35.0/configure:19080:  pkg_cv_SQLITE3_CFLAGS=`$PKG_CONFIG --cflags "sqlite3" 2>/dev/null`
aria2-1.35.0/configure-19081-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aria2-1.35.0/configure-19096-  test $ac_status = 0; }; then
aria2-1.35.0/configure:19097:  pkg_cv_SQLITE3_LIBS=`$PKG_CONFIG --libs "sqlite3" 2>/dev/null`
aria2-1.35.0/configure-19098-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aria2-1.35.0/configure-19117-        if test $_pkg_short_errors_supported = yes; then
aria2-1.35.0/configure:19118:	        SQLITE3_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "sqlite3" 2>&1`
aria2-1.35.0/configure-19119-        else
aria2-1.35.0/configure:19120:	        SQLITE3_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "sqlite3" 2>&1`
aria2-1.35.0/configure-19121-        fi
##############################################
aria2-1.35.0/configure-19180-do :
aria2-1.35.0/configure:19181:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
aria2-1.35.0/configure-19182-ac_fn_cxx_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "
##############################################
aria2-1.35.0/configure-19195-  cat >>confdefs.h <<_ACEOF
aria2-1.35.0/configure:19196:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
aria2-1.35.0/configure-19197-_ACEOF
##############################################
aria2-1.35.0/configure-19426-  test $ac_status = 0; }; then
aria2-1.35.0/configure:19427:  pkg_cv_LIBGNUTLS_CFLAGS=`$PKG_CONFIG --cflags "gnutls >= 2.2.0" 2>/dev/null`
aria2-1.35.0/configure-19428-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aria2-1.35.0/configure-19443-  test $ac_status = 0; }; then
aria2-1.35.0/configure:19444:  pkg_cv_LIBGNUTLS_LIBS=`$PKG_CONFIG --libs "gnutls >= 2.2.0" 2>/dev/null`
aria2-1.35.0/configure-19445-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aria2-1.35.0/configure-19464-        if test $_pkg_short_errors_supported = yes; then
aria2-1.35.0/configure:19465:	        LIBGNUTLS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gnutls >= 2.2.0" 2>&1`
aria2-1.35.0/configure-19466-        else
aria2-1.35.0/configure:19467:	        LIBGNUTLS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gnutls >= 2.2.0" 2>&1`
aria2-1.35.0/configure-19468-        fi
##############################################
aria2-1.35.0/configure-19530-  test $ac_status = 0; }; then
aria2-1.35.0/configure:19531:  pkg_cv_OPENSSL_CFLAGS=`$PKG_CONFIG --cflags "openssl >= 0.9.8" 2>/dev/null`
aria2-1.35.0/configure-19532-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aria2-1.35.0/configure-19547-  test $ac_status = 0; }; then
aria2-1.35.0/configure:19548:  pkg_cv_OPENSSL_LIBS=`$PKG_CONFIG --libs "openssl >= 0.9.8" 2>/dev/null`
aria2-1.35.0/configure-19549-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aria2-1.35.0/configure-19568-        if test $_pkg_short_errors_supported = yes; then
aria2-1.35.0/configure:19569:	        OPENSSL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "openssl >= 0.9.8" 2>&1`
aria2-1.35.0/configure-19570-        else
aria2-1.35.0/configure:19571:	        OPENSSL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "openssl >= 0.9.8" 2>&1`
aria2-1.35.0/configure-19572-        fi
##############################################
aria2-1.35.0/configure-19688-  test $ac_status = 0; }; then
aria2-1.35.0/configure:19689:  pkg_cv_LIBNETTLE_CFLAGS=`$PKG_CONFIG --cflags "nettle" 2>/dev/null`
aria2-1.35.0/configure-19690-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aria2-1.35.0/configure-19705-  test $ac_status = 0; }; then
aria2-1.35.0/configure:19706:  pkg_cv_LIBNETTLE_LIBS=`$PKG_CONFIG --libs "nettle" 2>/dev/null`
aria2-1.35.0/configure-19707-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aria2-1.35.0/configure-19726-        if test $_pkg_short_errors_supported = yes; then
aria2-1.35.0/configure:19727:	        LIBNETTLE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "nettle" 2>&1`
aria2-1.35.0/configure-19728-        else
aria2-1.35.0/configure:19729:	        LIBNETTLE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "nettle" 2>&1`
aria2-1.35.0/configure-19730-        fi
##############################################
aria2-1.35.0/configure-19928-  if echo "$tmp" | grep ':' >/dev/null 2>/dev/null ; then
aria2-1.35.0/configure:19929:     req_libgcrypt_api=`echo "$tmp"     | sed 's/\(.*\):\(.*\)/\1/'`
aria2-1.35.0/configure:19930:     min_libgcrypt_version=`echo "$tmp" | sed 's/\(.*\):\(.*\)/\2/'`
aria2-1.35.0/configure-19931-  else
##############################################
aria2-1.35.0/configure-19946-    if test -z "$use_gpgrt_config"; then
aria2-1.35.0/configure:19947:      libgcrypt_config_version=`$LIBGCRYPT_CONFIG --version`
aria2-1.35.0/configure-19948-    else
aria2-1.35.0/configure:19949:      libgcrypt_config_version=`$LIBGCRYPT_CONFIG --modversion`
aria2-1.35.0/configure-19950-    fi
##############################################
aria2-1.35.0/configure-19984-        if test -z "$use_gpgrt_config"; then
aria2-1.35.0/configure:19985:           tmp=`$LIBGCRYPT_CONFIG --api-version 2>/dev/null || echo 0`
aria2-1.35.0/configure-19986-	else
aria2-1.35.0/configure:19987:           tmp=`$LIBGCRYPT_CONFIG --variable=api_version 2>/dev/null || echo 0`
aria2-1.35.0/configure-19988-	fi
##############################################
aria2-1.35.0/configure-20003-  if test $ok = yes; then
aria2-1.35.0/configure:20004:    LIBGCRYPT_CFLAGS=`$LIBGCRYPT_CONFIG --cflags`
aria2-1.35.0/configure:20005:    LIBGCRYPT_LIBS=`$LIBGCRYPT_CONFIG --libs`
aria2-1.35.0/configure-20006-    have_libgcrypt=yes
aria2-1.35.0/configure-20007-    if test -z "$use_gpgrt_config"; then
aria2-1.35.0/configure:20008:      libgcrypt_config_host=`$LIBGCRYPT_CONFIG --host 2>/dev/null || echo none`
aria2-1.35.0/configure-20009-    else
aria2-1.35.0/configure:20010:      libgcrypt_config_host=`$LIBGCRYPT_CONFIG --variable=host 2>/dev/null || echo none`
aria2-1.35.0/configure-20011-    fi
##############################################
aria2-1.35.0/configure-20064-  test $ac_status = 0; }; then
aria2-1.35.0/configure:20065:  pkg_cv_LIBSSH2_CFLAGS=`$PKG_CONFIG --cflags "libssh2" 2>/dev/null`
aria2-1.35.0/configure-20066-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aria2-1.35.0/configure-20081-  test $ac_status = 0; }; then
aria2-1.35.0/configure:20082:  pkg_cv_LIBSSH2_LIBS=`$PKG_CONFIG --libs "libssh2" 2>/dev/null`
aria2-1.35.0/configure-20083-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aria2-1.35.0/configure-20102-        if test $_pkg_short_errors_supported = yes; then
aria2-1.35.0/configure:20103:	        LIBSSH2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libssh2" 2>&1`
aria2-1.35.0/configure-20104-        else
aria2-1.35.0/configure:20105:	        LIBSSH2_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libssh2" 2>&1`
aria2-1.35.0/configure-20106-        fi
##############################################
aria2-1.35.0/configure-20153-  test $ac_status = 0; }; then
aria2-1.35.0/configure:20154:  pkg_cv_LIBCARES_CFLAGS=`$PKG_CONFIG --cflags "libcares >= 1.7.0" 2>/dev/null`
aria2-1.35.0/configure-20155-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aria2-1.35.0/configure-20170-  test $ac_status = 0; }; then
aria2-1.35.0/configure:20171:  pkg_cv_LIBCARES_LIBS=`$PKG_CONFIG --libs "libcares >= 1.7.0" 2>/dev/null`
aria2-1.35.0/configure-20172-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aria2-1.35.0/configure-20191-        if test $_pkg_short_errors_supported = yes; then
aria2-1.35.0/configure:20192:	        LIBCARES_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libcares >= 1.7.0" 2>&1`
aria2-1.35.0/configure-20193-        else
aria2-1.35.0/configure:20194:	        LIBCARES_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libcares >= 1.7.0" 2>&1`
aria2-1.35.0/configure-20195-        fi
##############################################
aria2-1.35.0/configure-20850-  for ac_func in _getb67 GETB67 getb67; do
aria2-1.35.0/configure:20851:    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
aria2-1.35.0/configure-20852-ac_fn_cxx_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
aria2-1.35.0/configure-21062-do :
aria2-1.35.0/configure:21063:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
aria2-1.35.0/configure-21064-ac_fn_cxx_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
aria2-1.35.0/configure-21066-  cat >>confdefs.h <<_ACEOF
aria2-1.35.0/configure:21067:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
aria2-1.35.0/configure-21068-_ACEOF
##############################################
aria2-1.35.0/configure-22136-
aria2-1.35.0/configure:22137:    case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
aria2-1.35.0/configure-22138-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
##############################################
aria2-1.35.0/configure-22141-
aria2-1.35.0/configure:22142:  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
aria2-1.35.0/configure-22143-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
##############################################
aria2-1.35.0/configure-22219-
aria2-1.35.0/configure:22220:    case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
aria2-1.35.0/configure-22221-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
##############################################
aria2-1.35.0/configure-22349-    # gcc leaves a trailing carriage return which upsets mingw
aria2-1.35.0/configure:22350:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
aria2-1.35.0/configure-22351-  *)
aria2-1.35.0/configure:22352:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
aria2-1.35.0/configure-22353-  esac
##############################################
aria2-1.35.0/configure-22358-      # Canonicalize the path of ld
aria2-1.35.0/configure:22359:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
aria2-1.35.0/configure-22360-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
aria2-1.35.0/configure:22361:        ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
aria2-1.35.0/configure-22362-      done
##############################################
aria2-1.35.0/configure-22392-      # Break only if it was the GNU/non-GNU ld that we prefer.
aria2-1.35.0/configure:22393:      case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in
aria2-1.35.0/configure-22394-      *GNU* | *'with BFD'*)
##############################################
aria2-1.35.0/configure-22421-  # I'd rather use --version here, but apparently some GNU ld's only accept -v.
aria2-1.35.0/configure:22422:case `$LD -v 2>&1 </dev/null` in
aria2-1.35.0/configure-22423-*GNU* | *'with BFD'*)
##############################################
aria2-1.35.0/configure-22507-    *)
aria2-1.35.0/configure:22508:      searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
aria2-1.35.0/configure-22509-      if test -n "$searchpath"; then
##############################################
aria2-1.35.0/configure-22517-                ;;
aria2-1.35.0/configure:22518:              *) searchdir=`cd "$searchdir" && pwd`
aria2-1.35.0/configure-22519-                 case "$searchdir" in
##############################################
aria2-1.35.0/configure-22608-        names_already_handled="$names_already_handled $name"
aria2-1.35.0/configure:22609:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
aria2-1.35.0/configure-22610-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
aria2-1.35.0/configure-22684-                -L*)
aria2-1.35.0/configure:22685:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
aria2-1.35.0/configure-22686-                                    if test -n "$acl_shlibext"; then
##############################################
aria2-1.35.0/configure-22801-              */$acl_libdirstem | */$acl_libdirstem/)
aria2-1.35.0/configure:22802:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
aria2-1.35.0/configure-22803-                if test "$name" = 'iconv'; then
##############################################
aria2-1.35.0/configure-22808-              */$acl_libdirstem2 | */$acl_libdirstem2/)
aria2-1.35.0/configure:22809:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
aria2-1.35.0/configure-22810-                if test "$name" = 'iconv'; then
##############################################
aria2-1.35.0/configure-22859-                  -L*)
aria2-1.35.0/configure:22860:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
aria2-1.35.0/configure-22861-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
##############################################
aria2-1.35.0/configure-22918-                  -R*)
aria2-1.35.0/configure:22919:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
aria2-1.35.0/configure-22920-                    if test "$enable_rpath" != no; then
##############################################
aria2-1.35.0/configure-22943-                  -l*)
aria2-1.35.0/configure:22944:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
aria2-1.35.0/configure-22945-                    ;;
aria2-1.35.0/configure-22946-                  *.la)
aria2-1.35.0/configure:22947:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
aria2-1.35.0/configure-22948-                    ;;
##############################################
aria2-1.35.0/configure-23459-        names_already_handled="$names_already_handled $name"
aria2-1.35.0/configure:23460:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
aria2-1.35.0/configure-23461-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
aria2-1.35.0/configure-23535-                -L*)
aria2-1.35.0/configure:23536:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
aria2-1.35.0/configure-23537-                                    if test -n "$acl_shlibext"; then
##############################################
aria2-1.35.0/configure-23652-              */$acl_libdirstem | */$acl_libdirstem/)
aria2-1.35.0/configure:23653:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
aria2-1.35.0/configure-23654-                if test "$name" = 'intl'; then
##############################################
aria2-1.35.0/configure-23659-              */$acl_libdirstem2 | */$acl_libdirstem2/)
aria2-1.35.0/configure:23660:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
aria2-1.35.0/configure-23661-                if test "$name" = 'intl'; then
##############################################
aria2-1.35.0/configure-23710-                  -L*)
aria2-1.35.0/configure:23711:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
aria2-1.35.0/configure-23712-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
##############################################
aria2-1.35.0/configure-23769-                  -R*)
aria2-1.35.0/configure:23770:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
aria2-1.35.0/configure-23771-                    if test "$enable_rpath" != no; then
##############################################
aria2-1.35.0/configure-23794-                  -l*)
aria2-1.35.0/configure:23795:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
aria2-1.35.0/configure-23796-                    ;;
aria2-1.35.0/configure-23797-                  *.la)
aria2-1.35.0/configure:23798:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
aria2-1.35.0/configure-23799-                    ;;
##############################################
aria2-1.35.0/configure-24169-do :
aria2-1.35.0/configure:24170:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
aria2-1.35.0/configure-24171-ac_fn_cxx_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
aria2-1.35.0/configure-24174-  cat >>confdefs.h <<_ACEOF
aria2-1.35.0/configure:24175:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
aria2-1.35.0/configure-24176-_ACEOF
##############################################
aria2-1.35.0/configure-24190-do :
aria2-1.35.0/configure:24191:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
aria2-1.35.0/configure-24192-ac_fn_cxx_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
aria2-1.35.0/configure-24194-  cat >>confdefs.h <<_ACEOF
aria2-1.35.0/configure:24195:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
aria2-1.35.0/configure-24196-_ACEOF
##############################################
aria2-1.35.0/configure-24429-do :
aria2-1.35.0/configure:24430:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
aria2-1.35.0/configure-24431-ac_fn_cxx_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
aria2-1.35.0/configure-24433-  cat >>confdefs.h <<_ACEOF
aria2-1.35.0/configure:24434:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
aria2-1.35.0/configure-24435-_ACEOF
##############################################
aria2-1.35.0/configure-24482-ac_save_IFS=$IFS; IFS=','
aria2-1.35.0/configure:24483:set dummy `echo "$ac_cv_func_select_args" | sed 's/\*/\*/g'`
aria2-1.35.0/configure-24484-IFS=$ac_save_IFS
##############################################
aria2-1.35.0/configure-24698-do :
aria2-1.35.0/configure:24699:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
aria2-1.35.0/configure-24700-ac_fn_cxx_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
aria2-1.35.0/configure-24702-  cat >>confdefs.h <<_ACEOF
aria2-1.35.0/configure:24703:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
aria2-1.35.0/configure-24704-_ACEOF
##############################################
aria2-1.35.0/configure-25058-do :
aria2-1.35.0/configure:25059:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
aria2-1.35.0/configure-25060-ac_fn_cxx_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
aria2-1.35.0/configure-25062-  cat >>confdefs.h <<_ACEOF
aria2-1.35.0/configure:25063:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
aria2-1.35.0/configure-25064-_ACEOF
##############################################
aria2-1.35.0/configure-25093-  test $ac_status = 0; }; then
aria2-1.35.0/configure:25094:  pkg_cv_TCMALLOC_CFLAGS=`$PKG_CONFIG --cflags "libtcmalloc_minimal" 2>/dev/null`
aria2-1.35.0/configure-25095-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aria2-1.35.0/configure-25110-  test $ac_status = 0; }; then
aria2-1.35.0/configure:25111:  pkg_cv_TCMALLOC_LIBS=`$PKG_CONFIG --libs "libtcmalloc_minimal" 2>/dev/null`
aria2-1.35.0/configure-25112-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aria2-1.35.0/configure-25131-        if test $_pkg_short_errors_supported = yes; then
aria2-1.35.0/configure:25132:	        TCMALLOC_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libtcmalloc_minimal" 2>&1`
aria2-1.35.0/configure-25133-        else
aria2-1.35.0/configure:25134:	        TCMALLOC_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libtcmalloc_minimal" 2>&1`
aria2-1.35.0/configure-25135-        fi
##############################################
aria2-1.35.0/configure-25225-  test $ac_status = 0; }; then
aria2-1.35.0/configure:25226:  pkg_cv_JEMALLOC_CFLAGS=`$PKG_CONFIG --cflags "jemalloc" 2>/dev/null`
aria2-1.35.0/configure-25227-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aria2-1.35.0/configure-25242-  test $ac_status = 0; }; then
aria2-1.35.0/configure:25243:  pkg_cv_JEMALLOC_LIBS=`$PKG_CONFIG --libs "jemalloc" 2>/dev/null`
aria2-1.35.0/configure-25244-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
aria2-1.35.0/configure-25263-        if test $_pkg_short_errors_supported = yes; then
aria2-1.35.0/configure:25264:	        JEMALLOC_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "jemalloc" 2>&1`
aria2-1.35.0/configure-25265-        else
aria2-1.35.0/configure:25266:	        JEMALLOC_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "jemalloc" 2>&1`
aria2-1.35.0/configure-25267-        fi
##############################################
aria2-1.35.0/configure-26199-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
aria2-1.35.0/configure:26200:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
aria2-1.35.0/configure-26201-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
aria2-1.35.0/configure-26563-if test -z "$BASH_VERSION$ZSH_VERSION" \
aria2-1.35.0/configure:26564:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
aria2-1.35.0/configure-26565-  as_echo='print -r --'
aria2-1.35.0/configure-26566-  as_echo_n='print -rn --'
aria2-1.35.0/configure:26567:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
aria2-1.35.0/configure-26568-  as_echo='printf %s\n'
##############################################
aria2-1.35.0/configure-26570-else
aria2-1.35.0/configure:26571:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
aria2-1.35.0/configure-26572-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
aria2-1.35.0/configure-26580-	expr "X$arg" : "X\\(.*\\)$as_nl";
aria2-1.35.0/configure:26581:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
aria2-1.35.0/configure-26582-      esac;
##############################################
aria2-1.35.0/configure-26657-# ----------------------------------------
aria2-1.35.0/configure:26658:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
aria2-1.35.0/configure-26659-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
aria2-1.35.0/configure-26729-  {
aria2-1.35.0/configure:26730:    as_val=`expr "$@" || test $? -eq 1`
aria2-1.35.0/configure-26731-  }
##############################################
aria2-1.35.0/configure-26833-      case $as_dir in #(
aria2-1.35.0/configure:26834:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
aria2-1.35.0/configure-26835-      *) as_qdir=$as_dir;;
##############################################
aria2-1.35.0/configure-26969-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
aria2-1.35.0/configure:26970:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
aria2-1.35.0/configure-26971-ac_cs_version="\\
##############################################
aria2-1.35.0/configure-26994-  --*=?*)
aria2-1.35.0/configure:26995:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
aria2-1.35.0/configure:26996:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
aria2-1.35.0/configure-26997-    ac_shift=:
##############################################
aria2-1.35.0/configure-26999-  --*=)
aria2-1.35.0/configure:27000:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
aria2-1.35.0/configure-27001-    ac_optarg=
##############################################
aria2-1.35.0/configure-27023-    case $ac_optarg in
aria2-1.35.0/configure:27024:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
aria2-1.35.0/configure-27025-    '') as_fn_error $? "missing file argument" ;;
##############################################
aria2-1.35.0/configure-27031-    case $ac_optarg in
aria2-1.35.0/configure:27032:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
aria2-1.35.0/configure-27033-    esac
##############################################
aria2-1.35.0/configure-27100-delay_variable_subst='$delay_variable_subst'
aria2-1.35.0/configure:27101:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27102:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27103:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27104:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27105:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27106:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27107:shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27108:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27109:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27110:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27111:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27112:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27113:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27114:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27115:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27116:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27117:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27118:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27119:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27120:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27121:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27122:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27123:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27124:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27125:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27126:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27127:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27128:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27129:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27130:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27131:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27132:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27133:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27134:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27135:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27136:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27137:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27138:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27139:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27140:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27141:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27142:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27143:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27144:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27145:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27146:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27147:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27148:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27149:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27150:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27151:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27152:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27153:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27154:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27155:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27156:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27157:lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27158:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27159:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27160:lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27161:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27162:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27163:lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27164:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27165:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27166:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27167:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27168:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27169:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27170:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27171:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27172:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27173:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27174:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27175:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27176:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27177:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27178:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27179:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27180:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27181:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27182:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27183:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27184:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27185:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27186:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27187:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27188:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27189:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27190:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27191:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27192:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27193:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27194:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27195:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27196:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27197:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27198:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27199:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27200:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27201:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27202:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27203:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27204:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27205:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27206:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27207:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27208:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27209:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27210:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27211:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27212:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27213:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27214:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27215:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27216:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27217:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27218:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27219:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27220:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27221:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27222:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27223:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27224:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27225:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27226:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27227:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27228:configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27229:configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27230:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27231:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27232:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27233:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27234:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27235:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27236:compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27237:predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27238:postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27239:predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27240:postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27241:compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27242:LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27243:reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27244:reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27245:old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27246:compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27247:GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27248:lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27249:lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27250:lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27251:lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27252:lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27253:archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27254:enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27255:export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27256:whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27257:compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27258:old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27259:old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27260:archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27261:archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27262:module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27263:module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27264:with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27265:allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27266:no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27267:hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27268:hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27269:hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27270:hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27271:hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27272:hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27273:hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27274:inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27275:link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27276:always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27277:export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27278:exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27279:include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27280:prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27281:postlink_cmds_CXX='`$ECHO "$postlink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27282:file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27283:hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27284:compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27285:predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27286:postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27287:predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27288:postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure:27289:compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/configure-27290-
##############################################
aria2-1.35.0/configure-27402-compiler_lib_search_path_CXX; do
aria2-1.35.0/configure:27403:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
aria2-1.35.0/configure-27404-    *[\\\\\\\`\\"\\\$]*)
aria2-1.35.0/configure:27405:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
aria2-1.35.0/configure-27406-      ;;
##############################################
aria2-1.35.0/configure-27444-postlink_cmds_CXX; do
aria2-1.35.0/configure:27445:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
aria2-1.35.0/configure-27446-    *[\\\\\\\`\\"\\\$]*)
aria2-1.35.0/configure:27447:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
aria2-1.35.0/configure-27448-      ;;
##############################################
aria2-1.35.0/configure-27564-fi
aria2-1.35.0/configure:27565:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
aria2-1.35.0/configure-27566-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
aria2-1.35.0/configure-27581-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
aria2-1.35.0/configure:27582:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
aria2-1.35.0/configure-27583-ac_delim='%!_!# '
##############################################
aria2-1.35.0/configure-27587-
aria2-1.35.0/configure:27588:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
aria2-1.35.0/configure-27589-  if test $ac_delim_n = $ac_delim_num; then
##############################################
aria2-1.35.0/configure-27725-for ac_last_try in false false :; do
aria2-1.35.0/configure:27726:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
aria2-1.35.0/configure-27727-  if test -z "$ac_tt"; then
##############################################
aria2-1.35.0/configure-27857-      esac
aria2-1.35.0/configure:27858:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
aria2-1.35.0/configure-27859-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
aria2-1.35.0/configure-27916-*)
aria2-1.35.0/configure:27917:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
aria2-1.35.0/configure-27918-  # A ".." for each directory in $ac_dir_suffix.
aria2-1.35.0/configure:27919:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
aria2-1.35.0/configure-27920-  case $ac_top_builddir_sub in
##############################################
aria2-1.35.0/configure-27977-/@mandir@/p'
aria2-1.35.0/configure:27978:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
aria2-1.35.0/configure-27979-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
aria2-1.35.0/configure-27994-
aria2-1.35.0/configure:27995:# Neutralize VPATH when `$srcdir' = `.'.
aria2-1.35.0/configure-27996-# Shell code in configure.ac might set extrasub.
##############################################
aria2-1.35.0/configure-28022-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
aria2-1.35.0/configure:28023:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
aria2-1.35.0/configure-28024-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
aria2-1.35.0/configure-28068-    * )
aria2-1.35.0/configure:28069:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
aria2-1.35.0/configure-28070-  esac
##############################################
aria2-1.35.0/configure-28123-    # Strip MF so we end up with the name of the file.
aria2-1.35.0/configure:28124:    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
aria2-1.35.0/configure-28125-    # Check whether this is an Automake generated Makefile which includes
##############################################
aria2-1.35.0/configure-28688-    *:)
aria2-1.35.0/configure:28689:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
aria2-1.35.0/configure-28690-        ;;
aria2-1.35.0/configure-28691-    x:*)
aria2-1.35.0/configure:28692:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
aria2-1.35.0/configure-28693-        ;;
aria2-1.35.0/configure-28694-    *::*)
aria2-1.35.0/configure:28695:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
aria2-1.35.0/configure:28696:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
aria2-1.35.0/configure-28697-        ;;
aria2-1.35.0/configure-28698-    *)
aria2-1.35.0/configure:28699:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
aria2-1.35.0/configure-28700-        ;;
##############################################
aria2-1.35.0/configure-28715-    done
aria2-1.35.0/configure:28716:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
aria2-1.35.0/configure-28717-}
##############################################
aria2-1.35.0/configure-28910-      case "$ac_file" in
aria2-1.35.0/configure:28911:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
aria2-1.35.0/configure-28912-      esac
##############################################
aria2-1.35.0/configure-28915-        # Adjust a relative srcdir.
aria2-1.35.0/configure:28916:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
aria2-1.35.0/configure:28917:        ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
aria2-1.35.0/configure:28918:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
aria2-1.35.0/configure-28919-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
aria2-1.35.0/configure-28922-        case "$ac_given_srcdir" in
aria2-1.35.0/configure:28923:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
aria2-1.35.0/configure-28924-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
aria2-1.35.0/configure-28942-            fi
aria2-1.35.0/configure:28943:            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
aria2-1.35.0/configure-28944-            # Hide the ALL_LINGUAS assigment from automake < 1.5.
##############################################
aria2-1.35.0/configure-29092-      case $ac_arg in
aria2-1.35.0/configure:29093:      *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
aria2-1.35.0/configure-29094-      esac
##############################################
aria2-1.35.0/configure-29102-  case $ac_arg in
aria2-1.35.0/configure:29103:  *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
aria2-1.35.0/configure-29104-  esac
##############################################
aria2-1.35.0/configure-29131-*)
aria2-1.35.0/configure:29132:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
aria2-1.35.0/configure-29133-  # A ".." for each directory in $ac_dir_suffix.
aria2-1.35.0/configure:29134:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
aria2-1.35.0/configure-29135-  case $ac_top_builddir_sub in
##############################################
aria2-1.35.0/m4/po.m4-47-changequote(,)dnl
aria2-1.35.0/m4/po.m4:48:  case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
aria2-1.35.0/m4/po.m4-49-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
##############################################
aria2-1.35.0/m4/po.m4-54-changequote(,)dnl
aria2-1.35.0/m4/po.m4:55:  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
aria2-1.35.0/m4/po.m4-56-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
##############################################
aria2-1.35.0/m4/po.m4-73-changequote(,)dnl
aria2-1.35.0/m4/po.m4:74:  case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
aria2-1.35.0/m4/po.m4-75-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
##############################################
aria2-1.35.0/m4/po.m4-98-      case "$ac_file" in
aria2-1.35.0/m4/po.m4:99:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
aria2-1.35.0/m4/po.m4-100-      esac
##############################################
aria2-1.35.0/m4/po.m4-103-        # Adjust a relative srcdir.
aria2-1.35.0/m4/po.m4:104:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
aria2-1.35.0/m4/po.m4:105:        ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
aria2-1.35.0/m4/po.m4:106:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
aria2-1.35.0/m4/po.m4-107-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
aria2-1.35.0/m4/po.m4-110-        case "$ac_given_srcdir" in
aria2-1.35.0/m4/po.m4:111:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
aria2-1.35.0/m4/po.m4-112-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
aria2-1.35.0/m4/po.m4-130-            fi
aria2-1.35.0/m4/po.m4:131:            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
aria2-1.35.0/m4/po.m4-132-            # Hide the ALL_LINGUAS assigment from automake < 1.5.
##############################################
aria2-1.35.0/m4/po.m4-227-  # Adjust a relative srcdir.
aria2-1.35.0/m4/po.m4:228:  ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
aria2-1.35.0/m4/po.m4:229:  ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
aria2-1.35.0/m4/po.m4:230:  ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
aria2-1.35.0/m4/po.m4-231-  # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
aria2-1.35.0/m4/po.m4-234-  case "$ac_given_srcdir" in
aria2-1.35.0/m4/po.m4:235:    .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
aria2-1.35.0/m4/po.m4-236-    /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
aria2-1.35.0/m4/po.m4-295-  # Set POTFILES to the value of the Makefile variable POTFILES.
aria2-1.35.0/m4/po.m4:296:  sed_x_POTFILES=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/POTFILES/g'`
aria2-1.35.0/m4/po.m4:297:  POTFILES=`sed -n -e "$sed_x_POTFILES" < "$ac_file"`
aria2-1.35.0/m4/po.m4-298-  # Compute POTFILES_DEPS as
##############################################
aria2-1.35.0/m4/po.m4-310-    # The LINGUAS file contains the set of available languages.
aria2-1.35.0/m4/po.m4:311:    ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
aria2-1.35.0/m4/po.m4-312-    POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
##############################################
aria2-1.35.0/m4/po.m4-314-    # Set ALL_LINGUAS to the value of the Makefile variable LINGUAS.
aria2-1.35.0/m4/po.m4:315:    sed_x_LINGUAS=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/LINGUAS/g'`
aria2-1.35.0/m4/po.m4:316:    ALL_LINGUAS_=`sed -n -e "$sed_x_LINGUAS" < "$ac_file"`
aria2-1.35.0/m4/po.m4-317-  fi
##############################################
aria2-1.35.0/m4/po.m4-358-    QMFILES="$QMFILES $srcdirpre$lang.qm"
aria2-1.35.0/m4/po.m4:359:    frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
aria2-1.35.0/m4/po.m4-360-    MSGFILES="$MSGFILES $srcdirpre$frobbedlang.msg"
aria2-1.35.0/m4/po.m4:361:    frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
aria2-1.35.0/m4/po.m4-362-    RESOURCESDLLFILES="$RESOURCESDLLFILES $srcdirpre$frobbedlang/\$(DOMAIN).resources.dll"
##############################################
aria2-1.35.0/m4/po.m4-399-      QTCATALOGS="$QTCATALOGS $lang.qm"
aria2-1.35.0/m4/po.m4:400:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
aria2-1.35.0/m4/po.m4-401-      TCLCATALOGS="$TCLCATALOGS $frobbedlang.msg"
aria2-1.35.0/m4/po.m4:402:      frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
aria2-1.35.0/m4/po.m4-403-      CSHARPCATALOGS="$CSHARPCATALOGS $frobbedlang/\$(DOMAIN).resources.dll"
##############################################
aria2-1.35.0/m4/po.m4-410-    for lang in $ALL_LINGUAS; do
aria2-1.35.0/m4/po.m4:411:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
aria2-1.35.0/m4/po.m4-412-      cat >> "$ac_file.tmp" <<EOF
##############################################
aria2-1.35.0/m4/po.m4-421-    for lang in $ALL_LINGUAS; do
aria2-1.35.0/m4/po.m4:422:      frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
aria2-1.35.0/m4/po.m4-423-      cat >> "$ac_file.tmp" <<EOF
##############################################
aria2-1.35.0/m4/pkg.m4-109-    PKG_CHECK_EXISTS([$3],
aria2-1.35.0/m4/pkg.m4:110:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
aria2-1.35.0/m4/pkg.m4-111-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
aria2-1.35.0/m4/pkg.m4-157-        if test $_pkg_short_errors_supported = yes; then
aria2-1.35.0/m4/pkg.m4:158:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
aria2-1.35.0/m4/pkg.m4-159-        else 
aria2-1.35.0/m4/pkg.m4:160:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
aria2-1.35.0/m4/pkg.m4-161-        fi
##############################################
aria2-1.35.0/m4/ltsugar.m4-68-m4_define([lt_combine],
aria2-1.35.0/m4/ltsugar.m4:69:[m4_if(m4_eval([$# > 3]), [1],
aria2-1.35.0/m4/ltsugar.m4-70-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
aria2-1.35.0/m4/libtool.m4-119-    done
aria2-1.35.0/m4/libtool.m4:120:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
aria2-1.35.0/m4/libtool.m4-121-}
##############################################
aria2-1.35.0/m4/libtool.m4-437-m4_define([_LT_CONFIG_STATUS_DECLARE],
aria2-1.35.0/m4/libtool.m4:438:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
aria2-1.35.0/m4/libtool.m4-439-
##############################################
aria2-1.35.0/m4/libtool.m4-447-#
aria2-1.35.0/m4/libtool.m4:448:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
aria2-1.35.0/m4/libtool.m4-449-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
aria2-1.35.0/m4/libtool.m4-557-]], lt_decl_quote_varnames); do
aria2-1.35.0/m4/libtool.m4:558:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
aria2-1.35.0/m4/libtool.m4-559-    *[[\\\\\\\`\\"\\\$]]*)
aria2-1.35.0/m4/libtool.m4:560:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
aria2-1.35.0/m4/libtool.m4-561-      ;;
##############################################
aria2-1.35.0/m4/libtool.m4-570-]], lt_decl_dquote_varnames); do
aria2-1.35.0/m4/libtool.m4:571:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
aria2-1.35.0/m4/libtool.m4-572-    *[[\\\\\\\`\\"\\\$]]*)
aria2-1.35.0/m4/libtool.m4:573:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
aria2-1.35.0/m4/libtool.m4-574-      ;;
##############################################
aria2-1.35.0/m4/libtool.m4-1111-  if test yes = "$lt_cv_ld_force_load"; then
aria2-1.35.0/m4/libtool.m4:1112:    _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
aria2-1.35.0/m4/libtool.m4-1113-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
aria2-1.35.0/m4/libtool.m4-1164-      }]'
aria2-1.35.0/m4/libtool.m4:1165:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
aria2-1.35.0/m4/libtool.m4-1166-  # Check for a 64-bit object if we didn't find anything.
aria2-1.35.0/m4/libtool.m4-1167-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
aria2-1.35.0/m4/libtool.m4:1168:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
aria2-1.35.0/m4/libtool.m4-1169-  fi],[])
##############################################
aria2-1.35.0/m4/libtool.m4-1200-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
aria2-1.35.0/m4/libtool.m4:1201:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
aria2-1.35.0/m4/libtool.m4-1202-  ECHO='print -r --'
aria2-1.35.0/m4/libtool.m4:1203:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
aria2-1.35.0/m4/libtool.m4-1204-  ECHO='printf %s\n'
##############################################
aria2-1.35.0/m4/libtool.m4-1235-    PATH=/empty FPATH=/empty; export PATH FPATH
aria2-1.35.0/m4/libtool.m4:1236:    test "X`printf %s $ECHO`" = "X$ECHO" \
aria2-1.35.0/m4/libtool.m4:1237:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
aria2-1.35.0/m4/libtool.m4-1238-
##############################################
aria2-1.35.0/m4/libtool.m4-1259-   if test yes = "$GCC"; then
aria2-1.35.0/m4/libtool.m4:1260:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
aria2-1.35.0/m4/libtool.m4-1261-   fi
##############################################
aria2-1.35.0/m4/libtool.m4-1263- /*)
aria2-1.35.0/m4/libtool.m4:1264:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
aria2-1.35.0/m4/libtool.m4-1265-   ;; #(
##############################################
aria2-1.35.0/m4/libtool.m4-1293-  if AC_TRY_EVAL(ac_compile); then
aria2-1.35.0/m4/libtool.m4:1294:    case `/usr/bin/file conftest.$ac_objext` in
aria2-1.35.0/m4/libtool.m4-1295-      *ELF-32*)
##############################################
aria2-1.35.0/m4/libtool.m4-1310-    if test yes = "$lt_cv_prog_gnu_ld"; then
aria2-1.35.0/m4/libtool.m4:1311:      case `/usr/bin/file conftest.$ac_objext` in
aria2-1.35.0/m4/libtool.m4-1312-	*32-bit*)
##############################################
aria2-1.35.0/m4/libtool.m4-1322-    else
aria2-1.35.0/m4/libtool.m4:1323:      case `/usr/bin/file conftest.$ac_objext` in
aria2-1.35.0/m4/libtool.m4-1324-	*32-bit*)
##############################################
aria2-1.35.0/m4/libtool.m4-1344-    emul=elf
aria2-1.35.0/m4/libtool.m4:1345:    case `/usr/bin/file conftest.$ac_objext` in
aria2-1.35.0/m4/libtool.m4-1346-      *32-bit*)
##############################################
aria2-1.35.0/m4/libtool.m4-1352-    esac
aria2-1.35.0/m4/libtool.m4:1353:    case `/usr/bin/file conftest.$ac_objext` in
aria2-1.35.0/m4/libtool.m4-1354-      *MSB*)
##############################################
aria2-1.35.0/m4/libtool.m4-1360-    esac
aria2-1.35.0/m4/libtool.m4:1361:    case `/usr/bin/file conftest.$ac_objext` in
aria2-1.35.0/m4/libtool.m4-1362-      *N32*)
##############################################
aria2-1.35.0/m4/libtool.m4-1725-    # And add a safety zone
aria2-1.35.0/m4/libtool.m4:1726:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
aria2-1.35.0/m4/libtool.m4:1727:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
aria2-1.35.0/m4/libtool.m4-1728-    ;;
##############################################
aria2-1.35.0/m4/libtool.m4-1758-    if test -n "$kargmax"; then
aria2-1.35.0/m4/libtool.m4:1759:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
aria2-1.35.0/m4/libtool.m4-1760-    else
##############################################
aria2-1.35.0/m4/libtool.m4-1767-       test undefined != "$lt_cv_sys_max_cmd_len"; then
aria2-1.35.0/m4/libtool.m4:1768:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
aria2-1.35.0/m4/libtool.m4:1769:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
aria2-1.35.0/m4/libtool.m4-1770-    else
##############################################
aria2-1.35.0/m4/libtool.m4-1779-      # we can't tell.
aria2-1.35.0/m4/libtool.m4:1780:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
aria2-1.35.0/m4/libtool.m4-1781-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
aria2-1.35.0/m4/libtool.m4-1783-      do
aria2-1.35.0/m4/libtool.m4:1784:        i=`expr $i + 1`
aria2-1.35.0/m4/libtool.m4-1785-        teststring=$teststring$teststring
##############################################
aria2-1.35.0/m4/libtool.m4-1787-      # Only check the string length outside the loop.
aria2-1.35.0/m4/libtool.m4:1788:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
aria2-1.35.0/m4/libtool.m4-1789-      teststring=
##############################################
aria2-1.35.0/m4/libtool.m4-1792-      # linker.  It appears as though 1/2 is a usable value.
aria2-1.35.0/m4/libtool.m4:1793:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
aria2-1.35.0/m4/libtool.m4-1794-    fi
##############################################
aria2-1.35.0/m4/libtool.m4-2258-    *:)
aria2-1.35.0/m4/libtool.m4:2259:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\"
aria2-1.35.0/m4/libtool.m4-2260-        ;;
aria2-1.35.0/m4/libtool.m4-2261-    x:*)
aria2-1.35.0/m4/libtool.m4:2262:        eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\"
aria2-1.35.0/m4/libtool.m4-2263-        ;;
aria2-1.35.0/m4/libtool.m4-2264-    *::*)
aria2-1.35.0/m4/libtool.m4:2265:        eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
aria2-1.35.0/m4/libtool.m4:2266:        eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\"
aria2-1.35.0/m4/libtool.m4-2267-        ;;
aria2-1.35.0/m4/libtool.m4-2268-    *)
aria2-1.35.0/m4/libtool.m4:2269:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\"
aria2-1.35.0/m4/libtool.m4-2270-        ;;
##############################################
aria2-1.35.0/m4/libtool.m4-2298-  esac
aria2-1.35.0/m4/libtool.m4:2299:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
aria2-1.35.0/m4/libtool.m4-2300-  case $lt_search_path_spec in
##############################################
aria2-1.35.0/m4/libtool.m4-2305-    # okay in the real world where ";" in dirpaths is itself problematic.
aria2-1.35.0/m4/libtool.m4:2306:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
aria2-1.35.0/m4/libtool.m4-2307-    ;;
aria2-1.35.0/m4/libtool.m4-2308-  *)
aria2-1.35.0/m4/libtool.m4:2309:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
aria2-1.35.0/m4/libtool.m4-2310-    ;;
##############################################
aria2-1.35.0/m4/libtool.m4-2314-  lt_tmp_lt_search_path_spec=
aria2-1.35.0/m4/libtool.m4:2315:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
aria2-1.35.0/m4/libtool.m4-2316-  # ...but if some path component already ends with the multilib dir we assume
##############################################
aria2-1.35.0/m4/libtool.m4-2356-  esac
aria2-1.35.0/m4/libtool.m4:2357:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
aria2-1.35.0/m4/libtool.m4-2358-else
##############################################
aria2-1.35.0/m4/libtool.m4-2497-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
aria2-1.35.0/m4/libtool.m4:2498:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
aria2-1.35.0/m4/libtool.m4-2499-    ;;
##############################################
aria2-1.35.0/m4/libtool.m4-2533-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
aria2-1.35.0/m4/libtool.m4:2534:    postinstall_cmds='base_file=`basename \$file`~
aria2-1.35.0/m4/libtool.m4:2535:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
aria2-1.35.0/m4/libtool.m4:2536:      dldir=$destdir/`dirname \$dlpath`~
aria2-1.35.0/m4/libtool.m4-2537-      test -d \$dldir || mkdir -p \$dldir~
##############################################
aria2-1.35.0/m4/libtool.m4-2542-      fi'
aria2-1.35.0/m4/libtool.m4:2543:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
aria2-1.35.0/m4/libtool.m4-2544-      dlpath=$dir/\$dldll~
##############################################
aria2-1.35.0/m4/libtool.m4-2550-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
aria2-1.35.0/m4/libtool.m4:2551:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
aria2-1.35.0/m4/libtool.m4-2552-m4_if([$1], [],[
##############################################
aria2-1.35.0/m4/libtool.m4-2556-      # MinGW DLLs use traditional 'lib' prefix
aria2-1.35.0/m4/libtool.m4:2557:      soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
aria2-1.35.0/m4/libtool.m4-2558-      ;;
##############################################
aria2-1.35.0/m4/libtool.m4-2560-      # pw32 DLLs use 'pw' prefix rather than 'lib'
aria2-1.35.0/m4/libtool.m4:2561:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
aria2-1.35.0/m4/libtool.m4-2562-      ;;
##############################################
aria2-1.35.0/m4/libtool.m4-2569-    libname_spec='$name'
aria2-1.35.0/m4/libtool.m4:2570:    soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
aria2-1.35.0/m4/libtool.m4-2571-    library_names_spec='$libname.dll.lib'
##############################################
aria2-1.35.0/m4/libtool.m4-2581-        # Let DOS variable expansion print the short 8.3 style file name.
aria2-1.35.0/m4/libtool.m4:2582:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
aria2-1.35.0/m4/libtool.m4-2583-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
aria2-1.35.0/m4/libtool.m4-2586-      # Convert to MSYS style.
aria2-1.35.0/m4/libtool.m4:2587:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
aria2-1.35.0/m4/libtool.m4-2588-      ;;
##############################################
aria2-1.35.0/m4/libtool.m4-2592-      # like /cygdrive/c/PROGRA~1:/cygdr...
aria2-1.35.0/m4/libtool.m4:2593:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
aria2-1.35.0/m4/libtool.m4:2594:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
aria2-1.35.0/m4/libtool.m4:2595:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
aria2-1.35.0/m4/libtool.m4-2596-      ;;
##############################################
aria2-1.35.0/m4/libtool.m4-2600-        # It is most probably a Windows format PATH.
aria2-1.35.0/m4/libtool.m4:2601:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
aria2-1.35.0/m4/libtool.m4-2602-      else
aria2-1.35.0/m4/libtool.m4:2603:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
aria2-1.35.0/m4/libtool.m4-2604-      fi
##############################################
aria2-1.35.0/m4/libtool.m4-2610-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
aria2-1.35.0/m4/libtool.m4:2611:    postinstall_cmds='base_file=`basename \$file`~
aria2-1.35.0/m4/libtool.m4:2612:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
aria2-1.35.0/m4/libtool.m4:2613:      dldir=$destdir/`dirname \$dlpath`~
aria2-1.35.0/m4/libtool.m4-2614-      test -d \$dldir || mkdir -p \$dldir~
aria2-1.35.0/m4/libtool.m4-2615-      $install_prog $dir/$dlname \$dldir/$dlname'
aria2-1.35.0/m4/libtool.m4:2616:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
aria2-1.35.0/m4/libtool.m4-2617-      dlpath=$dir/\$dldll~
##############################################
aria2-1.35.0/m4/libtool.m4-2624-    # Assume MSVC wrapper
aria2-1.35.0/m4/libtool.m4:2625:    library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib'
aria2-1.35.0/m4/libtool.m4-2626-    dynamic_linker='Win32 ld.exe'
##############################################
aria2-1.35.0/m4/libtool.m4-2641-  shlibpath_var=DYLD_LIBRARY_PATH
aria2-1.35.0/m4/libtool.m4:2642:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
aria2-1.35.0/m4/libtool.m4-2643-m4_if([$1], [],[
##############################################
aria2-1.35.0/m4/libtool.m4-2875-  if test -f /etc/ld.so.conf; then
aria2-1.35.0/m4/libtool.m4:2876:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
aria2-1.35.0/m4/libtool.m4-2877-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
aria2-1.35.0/m4/libtool.m4-2941-  need_lib_prefix=no
aria2-1.35.0/m4/libtool.m4:2942:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
aria2-1.35.0/m4/libtool.m4-2943-    need_version=no
##############################################
aria2-1.35.0/m4/libtool.m4-2968-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
aria2-1.35.0/m4/libtool.m4:2969:  postinstall_cmds='base_file=`basename \$file`~
aria2-1.35.0/m4/libtool.m4:2970:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
aria2-1.35.0/m4/libtool.m4:2971:    dldir=$destdir/`dirname \$dlpath`~
aria2-1.35.0/m4/libtool.m4-2972-    test -d \$dldir || mkdir -p \$dldir~
##############################################
aria2-1.35.0/m4/libtool.m4-2977-    fi'
aria2-1.35.0/m4/libtool.m4:2978:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
aria2-1.35.0/m4/libtool.m4-2979-    dlpath=$dir/\$dldll~
##############################################
aria2-1.35.0/m4/libtool.m4-3188-	"file_magic "*)
aria2-1.35.0/m4/libtool.m4:3189:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
aria2-1.35.0/m4/libtool.m4-3190-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
aria2-1.35.0/m4/libtool.m4-3271-    # gcc leaves a trailing carriage return, which upsets mingw
aria2-1.35.0/m4/libtool.m4:3272:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
aria2-1.35.0/m4/libtool.m4-3273-  *)
aria2-1.35.0/m4/libtool.m4:3274:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
aria2-1.35.0/m4/libtool.m4-3275-  esac
##############################################
aria2-1.35.0/m4/libtool.m4-3280-      # Canonicalize the pathname of ld
aria2-1.35.0/m4/libtool.m4:3281:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
aria2-1.35.0/m4/libtool.m4-3282-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
aria2-1.35.0/m4/libtool.m4:3283:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
aria2-1.35.0/m4/libtool.m4-3284-      done
##############################################
aria2-1.35.0/m4/libtool.m4-3311-      # Break only if it was the GNU/non-GNU ld that we prefer.
aria2-1.35.0/m4/libtool.m4:3312:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
aria2-1.35.0/m4/libtool.m4-3313-      *GNU* | *'with BFD'*)
##############################################
aria2-1.35.0/m4/libtool.m4-3351-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
aria2-1.35.0/m4/libtool.m4:3352:case `$LD -v 2>&1 </dev/null` in
aria2-1.35.0/m4/libtool.m4-3353-*GNU* | *'with BFD'*)
##############################################
aria2-1.35.0/m4/libtool.m4-3578-openbsd* | bitrig*)
aria2-1.35.0/m4/libtool.m4:3579:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
aria2-1.35.0/m4/libtool.m4-3580-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
aria2-1.35.0/m4/libtool.m4-3645-    else
aria2-1.35.0/m4/libtool.m4:3646:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
aria2-1.35.0/m4/libtool.m4-3647-    fi
##############################################
aria2-1.35.0/m4/libtool.m4-3696-	esac
aria2-1.35.0/m4/libtool.m4:3697:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
aria2-1.35.0/m4/libtool.m4-3698-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
aria2-1.35.0/m4/libtool.m4-3702-	*)
aria2-1.35.0/m4/libtool.m4:3703:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
aria2-1.35.0/m4/libtool.m4-3704-	  */dev/null*)
##############################################
aria2-1.35.0/m4/libtool.m4-3728-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
aria2-1.35.0/m4/libtool.m4:3729:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
aria2-1.35.0/m4/libtool.m4-3730-    *COFF*)
##############################################
aria2-1.35.0/m4/libtool.m4-3787-  # decide which one to use based on capabilities of $DLLTOOL
aria2-1.35.0/m4/libtool.m4:3788:  case `$DLLTOOL --help 2>&1` in
aria2-1.35.0/m4/libtool.m4-3789-  *--identify-strict*)
##############################################
aria2-1.35.0/m4/libtool.m4-3961-# If we're using GNU nm, then use its standard symbol codes.
aria2-1.35.0/m4/libtool.m4:3962:case `$NM -V 2>&1` in
aria2-1.35.0/m4/libtool.m4-3963-*GNU* | *'with BFD'*)
##############################################
aria2-1.35.0/m4/libtool.m4-4009-mingw*)
aria2-1.35.0/m4/libtool.m4:4010:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
aria2-1.35.0/m4/libtool.m4-4011-  ;;
##############################################
aria2-1.35.0/m4/libtool.m4-4414-	  *)
aria2-1.35.0/m4/libtool.m4:4415:	    case `$CC -V 2>&1 | sed 5q` in
aria2-1.35.0/m4/libtool.m4-4416-	    *Sun\ C*)
##############################################
aria2-1.35.0/m4/libtool.m4-4756-      *)
aria2-1.35.0/m4/libtool.m4:4757:	case `$CC -V 2>&1 | sed 5q` in
aria2-1.35.0/m4/libtool.m4-4758-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
aria2-1.35.0/m4/libtool.m4-4939-    else
aria2-1.35.0/m4/libtool.m4:4940:      _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
aria2-1.35.0/m4/libtool.m4-4941-    fi
##############################################
aria2-1.35.0/m4/libtool.m4-5038-	# shared libraries, regardless of the interface used.
aria2-1.35.0/m4/libtool.m4:5039:	case `$LD -v 2>&1` in
aria2-1.35.0/m4/libtool.m4-5040-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
aria2-1.35.0/m4/libtool.m4-5070-    supports_anon_versioning=no
aria2-1.35.0/m4/libtool.m4:5071:    case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in
aria2-1.35.0/m4/libtool.m4-5072-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
aria2-1.35.0/m4/libtool.m4-5173-	prefix_cmds="$SED"~
aria2-1.35.0/m4/libtool.m4:5174:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
aria2-1.35.0/m4/libtool.m4-5175-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
aria2-1.35.0/m4/libtool.m4-5195-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
aria2-1.35.0/m4/libtool.m4:5196:      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
aria2-1.35.0/m4/libtool.m4:5197:      _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
aria2-1.35.0/m4/libtool.m4-5198-      ;;
##############################################
aria2-1.35.0/m4/libtool.m4-5213-        pgcc*)				# Portland Group C compiler
aria2-1.35.0/m4/libtool.m4:5214:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
aria2-1.35.0/m4/libtool.m4-5215-	  tmp_addflag=' $pic_flag'
##############################################
aria2-1.35.0/m4/libtool.m4-5218-					# Portland Group f77 and f90 compilers
aria2-1.35.0/m4/libtool.m4:5219:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
aria2-1.35.0/m4/libtool.m4-5220-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
aria2-1.35.0/m4/libtool.m4-5235-	nvcc*)	# Cuda Compiler Driver 2.2
aria2-1.35.0/m4/libtool.m4:5236:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
aria2-1.35.0/m4/libtool.m4-5237-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
aria2-1.35.0/m4/libtool.m4-5239-	esac
aria2-1.35.0/m4/libtool.m4:5240:	case `$CC -V 2>&1 | sed 5q` in
aria2-1.35.0/m4/libtool.m4-5241-	*Sun\ C*)			# Sun C 5.9
aria2-1.35.0/m4/libtool.m4:5242:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
aria2-1.35.0/m4/libtool.m4-5243-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
aria2-1.35.0/m4/libtool.m4-5310-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
aria2-1.35.0/m4/libtool.m4:5311:      case `$LD -v 2>&1` in
aria2-1.35.0/m4/libtool.m4-5312-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
aria2-1.35.0/m4/libtool.m4-5399-	else
aria2-1.35.0/m4/libtool.m4:5400:	  _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
aria2-1.35.0/m4/libtool.m4-5401-	fi
##############################################
aria2-1.35.0/m4/libtool.m4-5464-	# below for broken collect2 doesn't work under 4.3+
aria2-1.35.0/m4/libtool.m4:5465:	  collect2name=`$CC -print-prog-name=collect2`
aria2-1.35.0/m4/libtool.m4-5466-	  if test -f "$collect2name" &&
##############################################
aria2-1.35.0/m4/libtool.m4-5520-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
aria2-1.35.0/m4/libtool.m4:5521:        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
aria2-1.35.0/m4/libtool.m4-5522-      else
##############################################
aria2-1.35.0/m4/libtool.m4-5545-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
aria2-1.35.0/m4/libtool.m4:5546:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
aria2-1.35.0/m4/libtool.m4-5547-	  if test svr4 != "$with_aix_soname"; then
##############################################
aria2-1.35.0/m4/libtool.m4-5636-	# FIXME: Setting linknames here is a bad hack.
aria2-1.35.0/m4/libtool.m4:5637:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
aria2-1.35.0/m4/libtool.m4-5638-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
aria2-1.35.0/m4/libtool.m4-5774-      if test yes = "$GCC"; then
aria2-1.35.0/m4/libtool.m4:5775:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
aria2-1.35.0/m4/libtool.m4-5776-	# Try to use the -exported_symbol ld option, if it does not
##############################################
aria2-1.35.0/m4/libtool.m4-5797-	if test yes = "$lt_cv_irix_exported_symbol"; then
aria2-1.35.0/m4/libtool.m4:5798:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
aria2-1.35.0/m4/libtool.m4-5799-	fi
##############################################
aria2-1.35.0/m4/libtool.m4-5801-      else
aria2-1.35.0/m4/libtool.m4:5802:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
aria2-1.35.0/m4/libtool.m4:5803:	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
aria2-1.35.0/m4/libtool.m4-5804-      fi
##############################################
aria2-1.35.0/m4/libtool.m4-5848-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
aria2-1.35.0/m4/libtool.m4:5849:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
aria2-1.35.0/m4/libtool.m4-5850-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
aria2-1.35.0/m4/libtool.m4-5879-	prefix_cmds="$SED"~
aria2-1.35.0/m4/libtool.m4:5880:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
aria2-1.35.0/m4/libtool.m4-5881-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
aria2-1.35.0/m4/libtool.m4-5893-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
aria2-1.35.0/m4/libtool.m4:5894:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
aria2-1.35.0/m4/libtool.m4-5895-      else
aria2-1.35.0/m4/libtool.m4-5896-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
aria2-1.35.0/m4/libtool.m4:5897:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
aria2-1.35.0/m4/libtool.m4-5898-      fi
##############################################
aria2-1.35.0/m4/libtool.m4-5906-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
aria2-1.35.0/m4/libtool.m4:5907:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
aria2-1.35.0/m4/libtool.m4-5908-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
aria2-1.35.0/m4/libtool.m4-5910-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
aria2-1.35.0/m4/libtool.m4:5911:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
aria2-1.35.0/m4/libtool.m4:5912:	_LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
aria2-1.35.0/m4/libtool.m4:5913:          $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
aria2-1.35.0/m4/libtool.m4-5914-
##############################################
aria2-1.35.0/m4/libtool.m4-5929-      else
aria2-1.35.0/m4/libtool.m4:5930:	case `$CC -V 2>&1` in
aria2-1.35.0/m4/libtool.m4-5931-	*"Compilers 5.0"*)
##############################################
aria2-1.35.0/m4/libtool.m4-6122-	  _LT_TAGVAR(allow_undefined_flag, $1)=
aria2-1.35.0/m4/libtool.m4:6123:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
aria2-1.35.0/m4/libtool.m4-6124-	  then
##############################################
aria2-1.35.0/m4/libtool.m4-6426-        # ancient GNU ld didn't support --whole-archive et. al.
aria2-1.35.0/m4/libtool.m4:6427:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
aria2-1.35.0/m4/libtool.m4-6428-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
aria2-1.35.0/m4/libtool.m4-6536-          # below for broken collect2 doesn't work under 4.3+
aria2-1.35.0/m4/libtool.m4:6537:	  collect2name=`$CC -print-prog-name=collect2`
aria2-1.35.0/m4/libtool.m4-6538-	  if test -f "$collect2name" &&
##############################################
aria2-1.35.0/m4/libtool.m4-6594-
aria2-1.35.0/m4/libtool.m4:6595:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
aria2-1.35.0/m4/libtool.m4-6596-        else
##############################################
aria2-1.35.0/m4/libtool.m4-6619-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
aria2-1.35.0/m4/libtool.m4:6620:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
aria2-1.35.0/m4/libtool.m4-6621-	    if test svr4 != "$with_aix_soname"; then
##############################################
aria2-1.35.0/m4/libtool.m4-6748-	  prefix_cmds="$SED"~
aria2-1.35.0/m4/libtool.m4:6749:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
aria2-1.35.0/m4/libtool.m4-6750-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
aria2-1.35.0/m4/libtool.m4-6822-            # dependencies.
aria2-1.35.0/m4/libtool.m4:6823:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP " \-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
aria2-1.35.0/m4/libtool.m4-6824-            ;;
##############################################
aria2-1.35.0/m4/libtool.m4-6887-	    # dependencies.
aria2-1.35.0/m4/libtool.m4:6888:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP " \-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
aria2-1.35.0/m4/libtool.m4-6889-	    ;;
##############################################
aria2-1.35.0/m4/libtool.m4-6923-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
aria2-1.35.0/m4/libtool.m4:6924:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
aria2-1.35.0/m4/libtool.m4:6925:	_LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
aria2-1.35.0/m4/libtool.m4-6926-	;;
##############################################
aria2-1.35.0/m4/libtool.m4-6930-	    # SGI C++
aria2-1.35.0/m4/libtool.m4:6931:	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
aria2-1.35.0/m4/libtool.m4-6932-
##############################################
aria2-1.35.0/m4/libtool.m4-6941-	      if test no = "$with_gnu_ld"; then
aria2-1.35.0/m4/libtool.m4:6942:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
aria2-1.35.0/m4/libtool.m4-6943-	      else
aria2-1.35.0/m4/libtool.m4:6944:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib'
aria2-1.35.0/m4/libtool.m4-6945-	      fi
##############################################
aria2-1.35.0/m4/libtool.m4-6962-	    # to its proper name (with version) after linking.
aria2-1.35.0/m4/libtool.m4:6963:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
aria2-1.35.0/m4/libtool.m4:6964:	    _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib'
aria2-1.35.0/m4/libtool.m4-6965-	    # Commands to make compiler produce verbose output that lists
##############################################
aria2-1.35.0/m4/libtool.m4-6972-	    # dependencies.
aria2-1.35.0/m4/libtool.m4:6973:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
aria2-1.35.0/m4/libtool.m4-6974-
##############################################
aria2-1.35.0/m4/libtool.m4-6987-	    # earlier do not add the objects themselves.
aria2-1.35.0/m4/libtool.m4:6988:	    case `$CC -V 2>&1` in
aria2-1.35.0/m4/libtool.m4-6989-	      *"Version 7."*)
##############################################
aria2-1.35.0/m4/libtool.m4-7008-            # Portland Group C++ compiler
aria2-1.35.0/m4/libtool.m4:7009:	    case `$CC -V` in
aria2-1.35.0/m4/libtool.m4-7010-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
aria2-1.35.0/m4/libtool.m4-7013-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
aria2-1.35.0/m4/libtool.m4:7014:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
aria2-1.35.0/m4/libtool.m4-7015-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
aria2-1.35.0/m4/libtool.m4-7017-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
aria2-1.35.0/m4/libtool.m4:7018:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
aria2-1.35.0/m4/libtool.m4-7019-                $RANLIB $oldlib'
##############################################
aria2-1.35.0/m4/libtool.m4-7022-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
aria2-1.35.0/m4/libtool.m4:7023:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
aria2-1.35.0/m4/libtool.m4-7024-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
aria2-1.35.0/m4/libtool.m4-7026-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
aria2-1.35.0/m4/libtool.m4:7027:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
aria2-1.35.0/m4/libtool.m4-7028-	      ;;
##############################################
aria2-1.35.0/m4/libtool.m4-7036-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
aria2-1.35.0/m4/libtool.m4:7037:	    _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
aria2-1.35.0/m4/libtool.m4-7038-            ;;
##############################################
aria2-1.35.0/m4/libtool.m4-7055-	    # dependencies.
aria2-1.35.0/m4/libtool.m4:7056:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
aria2-1.35.0/m4/libtool.m4-7057-	    ;;
##############################################
aria2-1.35.0/m4/libtool.m4-7070-	  *)
aria2-1.35.0/m4/libtool.m4:7071:	    case `$CC -V 2>&1 | sed 5q` in
aria2-1.35.0/m4/libtool.m4-7072-	    *Sun\ C*)
##############################################
aria2-1.35.0/m4/libtool.m4-7077-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
aria2-1.35.0/m4/libtool.m4:7078:	      _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
aria2-1.35.0/m4/libtool.m4-7079-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
aria2-1.35.0/m4/libtool.m4-7142-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
aria2-1.35.0/m4/libtool.m4:7143:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
aria2-1.35.0/m4/libtool.m4-7144-	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib'
##############################################
aria2-1.35.0/m4/libtool.m4-7161-	    # to its proper name (with version) after linking.
aria2-1.35.0/m4/libtool.m4:7162:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
aria2-1.35.0/m4/libtool.m4-7163-
##############################################
aria2-1.35.0/m4/libtool.m4-7182-	        _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
aria2-1.35.0/m4/libtool.m4:7183:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
aria2-1.35.0/m4/libtool.m4-7184-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
aria2-1.35.0/m4/libtool.m4-7187-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
aria2-1.35.0/m4/libtool.m4:7188:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
aria2-1.35.0/m4/libtool.m4:7189:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
aria2-1.35.0/m4/libtool.m4-7190-                  echo "-hidden">> $lib.exp~
aria2-1.35.0/m4/libtool.m4:7191:                  $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~
aria2-1.35.0/m4/libtool.m4-7192-                  $RM $lib.exp'
##############################################
aria2-1.35.0/m4/libtool.m4-7206-	    # dependencies.
aria2-1.35.0/m4/libtool.m4:7207:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
aria2-1.35.0/m4/libtool.m4-7208-	    ;;
##############################################
aria2-1.35.0/m4/libtool.m4-7213-	        osf3*)
aria2-1.35.0/m4/libtool.m4:7214:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
aria2-1.35.0/m4/libtool.m4-7215-		  ;;
aria2-1.35.0/m4/libtool.m4-7216-	        *)
aria2-1.35.0/m4/libtool.m4:7217:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
aria2-1.35.0/m4/libtool.m4-7218-		  ;;
##############################################
aria2-1.35.0/m4/libtool.m4-7466-  case @S|@2 in
aria2-1.35.0/m4/libtool.m4:7467:  .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;;
aria2-1.35.0/m4/libtool.m4:7468:  *)  func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;;
aria2-1.35.0/m4/libtool.m4-7469-  esac
##############################################
aria2-1.35.0/m4/libtool.m4-7555-
aria2-1.35.0/m4/libtool.m4:7556:  for p in `eval "$output_verbose_link_cmd"`; do
aria2-1.35.0/m4/libtool.m4-7557-    case $prev$p in
##############################################
aria2-1.35.0/m4/libtool.m4-7659-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
aria2-1.35.0/m4/libtool.m4:7660: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'`
aria2-1.35.0/m4/libtool.m4-7661-fi
##############################################
aria2-1.35.0/m4/libtool.m4-8279-    test 10 -lt "$lt_ac_count" && break
aria2-1.35.0/m4/libtool.m4:8280:    lt_ac_count=`expr $lt_ac_count + 1`
aria2-1.35.0/m4/libtool.m4-8281-    if test "$lt_ac_count" -gt "$lt_ac_max"; then
##############################################
aria2-1.35.0/m4/libgcrypt.m4-69-  if echo "$tmp" | grep ':' >/dev/null 2>/dev/null ; then
aria2-1.35.0/m4/libgcrypt.m4:70:     req_libgcrypt_api=`echo "$tmp"     | sed 's/\(.*\):\(.*\)/\1/'`
aria2-1.35.0/m4/libgcrypt.m4:71:     min_libgcrypt_version=`echo "$tmp" | sed 's/\(.*\):\(.*\)/\2/'`
aria2-1.35.0/m4/libgcrypt.m4-72-  else
##############################################
aria2-1.35.0/m4/libgcrypt.m4-86-    if test -z "$use_gpgrt_config"; then
aria2-1.35.0/m4/libgcrypt.m4:87:      libgcrypt_config_version=`$LIBGCRYPT_CONFIG --version`
aria2-1.35.0/m4/libgcrypt.m4-88-    else
aria2-1.35.0/m4/libgcrypt.m4:89:      libgcrypt_config_version=`$LIBGCRYPT_CONFIG --modversion`
aria2-1.35.0/m4/libgcrypt.m4-90-    fi
##############################################
aria2-1.35.0/m4/libgcrypt.m4-122-        if test -z "$use_gpgrt_config"; then
aria2-1.35.0/m4/libgcrypt.m4:123:           tmp=`$LIBGCRYPT_CONFIG --api-version 2>/dev/null || echo 0`
aria2-1.35.0/m4/libgcrypt.m4-124-	else
aria2-1.35.0/m4/libgcrypt.m4:125:           tmp=`$LIBGCRYPT_CONFIG --variable=api_version 2>/dev/null || echo 0`
aria2-1.35.0/m4/libgcrypt.m4-126-	fi
##############################################
aria2-1.35.0/m4/libgcrypt.m4-138-  if test $ok = yes; then
aria2-1.35.0/m4/libgcrypt.m4:139:    LIBGCRYPT_CFLAGS=`$LIBGCRYPT_CONFIG --cflags`
aria2-1.35.0/m4/libgcrypt.m4:140:    LIBGCRYPT_LIBS=`$LIBGCRYPT_CONFIG --libs`
aria2-1.35.0/m4/libgcrypt.m4-141-    ifelse([$2], , :, [$2])
aria2-1.35.0/m4/libgcrypt.m4-142-    if test -z "$use_gpgrt_config"; then
aria2-1.35.0/m4/libgcrypt.m4:143:      libgcrypt_config_host=`$LIBGCRYPT_CONFIG --host 2>/dev/null || echo none`
aria2-1.35.0/m4/libgcrypt.m4-144-    else
aria2-1.35.0/m4/libgcrypt.m4:145:      libgcrypt_config_host=`$LIBGCRYPT_CONFIG --variable=host 2>/dev/null || echo none`
aria2-1.35.0/m4/libgcrypt.m4-146-    fi
##############################################
aria2-1.35.0/m4/lib-prefix.m4-201-    *)
aria2-1.35.0/m4/lib-prefix.m4:202:      searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
aria2-1.35.0/m4/lib-prefix.m4-203-      if test -n "$searchpath"; then
##############################################
aria2-1.35.0/m4/lib-prefix.m4-211-                ;;
aria2-1.35.0/m4/lib-prefix.m4:212:              *) searchdir=`cd "$searchdir" && pwd`
aria2-1.35.0/m4/lib-prefix.m4-213-                 case "$searchdir" in
##############################################
aria2-1.35.0/m4/lib-link.m4-244-        dnl or AC_LIB_HAVE_LINKFLAGS call.
aria2-1.35.0/m4/lib-link.m4:245:        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
aria2-1.35.0/m4/lib-link.m4-246-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
aria2-1.35.0/m4/lib-link.m4-319-                -L*)
aria2-1.35.0/m4/lib-link.m4:320:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
aria2-1.35.0/m4/lib-link.m4-321-                  dnl First look for a shared library.
##############################################
aria2-1.35.0/m4/lib-link.m4-463-              */$acl_libdirstem | */$acl_libdirstem/)
aria2-1.35.0/m4/lib-link.m4:464:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
aria2-1.35.0/m4/lib-link.m4-465-                if test "$name" = '$1'; then
##############################################
aria2-1.35.0/m4/lib-link.m4-470-              */$acl_libdirstem2 | */$acl_libdirstem2/)
aria2-1.35.0/m4/lib-link.m4:471:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
aria2-1.35.0/m4/lib-link.m4-472-                if test "$name" = '$1'; then
##############################################
aria2-1.35.0/m4/lib-link.m4-526-                  -L*)
aria2-1.35.0/m4/lib-link.m4:527:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
aria2-1.35.0/m4/lib-link.m4-528-                    dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
##############################################
aria2-1.35.0/m4/lib-link.m4-578-                  -R*)
aria2-1.35.0/m4/lib-link.m4:579:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
aria2-1.35.0/m4/lib-link.m4-580-                    if test "$enable_rpath" != no; then
##############################################
aria2-1.35.0/m4/lib-link.m4-608-                    dnl Handle this in the next round.
aria2-1.35.0/m4/lib-link.m4:609:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
aria2-1.35.0/m4/lib-link.m4-610-                    ;;
##############################################
aria2-1.35.0/m4/lib-link.m4-614-                    dnl option.
aria2-1.35.0/m4/lib-link.m4:615:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
aria2-1.35.0/m4/lib-link.m4-616-                    ;;
##############################################
aria2-1.35.0/m4/lib-link.m4-727-            -L) next=yes ;;
aria2-1.35.0/m4/lib-link.m4:728:            -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'`
aria2-1.35.0/m4/lib-link.m4-729-                 dnl No need to hardcode the standard /usr/lib.
##############################################
aria2-1.35.0/m4/lib-ld.m4-14-[# I'd rather use --version here, but apparently some GNU ld's only accept -v.
aria2-1.35.0/m4/lib-ld.m4:15:case `$LD -v 2>&1 </dev/null` in
aria2-1.35.0/m4/lib-ld.m4-16-*GNU* | *'with BFD'*)
##############################################
aria2-1.35.0/m4/lib-ld.m4-50-    # gcc leaves a trailing carriage return which upsets mingw
aria2-1.35.0/m4/lib-ld.m4:51:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
aria2-1.35.0/m4/lib-ld.m4-52-  *)
aria2-1.35.0/m4/lib-ld.m4:53:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
aria2-1.35.0/m4/lib-ld.m4-54-  esac
##############################################
aria2-1.35.0/m4/lib-ld.m4-59-      # Canonicalize the path of ld
aria2-1.35.0/m4/lib-ld.m4:60:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
aria2-1.35.0/m4/lib-ld.m4-61-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
aria2-1.35.0/m4/lib-ld.m4:62:        ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
aria2-1.35.0/m4/lib-ld.m4-63-      done
##############################################
aria2-1.35.0/m4/lib-ld.m4-89-      # Break only if it was the GNU/non-GNU ld that we prefer.
aria2-1.35.0/m4/lib-ld.m4:90:      case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in
aria2-1.35.0/m4/lib-ld.m4-91-      *GNU* | *'with BFD'*)
##############################################
aria2-1.35.0/m4/iconv.m4-192-      am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"])
aria2-1.35.0/m4/iconv.m4:193:    am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
aria2-1.35.0/m4/iconv.m4-194-    AC_MSG_RESULT([
##############################################
aria2-1.35.0/m4/gettext.m4-249-        LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV $LTLIBTHREAD"
aria2-1.35.0/m4/gettext.m4:250:        LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
aria2-1.35.0/m4/gettext.m4-251-      fi