===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
httrack-3.49.2/tests/Makefile.in-39-  { \
httrack-3.49.2/tests/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
httrack-3.49.2/tests/Makefile.in-41-  }; \
##############################################
httrack-3.49.2/tests/Makefile.in-136-}
httrack-3.49.2/tests/Makefile.in:137:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
httrack-3.49.2/tests/Makefile.in-138-am__vpath_adj = case $$p in \
httrack-3.49.2/tests/Makefile.in:139:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
httrack-3.49.2/tests/Makefile.in-140-    *) f=$$p;; \
httrack-3.49.2/tests/Makefile.in-141-  esac;
httrack-3.49.2/tests/Makefile.in:142:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
httrack-3.49.2/tests/Makefile.in-143-am__install_max = 40
httrack-3.49.2/tests/Makefile.in-144-am__nobase_strip_setup = \
httrack-3.49.2/tests/Makefile.in:145:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
httrack-3.49.2/tests/Makefile.in-146-am__nobase_strip = \
##############################################
httrack-3.49.2/tests/Makefile.in-264-case "$@" in						\
httrack-3.49.2/tests/Makefile.in:265:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
httrack-3.49.2/tests/Makefile.in-266-    *) am__odir=.;; 					\
##############################################
httrack-3.49.2/tests/Makefile.in-294-  bases='$(TEST_LOGS)'; \
httrack-3.49.2/tests/Makefile.in:295:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
httrack-3.49.2/tests/Makefile.in:296:  bases=`echo $$bases`
httrack-3.49.2/tests/Makefile.in-297-RECHECK_LOGS = $(TEST_LOGS)
##############################################
httrack-3.49.2/tests/Makefile.in-310-        */*) b='$*';; \
httrack-3.49.2/tests/Makefile.in:311:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
httrack-3.49.2/tests/Makefile.in-312-       esac;; \
##############################################
httrack-3.49.2/tests/Makefile.in-526-	if test -n "$$redo_bases"; then \
httrack-3.49.2/tests/Makefile.in:527:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
httrack-3.49.2/tests/Makefile.in:528:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
httrack-3.49.2/tests/Makefile.in-529-	  if $(am__make_dryrun); then :; else \
##############################################
httrack-3.49.2/tests/Makefile.in-551-	ws='[ 	]'; \
httrack-3.49.2/tests/Makefile.in:552:	results=`for b in $$bases; do echo $$b.trs; done`; \
httrack-3.49.2/tests/Makefile.in-553-	test -n "$$results" || results=/dev/null; \
httrack-3.49.2/tests/Makefile.in:554:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
httrack-3.49.2/tests/Makefile.in:555:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
httrack-3.49.2/tests/Makefile.in:556:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
httrack-3.49.2/tests/Makefile.in:557:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
httrack-3.49.2/tests/Makefile.in:558:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
httrack-3.49.2/tests/Makefile.in:559:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
httrack-3.49.2/tests/Makefile.in:560:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
httrack-3.49.2/tests/Makefile.in:561:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
httrack-3.49.2/tests/Makefile.in-562-	  success=true; \
##############################################
httrack-3.49.2/tests/Makefile.in-630-	@set +e; $(am__set_TESTS_bases); \
httrack-3.49.2/tests/Makefile.in:631:	log_list=`for i in $$bases; do echo $$i.log; done`; \
httrack-3.49.2/tests/Makefile.in:632:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
httrack-3.49.2/tests/Makefile.in:633:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
httrack-3.49.2/tests/Makefile.in-634-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
httrack-3.49.2/tests/Makefile.in-640-	         | $(am__list_recheck_tests)` || exit 1; \
httrack-3.49.2/tests/Makefile.in:641:	log_list=`for i in $$bases; do echo $$i.log; done`; \
httrack-3.49.2/tests/Makefile.in:642:	log_list=`echo $$log_list`; \
httrack-3.49.2/tests/Makefile.in-643-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
httrack-3.49.2/tests/Makefile.in-662-distdir: $(DISTFILES)
httrack-3.49.2/tests/Makefile.in:663:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
httrack-3.49.2/tests/Makefile.in:664:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
httrack-3.49.2/tests/Makefile.in-665-	list='$(DISTFILES)'; \
##############################################
httrack-3.49.2/tests/Makefile.in-676-	  if test -d $$d/$$file; then \
httrack-3.49.2/tests/Makefile.in:677:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
httrack-3.49.2/tests/Makefile.in-678-	    if test -d "$(distdir)/$$file"; then \
##############################################
httrack-3.49.2/html/abuse.html-348-	// The chain chhttp is flushed in a cron job to avoid ipchains overflow
httrack-3.49.2/html/abuse.html:349:    system("/usr/bin/sudo -u root /sbin/ipchains -I 1 chhttp -p tcp -s ".$addr." --dport 80 -j REJECT");
httrack-3.49.2/html/abuse.html-350-    syslog("user rejected due to too many copy attemps : ".$addr);
##############################################
httrack-3.49.2/html/abuse.html-519-for i in `cut -f1 -d':' /etc/passwd`; do<br>
httrack-3.49.2/html/abuse.html:520:&nbsp;&nbsp;if test `id -u $i` -ge 500; then<br>
httrack-3.49.2/html/abuse.html-521-&nbsp;&nbsp;&nbsp;&nbsp;off=0<br>
httrack-3.49.2/html/abuse.html-522-&nbsp;&nbsp;&nbsp;&nbsp;while test &quot;$off&quot; -lt $ALIAS_VALID; do<br>
httrack-3.49.2/html/abuse.html:523:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;THISWEEK=&quot;`date +'%Y'` $[`date +'%U'`-$off]&quot;<br>
httrack-3.49.2/html/abuse.html:524:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SECRET=&quot;`echo \&quot;$SECRET $i $THISWEEK\&quot; | md5sum | cut -c1-4`&quot;<br>
httrack-3.49.2/html/abuse.html:525:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;FIRST=`echo $i | cut -c1-3`<br>
httrack-3.49.2/html/abuse.html-526-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;NAME=&quot;$USER_PREFIX$FIRST$SECRET&quot;<br>
##############################################
httrack-3.49.2/html/abuse.html-549-&nbsp;&nbsp;&nbsp; $user="smith";<br>
httrack-3.49.2/html/abuse.html:550:&nbsp;&nbsp;&nbsp; $alias=exec("grep ".$user." /etc/aliases | cut -f1 -d' ' | head -n1");<br>
httrack-3.49.2/html/abuse.html-551-&nbsp;&nbsp;&nbsp; print $alias;<br>
##############################################
httrack-3.49.2/html/Makefile.in-40-  { \
httrack-3.49.2/html/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
httrack-3.49.2/html/Makefile.in-42-  }; \
##############################################
httrack-3.49.2/html/Makefile.in-113-  esac
httrack-3.49.2/html/Makefile.in:114:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
httrack-3.49.2/html/Makefile.in-115-am__vpath_adj = case $$p in \
httrack-3.49.2/html/Makefile.in:116:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
httrack-3.49.2/html/Makefile.in-117-    *) f=$$p;; \
httrack-3.49.2/html/Makefile.in-118-  esac;
httrack-3.49.2/html/Makefile.in:119:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
httrack-3.49.2/html/Makefile.in-120-am__install_max = 40
httrack-3.49.2/html/Makefile.in-121-am__nobase_strip_setup = \
httrack-3.49.2/html/Makefile.in:122:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
httrack-3.49.2/html/Makefile.in-123-am__nobase_strip = \
##############################################
httrack-3.49.2/html/Makefile.in-380-	@list='$(HelpHtml_DATA)'; test -n "$(HelpHtmldir)" || list=; \
httrack-3.49.2/html/Makefile.in:381:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
httrack-3.49.2/html/Makefile.in-382-	dir='$(DESTDIR)$(HelpHtmldir)'; $(am__uninstall_files_from_dir)
##############################################
httrack-3.49.2/html/Makefile.in-401-	@list='$(HelpHtmlTxt_DATA)'; test -n "$(HelpHtmlTxtdir)" || list=; \
httrack-3.49.2/html/Makefile.in:402:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
httrack-3.49.2/html/Makefile.in-403-	dir='$(DESTDIR)$(HelpHtmlTxtdir)'; $(am__uninstall_files_from_dir)
##############################################
httrack-3.49.2/html/Makefile.in-422-	@list='$(HelpHtmldiv_DATA)'; test -n "$(HelpHtmldivdir)" || list=; \
httrack-3.49.2/html/Makefile.in:423:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
httrack-3.49.2/html/Makefile.in-424-	dir='$(DESTDIR)$(HelpHtmldivdir)'; $(am__uninstall_files_from_dir)
##############################################
httrack-3.49.2/html/Makefile.in-443-	@list='$(HelpHtmlimages_DATA)'; test -n "$(HelpHtmlimagesdir)" || list=; \
httrack-3.49.2/html/Makefile.in:444:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
httrack-3.49.2/html/Makefile.in-445-	dir='$(DESTDIR)$(HelpHtmlimagesdir)'; $(am__uninstall_files_from_dir)
##############################################
httrack-3.49.2/html/Makefile.in-464-	@list='$(HelpHtmlimg_DATA)'; test -n "$(HelpHtmlimgdir)" || list=; \
httrack-3.49.2/html/Makefile.in:465:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
httrack-3.49.2/html/Makefile.in-466-	dir='$(DESTDIR)$(HelpHtmlimgdir)'; $(am__uninstall_files_from_dir)
##############################################
httrack-3.49.2/html/Makefile.in-485-	@list='$(HelpHtmlroot_DATA)'; test -n "$(HelpHtmlrootdir)" || list=; \
httrack-3.49.2/html/Makefile.in:486:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
httrack-3.49.2/html/Makefile.in-487-	dir='$(DESTDIR)$(HelpHtmlrootdir)'; $(am__uninstall_files_from_dir)
##############################################
httrack-3.49.2/html/Makefile.in-506-	@list='$(VFolderEntry_DATA)'; test -n "$(VFolderEntrydir)" || list=; \
httrack-3.49.2/html/Makefile.in:507:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
httrack-3.49.2/html/Makefile.in-508-	dir='$(DESTDIR)$(VFolderEntrydir)'; $(am__uninstall_files_from_dir)
##############################################
httrack-3.49.2/html/Makefile.in-527-	@list='$(WebHtml_DATA)'; test -n "$(WebHtmldir)" || list=; \
httrack-3.49.2/html/Makefile.in:528:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
httrack-3.49.2/html/Makefile.in-529-	dir='$(DESTDIR)$(WebHtmldir)'; $(am__uninstall_files_from_dir)
##############################################
httrack-3.49.2/html/Makefile.in-548-	@list='$(WebHtmlimages_DATA)'; test -n "$(WebHtmlimagesdir)" || list=; \
httrack-3.49.2/html/Makefile.in:549:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
httrack-3.49.2/html/Makefile.in-550-	dir='$(DESTDIR)$(WebHtmlimagesdir)'; $(am__uninstall_files_from_dir)
##############################################
httrack-3.49.2/html/Makefile.in-569-	@list='$(WebIcon16x16_DATA)'; test -n "$(WebIcon16x16dir)" || list=; \
httrack-3.49.2/html/Makefile.in:570:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
httrack-3.49.2/html/Makefile.in-571-	dir='$(DESTDIR)$(WebIcon16x16dir)'; $(am__uninstall_files_from_dir)
##############################################
httrack-3.49.2/html/Makefile.in-590-	@list='$(WebIcon32x32_DATA)'; test -n "$(WebIcon32x32dir)" || list=; \
httrack-3.49.2/html/Makefile.in:591:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
httrack-3.49.2/html/Makefile.in-592-	dir='$(DESTDIR)$(WebIcon32x32dir)'; $(am__uninstall_files_from_dir)
##############################################
httrack-3.49.2/html/Makefile.in-611-	@list='$(WebIcon48x48_DATA)'; test -n "$(WebIcon48x48dir)" || list=; \
httrack-3.49.2/html/Makefile.in:612:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
httrack-3.49.2/html/Makefile.in-613-	dir='$(DESTDIR)$(WebIcon48x48dir)'; $(am__uninstall_files_from_dir)
##############################################
httrack-3.49.2/html/Makefile.in-632-	@list='$(WebPixmap_DATA)'; test -n "$(WebPixmapdir)" || list=; \
httrack-3.49.2/html/Makefile.in:633:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
httrack-3.49.2/html/Makefile.in-634-	dir='$(DESTDIR)$(WebPixmapdir)'; $(am__uninstall_files_from_dir)
##############################################
httrack-3.49.2/html/Makefile.in-642-distdir: $(DISTFILES)
httrack-3.49.2/html/Makefile.in:643:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
httrack-3.49.2/html/Makefile.in:644:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
httrack-3.49.2/html/Makefile.in-645-	list='$(DISTFILES)'; \
##############################################
httrack-3.49.2/html/Makefile.in-656-	  if test -d $$d/$$file; then \
httrack-3.49.2/html/Makefile.in:657:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
httrack-3.49.2/html/Makefile.in-658-	    if test -d "$(distdir)/$$file"; then \
##############################################
httrack-3.49.2/html/div/search.sh-32-	if test -n "$keyword"; then
httrack-3.49.2/html/div/search.sh:33:		FOUNDK="`grep -niE \"^$keyword\" index.txt`"
httrack-3.49.2/html/div/search.sh-34-
httrack-3.49.2/html/div/search.sh-35-		if test -n "$FOUNDK"; then	
httrack-3.49.2/html/div/search.sh:36:			if ! test `echo "$FOUNDK"|wc -l` = "1"; then
httrack-3.49.2/html/div/search.sh-37-				# Multiple matches
##############################################
httrack-3.49.2/html/div/search.sh-43-				# One match
httrack-3.49.2/html/div/search.sh:44:				N=`echo "$FOUNDK"|cut -f1 -d':'`
httrack-3.49.2/html/div/search.sh:45:				PM=`tail +$N index.txt|grep -nE "\("|head -n 1`
httrack-3.49.2/html/div/search.sh-46-				if ! echo "$PM"|grep "ignored">/dev/null; then
httrack-3.49.2/html/div/search.sh:47:					M=`echo $PM|cut -f1 -d':'`
httrack-3.49.2/html/div/search.sh-48-					echo "Found in:"
##############################################
httrack-3.49.2/lang/Makefile.in-40-  { \
httrack-3.49.2/lang/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
httrack-3.49.2/lang/Makefile.in-42-  }; \
##############################################
httrack-3.49.2/lang/Makefile.in-113-  esac
httrack-3.49.2/lang/Makefile.in:114:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
httrack-3.49.2/lang/Makefile.in-115-am__vpath_adj = case $$p in \
httrack-3.49.2/lang/Makefile.in:116:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
httrack-3.49.2/lang/Makefile.in-117-    *) f=$$p;; \
httrack-3.49.2/lang/Makefile.in-118-  esac;
httrack-3.49.2/lang/Makefile.in:119:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
httrack-3.49.2/lang/Makefile.in-120-am__install_max = 40
httrack-3.49.2/lang/Makefile.in-121-am__nobase_strip_setup = \
httrack-3.49.2/lang/Makefile.in:122:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
httrack-3.49.2/lang/Makefile.in-123-am__nobase_strip = \
##############################################
httrack-3.49.2/lang/Makefile.in-340-	@list='$(lang_DATA)'; test -n "$(langdir)" || list=; \
httrack-3.49.2/lang/Makefile.in:341:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
httrack-3.49.2/lang/Makefile.in-342-	dir='$(DESTDIR)$(langdir)'; $(am__uninstall_files_from_dir)
##############################################
httrack-3.49.2/lang/Makefile.in-361-	@list='$(langroot_DATA)'; test -n "$(langrootdir)" || list=; \
httrack-3.49.2/lang/Makefile.in:362:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
httrack-3.49.2/lang/Makefile.in-363-	dir='$(DESTDIR)$(langrootdir)'; $(am__uninstall_files_from_dir)
##############################################
httrack-3.49.2/lang/Makefile.in-371-distdir: $(DISTFILES)
httrack-3.49.2/lang/Makefile.in:372:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
httrack-3.49.2/lang/Makefile.in:373:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
httrack-3.49.2/lang/Makefile.in-374-	list='$(DISTFILES)'; \
##############################################
httrack-3.49.2/lang/Makefile.in-385-	  if test -d $$d/$$file; then \
httrack-3.49.2/lang/Makefile.in:386:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
httrack-3.49.2/lang/Makefile.in-387-	    if test -d "$(distdir)/$$file"; then \
##############################################
httrack-3.49.2/templates/Makefile.in-40-  { \
httrack-3.49.2/templates/Makefile.in:41:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
httrack-3.49.2/templates/Makefile.in-42-  }; \
##############################################
httrack-3.49.2/templates/Makefile.in-113-  esac
httrack-3.49.2/templates/Makefile.in:114:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
httrack-3.49.2/templates/Makefile.in-115-am__vpath_adj = case $$p in \
httrack-3.49.2/templates/Makefile.in:116:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
httrack-3.49.2/templates/Makefile.in-117-    *) f=$$p;; \
httrack-3.49.2/templates/Makefile.in-118-  esac;
httrack-3.49.2/templates/Makefile.in:119:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
httrack-3.49.2/templates/Makefile.in-120-am__install_max = 40
httrack-3.49.2/templates/Makefile.in-121-am__nobase_strip_setup = \
httrack-3.49.2/templates/Makefile.in:122:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
httrack-3.49.2/templates/Makefile.in-123-am__nobase_strip = \
##############################################
httrack-3.49.2/templates/Makefile.in-341-	@list='$(templates_DATA)'; test -n "$(templatesdir)" || list=; \
httrack-3.49.2/templates/Makefile.in:342:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
httrack-3.49.2/templates/Makefile.in-343-	dir='$(DESTDIR)$(templatesdir)'; $(am__uninstall_files_from_dir)
##############################################
httrack-3.49.2/templates/Makefile.in-351-distdir: $(DISTFILES)
httrack-3.49.2/templates/Makefile.in:352:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
httrack-3.49.2/templates/Makefile.in:353:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
httrack-3.49.2/templates/Makefile.in-354-	list='$(DISTFILES)'; \
##############################################
httrack-3.49.2/templates/Makefile.in-365-	  if test -d $$d/$$file; then \
httrack-3.49.2/templates/Makefile.in:366:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
httrack-3.49.2/templates/Makefile.in-367-	    if test -d "$(distdir)/$$file"; then \
##############################################
httrack-3.49.2/libtest/Makefile.in-41-  { \
httrack-3.49.2/libtest/Makefile.in:42:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
httrack-3.49.2/libtest/Makefile.in-43-  }; \
##############################################
httrack-3.49.2/libtest/Makefile.in-96-CONFIG_CLEAN_VPATH_FILES =
httrack-3.49.2/libtest/Makefile.in:97:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
httrack-3.49.2/libtest/Makefile.in-98-am__vpath_adj = case $$p in \
httrack-3.49.2/libtest/Makefile.in:99:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
httrack-3.49.2/libtest/Makefile.in-100-    *) f=$$p;; \
httrack-3.49.2/libtest/Makefile.in-101-  esac;
httrack-3.49.2/libtest/Makefile.in:102:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
httrack-3.49.2/libtest/Makefile.in-103-am__install_max = 40
httrack-3.49.2/libtest/Makefile.in-104-am__nobase_strip_setup = \
httrack-3.49.2/libtest/Makefile.in:105:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
httrack-3.49.2/libtest/Makefile.in-106-am__nobase_strip = \
##############################################
httrack-3.49.2/libtest/Makefile.in-570-.c.o:
httrack-3.49.2/libtest/Makefile.in:571:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
httrack-3.49.2/libtest/Makefile.in-572-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
httrack-3.49.2/libtest/Makefile.in-578-.c.obj:
httrack-3.49.2/libtest/Makefile.in:579:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
httrack-3.49.2/libtest/Makefile.in:580:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
httrack-3.49.2/libtest/Makefile.in-581-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
httrack-3.49.2/libtest/Makefile.in-583-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
httrack-3.49.2/libtest/Makefile.in:584:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
httrack-3.49.2/libtest/Makefile.in-585-
httrack-3.49.2/libtest/Makefile.in-586-.c.lo:
httrack-3.49.2/libtest/Makefile.in:587:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
httrack-3.49.2/libtest/Makefile.in-588-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
httrack-3.49.2/libtest/Makefile.in-617-	@list='$(exemples_DATA)'; test -n "$(exemplesdir)" || list=; \
httrack-3.49.2/libtest/Makefile.in:618:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
httrack-3.49.2/libtest/Makefile.in-619-	dir='$(DESTDIR)$(exemplesdir)'; $(am__uninstall_files_from_dir)
##############################################
httrack-3.49.2/libtest/Makefile.in-650-GTAGS:
httrack-3.49.2/libtest/Makefile.in:651:	here=`$(am__cd) $(top_builddir) && pwd` \
httrack-3.49.2/libtest/Makefile.in-652-	  && $(am__cd) $(top_srcdir) \
##############################################
httrack-3.49.2/libtest/Makefile.in-673-distdir: $(DISTFILES)
httrack-3.49.2/libtest/Makefile.in:674:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
httrack-3.49.2/libtest/Makefile.in:675:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
httrack-3.49.2/libtest/Makefile.in-676-	list='$(DISTFILES)'; \
##############################################
httrack-3.49.2/libtest/Makefile.in-687-	  if test -d $$d/$$file; then \
httrack-3.49.2/libtest/Makefile.in:688:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
httrack-3.49.2/libtest/Makefile.in-689-	    if test -d "$(distdir)/$$file"; then \
##############################################
httrack-3.49.2/man/Makefile.in-39-  { \
httrack-3.49.2/man/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
httrack-3.49.2/man/Makefile.in-41-  }; \
##############################################
httrack-3.49.2/man/Makefile.in-112-  esac
httrack-3.49.2/man/Makefile.in:113:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
httrack-3.49.2/man/Makefile.in-114-am__vpath_adj = case $$p in \
httrack-3.49.2/man/Makefile.in:115:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
httrack-3.49.2/man/Makefile.in-116-    *) f=$$p;; \
httrack-3.49.2/man/Makefile.in-117-  esac;
httrack-3.49.2/man/Makefile.in:118:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
httrack-3.49.2/man/Makefile.in-119-am__install_max = 40
httrack-3.49.2/man/Makefile.in-120-am__nobase_strip_setup = \
httrack-3.49.2/man/Makefile.in:121:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
httrack-3.49.2/man/Makefile.in-122-am__nobase_strip = \
##############################################
httrack-3.49.2/man/Makefile.in-326-	test -n "$(man1dir)" \
httrack-3.49.2/man/Makefile.in:327:	  && test -n "`echo $$list1$$list2`" \
httrack-3.49.2/man/Makefile.in-328-	  || exit 0; \
##############################################
httrack-3.49.2/man/Makefile.in-372-distdir: $(DISTFILES)
httrack-3.49.2/man/Makefile.in:373:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
httrack-3.49.2/man/Makefile.in:374:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
httrack-3.49.2/man/Makefile.in-375-	list='$(DISTFILES)'; \
##############################################
httrack-3.49.2/man/Makefile.in-386-	  if test -d $$d/$$file; then \
httrack-3.49.2/man/Makefile.in:387:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
httrack-3.49.2/man/Makefile.in-388-	    if test -d "$(distdir)/$$file"; then \
##############################################
httrack-3.49.2/src/webhttrack-18-fi
httrack-3.49.2/src/webhttrack:19:BINWD=`dirname "$0"`
httrack-3.49.2/src/webhttrack-20-SRCHPATH="$BINWD /usr/local/bin /usr/share/bin /usr/bin /usr/lib/httrack /usr/local/lib/httrack /usr/local/share/httrack /opt/local/bin /sw/bin ${HOME}/usr/bin ${HOME}/bin"
httrack-3.49.2/src/webhttrack:21:SRCHPATH="$SRCHPATH "`echo $PATH | tr ":" " "`
httrack-3.49.2/src/webhttrack-22-SRCHDISTPATH="$BINWD/../share $BINWD/.. /usr/share /usr/local /usr /local /usr/local/share ${HOME}/usr ${HOME}/usr/share /opt/local/share /sw ${HOME}/usr/local ${HOME}/usr/share"
##############################################
httrack-3.49.2/src/webhttrack-61-! test -n "${HTSLANG}" && HTSLANG="${LANG}"
httrack-3.49.2/src/webhttrack:62:HTSLANG="`echo $LANG | cut -f1 -d'.' | cut -f1 -d'_'`"
httrack-3.49.2/src/webhttrack:63:LANGN=`grep -E "^${HTSLANG}:" ${DISTPATH}/lang.indexes | cut -f2 -d':'`
httrack-3.49.2/src/webhttrack-64-! test -n "${LANGN}" && LANGN=1
##############################################
httrack-3.49.2/src/webhttrack-83-if test -f "${HOME}/.httrack.ini"; then
httrack-3.49.2/src/webhttrack:84:INDEXF=`cat ${HOME}/.httrack.ini | tr '\r' '\n' | grep -E "^path=" | cut -f2- -d'='`
httrack-3.49.2/src/webhttrack-85-if test -n "${INDEXF}" -a -d "${INDEXF}" -a -f "${INDEXF}/index.html"; then
##############################################
httrack-3.49.2/src/webhttrack-108-test $MAXCOUNT -lt 50 && echo "waiting for server to reply.."
httrack-3.49.2/src/webhttrack:109:SRVURL=`grep -E URL= ${TMPSRVFILE} | cut -f2- -d=`
httrack-3.49.2/src/webhttrack-110-test ! "$SRVURL" = "error" || ! log "Could not spawn htsserver" || exit 1
##############################################
httrack-3.49.2/src/webhttrack-117-# Do not kill if browser exited (chrome bug issue) ; server will die itself
httrack-3.49.2/src/webhttrack:118:test -n "$1" && test -f ${TMPSRVFILE} && SRVPID=`grep -E PID= ${TMPSRVFILE} | cut -f2- -d=`
httrack-3.49.2/src/webhttrack-119-test -n "${SRVPID}" && kill -9 ${SRVPID}
##############################################
httrack-3.49.2/src/htsserver.c-264-      SOCaddr_initport(server, *port);
httrack-3.49.2/src/htsserver.c:265:      if (bind(soc, &SOCaddr_sockaddr(server), SOCaddr_size(server)) == 0) {
httrack-3.49.2/src/htsserver.c-266-        if (listen(soc, 10) >= 0) {
##############################################
httrack-3.49.2/src/httrack-library.h-232-
httrack-3.49.2/src/httrack-library.h:233:HTSEXT_API char *escape_check_url_addr(const char *const src, char *const dest, const size_t size);
httrack-3.49.2/src/httrack-library.h-234-HTSEXT_API size_t make_content_id(const char *const adr, const char *const fil, char *const dest, const size_t size);
##############################################
httrack-3.49.2/src/htsnet.h-154-#define SOCaddr_clear(server)       SOCaddr_clear_(&(server), __FILE__, __LINE__)
httrack-3.49.2/src/htsnet.h:155:#define SOCaddr_sockaddr(server)    ((server).m_addr.sa)
httrack-3.49.2/src/htsnet.h-156-#define SOCaddr_capacity(server)    sizeof((server).m_addr)
##############################################
httrack-3.49.2/src/htsnet.h-216-
httrack-3.49.2/src/htsnet.h:217:#define SOCaddr_copyaddr(server, server_len, hpaddr, hpsize) do { \
httrack-3.49.2/src/htsnet.h-218-  server_len = (int) SOCaddr_copyaddr_(&(server), hpaddr, hpsize, __FILE__, __LINE__); \
##############################################
httrack-3.49.2/src/htsnet.h-224-
httrack-3.49.2/src/htsnet.h:225:#define SOCaddr_copy_SOCaddr(dest, src) do { \
httrack-3.49.2/src/htsnet.h-226-  SOCaddr_copyaddr_(&(dest), &(src).m_addr.sa, SOCaddr_size(src), __FILE__, __LINE__); \
##############################################
httrack-3.49.2/src/htslib.h-189-HTS_INLINE void deletehttp(htsblk * r);
httrack-3.49.2/src/htslib.h:190:HTS_INLINE int deleteaddr(htsblk * r);
httrack-3.49.2/src/htslib.h-191-HTS_INLINE void deletesoc(T_SOC soc);
##############################################
httrack-3.49.2/src/htscache.h-83-void cache_rstr(FILE * fp, char *s);
httrack-3.49.2/src/htscache.h:84:char *cache_rstr_addr(FILE * fp);
httrack-3.49.2/src/htscache.h-85-int cache_brstr(char *adr, char *s);
##############################################
httrack-3.49.2/src/htslib.c-2174-    // make a copy for external clients
httrack-3.49.2/src/htslib.c:2175:    SOCaddr_copy_SOCaddr(retour->address, server);
httrack-3.49.2/src/htslib.c-2176-    retour->address_size = SOCaddr_size(retour->address);
##############################################
httrack-3.49.2/src/htslib.c-2214-                             &bind_addr, &error) == NULL
httrack-3.49.2/src/htslib.c:2215:          || bind(soc, &SOCaddr_sockaddr(bind_addr), 
httrack-3.49.2/src/htslib.c-2216-                  SOCaddr_size(bind_addr)) != 0) {
##############################################
httrack-3.49.2/src/htslib.c-2267-#endif
httrack-3.49.2/src/htslib.c:2268:    if (connect(soc, &SOCaddr_sockaddr(server), SOCaddr_size(server)) != 0) {
httrack-3.49.2/src/htslib.c-2269-      // bloquant
##############################################
httrack-3.49.2/src/htslib.c-2520-// always returns 1
httrack-3.49.2/src/htslib.c:2521:int deleteaddr(htsblk * r) {
httrack-3.49.2/src/htslib.c-2522-  if (r->adr != NULL) {
##############################################
httrack-3.49.2/src/htslib.c-3718-// same as escape_check_url, but returns char*
httrack-3.49.2/src/htslib.c:3719:HTSEXT_API char *escape_check_url_addr(const char *const src, 
httrack-3.49.2/src/htslib.c-3720-                                       char *const dest, const size_t size) {
##############################################
httrack-3.49.2/src/htslib.c-4733-        assertf(next->host_length <= sizeof(next->host_addr));
httrack-3.49.2/src/htslib.c:4734:        memcpy(next->host_addr, &SOCaddr_sockaddr(*sa), next->host_length);
httrack-3.49.2/src/htslib.c-4735-      } else {
##############################################
httrack-3.49.2/src/htsftp.c-276-    // copie adresse pour cnx data
httrack-3.49.2/src/htsftp.c:277:    SOCaddr_copy_SOCaddr(server_data, server);
httrack-3.49.2/src/htsftp.c-278-
##############################################
httrack-3.49.2/src/htsftp.c-293-
httrack-3.49.2/src/htsftp.c:294:    if (connect(soc_ctl, &SOCaddr_sockaddr(server), SOCaddr_size(server)) != 0) {
httrack-3.49.2/src/htsftp.c-295-      strcpybuff(back->r.msg, "Unable to connect to the server");
##############################################
httrack-3.49.2/src/htsftp.c-579-          } else {
httrack-3.49.2/src/htsftp.c:580:            SOCaddr_copy_SOCaddr(server, server_data);
httrack-3.49.2/src/htsftp.c-581-          }
##############################################
httrack-3.49.2/src/htsftp.c-593-              SOCaddr_initport(server, port_pasv);
httrack-3.49.2/src/htsftp.c:594:              if (connect(soc_dat, &SOCaddr_sockaddr(server), SOCaddr_size(server)) == 0) {
httrack-3.49.2/src/htsftp.c-595-                strcpybuff(back->info, "retr");
##############################################
httrack-3.49.2/src/htsftp.c-832-
httrack-3.49.2/src/htsftp.c:833:        if (bind(soc, &SOCaddr_sockaddr(server), SOCaddr_size(server)) == 0) {
httrack-3.49.2/src/htsftp.c-834-          SOCaddr server2;
##############################################
httrack-3.49.2/src/htsftp.c-836-
httrack-3.49.2/src/htsftp.c:837:          if (getsockname(soc, &SOCaddr_sockaddr(server2), &len) == 0) {
httrack-3.49.2/src/htsftp.c-838-            // *port=ntohs(server.sin_port);  // récupérer port
##############################################
httrack-3.49.2/src/htscatchurl.c-91-        SOCaddr_initport(server, *port);
httrack-3.49.2/src/htscatchurl.c:92:        if (bind(soc, &SOCaddr_sockaddr(server), SOCaddr_size(server)) == 0) {
httrack-3.49.2/src/htscatchurl.c-93-          SOCaddr server2;
##############################################
httrack-3.49.2/src/htscatchurl.c-95-
httrack-3.49.2/src/htscatchurl.c:96:          if (getsockname(soc, &SOCaddr_sockaddr(server2), &len) == 0) {
httrack-3.49.2/src/htscatchurl.c-97-            *port = ntohs(SOCaddr_sinport(server));     // récupérer port
##############################################
httrack-3.49.2/src/htscatchurl.c-158-
httrack-3.49.2/src/htscatchurl.c:159:      if (getpeername(soc, &SOCaddr_sockaddr(server2), &len) == 0) {
httrack-3.49.2/src/htscatchurl.c-160-        char dot[256 + 2];
##############################################
httrack-3.49.2/src/htscache.c-1117-        if (cache->version >= 5) {
httrack-3.49.2/src/htscache.c:1118:          r.headers = cache_rstr_addr(cache->olddat);
httrack-3.49.2/src/htscache.c-1119-        }
##############################################
httrack-3.49.2/src/htscache.c-2128-}
httrack-3.49.2/src/htscache.c:2129:char *cache_rstr_addr(FILE * fp) {
httrack-3.49.2/src/htscache.c-2130-  INTsys i;
##############################################
httrack-3.49.2/src/htsback.c-576-                  if (!back[p].r.is_write) {
httrack-3.49.2/src/htsback.c:577:                    deleteaddr(&back[p].r);
httrack-3.49.2/src/htsback.c-578-                    back[p].r.adr = readfile_utf8(back[p].url_sav);
##############################################
httrack-3.49.2/src/htsback.c-770-#undef ESC_URL
httrack-3.49.2/src/htsback.c:771:#define ESC_URL(S) escape_check_url_addr(S, OPT_GET_BUFF(opt), OPT_GET_BUFF_SIZE(opt))
httrack-3.49.2/src/htsback.c-772-          fprintf(cache->txt,
##############################################
httrack-3.49.2/src/htsback.c-2238-                  /* Delete buffer and sockets */
httrack-3.49.2/src/htsback.c:2239:                  deleteaddr(&back[i].r);
httrack-3.49.2/src/htsback.c-2240-                  deletehttp(&back[i].r);
##############################################
httrack-3.49.2/src/htsback.c-2990-                  //#if HTS_CL_IS_FATAL
httrack-3.49.2/src/htsback.c:2991:                  deleteaddr(&back[i].r);
httrack-3.49.2/src/htsback.c-2992-                  if (back[i].r.size < back[i].r.totalsize)
##############################################
httrack-3.49.2/src/htsback.c-3156-                      back[i].r.soc = INVALID_SOCKET;
httrack-3.49.2/src/htsback.c:3157:                      deleteaddr(&back[i].r);
httrack-3.49.2/src/htsback.c-3158-                      back[i].r.statuscode = STATUSCODE_INVALID;
##############################################
httrack-3.49.2/src/htsback.c-3173-                          if (!opt->tolerant) {
httrack-3.49.2/src/htsback.c:3174:                            deleteaddr(&back[i].r);
httrack-3.49.2/src/htsback.c-3175-                            back[i].r.statuscode = STATUSCODE_INVALID;
##############################################
httrack-3.49.2/src/htsback.c-3321-                    back[i].r.adr = NULL;
httrack-3.49.2/src/htsback.c:3322:                    deleteaddr(&back[i].r);
httrack-3.49.2/src/htsback.c-3323-                    back[i].r.headers = block;
##############################################
httrack-3.49.2/src/htsback.c-3646-                    if (!noFreebuff) {
httrack-3.49.2/src/htsback.c:3647:                      deleteaddr(&back[i].r);
httrack-3.49.2/src/htsback.c-3648-                      back[i].r.size = 0;
##############################################
httrack-3.49.2/src/htsback.c-3697-                              alloc_mem += back[i].r.totalsize; // AJOUTER RESTANT!
httrack-3.49.2/src/htsback.c:3698:                            if (deleteaddr(&back[i].r)
httrack-3.49.2/src/htsback.c-3699-                                && (back[i].r.adr =
##############################################
httrack-3.49.2/src/htsback.c-3760-                          back_set_finished(sback, i);
httrack-3.49.2/src/htsback.c:3761:                          if (deleteaddr(&back[i].r)
httrack-3.49.2/src/htsback.c-3762-                              && (back[i].r.adr = (char *) malloct(2))) {
##############################################
httrack-3.49.2/src/Makefile.in-43-  { \
httrack-3.49.2/src/Makefile.in:44:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
httrack-3.49.2/src/Makefile.in-45-  }; \
##############################################
httrack-3.49.2/src/Makefile.in-99-CONFIG_CLEAN_VPATH_FILES =
httrack-3.49.2/src/Makefile.in:100:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
httrack-3.49.2/src/Makefile.in-101-am__vpath_adj = case $$p in \
httrack-3.49.2/src/Makefile.in:102:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
httrack-3.49.2/src/Makefile.in-103-    *) f=$$p;; \
httrack-3.49.2/src/Makefile.in-104-  esac;
httrack-3.49.2/src/Makefile.in:105:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
httrack-3.49.2/src/Makefile.in-106-am__install_max = 40
httrack-3.49.2/src/Makefile.in-107-am__nobase_strip_setup = \
httrack-3.49.2/src/Makefile.in:108:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
httrack-3.49.2/src/Makefile.in-109-am__nobase_strip = \
##############################################
httrack-3.49.2/src/Makefile.in-632-	test -n "$(EXEEXT)" || exit 0; \
httrack-3.49.2/src/Makefile.in:633:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
httrack-3.49.2/src/Makefile.in-634-	echo " rm -f" $$list; \
##############################################
httrack-3.49.2/src/Makefile.in-765-.c.o:
httrack-3.49.2/src/Makefile.in:766:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
httrack-3.49.2/src/Makefile.in-767-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
httrack-3.49.2/src/Makefile.in-773-.c.obj:
httrack-3.49.2/src/Makefile.in:774:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
httrack-3.49.2/src/Makefile.in:775:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
httrack-3.49.2/src/Makefile.in-776-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
httrack-3.49.2/src/Makefile.in-778-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
httrack-3.49.2/src/Makefile.in:779:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
httrack-3.49.2/src/Makefile.in-780-
httrack-3.49.2/src/Makefile.in-781-.c.lo:
httrack-3.49.2/src/Makefile.in:782:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
httrack-3.49.2/src/Makefile.in-783-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
httrack-3.49.2/src/Makefile.in-789-libhttrack_la-htscore.lo: htscore.c
httrack-3.49.2/src/Makefile.in:790:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttrack_la_CFLAGS) $(CFLAGS) -MT libhttrack_la-htscore.lo -MD -MP -MF $(DEPDIR)/libhttrack_la-htscore.Tpo -c -o libhttrack_la-htscore.lo `test -f 'htscore.c' || echo '$(srcdir)/'`htscore.c
httrack-3.49.2/src/Makefile.in-791-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libhttrack_la-htscore.Tpo $(DEPDIR)/libhttrack_la-htscore.Plo
##############################################
httrack-3.49.2/src/Makefile.in-793-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
httrack-3.49.2/src/Makefile.in:794:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttrack_la_CFLAGS) $(CFLAGS) -c -o libhttrack_la-htscore.lo `test -f 'htscore.c' || echo '$(srcdir)/'`htscore.c
httrack-3.49.2/src/Makefile.in-795-
httrack-3.49.2/src/Makefile.in-796-libhttrack_la-htsparse.lo: htsparse.c
httrack-3.49.2/src/Makefile.in:797:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttrack_la_CFLAGS) $(CFLAGS) -MT libhttrack_la-htsparse.lo -MD -MP -MF $(DEPDIR)/libhttrack_la-htsparse.Tpo -c -o libhttrack_la-htsparse.lo `test -f 'htsparse.c' || echo '$(srcdir)/'`htsparse.c
httrack-3.49.2/src/Makefile.in-798-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libhttrack_la-htsparse.Tpo $(DEPDIR)/libhttrack_la-htsparse.Plo
##############################################
httrack-3.49.2/src/Makefile.in-800-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
httrack-3.49.2/src/Makefile.in:801:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttrack_la_CFLAGS) $(CFLAGS) -c -o libhttrack_la-htsparse.lo `test -f 'htsparse.c' || echo '$(srcdir)/'`htsparse.c
httrack-3.49.2/src/Makefile.in-802-
httrack-3.49.2/src/Makefile.in-803-libhttrack_la-htsback.lo: htsback.c
httrack-3.49.2/src/Makefile.in:804:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttrack_la_CFLAGS) $(CFLAGS) -MT libhttrack_la-htsback.lo -MD -MP -MF $(DEPDIR)/libhttrack_la-htsback.Tpo -c -o libhttrack_la-htsback.lo `test -f 'htsback.c' || echo '$(srcdir)/'`htsback.c
httrack-3.49.2/src/Makefile.in-805-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libhttrack_la-htsback.Tpo $(DEPDIR)/libhttrack_la-htsback.Plo
##############################################
httrack-3.49.2/src/Makefile.in-807-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
httrack-3.49.2/src/Makefile.in:808:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttrack_la_CFLAGS) $(CFLAGS) -c -o libhttrack_la-htsback.lo `test -f 'htsback.c' || echo '$(srcdir)/'`htsback.c
httrack-3.49.2/src/Makefile.in-809-
httrack-3.49.2/src/Makefile.in-810-libhttrack_la-htscache.lo: htscache.c
httrack-3.49.2/src/Makefile.in:811:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttrack_la_CFLAGS) $(CFLAGS) -MT libhttrack_la-htscache.lo -MD -MP -MF $(DEPDIR)/libhttrack_la-htscache.Tpo -c -o libhttrack_la-htscache.lo `test -f 'htscache.c' || echo '$(srcdir)/'`htscache.c
httrack-3.49.2/src/Makefile.in-812-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libhttrack_la-htscache.Tpo $(DEPDIR)/libhttrack_la-htscache.Plo
##############################################
httrack-3.49.2/src/Makefile.in-814-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
httrack-3.49.2/src/Makefile.in:815:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttrack_la_CFLAGS) $(CFLAGS) -c -o libhttrack_la-htscache.lo `test -f 'htscache.c' || echo '$(srcdir)/'`htscache.c
httrack-3.49.2/src/Makefile.in-816-
httrack-3.49.2/src/Makefile.in-817-libhttrack_la-htscatchurl.lo: htscatchurl.c
httrack-3.49.2/src/Makefile.in:818:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttrack_la_CFLAGS) $(CFLAGS) -MT libhttrack_la-htscatchurl.lo -MD -MP -MF $(DEPDIR)/libhttrack_la-htscatchurl.Tpo -c -o libhttrack_la-htscatchurl.lo `test -f 'htscatchurl.c' || echo '$(srcdir)/'`htscatchurl.c
httrack-3.49.2/src/Makefile.in-819-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libhttrack_la-htscatchurl.Tpo $(DEPDIR)/libhttrack_la-htscatchurl.Plo
##############################################
httrack-3.49.2/src/Makefile.in-821-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
httrack-3.49.2/src/Makefile.in:822:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttrack_la_CFLAGS) $(CFLAGS) -c -o libhttrack_la-htscatchurl.lo `test -f 'htscatchurl.c' || echo '$(srcdir)/'`htscatchurl.c
httrack-3.49.2/src/Makefile.in-823-
httrack-3.49.2/src/Makefile.in-824-libhttrack_la-htsfilters.lo: htsfilters.c
httrack-3.49.2/src/Makefile.in:825:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttrack_la_CFLAGS) $(CFLAGS) -MT libhttrack_la-htsfilters.lo -MD -MP -MF $(DEPDIR)/libhttrack_la-htsfilters.Tpo -c -o libhttrack_la-htsfilters.lo `test -f 'htsfilters.c' || echo '$(srcdir)/'`htsfilters.c
httrack-3.49.2/src/Makefile.in-826-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libhttrack_la-htsfilters.Tpo $(DEPDIR)/libhttrack_la-htsfilters.Plo
##############################################
httrack-3.49.2/src/Makefile.in-828-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
httrack-3.49.2/src/Makefile.in:829:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttrack_la_CFLAGS) $(CFLAGS) -c -o libhttrack_la-htsfilters.lo `test -f 'htsfilters.c' || echo '$(srcdir)/'`htsfilters.c
httrack-3.49.2/src/Makefile.in-830-
httrack-3.49.2/src/Makefile.in-831-libhttrack_la-htsftp.lo: htsftp.c
httrack-3.49.2/src/Makefile.in:832:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttrack_la_CFLAGS) $(CFLAGS) -MT libhttrack_la-htsftp.lo -MD -MP -MF $(DEPDIR)/libhttrack_la-htsftp.Tpo -c -o libhttrack_la-htsftp.lo `test -f 'htsftp.c' || echo '$(srcdir)/'`htsftp.c
httrack-3.49.2/src/Makefile.in-833-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libhttrack_la-htsftp.Tpo $(DEPDIR)/libhttrack_la-htsftp.Plo
##############################################
httrack-3.49.2/src/Makefile.in-835-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
httrack-3.49.2/src/Makefile.in:836:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttrack_la_CFLAGS) $(CFLAGS) -c -o libhttrack_la-htsftp.lo `test -f 'htsftp.c' || echo '$(srcdir)/'`htsftp.c
httrack-3.49.2/src/Makefile.in-837-
httrack-3.49.2/src/Makefile.in-838-libhttrack_la-htshash.lo: htshash.c
httrack-3.49.2/src/Makefile.in:839:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttrack_la_CFLAGS) $(CFLAGS) -MT libhttrack_la-htshash.lo -MD -MP -MF $(DEPDIR)/libhttrack_la-htshash.Tpo -c -o libhttrack_la-htshash.lo `test -f 'htshash.c' || echo '$(srcdir)/'`htshash.c
httrack-3.49.2/src/Makefile.in-840-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libhttrack_la-htshash.Tpo $(DEPDIR)/libhttrack_la-htshash.Plo
##############################################
httrack-3.49.2/src/Makefile.in-842-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
httrack-3.49.2/src/Makefile.in:843:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttrack_la_CFLAGS) $(CFLAGS) -c -o libhttrack_la-htshash.lo `test -f 'htshash.c' || echo '$(srcdir)/'`htshash.c
httrack-3.49.2/src/Makefile.in-844-
httrack-3.49.2/src/Makefile.in-845-coucal/libhttrack_la-coucal.lo: coucal/coucal.c
httrack-3.49.2/src/Makefile.in:846:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttrack_la_CFLAGS) $(CFLAGS) -MT coucal/libhttrack_la-coucal.lo -MD -MP -MF coucal/$(DEPDIR)/libhttrack_la-coucal.Tpo -c -o coucal/libhttrack_la-coucal.lo `test -f 'coucal/coucal.c' || echo '$(srcdir)/'`coucal/coucal.c
httrack-3.49.2/src/Makefile.in-847-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) coucal/$(DEPDIR)/libhttrack_la-coucal.Tpo coucal/$(DEPDIR)/libhttrack_la-coucal.Plo
##############################################
httrack-3.49.2/src/Makefile.in-849-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
httrack-3.49.2/src/Makefile.in:850:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttrack_la_CFLAGS) $(CFLAGS) -c -o coucal/libhttrack_la-coucal.lo `test -f 'coucal/coucal.c' || echo '$(srcdir)/'`coucal/coucal.c
httrack-3.49.2/src/Makefile.in-851-
httrack-3.49.2/src/Makefile.in-852-libhttrack_la-htshelp.lo: htshelp.c
httrack-3.49.2/src/Makefile.in:853:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttrack_la_CFLAGS) $(CFLAGS) -MT libhttrack_la-htshelp.lo -MD -MP -MF $(DEPDIR)/libhttrack_la-htshelp.Tpo -c -o libhttrack_la-htshelp.lo `test -f 'htshelp.c' || echo '$(srcdir)/'`htshelp.c
httrack-3.49.2/src/Makefile.in-854-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libhttrack_la-htshelp.Tpo $(DEPDIR)/libhttrack_la-htshelp.Plo
##############################################
httrack-3.49.2/src/Makefile.in-856-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
httrack-3.49.2/src/Makefile.in:857:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttrack_la_CFLAGS) $(CFLAGS) -c -o libhttrack_la-htshelp.lo `test -f 'htshelp.c' || echo '$(srcdir)/'`htshelp.c
httrack-3.49.2/src/Makefile.in-858-
httrack-3.49.2/src/Makefile.in-859-libhttrack_la-htslib.lo: htslib.c
httrack-3.49.2/src/Makefile.in:860:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttrack_la_CFLAGS) $(CFLAGS) -MT libhttrack_la-htslib.lo -MD -MP -MF $(DEPDIR)/libhttrack_la-htslib.Tpo -c -o libhttrack_la-htslib.lo `test -f 'htslib.c' || echo '$(srcdir)/'`htslib.c
httrack-3.49.2/src/Makefile.in-861-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libhttrack_la-htslib.Tpo $(DEPDIR)/libhttrack_la-htslib.Plo
##############################################
httrack-3.49.2/src/Makefile.in-863-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
httrack-3.49.2/src/Makefile.in:864:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttrack_la_CFLAGS) $(CFLAGS) -c -o libhttrack_la-htslib.lo `test -f 'htslib.c' || echo '$(srcdir)/'`htslib.c
httrack-3.49.2/src/Makefile.in-865-
httrack-3.49.2/src/Makefile.in-866-libhttrack_la-htscoremain.lo: htscoremain.c
httrack-3.49.2/src/Makefile.in:867:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttrack_la_CFLAGS) $(CFLAGS) -MT libhttrack_la-htscoremain.lo -MD -MP -MF $(DEPDIR)/libhttrack_la-htscoremain.Tpo -c -o libhttrack_la-htscoremain.lo `test -f 'htscoremain.c' || echo '$(srcdir)/'`htscoremain.c
httrack-3.49.2/src/Makefile.in-868-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libhttrack_la-htscoremain.Tpo $(DEPDIR)/libhttrack_la-htscoremain.Plo
##############################################
httrack-3.49.2/src/Makefile.in-870-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
httrack-3.49.2/src/Makefile.in:871:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttrack_la_CFLAGS) $(CFLAGS) -c -o libhttrack_la-htscoremain.lo `test -f 'htscoremain.c' || echo '$(srcdir)/'`htscoremain.c
httrack-3.49.2/src/Makefile.in-872-
httrack-3.49.2/src/Makefile.in-873-libhttrack_la-htsname.lo: htsname.c
httrack-3.49.2/src/Makefile.in:874:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttrack_la_CFLAGS) $(CFLAGS) -MT libhttrack_la-htsname.lo -MD -MP -MF $(DEPDIR)/libhttrack_la-htsname.Tpo -c -o libhttrack_la-htsname.lo `test -f 'htsname.c' || echo '$(srcdir)/'`htsname.c
httrack-3.49.2/src/Makefile.in-875-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libhttrack_la-htsname.Tpo $(DEPDIR)/libhttrack_la-htsname.Plo
##############################################
httrack-3.49.2/src/Makefile.in-877-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
httrack-3.49.2/src/Makefile.in:878:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttrack_la_CFLAGS) $(CFLAGS) -c -o libhttrack_la-htsname.lo `test -f 'htsname.c' || echo '$(srcdir)/'`htsname.c
httrack-3.49.2/src/Makefile.in-879-
httrack-3.49.2/src/Makefile.in-880-libhttrack_la-htsrobots.lo: htsrobots.c
httrack-3.49.2/src/Makefile.in:881:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttrack_la_CFLAGS) $(CFLAGS) -MT libhttrack_la-htsrobots.lo -MD -MP -MF $(DEPDIR)/libhttrack_la-htsrobots.Tpo -c -o libhttrack_la-htsrobots.lo `test -f 'htsrobots.c' || echo '$(srcdir)/'`htsrobots.c
httrack-3.49.2/src/Makefile.in-882-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libhttrack_la-htsrobots.Tpo $(DEPDIR)/libhttrack_la-htsrobots.Plo
##############################################
httrack-3.49.2/src/Makefile.in-884-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
httrack-3.49.2/src/Makefile.in:885:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttrack_la_CFLAGS) $(CFLAGS) -c -o libhttrack_la-htsrobots.lo `test -f 'htsrobots.c' || echo '$(srcdir)/'`htsrobots.c
httrack-3.49.2/src/Makefile.in-886-
httrack-3.49.2/src/Makefile.in-887-libhttrack_la-htstools.lo: htstools.c
httrack-3.49.2/src/Makefile.in:888:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttrack_la_CFLAGS) $(CFLAGS) -MT libhttrack_la-htstools.lo -MD -MP -MF $(DEPDIR)/libhttrack_la-htstools.Tpo -c -o libhttrack_la-htstools.lo `test -f 'htstools.c' || echo '$(srcdir)/'`htstools.c
httrack-3.49.2/src/Makefile.in-889-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libhttrack_la-htstools.Tpo $(DEPDIR)/libhttrack_la-htstools.Plo
##############################################
httrack-3.49.2/src/Makefile.in-891-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
httrack-3.49.2/src/Makefile.in:892:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttrack_la_CFLAGS) $(CFLAGS) -c -o libhttrack_la-htstools.lo `test -f 'htstools.c' || echo '$(srcdir)/'`htstools.c
httrack-3.49.2/src/Makefile.in-893-
httrack-3.49.2/src/Makefile.in-894-libhttrack_la-htswizard.lo: htswizard.c
httrack-3.49.2/src/Makefile.in:895:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttrack_la_CFLAGS) $(CFLAGS) -MT libhttrack_la-htswizard.lo -MD -MP -MF $(DEPDIR)/libhttrack_la-htswizard.Tpo -c -o libhttrack_la-htswizard.lo `test -f 'htswizard.c' || echo '$(srcdir)/'`htswizard.c
httrack-3.49.2/src/Makefile.in-896-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libhttrack_la-htswizard.Tpo $(DEPDIR)/libhttrack_la-htswizard.Plo
##############################################
httrack-3.49.2/src/Makefile.in-898-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
httrack-3.49.2/src/Makefile.in:899:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttrack_la_CFLAGS) $(CFLAGS) -c -o libhttrack_la-htswizard.lo `test -f 'htswizard.c' || echo '$(srcdir)/'`htswizard.c
httrack-3.49.2/src/Makefile.in-900-
httrack-3.49.2/src/Makefile.in-901-libhttrack_la-htsalias.lo: htsalias.c
httrack-3.49.2/src/Makefile.in:902:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttrack_la_CFLAGS) $(CFLAGS) -MT libhttrack_la-htsalias.lo -MD -MP -MF $(DEPDIR)/libhttrack_la-htsalias.Tpo -c -o libhttrack_la-htsalias.lo `test -f 'htsalias.c' || echo '$(srcdir)/'`htsalias.c
httrack-3.49.2/src/Makefile.in-903-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libhttrack_la-htsalias.Tpo $(DEPDIR)/libhttrack_la-htsalias.Plo
##############################################
httrack-3.49.2/src/Makefile.in-905-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
httrack-3.49.2/src/Makefile.in:906:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttrack_la_CFLAGS) $(CFLAGS) -c -o libhttrack_la-htsalias.lo `test -f 'htsalias.c' || echo '$(srcdir)/'`htsalias.c
httrack-3.49.2/src/Makefile.in-907-
httrack-3.49.2/src/Makefile.in-908-libhttrack_la-htsthread.lo: htsthread.c
httrack-3.49.2/src/Makefile.in:909:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttrack_la_CFLAGS) $(CFLAGS) -MT libhttrack_la-htsthread.lo -MD -MP -MF $(DEPDIR)/libhttrack_la-htsthread.Tpo -c -o libhttrack_la-htsthread.lo `test -f 'htsthread.c' || echo '$(srcdir)/'`htsthread.c
httrack-3.49.2/src/Makefile.in-910-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libhttrack_la-htsthread.Tpo $(DEPDIR)/libhttrack_la-htsthread.Plo
##############################################
httrack-3.49.2/src/Makefile.in-912-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
httrack-3.49.2/src/Makefile.in:913:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttrack_la_CFLAGS) $(CFLAGS) -c -o libhttrack_la-htsthread.lo `test -f 'htsthread.c' || echo '$(srcdir)/'`htsthread.c
httrack-3.49.2/src/Makefile.in-914-
httrack-3.49.2/src/Makefile.in-915-libhttrack_la-htsindex.lo: htsindex.c
httrack-3.49.2/src/Makefile.in:916:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttrack_la_CFLAGS) $(CFLAGS) -MT libhttrack_la-htsindex.lo -MD -MP -MF $(DEPDIR)/libhttrack_la-htsindex.Tpo -c -o libhttrack_la-htsindex.lo `test -f 'htsindex.c' || echo '$(srcdir)/'`htsindex.c
httrack-3.49.2/src/Makefile.in-917-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libhttrack_la-htsindex.Tpo $(DEPDIR)/libhttrack_la-htsindex.Plo
##############################################
httrack-3.49.2/src/Makefile.in-919-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
httrack-3.49.2/src/Makefile.in:920:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttrack_la_CFLAGS) $(CFLAGS) -c -o libhttrack_la-htsindex.lo `test -f 'htsindex.c' || echo '$(srcdir)/'`htsindex.c
httrack-3.49.2/src/Makefile.in-921-
httrack-3.49.2/src/Makefile.in-922-libhttrack_la-htsbauth.lo: htsbauth.c
httrack-3.49.2/src/Makefile.in:923:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttrack_la_CFLAGS) $(CFLAGS) -MT libhttrack_la-htsbauth.lo -MD -MP -MF $(DEPDIR)/libhttrack_la-htsbauth.Tpo -c -o libhttrack_la-htsbauth.lo `test -f 'htsbauth.c' || echo '$(srcdir)/'`htsbauth.c
httrack-3.49.2/src/Makefile.in-924-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libhttrack_la-htsbauth.Tpo $(DEPDIR)/libhttrack_la-htsbauth.Plo
##############################################
httrack-3.49.2/src/Makefile.in-926-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
httrack-3.49.2/src/Makefile.in:927:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttrack_la_CFLAGS) $(CFLAGS) -c -o libhttrack_la-htsbauth.lo `test -f 'htsbauth.c' || echo '$(srcdir)/'`htsbauth.c
httrack-3.49.2/src/Makefile.in-928-
httrack-3.49.2/src/Makefile.in-929-libhttrack_la-htsmd5.lo: htsmd5.c
httrack-3.49.2/src/Makefile.in:930:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttrack_la_CFLAGS) $(CFLAGS) -MT libhttrack_la-htsmd5.lo -MD -MP -MF $(DEPDIR)/libhttrack_la-htsmd5.Tpo -c -o libhttrack_la-htsmd5.lo `test -f 'htsmd5.c' || echo '$(srcdir)/'`htsmd5.c
httrack-3.49.2/src/Makefile.in-931-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libhttrack_la-htsmd5.Tpo $(DEPDIR)/libhttrack_la-htsmd5.Plo
##############################################
httrack-3.49.2/src/Makefile.in-933-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
httrack-3.49.2/src/Makefile.in:934:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttrack_la_CFLAGS) $(CFLAGS) -c -o libhttrack_la-htsmd5.lo `test -f 'htsmd5.c' || echo '$(srcdir)/'`htsmd5.c
httrack-3.49.2/src/Makefile.in-935-
httrack-3.49.2/src/Makefile.in-936-libhttrack_la-htszlib.lo: htszlib.c
httrack-3.49.2/src/Makefile.in:937:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttrack_la_CFLAGS) $(CFLAGS) -MT libhttrack_la-htszlib.lo -MD -MP -MF $(DEPDIR)/libhttrack_la-htszlib.Tpo -c -o libhttrack_la-htszlib.lo `test -f 'htszlib.c' || echo '$(srcdir)/'`htszlib.c
httrack-3.49.2/src/Makefile.in-938-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libhttrack_la-htszlib.Tpo $(DEPDIR)/libhttrack_la-htszlib.Plo
##############################################
httrack-3.49.2/src/Makefile.in-940-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
httrack-3.49.2/src/Makefile.in:941:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttrack_la_CFLAGS) $(CFLAGS) -c -o libhttrack_la-htszlib.lo `test -f 'htszlib.c' || echo '$(srcdir)/'`htszlib.c
httrack-3.49.2/src/Makefile.in-942-
httrack-3.49.2/src/Makefile.in-943-libhttrack_la-htswrap.lo: htswrap.c
httrack-3.49.2/src/Makefile.in:944:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttrack_la_CFLAGS) $(CFLAGS) -MT libhttrack_la-htswrap.lo -MD -MP -MF $(DEPDIR)/libhttrack_la-htswrap.Tpo -c -o libhttrack_la-htswrap.lo `test -f 'htswrap.c' || echo '$(srcdir)/'`htswrap.c
httrack-3.49.2/src/Makefile.in-945-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libhttrack_la-htswrap.Tpo $(DEPDIR)/libhttrack_la-htswrap.Plo
##############################################
httrack-3.49.2/src/Makefile.in-947-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
httrack-3.49.2/src/Makefile.in:948:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttrack_la_CFLAGS) $(CFLAGS) -c -o libhttrack_la-htswrap.lo `test -f 'htswrap.c' || echo '$(srcdir)/'`htswrap.c
httrack-3.49.2/src/Makefile.in-949-
httrack-3.49.2/src/Makefile.in-950-libhttrack_la-htsconcat.lo: htsconcat.c
httrack-3.49.2/src/Makefile.in:951:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttrack_la_CFLAGS) $(CFLAGS) -MT libhttrack_la-htsconcat.lo -MD -MP -MF $(DEPDIR)/libhttrack_la-htsconcat.Tpo -c -o libhttrack_la-htsconcat.lo `test -f 'htsconcat.c' || echo '$(srcdir)/'`htsconcat.c
httrack-3.49.2/src/Makefile.in-952-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libhttrack_la-htsconcat.Tpo $(DEPDIR)/libhttrack_la-htsconcat.Plo
##############################################
httrack-3.49.2/src/Makefile.in-954-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
httrack-3.49.2/src/Makefile.in:955:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttrack_la_CFLAGS) $(CFLAGS) -c -o libhttrack_la-htsconcat.lo `test -f 'htsconcat.c' || echo '$(srcdir)/'`htsconcat.c
httrack-3.49.2/src/Makefile.in-956-
httrack-3.49.2/src/Makefile.in-957-libhttrack_la-htsmodules.lo: htsmodules.c
httrack-3.49.2/src/Makefile.in:958:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttrack_la_CFLAGS) $(CFLAGS) -MT libhttrack_la-htsmodules.lo -MD -MP -MF $(DEPDIR)/libhttrack_la-htsmodules.Tpo -c -o libhttrack_la-htsmodules.lo `test -f 'htsmodules.c' || echo '$(srcdir)/'`htsmodules.c
httrack-3.49.2/src/Makefile.in-959-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libhttrack_la-htsmodules.Tpo $(DEPDIR)/libhttrack_la-htsmodules.Plo
##############################################
httrack-3.49.2/src/Makefile.in-961-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
httrack-3.49.2/src/Makefile.in:962:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttrack_la_CFLAGS) $(CFLAGS) -c -o libhttrack_la-htsmodules.lo `test -f 'htsmodules.c' || echo '$(srcdir)/'`htsmodules.c
httrack-3.49.2/src/Makefile.in-963-
httrack-3.49.2/src/Makefile.in-964-libhttrack_la-htscharset.lo: htscharset.c
httrack-3.49.2/src/Makefile.in:965:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttrack_la_CFLAGS) $(CFLAGS) -MT libhttrack_la-htscharset.lo -MD -MP -MF $(DEPDIR)/libhttrack_la-htscharset.Tpo -c -o libhttrack_la-htscharset.lo `test -f 'htscharset.c' || echo '$(srcdir)/'`htscharset.c
httrack-3.49.2/src/Makefile.in-966-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libhttrack_la-htscharset.Tpo $(DEPDIR)/libhttrack_la-htscharset.Plo
##############################################
httrack-3.49.2/src/Makefile.in-968-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
httrack-3.49.2/src/Makefile.in:969:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttrack_la_CFLAGS) $(CFLAGS) -c -o libhttrack_la-htscharset.lo `test -f 'htscharset.c' || echo '$(srcdir)/'`htscharset.c
httrack-3.49.2/src/Makefile.in-970-
httrack-3.49.2/src/Makefile.in-971-libhttrack_la-punycode.lo: punycode.c
httrack-3.49.2/src/Makefile.in:972:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttrack_la_CFLAGS) $(CFLAGS) -MT libhttrack_la-punycode.lo -MD -MP -MF $(DEPDIR)/libhttrack_la-punycode.Tpo -c -o libhttrack_la-punycode.lo `test -f 'punycode.c' || echo '$(srcdir)/'`punycode.c
httrack-3.49.2/src/Makefile.in-973-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libhttrack_la-punycode.Tpo $(DEPDIR)/libhttrack_la-punycode.Plo
##############################################
httrack-3.49.2/src/Makefile.in-975-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
httrack-3.49.2/src/Makefile.in:976:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttrack_la_CFLAGS) $(CFLAGS) -c -o libhttrack_la-punycode.lo `test -f 'punycode.c' || echo '$(srcdir)/'`punycode.c
httrack-3.49.2/src/Makefile.in-977-
httrack-3.49.2/src/Makefile.in-978-libhttrack_la-htsencoding.lo: htsencoding.c
httrack-3.49.2/src/Makefile.in:979:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttrack_la_CFLAGS) $(CFLAGS) -MT libhttrack_la-htsencoding.lo -MD -MP -MF $(DEPDIR)/libhttrack_la-htsencoding.Tpo -c -o libhttrack_la-htsencoding.lo `test -f 'htsencoding.c' || echo '$(srcdir)/'`htsencoding.c
httrack-3.49.2/src/Makefile.in-980-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libhttrack_la-htsencoding.Tpo $(DEPDIR)/libhttrack_la-htsencoding.Plo
##############################################
httrack-3.49.2/src/Makefile.in-982-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
httrack-3.49.2/src/Makefile.in:983:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttrack_la_CFLAGS) $(CFLAGS) -c -o libhttrack_la-htsencoding.lo `test -f 'htsencoding.c' || echo '$(srcdir)/'`htsencoding.c
httrack-3.49.2/src/Makefile.in-984-
httrack-3.49.2/src/Makefile.in-985-libhttrack_la-md5.lo: md5.c
httrack-3.49.2/src/Makefile.in:986:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttrack_la_CFLAGS) $(CFLAGS) -MT libhttrack_la-md5.lo -MD -MP -MF $(DEPDIR)/libhttrack_la-md5.Tpo -c -o libhttrack_la-md5.lo `test -f 'md5.c' || echo '$(srcdir)/'`md5.c
httrack-3.49.2/src/Makefile.in-987-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libhttrack_la-md5.Tpo $(DEPDIR)/libhttrack_la-md5.Plo
##############################################
httrack-3.49.2/src/Makefile.in-989-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
httrack-3.49.2/src/Makefile.in:990:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttrack_la_CFLAGS) $(CFLAGS) -c -o libhttrack_la-md5.lo `test -f 'md5.c' || echo '$(srcdir)/'`md5.c
httrack-3.49.2/src/Makefile.in-991-
httrack-3.49.2/src/Makefile.in-992-minizip/libhttrack_la-ioapi.lo: minizip/ioapi.c
httrack-3.49.2/src/Makefile.in:993:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttrack_la_CFLAGS) $(CFLAGS) -MT minizip/libhttrack_la-ioapi.lo -MD -MP -MF minizip/$(DEPDIR)/libhttrack_la-ioapi.Tpo -c -o minizip/libhttrack_la-ioapi.lo `test -f 'minizip/ioapi.c' || echo '$(srcdir)/'`minizip/ioapi.c
httrack-3.49.2/src/Makefile.in-994-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) minizip/$(DEPDIR)/libhttrack_la-ioapi.Tpo minizip/$(DEPDIR)/libhttrack_la-ioapi.Plo
##############################################
httrack-3.49.2/src/Makefile.in-996-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
httrack-3.49.2/src/Makefile.in:997:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttrack_la_CFLAGS) $(CFLAGS) -c -o minizip/libhttrack_la-ioapi.lo `test -f 'minizip/ioapi.c' || echo '$(srcdir)/'`minizip/ioapi.c
httrack-3.49.2/src/Makefile.in-998-
httrack-3.49.2/src/Makefile.in-999-minizip/libhttrack_la-mztools.lo: minizip/mztools.c
httrack-3.49.2/src/Makefile.in:1000:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttrack_la_CFLAGS) $(CFLAGS) -MT minizip/libhttrack_la-mztools.lo -MD -MP -MF minizip/$(DEPDIR)/libhttrack_la-mztools.Tpo -c -o minizip/libhttrack_la-mztools.lo `test -f 'minizip/mztools.c' || echo '$(srcdir)/'`minizip/mztools.c
httrack-3.49.2/src/Makefile.in-1001-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) minizip/$(DEPDIR)/libhttrack_la-mztools.Tpo minizip/$(DEPDIR)/libhttrack_la-mztools.Plo
##############################################
httrack-3.49.2/src/Makefile.in-1003-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
httrack-3.49.2/src/Makefile.in:1004:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttrack_la_CFLAGS) $(CFLAGS) -c -o minizip/libhttrack_la-mztools.lo `test -f 'minizip/mztools.c' || echo '$(srcdir)/'`minizip/mztools.c
httrack-3.49.2/src/Makefile.in-1005-
httrack-3.49.2/src/Makefile.in-1006-minizip/libhttrack_la-unzip.lo: minizip/unzip.c
httrack-3.49.2/src/Makefile.in:1007:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttrack_la_CFLAGS) $(CFLAGS) -MT minizip/libhttrack_la-unzip.lo -MD -MP -MF minizip/$(DEPDIR)/libhttrack_la-unzip.Tpo -c -o minizip/libhttrack_la-unzip.lo `test -f 'minizip/unzip.c' || echo '$(srcdir)/'`minizip/unzip.c
httrack-3.49.2/src/Makefile.in-1008-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) minizip/$(DEPDIR)/libhttrack_la-unzip.Tpo minizip/$(DEPDIR)/libhttrack_la-unzip.Plo
##############################################
httrack-3.49.2/src/Makefile.in-1010-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
httrack-3.49.2/src/Makefile.in:1011:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttrack_la_CFLAGS) $(CFLAGS) -c -o minizip/libhttrack_la-unzip.lo `test -f 'minizip/unzip.c' || echo '$(srcdir)/'`minizip/unzip.c
httrack-3.49.2/src/Makefile.in-1012-
httrack-3.49.2/src/Makefile.in-1013-minizip/libhttrack_la-zip.lo: minizip/zip.c
httrack-3.49.2/src/Makefile.in:1014:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttrack_la_CFLAGS) $(CFLAGS) -MT minizip/libhttrack_la-zip.lo -MD -MP -MF minizip/$(DEPDIR)/libhttrack_la-zip.Tpo -c -o minizip/libhttrack_la-zip.lo `test -f 'minizip/zip.c' || echo '$(srcdir)/'`minizip/zip.c
httrack-3.49.2/src/Makefile.in-1015-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) minizip/$(DEPDIR)/libhttrack_la-zip.Tpo minizip/$(DEPDIR)/libhttrack_la-zip.Plo
##############################################
httrack-3.49.2/src/Makefile.in-1017-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
httrack-3.49.2/src/Makefile.in:1018:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttrack_la_CFLAGS) $(CFLAGS) -c -o minizip/libhttrack_la-zip.lo `test -f 'minizip/zip.c' || echo '$(srcdir)/'`minizip/zip.c
httrack-3.49.2/src/Makefile.in-1019-
httrack-3.49.2/src/Makefile.in-1020-htsserver-htsserver.o: htsserver.c
httrack-3.49.2/src/Makefile.in:1021:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(htsserver_CFLAGS) $(CFLAGS) -MT htsserver-htsserver.o -MD -MP -MF $(DEPDIR)/htsserver-htsserver.Tpo -c -o htsserver-htsserver.o `test -f 'htsserver.c' || echo '$(srcdir)/'`htsserver.c
httrack-3.49.2/src/Makefile.in-1022-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/htsserver-htsserver.Tpo $(DEPDIR)/htsserver-htsserver.Po
##############################################
httrack-3.49.2/src/Makefile.in-1024-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
httrack-3.49.2/src/Makefile.in:1025:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(htsserver_CFLAGS) $(CFLAGS) -c -o htsserver-htsserver.o `test -f 'htsserver.c' || echo '$(srcdir)/'`htsserver.c
httrack-3.49.2/src/Makefile.in-1026-
httrack-3.49.2/src/Makefile.in-1027-htsserver-htsserver.obj: htsserver.c
httrack-3.49.2/src/Makefile.in:1028:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(htsserver_CFLAGS) $(CFLAGS) -MT htsserver-htsserver.obj -MD -MP -MF $(DEPDIR)/htsserver-htsserver.Tpo -c -o htsserver-htsserver.obj `if test -f 'htsserver.c'; then $(CYGPATH_W) 'htsserver.c'; else $(CYGPATH_W) '$(srcdir)/htsserver.c'; fi`
httrack-3.49.2/src/Makefile.in-1029-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/htsserver-htsserver.Tpo $(DEPDIR)/htsserver-htsserver.Po
##############################################
httrack-3.49.2/src/Makefile.in-1031-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
httrack-3.49.2/src/Makefile.in:1032:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(htsserver_CFLAGS) $(CFLAGS) -c -o htsserver-htsserver.obj `if test -f 'htsserver.c'; then $(CYGPATH_W) 'htsserver.c'; else $(CYGPATH_W) '$(srcdir)/htsserver.c'; fi`
httrack-3.49.2/src/Makefile.in-1033-
httrack-3.49.2/src/Makefile.in-1034-htsserver-htsweb.o: htsweb.c
httrack-3.49.2/src/Makefile.in:1035:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(htsserver_CFLAGS) $(CFLAGS) -MT htsserver-htsweb.o -MD -MP -MF $(DEPDIR)/htsserver-htsweb.Tpo -c -o htsserver-htsweb.o `test -f 'htsweb.c' || echo '$(srcdir)/'`htsweb.c
httrack-3.49.2/src/Makefile.in-1036-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/htsserver-htsweb.Tpo $(DEPDIR)/htsserver-htsweb.Po
##############################################
httrack-3.49.2/src/Makefile.in-1038-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
httrack-3.49.2/src/Makefile.in:1039:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(htsserver_CFLAGS) $(CFLAGS) -c -o htsserver-htsweb.o `test -f 'htsweb.c' || echo '$(srcdir)/'`htsweb.c
httrack-3.49.2/src/Makefile.in-1040-
httrack-3.49.2/src/Makefile.in-1041-htsserver-htsweb.obj: htsweb.c
httrack-3.49.2/src/Makefile.in:1042:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(htsserver_CFLAGS) $(CFLAGS) -MT htsserver-htsweb.obj -MD -MP -MF $(DEPDIR)/htsserver-htsweb.Tpo -c -o htsserver-htsweb.obj `if test -f 'htsweb.c'; then $(CYGPATH_W) 'htsweb.c'; else $(CYGPATH_W) '$(srcdir)/htsweb.c'; fi`
httrack-3.49.2/src/Makefile.in-1043-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/htsserver-htsweb.Tpo $(DEPDIR)/htsserver-htsweb.Po
##############################################
httrack-3.49.2/src/Makefile.in-1045-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
httrack-3.49.2/src/Makefile.in:1046:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(htsserver_CFLAGS) $(CFLAGS) -c -o htsserver-htsweb.obj `if test -f 'htsweb.c'; then $(CYGPATH_W) 'htsweb.c'; else $(CYGPATH_W) '$(srcdir)/htsweb.c'; fi`
httrack-3.49.2/src/Makefile.in-1047-
httrack-3.49.2/src/Makefile.in-1048-proxy/proxytrack-main.o: proxy/main.c
httrack-3.49.2/src/Makefile.in:1049:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(proxytrack_CFLAGS) $(CFLAGS) -MT proxy/proxytrack-main.o -MD -MP -MF proxy/$(DEPDIR)/proxytrack-main.Tpo -c -o proxy/proxytrack-main.o `test -f 'proxy/main.c' || echo '$(srcdir)/'`proxy/main.c
httrack-3.49.2/src/Makefile.in-1050-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) proxy/$(DEPDIR)/proxytrack-main.Tpo proxy/$(DEPDIR)/proxytrack-main.Po
##############################################
httrack-3.49.2/src/Makefile.in-1052-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
httrack-3.49.2/src/Makefile.in:1053:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(proxytrack_CFLAGS) $(CFLAGS) -c -o proxy/proxytrack-main.o `test -f 'proxy/main.c' || echo '$(srcdir)/'`proxy/main.c
httrack-3.49.2/src/Makefile.in-1054-
httrack-3.49.2/src/Makefile.in-1055-proxy/proxytrack-main.obj: proxy/main.c
httrack-3.49.2/src/Makefile.in:1056:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(proxytrack_CFLAGS) $(CFLAGS) -MT proxy/proxytrack-main.obj -MD -MP -MF proxy/$(DEPDIR)/proxytrack-main.Tpo -c -o proxy/proxytrack-main.obj `if test -f 'proxy/main.c'; then $(CYGPATH_W) 'proxy/main.c'; else $(CYGPATH_W) '$(srcdir)/proxy/main.c'; fi`
httrack-3.49.2/src/Makefile.in-1057-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) proxy/$(DEPDIR)/proxytrack-main.Tpo proxy/$(DEPDIR)/proxytrack-main.Po
##############################################
httrack-3.49.2/src/Makefile.in-1059-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
httrack-3.49.2/src/Makefile.in:1060:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(proxytrack_CFLAGS) $(CFLAGS) -c -o proxy/proxytrack-main.obj `if test -f 'proxy/main.c'; then $(CYGPATH_W) 'proxy/main.c'; else $(CYGPATH_W) '$(srcdir)/proxy/main.c'; fi`
httrack-3.49.2/src/Makefile.in-1061-
httrack-3.49.2/src/Makefile.in-1062-proxy/proxytrack-proxytrack.o: proxy/proxytrack.c
httrack-3.49.2/src/Makefile.in:1063:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(proxytrack_CFLAGS) $(CFLAGS) -MT proxy/proxytrack-proxytrack.o -MD -MP -MF proxy/$(DEPDIR)/proxytrack-proxytrack.Tpo -c -o proxy/proxytrack-proxytrack.o `test -f 'proxy/proxytrack.c' || echo '$(srcdir)/'`proxy/proxytrack.c
httrack-3.49.2/src/Makefile.in-1064-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) proxy/$(DEPDIR)/proxytrack-proxytrack.Tpo proxy/$(DEPDIR)/proxytrack-proxytrack.Po
##############################################
httrack-3.49.2/src/Makefile.in-1066-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
httrack-3.49.2/src/Makefile.in:1067:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(proxytrack_CFLAGS) $(CFLAGS) -c -o proxy/proxytrack-proxytrack.o `test -f 'proxy/proxytrack.c' || echo '$(srcdir)/'`proxy/proxytrack.c
httrack-3.49.2/src/Makefile.in-1068-
httrack-3.49.2/src/Makefile.in-1069-proxy/proxytrack-proxytrack.obj: proxy/proxytrack.c
httrack-3.49.2/src/Makefile.in:1070:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(proxytrack_CFLAGS) $(CFLAGS) -MT proxy/proxytrack-proxytrack.obj -MD -MP -MF proxy/$(DEPDIR)/proxytrack-proxytrack.Tpo -c -o proxy/proxytrack-proxytrack.obj `if test -f 'proxy/proxytrack.c'; then $(CYGPATH_W) 'proxy/proxytrack.c'; else $(CYGPATH_W) '$(srcdir)/proxy/proxytrack.c'; fi`
httrack-3.49.2/src/Makefile.in-1071-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) proxy/$(DEPDIR)/proxytrack-proxytrack.Tpo proxy/$(DEPDIR)/proxytrack-proxytrack.Po
##############################################
httrack-3.49.2/src/Makefile.in-1073-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
httrack-3.49.2/src/Makefile.in:1074:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(proxytrack_CFLAGS) $(CFLAGS) -c -o proxy/proxytrack-proxytrack.obj `if test -f 'proxy/proxytrack.c'; then $(CYGPATH_W) 'proxy/proxytrack.c'; else $(CYGPATH_W) '$(srcdir)/proxy/proxytrack.c'; fi`
httrack-3.49.2/src/Makefile.in-1075-
httrack-3.49.2/src/Makefile.in-1076-proxy/proxytrack-store.o: proxy/store.c
httrack-3.49.2/src/Makefile.in:1077:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(proxytrack_CFLAGS) $(CFLAGS) -MT proxy/proxytrack-store.o -MD -MP -MF proxy/$(DEPDIR)/proxytrack-store.Tpo -c -o proxy/proxytrack-store.o `test -f 'proxy/store.c' || echo '$(srcdir)/'`proxy/store.c
httrack-3.49.2/src/Makefile.in-1078-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) proxy/$(DEPDIR)/proxytrack-store.Tpo proxy/$(DEPDIR)/proxytrack-store.Po
##############################################
httrack-3.49.2/src/Makefile.in-1080-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
httrack-3.49.2/src/Makefile.in:1081:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(proxytrack_CFLAGS) $(CFLAGS) -c -o proxy/proxytrack-store.o `test -f 'proxy/store.c' || echo '$(srcdir)/'`proxy/store.c
httrack-3.49.2/src/Makefile.in-1082-
httrack-3.49.2/src/Makefile.in-1083-proxy/proxytrack-store.obj: proxy/store.c
httrack-3.49.2/src/Makefile.in:1084:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(proxytrack_CFLAGS) $(CFLAGS) -MT proxy/proxytrack-store.obj -MD -MP -MF proxy/$(DEPDIR)/proxytrack-store.Tpo -c -o proxy/proxytrack-store.obj `if test -f 'proxy/store.c'; then $(CYGPATH_W) 'proxy/store.c'; else $(CYGPATH_W) '$(srcdir)/proxy/store.c'; fi`
httrack-3.49.2/src/Makefile.in-1085-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) proxy/$(DEPDIR)/proxytrack-store.Tpo proxy/$(DEPDIR)/proxytrack-store.Po
##############################################
httrack-3.49.2/src/Makefile.in-1087-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
httrack-3.49.2/src/Makefile.in:1088:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(proxytrack_CFLAGS) $(CFLAGS) -c -o proxy/proxytrack-store.obj `if test -f 'proxy/store.c'; then $(CYGPATH_W) 'proxy/store.c'; else $(CYGPATH_W) '$(srcdir)/proxy/store.c'; fi`
httrack-3.49.2/src/Makefile.in-1089-
httrack-3.49.2/src/Makefile.in-1090-coucal/proxytrack-coucal.o: coucal/coucal.c
httrack-3.49.2/src/Makefile.in:1091:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(proxytrack_CFLAGS) $(CFLAGS) -MT coucal/proxytrack-coucal.o -MD -MP -MF coucal/$(DEPDIR)/proxytrack-coucal.Tpo -c -o coucal/proxytrack-coucal.o `test -f 'coucal/coucal.c' || echo '$(srcdir)/'`coucal/coucal.c
httrack-3.49.2/src/Makefile.in-1092-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) coucal/$(DEPDIR)/proxytrack-coucal.Tpo coucal/$(DEPDIR)/proxytrack-coucal.Po
##############################################
httrack-3.49.2/src/Makefile.in-1094-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
httrack-3.49.2/src/Makefile.in:1095:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(proxytrack_CFLAGS) $(CFLAGS) -c -o coucal/proxytrack-coucal.o `test -f 'coucal/coucal.c' || echo '$(srcdir)/'`coucal/coucal.c
httrack-3.49.2/src/Makefile.in-1096-
httrack-3.49.2/src/Makefile.in-1097-coucal/proxytrack-coucal.obj: coucal/coucal.c
httrack-3.49.2/src/Makefile.in:1098:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(proxytrack_CFLAGS) $(CFLAGS) -MT coucal/proxytrack-coucal.obj -MD -MP -MF coucal/$(DEPDIR)/proxytrack-coucal.Tpo -c -o coucal/proxytrack-coucal.obj `if test -f 'coucal/coucal.c'; then $(CYGPATH_W) 'coucal/coucal.c'; else $(CYGPATH_W) '$(srcdir)/coucal/coucal.c'; fi`
httrack-3.49.2/src/Makefile.in-1099-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) coucal/$(DEPDIR)/proxytrack-coucal.Tpo coucal/$(DEPDIR)/proxytrack-coucal.Po
##############################################
httrack-3.49.2/src/Makefile.in-1101-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
httrack-3.49.2/src/Makefile.in:1102:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(proxytrack_CFLAGS) $(CFLAGS) -c -o coucal/proxytrack-coucal.obj `if test -f 'coucal/coucal.c'; then $(CYGPATH_W) 'coucal/coucal.c'; else $(CYGPATH_W) '$(srcdir)/coucal/coucal.c'; fi`
httrack-3.49.2/src/Makefile.in-1103-
httrack-3.49.2/src/Makefile.in-1104-proxytrack-htsmd5.o: htsmd5.c
httrack-3.49.2/src/Makefile.in:1105:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(proxytrack_CFLAGS) $(CFLAGS) -MT proxytrack-htsmd5.o -MD -MP -MF $(DEPDIR)/proxytrack-htsmd5.Tpo -c -o proxytrack-htsmd5.o `test -f 'htsmd5.c' || echo '$(srcdir)/'`htsmd5.c
httrack-3.49.2/src/Makefile.in-1106-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/proxytrack-htsmd5.Tpo $(DEPDIR)/proxytrack-htsmd5.Po
##############################################
httrack-3.49.2/src/Makefile.in-1108-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
httrack-3.49.2/src/Makefile.in:1109:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(proxytrack_CFLAGS) $(CFLAGS) -c -o proxytrack-htsmd5.o `test -f 'htsmd5.c' || echo '$(srcdir)/'`htsmd5.c
httrack-3.49.2/src/Makefile.in-1110-
httrack-3.49.2/src/Makefile.in-1111-proxytrack-htsmd5.obj: htsmd5.c
httrack-3.49.2/src/Makefile.in:1112:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(proxytrack_CFLAGS) $(CFLAGS) -MT proxytrack-htsmd5.obj -MD -MP -MF $(DEPDIR)/proxytrack-htsmd5.Tpo -c -o proxytrack-htsmd5.obj `if test -f 'htsmd5.c'; then $(CYGPATH_W) 'htsmd5.c'; else $(CYGPATH_W) '$(srcdir)/htsmd5.c'; fi`
httrack-3.49.2/src/Makefile.in-1113-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/proxytrack-htsmd5.Tpo $(DEPDIR)/proxytrack-htsmd5.Po
##############################################
httrack-3.49.2/src/Makefile.in-1115-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
httrack-3.49.2/src/Makefile.in:1116:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(proxytrack_CFLAGS) $(CFLAGS) -c -o proxytrack-htsmd5.obj `if test -f 'htsmd5.c'; then $(CYGPATH_W) 'htsmd5.c'; else $(CYGPATH_W) '$(srcdir)/htsmd5.c'; fi`
httrack-3.49.2/src/Makefile.in-1117-
httrack-3.49.2/src/Makefile.in-1118-proxytrack-md5.o: md5.c
httrack-3.49.2/src/Makefile.in:1119:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(proxytrack_CFLAGS) $(CFLAGS) -MT proxytrack-md5.o -MD -MP -MF $(DEPDIR)/proxytrack-md5.Tpo -c -o proxytrack-md5.o `test -f 'md5.c' || echo '$(srcdir)/'`md5.c
httrack-3.49.2/src/Makefile.in-1120-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/proxytrack-md5.Tpo $(DEPDIR)/proxytrack-md5.Po
##############################################
httrack-3.49.2/src/Makefile.in-1122-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
httrack-3.49.2/src/Makefile.in:1123:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(proxytrack_CFLAGS) $(CFLAGS) -c -o proxytrack-md5.o `test -f 'md5.c' || echo '$(srcdir)/'`md5.c
httrack-3.49.2/src/Makefile.in-1124-
httrack-3.49.2/src/Makefile.in-1125-proxytrack-md5.obj: md5.c
httrack-3.49.2/src/Makefile.in:1126:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(proxytrack_CFLAGS) $(CFLAGS) -MT proxytrack-md5.obj -MD -MP -MF $(DEPDIR)/proxytrack-md5.Tpo -c -o proxytrack-md5.obj `if test -f 'md5.c'; then $(CYGPATH_W) 'md5.c'; else $(CYGPATH_W) '$(srcdir)/md5.c'; fi`
httrack-3.49.2/src/Makefile.in-1127-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/proxytrack-md5.Tpo $(DEPDIR)/proxytrack-md5.Po
##############################################
httrack-3.49.2/src/Makefile.in-1129-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
httrack-3.49.2/src/Makefile.in:1130:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(proxytrack_CFLAGS) $(CFLAGS) -c -o proxytrack-md5.obj `if test -f 'md5.c'; then $(CYGPATH_W) 'md5.c'; else $(CYGPATH_W) '$(srcdir)/md5.c'; fi`
httrack-3.49.2/src/Makefile.in-1131-
httrack-3.49.2/src/Makefile.in-1132-minizip/proxytrack-ioapi.o: minizip/ioapi.c
httrack-3.49.2/src/Makefile.in:1133:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(proxytrack_CFLAGS) $(CFLAGS) -MT minizip/proxytrack-ioapi.o -MD -MP -MF minizip/$(DEPDIR)/proxytrack-ioapi.Tpo -c -o minizip/proxytrack-ioapi.o `test -f 'minizip/ioapi.c' || echo '$(srcdir)/'`minizip/ioapi.c
httrack-3.49.2/src/Makefile.in-1134-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) minizip/$(DEPDIR)/proxytrack-ioapi.Tpo minizip/$(DEPDIR)/proxytrack-ioapi.Po
##############################################
httrack-3.49.2/src/Makefile.in-1136-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
httrack-3.49.2/src/Makefile.in:1137:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(proxytrack_CFLAGS) $(CFLAGS) -c -o minizip/proxytrack-ioapi.o `test -f 'minizip/ioapi.c' || echo '$(srcdir)/'`minizip/ioapi.c
httrack-3.49.2/src/Makefile.in-1138-
httrack-3.49.2/src/Makefile.in-1139-minizip/proxytrack-ioapi.obj: minizip/ioapi.c
httrack-3.49.2/src/Makefile.in:1140:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(proxytrack_CFLAGS) $(CFLAGS) -MT minizip/proxytrack-ioapi.obj -MD -MP -MF minizip/$(DEPDIR)/proxytrack-ioapi.Tpo -c -o minizip/proxytrack-ioapi.obj `if test -f 'minizip/ioapi.c'; then $(CYGPATH_W) 'minizip/ioapi.c'; else $(CYGPATH_W) '$(srcdir)/minizip/ioapi.c'; fi`
httrack-3.49.2/src/Makefile.in-1141-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) minizip/$(DEPDIR)/proxytrack-ioapi.Tpo minizip/$(DEPDIR)/proxytrack-ioapi.Po
##############################################
httrack-3.49.2/src/Makefile.in-1143-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
httrack-3.49.2/src/Makefile.in:1144:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(proxytrack_CFLAGS) $(CFLAGS) -c -o minizip/proxytrack-ioapi.obj `if test -f 'minizip/ioapi.c'; then $(CYGPATH_W) 'minizip/ioapi.c'; else $(CYGPATH_W) '$(srcdir)/minizip/ioapi.c'; fi`
httrack-3.49.2/src/Makefile.in-1145-
httrack-3.49.2/src/Makefile.in-1146-minizip/proxytrack-mztools.o: minizip/mztools.c
httrack-3.49.2/src/Makefile.in:1147:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(proxytrack_CFLAGS) $(CFLAGS) -MT minizip/proxytrack-mztools.o -MD -MP -MF minizip/$(DEPDIR)/proxytrack-mztools.Tpo -c -o minizip/proxytrack-mztools.o `test -f 'minizip/mztools.c' || echo '$(srcdir)/'`minizip/mztools.c
httrack-3.49.2/src/Makefile.in-1148-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) minizip/$(DEPDIR)/proxytrack-mztools.Tpo minizip/$(DEPDIR)/proxytrack-mztools.Po
##############################################
httrack-3.49.2/src/Makefile.in-1150-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
httrack-3.49.2/src/Makefile.in:1151:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(proxytrack_CFLAGS) $(CFLAGS) -c -o minizip/proxytrack-mztools.o `test -f 'minizip/mztools.c' || echo '$(srcdir)/'`minizip/mztools.c
httrack-3.49.2/src/Makefile.in-1152-
httrack-3.49.2/src/Makefile.in-1153-minizip/proxytrack-mztools.obj: minizip/mztools.c
httrack-3.49.2/src/Makefile.in:1154:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(proxytrack_CFLAGS) $(CFLAGS) -MT minizip/proxytrack-mztools.obj -MD -MP -MF minizip/$(DEPDIR)/proxytrack-mztools.Tpo -c -o minizip/proxytrack-mztools.obj `if test -f 'minizip/mztools.c'; then $(CYGPATH_W) 'minizip/mztools.c'; else $(CYGPATH_W) '$(srcdir)/minizip/mztools.c'; fi`
httrack-3.49.2/src/Makefile.in-1155-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) minizip/$(DEPDIR)/proxytrack-mztools.Tpo minizip/$(DEPDIR)/proxytrack-mztools.Po
##############################################
httrack-3.49.2/src/Makefile.in-1157-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
httrack-3.49.2/src/Makefile.in:1158:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(proxytrack_CFLAGS) $(CFLAGS) -c -o minizip/proxytrack-mztools.obj `if test -f 'minizip/mztools.c'; then $(CYGPATH_W) 'minizip/mztools.c'; else $(CYGPATH_W) '$(srcdir)/minizip/mztools.c'; fi`
httrack-3.49.2/src/Makefile.in-1159-
httrack-3.49.2/src/Makefile.in-1160-minizip/proxytrack-unzip.o: minizip/unzip.c
httrack-3.49.2/src/Makefile.in:1161:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(proxytrack_CFLAGS) $(CFLAGS) -MT minizip/proxytrack-unzip.o -MD -MP -MF minizip/$(DEPDIR)/proxytrack-unzip.Tpo -c -o minizip/proxytrack-unzip.o `test -f 'minizip/unzip.c' || echo '$(srcdir)/'`minizip/unzip.c
httrack-3.49.2/src/Makefile.in-1162-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) minizip/$(DEPDIR)/proxytrack-unzip.Tpo minizip/$(DEPDIR)/proxytrack-unzip.Po
##############################################
httrack-3.49.2/src/Makefile.in-1164-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
httrack-3.49.2/src/Makefile.in:1165:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(proxytrack_CFLAGS) $(CFLAGS) -c -o minizip/proxytrack-unzip.o `test -f 'minizip/unzip.c' || echo '$(srcdir)/'`minizip/unzip.c
httrack-3.49.2/src/Makefile.in-1166-
httrack-3.49.2/src/Makefile.in-1167-minizip/proxytrack-unzip.obj: minizip/unzip.c
httrack-3.49.2/src/Makefile.in:1168:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(proxytrack_CFLAGS) $(CFLAGS) -MT minizip/proxytrack-unzip.obj -MD -MP -MF minizip/$(DEPDIR)/proxytrack-unzip.Tpo -c -o minizip/proxytrack-unzip.obj `if test -f 'minizip/unzip.c'; then $(CYGPATH_W) 'minizip/unzip.c'; else $(CYGPATH_W) '$(srcdir)/minizip/unzip.c'; fi`
httrack-3.49.2/src/Makefile.in-1169-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) minizip/$(DEPDIR)/proxytrack-unzip.Tpo minizip/$(DEPDIR)/proxytrack-unzip.Po
##############################################
httrack-3.49.2/src/Makefile.in-1171-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
httrack-3.49.2/src/Makefile.in:1172:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(proxytrack_CFLAGS) $(CFLAGS) -c -o minizip/proxytrack-unzip.obj `if test -f 'minizip/unzip.c'; then $(CYGPATH_W) 'minizip/unzip.c'; else $(CYGPATH_W) '$(srcdir)/minizip/unzip.c'; fi`
httrack-3.49.2/src/Makefile.in-1173-
httrack-3.49.2/src/Makefile.in-1174-minizip/proxytrack-zip.o: minizip/zip.c
httrack-3.49.2/src/Makefile.in:1175:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(proxytrack_CFLAGS) $(CFLAGS) -MT minizip/proxytrack-zip.o -MD -MP -MF minizip/$(DEPDIR)/proxytrack-zip.Tpo -c -o minizip/proxytrack-zip.o `test -f 'minizip/zip.c' || echo '$(srcdir)/'`minizip/zip.c
httrack-3.49.2/src/Makefile.in-1176-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) minizip/$(DEPDIR)/proxytrack-zip.Tpo minizip/$(DEPDIR)/proxytrack-zip.Po
##############################################
httrack-3.49.2/src/Makefile.in-1178-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
httrack-3.49.2/src/Makefile.in:1179:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(proxytrack_CFLAGS) $(CFLAGS) -c -o minizip/proxytrack-zip.o `test -f 'minizip/zip.c' || echo '$(srcdir)/'`minizip/zip.c
httrack-3.49.2/src/Makefile.in-1180-
httrack-3.49.2/src/Makefile.in-1181-minizip/proxytrack-zip.obj: minizip/zip.c
httrack-3.49.2/src/Makefile.in:1182:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(proxytrack_CFLAGS) $(CFLAGS) -MT minizip/proxytrack-zip.obj -MD -MP -MF minizip/$(DEPDIR)/proxytrack-zip.Tpo -c -o minizip/proxytrack-zip.obj `if test -f 'minizip/zip.c'; then $(CYGPATH_W) 'minizip/zip.c'; else $(CYGPATH_W) '$(srcdir)/minizip/zip.c'; fi`
httrack-3.49.2/src/Makefile.in-1183-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) minizip/$(DEPDIR)/proxytrack-zip.Tpo minizip/$(DEPDIR)/proxytrack-zip.Po
##############################################
httrack-3.49.2/src/Makefile.in-1185-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
httrack-3.49.2/src/Makefile.in:1186:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(proxytrack_CFLAGS) $(CFLAGS) -c -o minizip/proxytrack-zip.obj `if test -f 'minizip/zip.c'; then $(CYGPATH_W) 'minizip/zip.c'; else $(CYGPATH_W) '$(srcdir)/minizip/zip.c'; fi`
httrack-3.49.2/src/Makefile.in-1187-
##############################################
httrack-3.49.2/src/Makefile.in-1213-	@list='$(DevIncludes_DATA)'; test -n "$(DevIncludesdir)" || list=; \
httrack-3.49.2/src/Makefile.in:1214:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
httrack-3.49.2/src/Makefile.in-1215-	dir='$(DESTDIR)$(DevIncludesdir)'; $(am__uninstall_files_from_dir)
##############################################
httrack-3.49.2/src/Makefile.in-1246-GTAGS:
httrack-3.49.2/src/Makefile.in:1247:	here=`$(am__cd) $(top_builddir) && pwd` \
httrack-3.49.2/src/Makefile.in-1248-	  && $(am__cd) $(top_srcdir) \
##############################################
httrack-3.49.2/src/Makefile.in-1269-distdir: $(DISTFILES)
httrack-3.49.2/src/Makefile.in:1270:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
httrack-3.49.2/src/Makefile.in:1271:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
httrack-3.49.2/src/Makefile.in-1272-	list='$(DISTFILES)'; \
##############################################
httrack-3.49.2/src/Makefile.in-1283-	  if test -d $$d/$$file; then \
httrack-3.49.2/src/Makefile.in:1284:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
httrack-3.49.2/src/Makefile.in-1285-	    if test -d "$(distdir)/$$file"; then \
##############################################
httrack-3.49.2/src/proxy/store.c-1384-
httrack-3.49.2/src/proxy/store.c:1385:static char *cache_rstr_addr(FILE * fp) {
httrack-3.49.2/src/proxy/store.c-1386-  INTsys i;
##############################################
httrack-3.49.2/src/proxy/store.c-1690-        if (cache->version >= 5) {
httrack-3.49.2/src/proxy/store.c:1691:          r->headers = cache_rstr_addr(cache->dat);
httrack-3.49.2/src/proxy/store.c-1692-        }
##############################################
httrack-3.49.2/src/proxy/proxytrack.c-308-      SOCaddr_initport(server, port);
httrack-3.49.2/src/proxy/proxytrack.c:309:      if (bind(soc, &SOCaddr_sockaddr(server), SOCaddr_size(server)) == 0) {
httrack-3.49.2/src/proxy/proxytrack.c-310-        if (family != SOCK_STREAM || listen(soc, 10) >= 0) {
##############################################
httrack-3.49.2/src/proxy/proxytrack.c-1322-      if (getsockname
httrack-3.49.2/src/proxy/proxytrack.c:1323:          (soc_c, &SOCaddr_sockaddr(serverClient), &lenServerClient) == 0) {
httrack-3.49.2/src/proxy/proxytrack.c-1324-        ip = getip(&serverClient);
##############################################
httrack-3.49.2/src/proxy/proxytrack.c-1575-    n = recvfrom(soc, (char *) buffer, bufferSize, 0, 
httrack-3.49.2/src/proxy/proxytrack.c:1576:                 &SOCaddr_sockaddr(clientAddr),
httrack-3.49.2/src/proxy/proxytrack.c-1577-                 &clientAddrLen);
##############################################
httrack-3.49.2/src/proxy/proxytrack.c-1619-                  if (indexes == NULL) {
httrack-3.49.2/src/proxy/proxytrack.c:1620:                    ICP_reply(&SOCaddr_sockaddr(clientAddr), clientAddrLen, soc, ICP_OP_DENIED,
httrack-3.49.2/src/proxy/proxytrack.c-1621-                              Version, 0, Request_Number, 0, 0, 0, UrlRequest);
##############################################
httrack-3.49.2/src/proxy/proxytrack.c-1623-                  } else if (PT_LookupIndex(indexes, (char*) UrlRequest)) {
httrack-3.49.2/src/proxy/proxytrack.c:1624:                    ICP_reply(&SOCaddr_sockaddr(clientAddr), clientAddrLen, soc, ICP_OP_HIT,
httrack-3.49.2/src/proxy/proxytrack.c-1625-                              Version, 0, Request_Number, 0, 0, 0, UrlRequest);
##############################################
httrack-3.49.2/src/proxy/proxytrack.c-1635-                        if (PT_LookupIndex(indexes, UrlRedirect)) {     /* We'll generate a redirect */
httrack-3.49.2/src/proxy/proxytrack.c:1636:                          ICP_reply(&SOCaddr_sockaddr(clientAddr), clientAddrLen, soc, ICP_OP_HIT,
httrack-3.49.2/src/proxy/proxytrack.c-1637-                                    Version, 0, Request_Number, 0, 0, 0,
##############################################
httrack-3.49.2/src/proxy/proxytrack.c-1646-                    /* We won't retrive the cache MISS online, no way! */
httrack-3.49.2/src/proxy/proxytrack.c:1647:                    ICP_reply(&SOCaddr_sockaddr(clientAddr), clientAddrLen, soc,
httrack-3.49.2/src/proxy/proxytrack.c-1648-                              ICP_OP_MISS_NOFETCH, Version, 0, Request_Number,
##############################################
httrack-3.49.2/src/proxy/proxytrack.c-1658-                  LogReply = "ICP_OP_QUERY";
httrack-3.49.2/src/proxy/proxytrack.c:1659:                  ICP_reply(&SOCaddr_sockaddr(clientAddr), clientAddrLen, soc, ICP_OP_SECHO,
httrack-3.49.2/src/proxy/proxytrack.c-1660-                            Version, 0, Request_Number, 0, 0, 0, UrlRequest);
##############################################
httrack-3.49.2/src/proxy/proxytrack.c-1665-                LogReply = "ICP_OP_ERR";
httrack-3.49.2/src/proxy/proxytrack.c:1666:                ICP_reply(&SOCaddr_sockaddr(clientAddr), clientAddrLen, soc, ICP_OP_ERR, Version,
httrack-3.49.2/src/proxy/proxytrack.c-1667-                          0, Request_Number, 0, 0, 0, NULL);
##############################################
httrack-3.49.2/src/proxy/proxytrack.c-1670-            } else {
httrack-3.49.2/src/proxy/proxytrack.c:1671:              ICP_reply(&SOCaddr_sockaddr(clientAddr), clientAddrLen, soc, ICP_OP_ERR, 2, 0,
httrack-3.49.2/src/proxy/proxytrack.c-1672-                        Request_Number, 0, 0, 0, NULL);
##############################################
httrack-3.49.2/src/proxy/proxytrack.c-1675-        } else {
httrack-3.49.2/src/proxy/proxytrack.c:1676:          ICP_reply(&SOCaddr_sockaddr(clientAddr), clientAddrLen, soc, ICP_OP_ERR, Version, 0,
httrack-3.49.2/src/proxy/proxytrack.c-1677-                    Request_Number, 0, 0, 0, NULL);
##############################################
httrack-3.49.2/src/proxy/proxytrack.c-1686-
httrack-3.49.2/src/proxy/proxytrack.c:1687:        SOCaddr_copyaddr(serverClient, lenServerClient, &clientAddr,
httrack-3.49.2/src/proxy/proxytrack.c-1688-                         clientAddrLen);
##############################################
httrack-3.49.2/ltmain.sh-167-{
httrack-3.49.2/ltmain.sh:168:    func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
httrack-3.49.2/ltmain.sh-169-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
httrack-3.49.2/ltmain.sh-179-{
httrack-3.49.2/ltmain.sh:180:    func_basename_result=`$ECHO "${1}" | $SED "$basename"`
httrack-3.49.2/ltmain.sh-181-} # func_basename may be replaced by extended shell implementation
##############################################
httrack-3.49.2/ltmain.sh-198-    # Extract subdirectory from the argument.
httrack-3.49.2/ltmain.sh:199:    func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"`
httrack-3.49.2/ltmain.sh-200-    if test "X$func_dirname_result" = "X${1}"; then
##############################################
httrack-3.49.2/ltmain.sh-204-    fi
httrack-3.49.2/ltmain.sh:205:    func_basename_result=`$ECHO "${1}" | $SED -e "$basename"`
httrack-3.49.2/ltmain.sh-206-} # func_dirname_and_basename may be replaced by extended shell implementation
##############################################
httrack-3.49.2/ltmain.sh-217-    case ${2} in
httrack-3.49.2/ltmain.sh:218:      .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
httrack-3.49.2/ltmain.sh:219:      *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
httrack-3.49.2/ltmain.sh-220-    esac
##############################################
httrack-3.49.2/ltmain.sh-380-     progdir=$func_dirname_result
httrack-3.49.2/ltmain.sh:381:     progdir=`cd "$progdir" && pwd`
httrack-3.49.2/ltmain.sh-382-     progpath="$progdir/$progname"
##############################################
httrack-3.49.2/ltmain.sh-417-# Since each input `\' is now two `\'s, look for any number of runs of
httrack-3.49.2/ltmain.sh:418:# four `\'s followed by two `\'s and then a '$'.  `\' that '$'.
httrack-3.49.2/ltmain.sh-419-bs='\\'
##############################################
httrack-3.49.2/ltmain.sh-531-        # ...otherwise throw away the child directory and loop
httrack-3.49.2/ltmain.sh:532:        my_directory_path=`$ECHO "$my_directory_path" | $SED -e "$dirname"`
httrack-3.49.2/ltmain.sh-533-      done
httrack-3.49.2/ltmain.sh:534:      my_dir_list=`$ECHO "$my_dir_list" | $SED 's,:*$,,'`
httrack-3.49.2/ltmain.sh-535-
##############################################
httrack-3.49.2/ltmain.sh-566-      # If mktemp works, use that first and foremost
httrack-3.49.2/ltmain.sh:567:      my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
httrack-3.49.2/ltmain.sh-568-
##############################################
httrack-3.49.2/ltmain.sh-597-      *[\\\`\"\$]*)
httrack-3.49.2/ltmain.sh:598:	func_quote_for_eval_unquoted_result=`$ECHO "$1" | $SED "$sed_quote_subst"` ;;
httrack-3.49.2/ltmain.sh-599-      *)
##############################################
httrack-3.49.2/ltmain.sh-702-  [0-9]* | *[!a-zA-Z0-9_]*)
httrack-3.49.2/ltmain.sh:703:    func_tr_sh_result=`$ECHO "$1" | $SED 's/^\([0-9]\)/_\1/; s/[^a-zA-Z0-9_]/_/g'`
httrack-3.49.2/ltmain.sh-704-    ;;
##############################################
httrack-3.49.2/ltmain.sh-769-	s/\$with_gnu_ld/'"$with_gnu_ld"'/
httrack-3.49.2/ltmain.sh:770:	s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/
httrack-3.49.2/ltmain.sh:771:	s/\$autoconf_version/'"`(${AUTOCONF-autoconf} --version) 2>/dev/null |$SED 1q`"'/
httrack-3.49.2/ltmain.sh-772-	p
##############################################
httrack-3.49.2/ltmain.sh-803-
httrack-3.49.2/ltmain.sh:804:    func_split_short_opt_name=`$ECHO "$1" | $SED "$my_sed_short_opt"`
httrack-3.49.2/ltmain.sh:805:    func_split_short_opt_arg=`$ECHO "$1" | $SED "$my_sed_short_rest"`
httrack-3.49.2/ltmain.sh-806-} # func_split_short_opt may be replaced by extended shell implementation
##############################################
httrack-3.49.2/ltmain.sh-816-
httrack-3.49.2/ltmain.sh:817:    func_split_long_opt_name=`$ECHO "$1" | $SED "$my_sed_long_opt"`
httrack-3.49.2/ltmain.sh:818:    func_split_long_opt_arg=`$ECHO "$1" | $SED "$my_sed_long_arg"`
httrack-3.49.2/ltmain.sh-819-} # func_split_long_opt may be replaced by extended shell implementation
##############################################
httrack-3.49.2/ltmain.sh-862-{
httrack-3.49.2/ltmain.sh:863:    func_arith_result=`expr "${@}"`
httrack-3.49.2/ltmain.sh-864-} # func_arith may be replaced by extended shell implementation
##############################################
httrack-3.49.2/ltmain.sh-870-{
httrack-3.49.2/ltmain.sh:871:    func_len_result=`expr "${1}" : ".*" 2>/dev/null || echo $max_cmd_len`
httrack-3.49.2/ltmain.sh-872-} # func_len may be replaced by extended shell implementation
##############################################
httrack-3.49.2/ltmain.sh-877-{
httrack-3.49.2/ltmain.sh:878:    func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
httrack-3.49.2/ltmain.sh-879-} # func_lo2o may be replaced by extended shell implementation
##############################################
httrack-3.49.2/ltmain.sh-884-{
httrack-3.49.2/ltmain.sh:885:    func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
httrack-3.49.2/ltmain.sh-886-} # func_xform may be replaced by extended shell implementation
##############################################
httrack-3.49.2/ltmain.sh-968-	# quotes we have to do it in 2 steps:
httrack-3.49.2/ltmain.sh:969:	extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
httrack-3.49.2/ltmain.sh-970-	eval "$extractedcf"
##############################################
httrack-3.49.2/ltmain.sh-1382-      done
httrack-3.49.2/ltmain.sh:1383:      CC_expanded=`func_echo_all $CC`
httrack-3.49.2/ltmain.sh:1384:      CC_quoted_expanded=`func_echo_all $CC_quoted`
httrack-3.49.2/ltmain.sh-1385-      case $@ in
##############################################
httrack-3.49.2/ltmain.sh-1395-	    # Evaluate the configuration.
httrack-3.49.2/ltmain.sh:1396:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
httrack-3.49.2/ltmain.sh-1397-	    CC_quoted=
##############################################
httrack-3.49.2/ltmain.sh-1401-	    done
httrack-3.49.2/ltmain.sh:1402:	    CC_expanded=`func_echo_all $CC`
httrack-3.49.2/ltmain.sh:1403:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
httrack-3.49.2/ltmain.sh-1404-	    case "$@ " in
##############################################
httrack-3.49.2/ltmain.sh-1492-    # zero AND non-empty stdout, which explains the odd construction:
httrack-3.49.2/ltmain.sh:1493:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
httrack-3.49.2/ltmain.sh-1494-    if test "$?" -eq 0 && test -n "${func_convert_core_file_wine_to_w32_tmp}"; then
##############################################
httrack-3.49.2/ltmain.sh-1558-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
httrack-3.49.2/ltmain.sh:1559:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
httrack-3.49.2/ltmain.sh-1560-    if test "$?" -ne 0; then
##############################################
httrack-3.49.2/ltmain.sh-1721-    # LT_CYGPATH in this case.
httrack-3.49.2/ltmain.sh:1722:    func_to_host_file_result=`cygpath -m "$1"`
httrack-3.49.2/ltmain.sh-1723-  fi
##############################################
httrack-3.49.2/ltmain.sh-1871-    func_to_host_path_tmp1=$func_stripname_result
httrack-3.49.2/ltmain.sh:1872:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
httrack-3.49.2/ltmain.sh-1873-    func_convert_path_check : ";" \
##############################################
httrack-3.49.2/ltmain.sh-2060-    *.[cCFSifmso] | \
httrack-3.49.2/ltmain.sh:2061:    *.ada | *.adb | *.ads | *.asm | \
httrack-3.49.2/ltmain.sh-2062-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
httrack-3.49.2/ltmain.sh-2137-    if test "$compiler_c_o" = no; then
httrack-3.49.2/ltmain.sh:2138:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext}
httrack-3.49.2/ltmain.sh-2139-      lockfile="$output_obj.lock"
##############################################
httrack-3.49.2/ltmain.sh-2156-*** ERROR, $lockfile exists and contains:
httrack-3.49.2/ltmain.sh:2157:`cat $lockfile 2>/dev/null`
httrack-3.49.2/ltmain.sh-2158-
##############################################
httrack-3.49.2/ltmain.sh-2204-      if test "$need_locks" = warn &&
httrack-3.49.2/ltmain.sh:2205:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
httrack-3.49.2/ltmain.sh-2206-	$ECHO "\
httrack-3.49.2/ltmain.sh-2207-*** ERROR, $lockfile contains:
httrack-3.49.2/ltmain.sh:2208:`cat $lockfile 2>/dev/null`
httrack-3.49.2/ltmain.sh-2209-
##############################################
httrack-3.49.2/ltmain.sh-2253-      if test "$need_locks" = warn &&
httrack-3.49.2/ltmain.sh:2254:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
httrack-3.49.2/ltmain.sh-2255-	$ECHO "\
httrack-3.49.2/ltmain.sh-2256-*** ERROR, $lockfile contains:
httrack-3.49.2/ltmain.sh:2257:`cat $lockfile 2>/dev/null`
httrack-3.49.2/ltmain.sh-2258-
##############################################
httrack-3.49.2/ltmain.sh-2548-	  test -n "$library_names" && \
httrack-3.49.2/ltmain.sh:2549:	    func_warning "\`$file' was not linked with \`-export-dynamic'"
httrack-3.49.2/ltmain.sh-2550-	  continue
##############################################
httrack-3.49.2/ltmain.sh-2559-	  if test ! -f "$dir/$dlname"; then
httrack-3.49.2/ltmain.sh:2560:	    func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'"
httrack-3.49.2/ltmain.sh-2561-	  fi
##############################################
httrack-3.49.2/ltmain.sh-2577-      # Get the absolute pathname.
httrack-3.49.2/ltmain.sh:2578:      absdir=`cd "$dir" && pwd`
httrack-3.49.2/ltmain.sh-2579-      test -n "$absdir" && dir="$absdir"
##############################################
httrack-3.49.2/ltmain.sh-2675-      if test -n "$lt_sysroot"; then
httrack-3.49.2/ltmain.sh:2676:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
httrack-3.49.2/ltmain.sh-2677-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
httrack-3.49.2/ltmain.sh-2957-	  # Determine the prefix the user has applied to our future dir.
httrack-3.49.2/ltmain.sh:2958:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
httrack-3.49.2/ltmain.sh-2959-
##############################################
httrack-3.49.2/ltmain.sh-2970-	    # Stick the inst_prefix_dir data into the link command.
httrack-3.49.2/ltmain.sh:2971:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
httrack-3.49.2/ltmain.sh-2972-	  else
httrack-3.49.2/ltmain.sh:2973:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
httrack-3.49.2/ltmain.sh-2974-	  fi
##############################################
httrack-3.49.2/ltmain.sh-3130-	    fi
httrack-3.49.2/ltmain.sh:3131:	    libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test
httrack-3.49.2/ltmain.sh-3132-	    if test -n "$libdir" && test ! -f "$libfile"; then
httrack-3.49.2/ltmain.sh:3133:	      func_warning "\`$lib' has not been installed in \`$libdir'"
httrack-3.49.2/ltmain.sh-3134-	      finalize=no
##############################################
httrack-3.49.2/ltmain.sh-3149-	        # Replace the output file specification.
httrack-3.49.2/ltmain.sh:3150:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
httrack-3.49.2/ltmain.sh-3151-
##############################################
httrack-3.49.2/ltmain.sh-3168-	    # Install the binary that we compiled earlier.
httrack-3.49.2/ltmain.sh:3169:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
httrack-3.49.2/ltmain.sh-3170-	  fi
##############################################
httrack-3.49.2/ltmain.sh-3241-    my_pic_p="${3-no}"
httrack-3.49.2/ltmain.sh:3242:    my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'`
httrack-3.49.2/ltmain.sh-3243-    my_dlsyms=
##############################################
httrack-3.49.2/ltmain.sh-3297-	  # Add our own program objects to the symbol list.
httrack-3.49.2/ltmain.sh:3298:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
httrack-3.49.2/ltmain.sh-3299-	  for progfile in $progfiles; do
##############################################
httrack-3.49.2/ltmain.sh-3359-	          # Use subshell, to avoid clobbering current variable values
httrack-3.49.2/ltmain.sh:3360:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
httrack-3.49.2/ltmain.sh-3361-	          if test -n "$dlprefile_dlname" ; then
##############################################
httrack-3.49.2/ltmain.sh-3506-	  if test -f "$output_objdir/$my_outputname.def"; then
httrack-3.49.2/ltmain.sh:3507:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
httrack-3.49.2/ltmain.sh:3508:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
httrack-3.49.2/ltmain.sh-3509-	  else
httrack-3.49.2/ltmain.sh:3510:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
httrack-3.49.2/ltmain.sh:3511:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
httrack-3.49.2/ltmain.sh-3512-	  fi
##############################################
httrack-3.49.2/ltmain.sh-3514-	*)
httrack-3.49.2/ltmain.sh:3515:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
httrack-3.49.2/ltmain.sh:3516:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
httrack-3.49.2/ltmain.sh-3517-	  ;;
##############################################
httrack-3.49.2/ltmain.sh-3529-      # Nullify the symbol file.
httrack-3.49.2/ltmain.sh:3530:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
httrack-3.49.2/ltmain.sh:3531:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
httrack-3.49.2/ltmain.sh-3532-    fi
##############################################
httrack-3.49.2/ltmain.sh-3545-  win32_libid_type="unknown"
httrack-3.49.2/ltmain.sh:3546:  win32_fileres=`file -L $1 2>/dev/null`
httrack-3.49.2/ltmain.sh-3547-  case $win32_fileres in
##############################################
httrack-3.49.2/ltmain.sh-3596-  $opt_debug
httrack-3.49.2/ltmain.sh:3597:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
httrack-3.49.2/ltmain.sh-3598-}
##############################################
httrack-3.49.2/ltmain.sh-3613-  $opt_debug
httrack-3.49.2/ltmain.sh:3614:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
httrack-3.49.2/ltmain.sh-3615-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
httrack-3.49.2/ltmain.sh-3668-  func_to_tool_file "$1" func_convert_file_msys_to_w32
httrack-3.49.2/ltmain.sh:3669:  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)$'`
httrack-3.49.2/ltmain.sh-3670-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
httrack-3.49.2/ltmain.sh-3680-  func_to_tool_file "$1" func_convert_file_msys_to_w32
httrack-3.49.2/ltmain.sh:3681:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
httrack-3.49.2/ltmain.sh-3682-  test -n "$func_cygming_ms_implib_tmp"
##############################################
httrack-3.49.2/ltmain.sh-3700-    # binutils import library
httrack-3.49.2/ltmain.sh:3701:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
httrack-3.49.2/ltmain.sh-3702-  elif func_cygming_ms_implib_p "$1" ; then
httrack-3.49.2/ltmain.sh-3703-    # ms-generated import library
httrack-3.49.2/ltmain.sh:3704:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
httrack-3.49.2/ltmain.sh-3705-  else
##############################################
httrack-3.49.2/ltmain.sh-3780-	  darwin_curdir=`pwd`
httrack-3.49.2/ltmain.sh:3781:	  darwin_base_archive=`basename "$darwin_archive"`
httrack-3.49.2/ltmain.sh:3782:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
httrack-3.49.2/ltmain.sh-3783-	  if test -n "$darwin_arches"; then
httrack-3.49.2/ltmain.sh:3784:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
httrack-3.49.2/ltmain.sh-3785-	    darwin_arch=
##############################################
httrack-3.49.2/ltmain.sh-3795-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
httrack-3.49.2/ltmain.sh:3796:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u`
httrack-3.49.2/ltmain.sh-3797-	    darwin_file=
##############################################
httrack-3.49.2/ltmain.sh-3799-	    for darwin_file in $darwin_filelist; do
httrack-3.49.2/ltmain.sh:3800:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
httrack-3.49.2/ltmain.sh-3801-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
httrack-3.49.2/ltmain.sh-3814-      esac
httrack-3.49.2/ltmain.sh:3815:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
httrack-3.49.2/ltmain.sh-3816-    done
##############################################
httrack-3.49.2/ltmain.sh-3885-
httrack-3.49.2/ltmain.sh:3886:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
httrack-3.49.2/ltmain.sh-3887-    $ECHO "\
##############################################
httrack-3.49.2/ltmain.sh-3920-    --lt-dump-script)
httrack-3.49.2/ltmain.sh:3921:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
httrack-3.49.2/ltmain.sh-3922-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
httrack-3.49.2/ltmain.sh:3923:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
httrack-3.49.2/ltmain.sh-3924-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
httrack-3.49.2/ltmain.sh-3947-    \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[\$lt_dump_args_N]: \$lt_arg\"
httrack-3.49.2/ltmain.sh:3948:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
httrack-3.49.2/ltmain.sh-3949-  done
##############################################
httrack-3.49.2/ltmain.sh-4005-  # Find the directory that this script lives in.
httrack-3.49.2/ltmain.sh:4006:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
httrack-3.49.2/ltmain.sh-4007-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
httrack-3.49.2/ltmain.sh-4009-  # Follow symbolic links until we get to the real thisdir.
httrack-3.49.2/ltmain.sh:4010:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
httrack-3.49.2/ltmain.sh-4011-  while test -n \"\$file\"; do
httrack-3.49.2/ltmain.sh:4012:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
httrack-3.49.2/ltmain.sh-4013-
##############################################
httrack-3.49.2/ltmain.sh-4021-
httrack-3.49.2/ltmain.sh:4022:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
httrack-3.49.2/ltmain.sh:4023:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
httrack-3.49.2/ltmain.sh-4024-  done
##############################################
httrack-3.49.2/ltmain.sh-4035-    case \"\$thisdir\" in
httrack-3.49.2/ltmain.sh:4036:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
httrack-3.49.2/ltmain.sh-4037-    $objdir )   thisdir=. ;;
##############################################
httrack-3.49.2/ltmain.sh-4041-  # Try to get the absolute directory name.
httrack-3.49.2/ltmain.sh:4042:  absdir=\`cd \"\$thisdir\" && pwd\`
httrack-3.49.2/ltmain.sh-4043-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
httrack-3.49.2/ltmain.sh-4051-  if test ! -f \"\$progdir/\$program\" ||
httrack-3.49.2/ltmain.sh:4052:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
httrack-3.49.2/ltmain.sh-4053-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
httrack-3.49.2/ltmain.sh-4066-    if test -n \"\$relink_command\"; then
httrack-3.49.2/ltmain.sh:4067:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
httrack-3.49.2/ltmain.sh-4068-      else
##############################################
httrack-3.49.2/ltmain.sh-4110-    # The second colon is a workaround for a bug in BeOS R4 sed
httrack-3.49.2/ltmain.sh:4111:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
httrack-3.49.2/ltmain.sh-4112-
##############################################
httrack-3.49.2/ltmain.sh-5085-    $opt_debug
httrack-3.49.2/ltmain.sh:5086:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
httrack-3.49.2/ltmain.sh-5087-    *import*) : ;;
##############################################
httrack-3.49.2/ltmain.sh-5307-	    moreargs=
httrack-3.49.2/ltmain.sh:5308:	    for fil in `cat "$save_arg"`
httrack-3.49.2/ltmain.sh-5309-	    do
##############################################
httrack-3.49.2/ltmain.sh-5563-	*)
httrack-3.49.2/ltmain.sh:5564:	  absdir=`cd "$dir" && pwd`
httrack-3.49.2/ltmain.sh-5565-	  test -z "$absdir" && \
##############################################
httrack-3.49.2/ltmain.sh-5584-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
httrack-3.49.2/ltmain.sh:5585:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
httrack-3.49.2/ltmain.sh-5586-	  case :$dllsearchpath: in
##############################################
httrack-3.49.2/ltmain.sh-6016-      # get the directories listed in $shlibpath_var
httrack-3.49.2/ltmain.sh:6017:      eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\`
httrack-3.49.2/ltmain.sh-6018-    else
##############################################
httrack-3.49.2/ltmain.sh-6331-		  set dummy $deplibs_check_method; shift
httrack-3.49.2/ltmain.sh:6332:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
httrack-3.49.2/ltmain.sh-6333-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
httrack-3.49.2/ltmain.sh-6394-	else
httrack-3.49.2/ltmain.sh:6395:	  func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'"
httrack-3.49.2/ltmain.sh-6396-	fi
##############################################
httrack-3.49.2/ltmain.sh-6423-	if test -n "$inherited_linker_flags"; then
httrack-3.49.2/ltmain.sh:6424:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
httrack-3.49.2/ltmain.sh-6425-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
httrack-3.49.2/ltmain.sh-6431-	fi
httrack-3.49.2/ltmain.sh:6432:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
httrack-3.49.2/ltmain.sh-6433-	if test "$linkmode,$pass" = "lib,link" ||
##############################################
httrack-3.49.2/ltmain.sh-6504-	*)
httrack-3.49.2/ltmain.sh:6505:	  abs_ladir=`cd "$ladir" && pwd`
httrack-3.49.2/ltmain.sh-6506-	  if test -z "$abs_ladir"; then
##############################################
httrack-3.49.2/ltmain.sh-6757-	    shift
httrack-3.49.2/ltmain.sh:6758:	    libname=`eval "\\$ECHO \"$libname_spec\""`
httrack-3.49.2/ltmain.sh-6759-	    # use dlname if we got it. it's perfectly good, no?
##############################################
httrack-3.49.2/ltmain.sh-7049-		*)
httrack-3.49.2/ltmain.sh:7050:		  absdir=`cd "$dir" && pwd`
httrack-3.49.2/ltmain.sh-7051-		  if test -z "$absdir"; then
##############################################
httrack-3.49.2/ltmain.sh-7060-		  depdepl=
httrack-3.49.2/ltmain.sh:7061:		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
httrack-3.49.2/ltmain.sh-7062-		  if test -n "$deplibrary_names" ; then
##############################################
httrack-3.49.2/ltmain.sh-7067-		      depdepl="$absdir/$objdir/$depdepl"
httrack-3.49.2/ltmain.sh:7068:		      darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
httrack-3.49.2/ltmain.sh-7069-                      if test -z "$darwin_install_name"; then
httrack-3.49.2/ltmain.sh:7070:                          darwin_install_name=`${OTOOL64} -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
httrack-3.49.2/ltmain.sh-7071-                      fi
##############################################
httrack-3.49.2/ltmain.sh-7082-		else
httrack-3.49.2/ltmain.sh:7083:		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
httrack-3.49.2/ltmain.sh-7084-		  test -z "$libdir" && \
##############################################
httrack-3.49.2/ltmain.sh-7105-	else
httrack-3.49.2/ltmain.sh:7106:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
httrack-3.49.2/ltmain.sh-7107-	fi
##############################################
httrack-3.49.2/ltmain.sh-7254-	test "$module" = no && \
httrack-3.49.2/ltmain.sh:7255:	  func_fatal_help "libtool library \`$output' must begin with \`lib'"
httrack-3.49.2/ltmain.sh-7256-
##############################################
httrack-3.49.2/ltmain.sh-7392-	if test "$age" -gt "$current"; then
httrack-3.49.2/ltmain.sh:7393:	  func_error "AGE \`$age' is greater than the current interface number \`$current'"
httrack-3.49.2/ltmain.sh-7394-	  func_fatal_error "\`$vinfo' is not valid version information"
##############################################
httrack-3.49.2/ltmain.sh-7553-	removelist=
httrack-3.49.2/ltmain.sh:7554:	tempremovelist=`$ECHO "$output_objdir/*"`
httrack-3.49.2/ltmain.sh-7555-	for p in $tempremovelist; do
##############################################
httrack-3.49.2/ltmain.sh-7579-	# Transform .lo files to .o files.
httrack-3.49.2/ltmain.sh:7580:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP`
httrack-3.49.2/ltmain.sh-7581-      fi
##############################################
httrack-3.49.2/ltmain.sh-7584-      #for path in $notinst_path; do
httrack-3.49.2/ltmain.sh:7585:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
httrack-3.49.2/ltmain.sh:7586:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
httrack-3.49.2/ltmain.sh:7587:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
httrack-3.49.2/ltmain.sh-7588-      #done
##############################################
httrack-3.49.2/ltmain.sh-7705-		if test -n "$i" ; then
httrack-3.49.2/ltmain.sh:7706:		  libname=`eval "\\$ECHO \"$libname_spec\""`
httrack-3.49.2/ltmain.sh:7707:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
httrack-3.49.2/ltmain.sh-7708-		  set dummy $deplib_matches; shift
httrack-3.49.2/ltmain.sh-7709-		  deplib_match=$1
httrack-3.49.2/ltmain.sh:7710:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
httrack-3.49.2/ltmain.sh-7711-		    func_append newdeplibs " $i"
##############################################
httrack-3.49.2/ltmain.sh-7748-		  if test -n "$i" ; then
httrack-3.49.2/ltmain.sh:7749:		    libname=`eval "\\$ECHO \"$libname_spec\""`
httrack-3.49.2/ltmain.sh:7750:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
httrack-3.49.2/ltmain.sh-7751-		    set dummy $deplib_matches; shift
httrack-3.49.2/ltmain.sh-7752-		    deplib_match=$1
httrack-3.49.2/ltmain.sh:7753:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
httrack-3.49.2/ltmain.sh-7754-		      func_append newdeplibs " $i"
##############################################
httrack-3.49.2/ltmain.sh-7783-	  set dummy $deplibs_check_method; shift
httrack-3.49.2/ltmain.sh:7784:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
httrack-3.49.2/ltmain.sh-7785-	  for a_deplib in $deplibs; do
##############################################
httrack-3.49.2/ltmain.sh-7798-	      if test -n "$a_deplib" ; then
httrack-3.49.2/ltmain.sh:7799:		libname=`eval "\\$ECHO \"$libname_spec\""`
httrack-3.49.2/ltmain.sh-7800-		if test -n "$file_magic_glob"; then
httrack-3.49.2/ltmain.sh:7801:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
httrack-3.49.2/ltmain.sh-7802-		else
##############################################
httrack-3.49.2/ltmain.sh-7808-		    shopt -s nocaseglob
httrack-3.49.2/ltmain.sh:7809:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
httrack-3.49.2/ltmain.sh-7810-		    $nocaseglob
httrack-3.49.2/ltmain.sh-7811-		  else
httrack-3.49.2/ltmain.sh:7812:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
httrack-3.49.2/ltmain.sh-7813-		  fi
##############################################
httrack-3.49.2/ltmain.sh-7826-		      while test -h "$potlib" 2>/dev/null; do
httrack-3.49.2/ltmain.sh:7827:			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
httrack-3.49.2/ltmain.sh-7828-			case $potliblink in
httrack-3.49.2/ltmain.sh-7829-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
httrack-3.49.2/ltmain.sh:7830:			*) potlib=`$ECHO "$potlib" | $SED 's,[^/]*$,,'`"$potliblink";;
httrack-3.49.2/ltmain.sh-7831-			esac
##############################################
httrack-3.49.2/ltmain.sh-7867-	  set dummy $deplibs_check_method; shift
httrack-3.49.2/ltmain.sh:7868:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
httrack-3.49.2/ltmain.sh-7869-	  for a_deplib in $deplibs; do
##############################################
httrack-3.49.2/ltmain.sh-7882-	      if test -n "$a_deplib" ; then
httrack-3.49.2/ltmain.sh:7883:		libname=`eval "\\$ECHO \"$libname_spec\""`
httrack-3.49.2/ltmain.sh-7884-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
httrack-3.49.2/ltmain.sh:7885:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
httrack-3.49.2/ltmain.sh-7886-		  for potent_lib in $potential_libs; do
##############################################
httrack-3.49.2/ltmain.sh-7921-	  newdeplibs=""
httrack-3.49.2/ltmain.sh:7922:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
httrack-3.49.2/ltmain.sh-7923-	  if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
##############################################
httrack-3.49.2/ltmain.sh-7925-	      # can't use Xsed below, because $i might contain '/'
httrack-3.49.2/ltmain.sh:7926:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s,$i,,"`
httrack-3.49.2/ltmain.sh-7927-	    done
##############################################
httrack-3.49.2/ltmain.sh-7951-	  # On Rhapsody replace the C library with the System framework
httrack-3.49.2/ltmain.sh:7952:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
httrack-3.49.2/ltmain.sh-7953-	  ;;
##############################################
httrack-3.49.2/ltmain.sh-8003-	*-*-darwin*)
httrack-3.49.2/ltmain.sh:8004:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
httrack-3.49.2/ltmain.sh:8005:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
httrack-3.49.2/ltmain.sh:8006:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
httrack-3.49.2/ltmain.sh-8007-	  ;;
##############################################
httrack-3.49.2/ltmain.sh-8130-	# Use standard objects if they are pic
httrack-3.49.2/ltmain.sh:8131:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
httrack-3.49.2/ltmain.sh-8132-	test "X$libobjs" = "X " && libobjs=
##############################################
httrack-3.49.2/ltmain.sh-8145-	    # exporting using user supplied symfile
httrack-3.49.2/ltmain.sh:8146:	    if test "x`$SED 1q $export_symbols`" != xEXPORTS; then
httrack-3.49.2/ltmain.sh-8147-	      # and it's NOT already a .def file. Must figure out
##############################################
httrack-3.49.2/ltmain.sh-8642-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
httrack-3.49.2/ltmain.sh:8643:	  reload_conv_objs=$reload_objs\ `$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
httrack-3.49.2/ltmain.sh-8644-	else
##############################################
httrack-3.49.2/ltmain.sh-8656-      # Create the old-style object.
httrack-3.49.2/ltmain.sh:8657:      reload_objs="$objs$old_deplibs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; /\.lib$/d; $lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
httrack-3.49.2/ltmain.sh-8658-
##############################################
httrack-3.49.2/ltmain.sh-8716-	# On Rhapsody replace the C library is the System framework
httrack-3.49.2/ltmain.sh:8717:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
httrack-3.49.2/ltmain.sh:8718:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
httrack-3.49.2/ltmain.sh-8719-	;;
##############################################
httrack-3.49.2/ltmain.sh-8734-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
httrack-3.49.2/ltmain.sh:8735:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
httrack-3.49.2/ltmain.sh:8736:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
httrack-3.49.2/ltmain.sh-8737-	;;
##############################################
httrack-3.49.2/ltmain.sh-8812-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
httrack-3.49.2/ltmain.sh:8813:	  testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'`
httrack-3.49.2/ltmain.sh-8814-	  case :$dllsearchpath: in
##############################################
httrack-3.49.2/ltmain.sh-8872-	# Transform all the library objects into standard objects.
httrack-3.49.2/ltmain.sh:8873:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
httrack-3.49.2/ltmain.sh:8874:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
httrack-3.49.2/ltmain.sh-8875-      fi
##############################################
httrack-3.49.2/ltmain.sh-8902-	# Replace the output file specification.
httrack-3.49.2/ltmain.sh:8903:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
httrack-3.49.2/ltmain.sh-8904-	link_command="$compile_command$compile_rpath"
##############################################
httrack-3.49.2/ltmain.sh-8911-	  func_to_tool_file "$output"
httrack-3.49.2/ltmain.sh:8912:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
httrack-3.49.2/ltmain.sh-8913-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
httrack-3.49.2/ltmain.sh-8955-	# Replace the output file specification.
httrack-3.49.2/ltmain.sh:8956:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
httrack-3.49.2/ltmain.sh-8957-	# Delete the old output file.
##############################################
httrack-3.49.2/ltmain.sh-8963-	  func_to_tool_file "$output"
httrack-3.49.2/ltmain.sh:8964:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
httrack-3.49.2/ltmain.sh-8965-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
httrack-3.49.2/ltmain.sh-8981-	  if test "$fast_install" = yes; then
httrack-3.49.2/ltmain.sh:8982:	    relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
httrack-3.49.2/ltmain.sh-8983-	  else
##############################################
httrack-3.49.2/ltmain.sh-8993-      # Replace the output file specification.
httrack-3.49.2/ltmain.sh:8994:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
httrack-3.49.2/ltmain.sh-8995-
##############################################
httrack-3.49.2/ltmain.sh-9002-	func_to_tool_file "$output_objdir/$outputname"
httrack-3.49.2/ltmain.sh:9003:	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'`
httrack-3.49.2/ltmain.sh-9004-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
httrack-3.49.2/ltmain.sh-9023-	relink_command="(cd `pwd`; $relink_command)"
httrack-3.49.2/ltmain.sh:9024:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
httrack-3.49.2/ltmain.sh-9025-      fi
##############################################
httrack-3.49.2/ltmain.sh-9267-      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
httrack-3.49.2/ltmain.sh:9268:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
httrack-3.49.2/ltmain.sh-9269-      if test "$hardcode_automatic" = yes ; then
##############################################
httrack-3.49.2/ltmain.sh-9288-		func_resolve_sysroot "$deplib"
httrack-3.49.2/ltmain.sh:9289:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
httrack-3.49.2/ltmain.sh-9290-		test -z "$libdir" && \
##############################################
httrack-3.49.2/ltmain.sh-9314-		name="$func_basename_result"
httrack-3.49.2/ltmain.sh:9315:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
httrack-3.49.2/ltmain.sh-9316-		test -z "$libdir" && \
##############################################
httrack-3.49.2/ltmain.sh-9333-		name="$func_basename_result"
httrack-3.49.2/ltmain.sh:9334:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
httrack-3.49.2/ltmain.sh-9335-		test -z "$libdir" && \
##############################################
httrack-3.49.2/ltmain.sh-9652-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
httrack-3.49.2/ltmain.sh:9653:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
httrack-3.49.2/ltmain.sh-9654-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
httrack-3.49.2/install-sh-229-      fi
httrack-3.49.2/install-sh:230:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
httrack-3.49.2/install-sh-231-    *)
##############################################
httrack-3.49.2/install-sh-276-      dstdir=$dst
httrack-3.49.2/install-sh:277:      dst=$dstdir/`basename "$src"`
httrack-3.49.2/install-sh-278-      dstdir_status=0
##############################################
httrack-3.49.2/install-sh-365-		   test_tmpdir="$tmpdir/a"
httrack-3.49.2/install-sh:366:		   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
httrack-3.49.2/install-sh-367-		   case $ls_ld_tmpdir in
##############################################
httrack-3.49.2/install-sh-372-		   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
httrack-3.49.2/install-sh:373:		     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
httrack-3.49.2/install-sh-374-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
httrack-3.49.2/install-sh-432-	    case $prefix in
httrack-3.49.2/install-sh:433:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
httrack-3.49.2/install-sh-434-	      *) qprefix=$prefix;;
##############################################
httrack-3.49.2/install-sh-481-    if $copy_on_change &&
httrack-3.49.2/install-sh:482:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
httrack-3.49.2/install-sh:483:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
httrack-3.49.2/install-sh-484-
##############################################
httrack-3.49.2/depcomp-64-  case $1 in
httrack-3.49.2/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
httrack-3.49.2/depcomp-66-      *) dir=;;
##############################################
httrack-3.49.2/depcomp-73-{
httrack-3.49.2/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
httrack-3.49.2/depcomp-75-}
##############################################
httrack-3.49.2/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
httrack-3.49.2/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
httrack-3.49.2/depcomp-128-
##############################################
httrack-3.49.2/depcomp-405-        sleep 1
httrack-3.49.2/depcomp:406:        i=`expr $i - 1`
httrack-3.49.2/depcomp-407-      done
httrack-3.49.2/depcomp-408-    fi
httrack-3.49.2/depcomp:409:    i=`expr $i - 1`
httrack-3.49.2/depcomp-410-  done
##############################################
httrack-3.49.2/depcomp-425-  # Do two passes, one to just change these to
httrack-3.49.2/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
httrack-3.49.2/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
httrack-3.49.2/depcomp-659-  done
httrack-3.49.2/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
httrack-3.49.2/depcomp-661-  touch "$tmpdepfile"
##############################################
httrack-3.49.2/config.sub-52-
httrack-3.49.2/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
httrack-3.49.2/config.sub-54-
##############################################
httrack-3.49.2/config.sub-115-# Here we must recognize all the valid KERNEL-OS combinations.
httrack-3.49.2/config.sub:116:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
httrack-3.49.2/config.sub-117-case $maybe_os in
##############################################
httrack-3.49.2/config.sub-123-    os=-$maybe_os
httrack-3.49.2/config.sub:124:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
httrack-3.49.2/config.sub-125-    ;;
##############################################
httrack-3.49.2/config.sub-127-    os=-linux-android
httrack-3.49.2/config.sub:128:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
httrack-3.49.2/config.sub-129-    ;;
httrack-3.49.2/config.sub-130-  *)
httrack-3.49.2/config.sub:131:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
httrack-3.49.2/config.sub-132-    if [ $basic_machine != $1 ]
httrack-3.49.2/config.sub:133:    then os=`echo $1 | sed 's/.*-/-/'`
httrack-3.49.2/config.sub-134-    else os=; fi
##############################################
httrack-3.49.2/config.sub-181-		os=-sco5v6
httrack-3.49.2/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
httrack-3.49.2/config.sub-183-		;;
##############################################
httrack-3.49.2/config.sub-185-		os=-sco3.2v5
httrack-3.49.2/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
httrack-3.49.2/config.sub-187-		;;
##############################################
httrack-3.49.2/config.sub-189-		os=-sco3.2v4
httrack-3.49.2/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
httrack-3.49.2/config.sub-191-		;;
httrack-3.49.2/config.sub-192-	-sco3.2.[4-9]*)
httrack-3.49.2/config.sub:193:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
httrack-3.49.2/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
httrack-3.49.2/config.sub-195-		;;
##############################################
httrack-3.49.2/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
httrack-3.49.2/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
httrack-3.49.2/config.sub-199-		;;
##############################################
httrack-3.49.2/config.sub-201-		# Don't forget version if it is 3.2v4 or newer.
httrack-3.49.2/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
httrack-3.49.2/config.sub-203-		;;
##############################################
httrack-3.49.2/config.sub-205-		os=-sco3.2v2
httrack-3.49.2/config.sub:206:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
httrack-3.49.2/config.sub-207-		;;
httrack-3.49.2/config.sub-208-	-udk*)
httrack-3.49.2/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
httrack-3.49.2/config.sub-210-		;;
##############################################
httrack-3.49.2/config.sub-212-		os=-isc2.2
httrack-3.49.2/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
httrack-3.49.2/config.sub-214-		;;
##############################################
httrack-3.49.2/config.sub-218-	-isc*)
httrack-3.49.2/config.sub:219:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
httrack-3.49.2/config.sub-220-		;;
##############################################
httrack-3.49.2/config.sub-230-	-ptx*)
httrack-3.49.2/config.sub:231:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
httrack-3.49.2/config.sub-232-		;;
httrack-3.49.2/config.sub-233-	-windowsnt*)
httrack-3.49.2/config.sub:234:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
httrack-3.49.2/config.sub-235-		;;
##############################################
httrack-3.49.2/config.sub-362-	*-*-*)
httrack-3.49.2/config.sub:363:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
httrack-3.49.2/config.sub-364-		exit 1
##############################################
httrack-3.49.2/config.sub-486-	amd64-*)
httrack-3.49.2/config.sub:487:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
httrack-3.49.2/config.sub-488-		;;
##############################################
httrack-3.49.2/config.sub-528-	blackfin-*)
httrack-3.49.2/config.sub:529:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
httrack-3.49.2/config.sub-530-		os=-linux
##############################################
httrack-3.49.2/config.sub-536-	c54x-*)
httrack-3.49.2/config.sub:537:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
httrack-3.49.2/config.sub-538-		;;
httrack-3.49.2/config.sub-539-	c55x-*)
httrack-3.49.2/config.sub:540:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
httrack-3.49.2/config.sub-541-		;;
httrack-3.49.2/config.sub-542-	c6x-*)
httrack-3.49.2/config.sub:543:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
httrack-3.49.2/config.sub-544-		;;
##############################################
httrack-3.49.2/config.sub-739-	i*86v32)
httrack-3.49.2/config.sub:740:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
httrack-3.49.2/config.sub-741-		os=-sysv32
##############################################
httrack-3.49.2/config.sub-743-	i*86v4*)
httrack-3.49.2/config.sub:744:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
httrack-3.49.2/config.sub-745-		os=-sysv4
##############################################
httrack-3.49.2/config.sub-747-	i*86v)
httrack-3.49.2/config.sub:748:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
httrack-3.49.2/config.sub-749-		os=-sysv
##############################################
httrack-3.49.2/config.sub-751-	i*86sol2)
httrack-3.49.2/config.sub:752:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
httrack-3.49.2/config.sub-753-		os=-solaris2
##############################################
httrack-3.49.2/config.sub-781-	m68knommu-*)
httrack-3.49.2/config.sub:782:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
httrack-3.49.2/config.sub-783-		os=-linux
##############################################
httrack-3.49.2/config.sub-818-	mips3*-*)
httrack-3.49.2/config.sub:819:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
httrack-3.49.2/config.sub-820-		;;
httrack-3.49.2/config.sub-821-	mips3*)
httrack-3.49.2/config.sub:822:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
httrack-3.49.2/config.sub-823-		;;
##############################################
httrack-3.49.2/config.sub-840-	ms1-*)
httrack-3.49.2/config.sub:841:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
httrack-3.49.2/config.sub-842-		;;
##############################################
httrack-3.49.2/config.sub-959-	parisc-*)
httrack-3.49.2/config.sub:960:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
httrack-3.49.2/config.sub-961-		os=-linux
##############################################
httrack-3.49.2/config.sub-975-	pc98-*)
httrack-3.49.2/config.sub:976:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
httrack-3.49.2/config.sub-977-		;;
##############################################
httrack-3.49.2/config.sub-990-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
httrack-3.49.2/config.sub:991:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
httrack-3.49.2/config.sub-992-		;;
httrack-3.49.2/config.sub-993-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
httrack-3.49.2/config.sub:994:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
httrack-3.49.2/config.sub-995-		;;
httrack-3.49.2/config.sub-996-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
httrack-3.49.2/config.sub:997:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
httrack-3.49.2/config.sub-998-		;;
httrack-3.49.2/config.sub-999-	pentium4-*)
httrack-3.49.2/config.sub:1000:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
httrack-3.49.2/config.sub-1001-		;;
##############################################
httrack-3.49.2/config.sub-1009-	ppc-* | ppcbe-*)
httrack-3.49.2/config.sub:1010:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
httrack-3.49.2/config.sub-1011-		;;
##############################################
httrack-3.49.2/config.sub-1015-	ppcle-* | powerpclittle-*)
httrack-3.49.2/config.sub:1016:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
httrack-3.49.2/config.sub-1017-		;;
##############################################
httrack-3.49.2/config.sub-1019-		;;
httrack-3.49.2/config.sub:1020:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
httrack-3.49.2/config.sub-1021-		;;
##############################################
httrack-3.49.2/config.sub-1025-	ppc64le-* | powerpc64little-*)
httrack-3.49.2/config.sub:1026:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
httrack-3.49.2/config.sub-1027-		;;
##############################################
httrack-3.49.2/config.sub-1108-	strongarm-* | thumb-*)
httrack-3.49.2/config.sub:1109:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
httrack-3.49.2/config.sub-1110-		;;
##############################################
httrack-3.49.2/config.sub-1238-	xscale-* | xscalee[bl]-*)
httrack-3.49.2/config.sub:1239:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
httrack-3.49.2/config.sub-1240-		;;
##############################################
httrack-3.49.2/config.sub-1315-	*)
httrack-3.49.2/config.sub:1316:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
httrack-3.49.2/config.sub-1317-		exit 1
##############################################
httrack-3.49.2/config.sub-1323-	*-digital*)
httrack-3.49.2/config.sub:1324:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
httrack-3.49.2/config.sub-1325-		;;
httrack-3.49.2/config.sub-1326-	*-commodore*)
httrack-3.49.2/config.sub:1327:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
httrack-3.49.2/config.sub-1328-		;;
##############################################
httrack-3.49.2/config.sub-1344-	-solaris1 | -solaris1.*)
httrack-3.49.2/config.sub:1345:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
httrack-3.49.2/config.sub-1346-		;;
##############################################
httrack-3.49.2/config.sub-1356-	-gnu/linux*)
httrack-3.49.2/config.sub:1357:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
httrack-3.49.2/config.sub-1358-		;;
##############################################
httrack-3.49.2/config.sub-1402-	-nto*)
httrack-3.49.2/config.sub:1403:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
httrack-3.49.2/config.sub-1404-		;;
##############################################
httrack-3.49.2/config.sub-1409-	-mac*)
httrack-3.49.2/config.sub:1410:		os=`echo $os | sed -e 's|mac|macos|'`
httrack-3.49.2/config.sub-1411-		;;
##############################################
httrack-3.49.2/config.sub-1415-	-linux*)
httrack-3.49.2/config.sub:1416:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
httrack-3.49.2/config.sub-1417-		;;
httrack-3.49.2/config.sub-1418-	-sunos5*)
httrack-3.49.2/config.sub:1419:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
httrack-3.49.2/config.sub-1420-		;;
httrack-3.49.2/config.sub-1421-	-sunos6*)
httrack-3.49.2/config.sub:1422:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
httrack-3.49.2/config.sub-1423-		;;
##############################################
httrack-3.49.2/config.sub-1470-	-sinix5.*)
httrack-3.49.2/config.sub:1471:		os=`echo $os | sed -e 's|sinix|sysv|'`
httrack-3.49.2/config.sub-1472-		;;
##############################################
httrack-3.49.2/config.sub-1523-		# Get rid of the `-' at the beginning of $os.
httrack-3.49.2/config.sub:1524:		os=`echo $os | sed 's/[^-]*-//'`
httrack-3.49.2/config.sub:1525:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
httrack-3.49.2/config.sub-1526-		exit 1
##############################################
httrack-3.49.2/config.sub-1786-		esac
httrack-3.49.2/config.sub:1787:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
httrack-3.49.2/config.sub-1788-		;;
##############################################
httrack-3.49.2/config.guess-34-
httrack-3.49.2/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
httrack-3.49.2/config.guess-36-
##############################################
httrack-3.49.2/config.guess-102-: ${TMPDIR=/tmp} ;
httrack-3.49.2/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
httrack-3.49.2/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
httrack-3.49.2/config.guess-151-	EOF
httrack-3.49.2/config.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
httrack-3.49.2/config.guess-153-	;;
##############################################
httrack-3.49.2/config.guess-209-	    *)
httrack-3.49.2/config.guess:210:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
httrack-3.49.2/config.guess-211-		;;
##############################################
httrack-3.49.2/config.guess-240-	*4.0)
httrack-3.49.2/config.guess:241:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
httrack-3.49.2/config.guess-242-		;;
httrack-3.49.2/config.guess-243-	*5.*)
httrack-3.49.2/config.guess:244:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
httrack-3.49.2/config.guess-245-		;;
##############################################
httrack-3.49.2/config.guess-250-	# types through head -n 1, so we only detect the type of CPU 0.
httrack-3.49.2/config.guess:251:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
httrack-3.49.2/config.guess-252-	case "$ALPHA_CPU_TYPE" in
##############################################
httrack-3.49.2/config.guess-288-	# 1.2 uses "1.2" for uname -r.
httrack-3.49.2/config.guess:289:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
httrack-3.49.2/config.guess-290-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
httrack-3.49.2/config.guess-348-    s390x:SunOS:*:*)
httrack-3.49.2/config.guess:349:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
httrack-3.49.2/config.guess-350-	exit ;;
httrack-3.49.2/config.guess-351-    sun4H:SunOS:5.*:*)
httrack-3.49.2/config.guess:352:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
httrack-3.49.2/config.guess-353-	exit ;;
httrack-3.49.2/config.guess-354-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
httrack-3.49.2/config.guess:355:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
httrack-3.49.2/config.guess-356-	exit ;;
##############################################
httrack-3.49.2/config.guess-373-	fi
httrack-3.49.2/config.guess:374:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
httrack-3.49.2/config.guess-375-	exit ;;
##############################################
httrack-3.49.2/config.guess-379-	# it's likely to be more like Solaris than SunOS4.
httrack-3.49.2/config.guess:380:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
httrack-3.49.2/config.guess-381-	exit ;;
##############################################
httrack-3.49.2/config.guess-388-	# Japanese Language versions have a version number like `4.1.3-JL'.
httrack-3.49.2/config.guess:389:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
httrack-3.49.2/config.guess-390-	exit ;;
##############################################
httrack-3.49.2/config.guess-394-    sun*:*:4.2BSD:*)
httrack-3.49.2/config.guess:395:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
httrack-3.49.2/config.guess-396-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
httrack-3.49.2/config.guess-476-	$CC_FOR_BUILD -o $dummy $dummy.c &&
httrack-3.49.2/config.guess:477:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
httrack-3.49.2/config.guess:478:	  SYSTEM_NAME=`$dummy $dummyarg` &&
httrack-3.49.2/config.guess-479-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
httrack-3.49.2/config.guess-532-    *:IRIX*:*:*)
httrack-3.49.2/config.guess:533:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
httrack-3.49.2/config.guess-534-	exit ;;
##############################################
httrack-3.49.2/config.guess-562-EOF
httrack-3.49.2/config.guess:563:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
httrack-3.49.2/config.guess-564-		then
##############################################
httrack-3.49.2/config.guess-575-    *:AIX:*:[4567])
httrack-3.49.2/config.guess:576:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
httrack-3.49.2/config.guess-577-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
httrack-3.49.2/config.guess-610-    9000/[34678]??:HP-UX:*:*)
httrack-3.49.2/config.guess:611:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
httrack-3.49.2/config.guess-612-	case "${UNAME_MACHINE}" in
##############################################
httrack-3.49.2/config.guess-664-EOF
httrack-3.49.2/config.guess:665:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
httrack-3.49.2/config.guess-666-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
httrack-3.49.2/config.guess-692-    ia64:HP-UX:*:*)
httrack-3.49.2/config.guess:693:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
httrack-3.49.2/config.guess-694-	echo ia64-hp-hpux${HPUX_REV}
##############################################
httrack-3.49.2/config.guess-722-EOF
httrack-3.49.2/config.guess:723:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
httrack-3.49.2/config.guess-724-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
httrack-3.49.2/config.guess-793-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
httrack-3.49.2/config.guess:794:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
httrack-3.49.2/config.guess-795-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
httrack-3.49.2/config.guess-798-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
httrack-3.49.2/config.guess:799:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
httrack-3.49.2/config.guess-800-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
httrack-3.49.2/config.guess-814-	    amd64)
httrack-3.49.2/config.guess:815:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
httrack-3.49.2/config.guess-816-	    *)
httrack-3.49.2/config.guess:817:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
httrack-3.49.2/config.guess-818-	esac
##############################################
httrack-3.49.2/config.guess-872-    prep*:SunOS:5.*:*)
httrack-3.49.2/config.guess:873:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
httrack-3.49.2/config.guess-874-	exit ;;
##############################################
httrack-3.49.2/config.guess-876-	# the GNU system
httrack-3.49.2/config.guess:877:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
httrack-3.49.2/config.guess-878-	exit ;;
##############################################
httrack-3.49.2/config.guess-880-	# other systems with GNU libc and userland
httrack-3.49.2/config.guess:881:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
httrack-3.49.2/config.guess-882-	exit ;;
##############################################
httrack-3.49.2/config.guess-968-EOF
httrack-3.49.2/config.guess:969:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
httrack-3.49.2/config.guess-970-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
##############################################
httrack-3.49.2/config.guess-1062-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
httrack-3.49.2/config.guess:1063:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
httrack-3.49.2/config.guess-1064-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
httrack-3.49.2/config.guess-1262-	fi
httrack-3.49.2/config.guess:1263:	if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
httrack-3.49.2/config.guess-1264-	    if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
##############################################
httrack-3.49.2/config.guess-1347-    *:DragonFly:*:*)
httrack-3.49.2/config.guess:1348:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
httrack-3.49.2/config.guess-1349-	exit ;;
##############################################
httrack-3.49.2/config.guess-1360-    i*86:skyos:*:*)
httrack-3.49.2/config.guess:1361:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
httrack-3.49.2/config.guess-1362-	exit ;;
##############################################
httrack-3.49.2/compile-67-	mingw/*)
httrack-3.49.2/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
httrack-3.49.2/compile-69-	  ;;
httrack-3.49.2/compile-70-	cygwin/*)
httrack-3.49.2/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
httrack-3.49.2/compile-72-	  ;;
httrack-3.49.2/compile-73-	wine/*)
httrack-3.49.2/compile:74:	  file=`winepath -w "$file" || echo "$file"`
httrack-3.49.2/compile-75-	  ;;
##############################################
httrack-3.49.2/compile-309-# Name of file we expect compiler to create.
httrack-3.49.2/compile:310:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
httrack-3.49.2/compile-311-
##############################################
httrack-3.49.2/compile-315-# object file name, since that is what matters with a parallel build.
httrack-3.49.2/compile:316:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
httrack-3.49.2/compile-317-while true; do
##############################################
httrack-3.49.2/aclocal.m4-404-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
httrack-3.49.2/aclocal.m4:405:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
httrack-3.49.2/aclocal.m4-406-# and then we would define $MISSING as
##############################################
httrack-3.49.2/aclocal.m4-419-# Expand $ac_aux_dir to an absolute path.
httrack-3.49.2/aclocal.m4:420:am_aux_dir=`cd "$ac_aux_dir" && pwd`
httrack-3.49.2/aclocal.m4-421-])
##############################################
httrack-3.49.2/aclocal.m4-517-  if test "$am_compiler_list" = ""; then
httrack-3.49.2/aclocal.m4:518:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
httrack-3.49.2/aclocal.m4-519-  fi
##############################################
httrack-3.49.2/aclocal.m4-668-    # Strip MF so we end up with the name of the file.
httrack-3.49.2/aclocal.m4:669:    mf=`echo "$mf" | sed -e 's/:.*$//'`
httrack-3.49.2/aclocal.m4-670-    # Check whether this is an Automake generated Makefile or not.
##############################################
httrack-3.49.2/aclocal.m4-677-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
httrack-3.49.2/aclocal.m4:678:      dirpart=`AS_DIRNAME("$mf")`
httrack-3.49.2/aclocal.m4-679-    else
##############################################
httrack-3.49.2/aclocal.m4-683-    # from the Makefile without running 'make'.
httrack-3.49.2/aclocal.m4:684:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
httrack-3.49.2/aclocal.m4-685-    test -z "$DEPDIR" && continue
httrack-3.49.2/aclocal.m4:686:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
httrack-3.49.2/aclocal.m4-687-    test -z "$am__include" && continue
httrack-3.49.2/aclocal.m4:688:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
httrack-3.49.2/aclocal.m4-689-    # Find all dependency output files, they are included files with
##############################################
httrack-3.49.2/aclocal.m4-697-      test -f "$dirpart/$file" && continue
httrack-3.49.2/aclocal.m4:698:      fdir=`AS_DIRNAME(["$file"])`
httrack-3.49.2/aclocal.m4-699-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
httrack-3.49.2/aclocal.m4-755-AC_REQUIRE([AC_PROG_INSTALL])dnl
httrack-3.49.2/aclocal.m4:756:if test "`cd $srcdir && pwd`" != "`pwd`"; then
httrack-3.49.2/aclocal.m4-757-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
httrack-3.49.2/aclocal.m4-911-    * )
httrack-3.49.2/aclocal.m4:912:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
httrack-3.49.2/aclocal.m4-913-  esac
httrack-3.49.2/aclocal.m4-914-done
httrack-3.49.2/aclocal.m4:915:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
httrack-3.49.2/aclocal.m4-916-
##############################################
httrack-3.49.2/aclocal.m4-1018-# Ignore all kinds of additional output from 'make'.
httrack-3.49.2/aclocal.m4:1019:case `$am_make -s -f confmf 2> /dev/null` in #(
httrack-3.49.2/aclocal.m4-1020-*the\ am__doit\ target*)
##############################################
httrack-3.49.2/aclocal.m4-1028-   echo '.include "confinc"' > confmf
httrack-3.49.2/aclocal.m4:1029:   case `$am_make -s -f confmf 2> /dev/null` in #(
httrack-3.49.2/aclocal.m4-1030-   *the\ am__doit\ target*)
##############################################
httrack-3.49.2/aclocal.m4-1210-     echo "timestamp, slept: $am_has_slept" > conftest.file
httrack-3.49.2/aclocal.m4:1211:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
httrack-3.49.2/aclocal.m4-1212-     if test "$[*]" = "X"; then
httrack-3.49.2/aclocal.m4-1213-	# -L didn't work.
httrack-3.49.2/aclocal.m4:1214:	set X `ls -t "$srcdir/configure" conftest.file`
httrack-3.49.2/aclocal.m4-1215-     fi
##############################################
httrack-3.49.2/configure-71-if test -z "$BASH_VERSION$ZSH_VERSION" \
httrack-3.49.2/configure:72:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
httrack-3.49.2/configure-73-  as_echo='print -r --'
httrack-3.49.2/configure-74-  as_echo_n='print -rn --'
httrack-3.49.2/configure:75:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
httrack-3.49.2/configure-76-  as_echo='printf %s\n'
##############################################
httrack-3.49.2/configure-78-else
httrack-3.49.2/configure:79:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
httrack-3.49.2/configure-80-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
httrack-3.49.2/configure-88-	expr "X$arg" : "X\\(.*\\)$as_nl";
httrack-3.49.2/configure:89:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
httrack-3.49.2/configure-90-      esac;
##############################################
httrack-3.49.2/configure-225-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
httrack-3.49.2/configure:226:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
httrack-3.49.2/configure-227-test \$(( 1 + 1 )) = 2 || exit 1
##############################################
httrack-3.49.2/configure-233-    PATH=/empty FPATH=/empty; export PATH FPATH
httrack-3.49.2/configure:234:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
httrack-3.49.2/configure:235:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
httrack-3.49.2/configure-236-  if (eval "$as_required") 2>/dev/null; then :
##############################################
httrack-3.49.2/configure-361-      case $as_dir in #(
httrack-3.49.2/configure:362:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
httrack-3.49.2/configure-363-      *) as_qdir=$as_dir;;
##############################################
httrack-3.49.2/configure-434-  {
httrack-3.49.2/configure:435:    as_val=`expr "$@" || test $? -eq 1`
httrack-3.49.2/configure-436-  }
##############################################
httrack-3.49.2/configure-441-# ----------------------------------------
httrack-3.49.2/configure:442:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
httrack-3.49.2/configure-443-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
httrack-3.49.2/configure-504-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
httrack-3.49.2/configure:505:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
httrack-3.49.2/configure-506-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
httrack-3.49.2/configure-885-  case $ac_option in
httrack-3.49.2/configure:886:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
httrack-3.49.2/configure-887-  *=)   ac_optarg= ;;
##############################################
httrack-3.49.2/configure-929-  -disable-* | --disable-*)
httrack-3.49.2/configure:930:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
httrack-3.49.2/configure-931-    # Reject names that are not valid shell variable names.
##############################################
httrack-3.49.2/configure-934-    ac_useropt_orig=$ac_useropt
httrack-3.49.2/configure:935:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
httrack-3.49.2/configure-936-    case $ac_user_opts in
##############################################
httrack-3.49.2/configure-955-  -enable-* | --enable-*)
httrack-3.49.2/configure:956:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
httrack-3.49.2/configure-957-    # Reject names that are not valid shell variable names.
##############################################
httrack-3.49.2/configure-960-    ac_useropt_orig=$ac_useropt
httrack-3.49.2/configure:961:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
httrack-3.49.2/configure-962-    case $ac_user_opts in
##############################################
httrack-3.49.2/configure-1159-  -with-* | --with-*)
httrack-3.49.2/configure:1160:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
httrack-3.49.2/configure-1161-    # Reject names that are not valid shell variable names.
##############################################
httrack-3.49.2/configure-1164-    ac_useropt_orig=$ac_useropt
httrack-3.49.2/configure:1165:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
httrack-3.49.2/configure-1166-    case $ac_user_opts in
##############################################
httrack-3.49.2/configure-1175-  -without-* | --without-*)
httrack-3.49.2/configure:1176:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
httrack-3.49.2/configure-1177-    # Reject names that are not valid shell variable names.
##############################################
httrack-3.49.2/configure-1180-    ac_useropt_orig=$ac_useropt
httrack-3.49.2/configure:1181:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
httrack-3.49.2/configure-1182-    case $ac_user_opts in
##############################################
httrack-3.49.2/configure-1213-  *=*)
httrack-3.49.2/configure:1214:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
httrack-3.49.2/configure-1215-    # Reject names that are not valid shell variable names.
##############################################
httrack-3.49.2/configure-1234-if test -n "$ac_prev"; then
httrack-3.49.2/configure:1235:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
httrack-3.49.2/configure-1236-  as_fn_error $? "missing argument to $ac_option"
##############################################
httrack-3.49.2/configure-1256-    */ )
httrack-3.49.2/configure:1257:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
httrack-3.49.2/configure-1258-      eval $ac_var=\$ac_val;;
##############################################
httrack-3.49.2/configure-1291-ac_ls_di=`ls -di .` &&
httrack-3.49.2/configure:1292:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
httrack-3.49.2/configure-1293-  as_fn_error $? "working directory cannot be determined"
##############################################
httrack-3.49.2/configure-1347-case $srcdir in
httrack-3.49.2/configure:1348:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
httrack-3.49.2/configure-1349-esac
##############################################
httrack-3.49.2/configure-1390-By default, \`make install' will install all the files in
httrack-3.49.2/configure:1391:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
httrack-3.49.2/configure:1392:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
httrack-3.49.2/configure-1393-for instance \`--prefix=\$HOME'.
##############################################
httrack-3.49.2/configure-1502-*)
httrack-3.49.2/configure:1503:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
httrack-3.49.2/configure-1504-  # A ".." for each directory in $ac_dir_suffix.
httrack-3.49.2/configure:1505:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
httrack-3.49.2/configure-1506-  case $ac_top_builddir_sub in
##############################################
httrack-3.49.2/configure-2253-    *\'*)
httrack-3.49.2/configure:2254:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
httrack-3.49.2/configure-2255-    esac
##############################################
httrack-3.49.2/configure-2336-      case $ac_val in
httrack-3.49.2/configure:2337:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
httrack-3.49.2/configure-2338-      esac
##############################################
httrack-3.49.2/configure-2351-	case $ac_val in
httrack-3.49.2/configure:2352:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
httrack-3.49.2/configure-2353-	esac
##############################################
httrack-3.49.2/configure-2471-    set,)
httrack-3.49.2/configure:2472:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
httrack-3.49.2/configure:2473:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
httrack-3.49.2/configure-2474-      ac_cache_corrupted=: ;;
##############################################
httrack-3.49.2/configure-2482-	# differences in whitespace do not lead to failure.
httrack-3.49.2/configure:2483:	ac_old_val_w=`echo x $ac_old_val`
httrack-3.49.2/configure:2484:	ac_new_val_w=`echo x $ac_new_val`
httrack-3.49.2/configure-2485-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
httrack-3.49.2/configure-2502-    case $ac_new_val in
httrack-3.49.2/configure:2503:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
httrack-3.49.2/configure-2504-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
httrack-3.49.2/configure-2683-     echo "timestamp, slept: $am_has_slept" > conftest.file
httrack-3.49.2/configure:2684:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
httrack-3.49.2/configure-2685-     if test "$*" = "X"; then
httrack-3.49.2/configure-2686-	# -L didn't work.
httrack-3.49.2/configure:2687:	set X `ls -t "$srcdir/configure" conftest.file`
httrack-3.49.2/configure-2688-     fi
##############################################
httrack-3.49.2/configure-2734-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
httrack-3.49.2/configure:2735:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
httrack-3.49.2/configure-2736-
httrack-3.49.2/configure-2737-# Expand $ac_aux_dir to an absolute path.
httrack-3.49.2/configure:2738:am_aux_dir=`cd "$ac_aux_dir" && pwd`
httrack-3.49.2/configure-2739-
##############################################
httrack-3.49.2/configure-2879-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
httrack-3.49.2/configure:2880:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
httrack-3.49.2/configure-2881-	     'mkdir (GNU coreutils) '* | \
##############################################
httrack-3.49.2/configure-2952-set x ${MAKE-make}
httrack-3.49.2/configure:2953:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
httrack-3.49.2/configure-2954-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
httrack-3.49.2/configure-2962-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
httrack-3.49.2/configure:2963:case `${MAKE-make} -f conftest.make 2>/dev/null` in
httrack-3.49.2/configure-2964-  *@@@%%%=?*=@@@%%%*)
##############################################
httrack-3.49.2/configure-3028-
httrack-3.49.2/configure:3029:if test "`cd $srcdir && pwd`" != "`pwd`"; then
httrack-3.49.2/configure-3030-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
httrack-3.49.2/configure-3187-# Ignore all kinds of additional output from 'make'.
httrack-3.49.2/configure:3188:case `$am_make -s -f confmf 2> /dev/null` in #(
httrack-3.49.2/configure-3189-*the\ am__doit\ target*)
##############################################
httrack-3.49.2/configure-3197-   echo '.include "confinc"' > confmf
httrack-3.49.2/configure:3198:   case `$am_make -s -f confmf 2> /dev/null` in #(
httrack-3.49.2/configure-3199-   *the\ am__doit\ target*)
##############################################
httrack-3.49.2/configure-3576-$as_echo_n "checking whether the C compiler works... " >&6; }
httrack-3.49.2/configure:3577:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
httrack-3.49.2/configure-3578-
##############################################
httrack-3.49.2/configure-3620-	then :; else
httrack-3.49.2/configure:3621:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
httrack-3.49.2/configure-3622-	fi
##############################################
httrack-3.49.2/configure-3680-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
httrack-3.49.2/configure:3681:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
httrack-3.49.2/configure-3682-	  break;;
##############################################
httrack-3.49.2/configure-3789-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
httrack-3.49.2/configure:3790:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
httrack-3.49.2/configure-3791-       break;;
##############################################
httrack-3.49.2/configure-4107-  if test "$am_compiler_list" = ""; then
httrack-3.49.2/configure:4108:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
httrack-3.49.2/configure-4109-  fi
##############################################
httrack-3.49.2/configure-4364-  # Check for GNU $ac_path_GREP
httrack-3.49.2/configure:4365:case `"$ac_path_GREP" --version 2>&1` in
httrack-3.49.2/configure-4366-*GNU*)
##############################################
httrack-3.49.2/configure-4430-  # Check for GNU $ac_path_EGREP
httrack-3.49.2/configure:4431:case `"$ac_path_EGREP" --version 2>&1` in
httrack-3.49.2/configure-4432-*GNU*)
##############################################
httrack-3.49.2/configure-4591-do :
httrack-3.49.2/configure:4592:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
httrack-3.49.2/configure-4593-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
httrack-3.49.2/configure-4596-  cat >>confdefs.h <<_ACEOF
httrack-3.49.2/configure:4597:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
httrack-3.49.2/configure-4598-_ACEOF
##############################################
httrack-3.49.2/configure-5293-  if test "$am_compiler_list" = ""; then
httrack-3.49.2/configure:5294:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
httrack-3.49.2/configure-5295-  fi
##############################################
httrack-3.49.2/configure-5541-test "x$ac_build_alias" = x &&
httrack-3.49.2/configure:5542:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
httrack-3.49.2/configure-5543-test "x$ac_build_alias" = x &&
httrack-3.49.2/configure-5544-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
httrack-3.49.2/configure:5545:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
httrack-3.49.2/configure-5546-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
httrack-3.49.2/configure-5565-IFS=$ac_save_IFS
httrack-3.49.2/configure:5566:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
httrack-3.49.2/configure-5567-
##############################################
httrack-3.49.2/configure-5576-else
httrack-3.49.2/configure:5577:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
httrack-3.49.2/configure-5578-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
httrack-3.49.2/configure-5598-IFS=$ac_save_IFS
httrack-3.49.2/configure:5599:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
httrack-3.49.2/configure-5600-
##############################################
httrack-3.49.2/configure-5626-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
httrack-3.49.2/configure:5627:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
httrack-3.49.2/configure-5628-  ECHO='print -r --'
httrack-3.49.2/configure:5629:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
httrack-3.49.2/configure-5630-  ECHO='printf %s\n'
##############################################
httrack-3.49.2/configure-5695-  # Check for GNU $ac_path_SED
httrack-3.49.2/configure:5696:case `"$ac_path_SED" --version 2>&1` in
httrack-3.49.2/configure-5697-*GNU*)
##############################################
httrack-3.49.2/configure-5774-  # Check for GNU $ac_path_FGREP
httrack-3.49.2/configure:5775:case `"$ac_path_FGREP" --version 2>&1` in
httrack-3.49.2/configure-5776-*GNU*)
##############################################
httrack-3.49.2/configure-5854-    # gcc leaves a trailing carriage return which upsets mingw
httrack-3.49.2/configure:5855:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
httrack-3.49.2/configure-5856-  *)
httrack-3.49.2/configure:5857:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
httrack-3.49.2/configure-5858-  esac
##############################################
httrack-3.49.2/configure-5863-      # Canonicalize the pathname of ld
httrack-3.49.2/configure:5864:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
httrack-3.49.2/configure-5865-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
httrack-3.49.2/configure:5866:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
httrack-3.49.2/configure-5867-      done
##############################################
httrack-3.49.2/configure-5898-      # Break only if it was the GNU/non-GNU ld that we prefer.
httrack-3.49.2/configure:5899:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
httrack-3.49.2/configure-5900-      *GNU* | *'with BFD'*)
##############################################
httrack-3.49.2/configure-5929-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
httrack-3.49.2/configure:5930:case `$LD -v 2>&1 </dev/null` in
httrack-3.49.2/configure-5931-*GNU* | *'with BFD'*)
##############################################
httrack-3.49.2/configure-5974-	# Tru64's nm complains that /dev/null is an invalid object file
httrack-3.49.2/configure:5975:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
httrack-3.49.2/configure-5976-	*/dev/null* | *'Invalid file or object type'*)
##############################################
httrack-3.49.2/configure-5980-	*)
httrack-3.49.2/configure:5981:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
httrack-3.49.2/configure-5982-	  */dev/null*)
##############################################
httrack-3.49.2/configure-6108-
httrack-3.49.2/configure:6109:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
httrack-3.49.2/configure-6110-    *COFF*)
##############################################
httrack-3.49.2/configure-6220-    # And add a safety zone
httrack-3.49.2/configure:6221:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
httrack-3.49.2/configure:6222:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
httrack-3.49.2/configure-6223-    ;;
##############################################
httrack-3.49.2/configure-6253-    if test -n "$kargmax"; then
httrack-3.49.2/configure:6254:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
httrack-3.49.2/configure-6255-    else
##############################################
httrack-3.49.2/configure-6262-	test undefined != "$lt_cv_sys_max_cmd_len"; then
httrack-3.49.2/configure:6263:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
httrack-3.49.2/configure:6264:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
httrack-3.49.2/configure-6265-    else
##############################################
httrack-3.49.2/configure-6274-      # we can't tell.
httrack-3.49.2/configure:6275:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
httrack-3.49.2/configure-6276-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
httrack-3.49.2/configure-6278-      do
httrack-3.49.2/configure:6279:        i=`expr $i + 1`
httrack-3.49.2/configure-6280-        teststring=$teststring$teststring
##############################################
httrack-3.49.2/configure-6282-      # Only check the string length outside the loop.
httrack-3.49.2/configure:6283:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
httrack-3.49.2/configure-6284-      teststring=
##############################################
httrack-3.49.2/configure-6287-      # linker.  It appears as though 1/2 is a usable value.
httrack-3.49.2/configure:6288:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
httrack-3.49.2/configure-6289-    fi
##############################################
httrack-3.49.2/configure-6723-openbsd*)
httrack-3.49.2/configure:6724:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
httrack-3.49.2/configure-6725-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
httrack-3.49.2/configure-6790-    else
httrack-3.49.2/configure:6791:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
httrack-3.49.2/configure-6792-    fi
##############################################
httrack-3.49.2/configure-6935-  # decide which to use based on capabilities of $DLLTOOL
httrack-3.49.2/configure:6936:  case `$DLLTOOL --help 2>&1` in
httrack-3.49.2/configure-6937-  *--identify-strict*)
##############################################
httrack-3.49.2/configure-7456-# If we're using GNU nm, then use its standard symbol codes.
httrack-3.49.2/configure:7457:case `$NM -V 2>&1` in
httrack-3.49.2/configure-7458-*GNU* | *'with BFD'*)
##############################################
httrack-3.49.2/configure-7474-mingw*)
httrack-3.49.2/configure:7475:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
httrack-3.49.2/configure-7476-  ;;
##############################################
httrack-3.49.2/configure-7693-   if test "$GCC" = yes; then
httrack-3.49.2/configure:7694:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
httrack-3.49.2/configure-7695-   fi
##############################################
httrack-3.49.2/configure-7697- /*)
httrack-3.49.2/configure:7698:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
httrack-3.49.2/configure-7699-   ;; #(
##############################################
httrack-3.49.2/configure-7733-  test $ac_status = 0; }; then
httrack-3.49.2/configure:7734:    case `/usr/bin/file conftest.$ac_objext` in
httrack-3.49.2/configure-7735-      *ELF-32*)
##############################################
httrack-3.49.2/configure-7753-    if test "$lt_cv_prog_gnu_ld" = yes; then
httrack-3.49.2/configure:7754:      case `/usr/bin/file conftest.$ac_objext` in
httrack-3.49.2/configure-7755-	*32-bit*)
##############################################
httrack-3.49.2/configure-7765-    else
httrack-3.49.2/configure:7766:      case `/usr/bin/file conftest.$ac_objext` in
httrack-3.49.2/configure-7767-	*32-bit*)
##############################################
httrack-3.49.2/configure-8956-done
httrack-3.49.2/configure:8957:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
httrack-3.49.2/configure-8958-
##############################################
httrack-3.49.2/configure-8985-	"file_magic "*)
httrack-3.49.2/configure:8986:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
httrack-3.49.2/configure-8987-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
httrack-3.49.2/configure-9051-	"file_magic "*)
httrack-3.49.2/configure:9052:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
httrack-3.49.2/configure-9053-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
httrack-3.49.2/configure-9418-      *)
httrack-3.49.2/configure:9419:	case `$CC -V 2>&1 | sed 5q` in
httrack-3.49.2/configure-9420-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
httrack-3.49.2/configure-9778-  if test "$hard_links" = no; then
httrack-3.49.2/configure:9779:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
httrack-3.49.2/configure:9780:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
httrack-3.49.2/configure-9781-    need_locks=warn
##############################################
httrack-3.49.2/configure-9867-	# shared libraries, regardless of the interface used.
httrack-3.49.2/configure:9868:	case `$LD -v 2>&1` in
httrack-3.49.2/configure-9869-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
httrack-3.49.2/configure-9899-    supports_anon_versioning=no
httrack-3.49.2/configure:9900:    case `$LD -v 2>&1` in
httrack-3.49.2/configure-9901-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
httrack-3.49.2/configure-9968-	# is EXPORTS), use it as is; otherwise, prepend...
httrack-3.49.2/configure:9969:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
httrack-3.49.2/configure-9970-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
httrack-3.49.2/configure-9996-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
httrack-3.49.2/configure:9997:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
httrack-3.49.2/configure:9998:      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'
httrack-3.49.2/configure-9999-      ;;
##############################################
httrack-3.49.2/configure-10014-        pgcc*)				# Portland Group C compiler
httrack-3.49.2/configure:10015:	  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'
httrack-3.49.2/configure-10016-	  tmp_addflag=' $pic_flag'
##############################################
httrack-3.49.2/configure-10019-					# Portland Group f77 and f90 compilers
httrack-3.49.2/configure:10020:	  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'
httrack-3.49.2/configure-10021-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
httrack-3.49.2/configure-10034-	nvcc*)	# Cuda Compiler Driver 2.2
httrack-3.49.2/configure:10035:	  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'
httrack-3.49.2/configure-10036-	  compiler_needs_object=yes
##############################################
httrack-3.49.2/configure-10038-	esac
httrack-3.49.2/configure:10039:	case `$CC -V 2>&1 | sed 5q` in
httrack-3.49.2/configure-10040-	*Sun\ C*)			# Sun C 5.9
httrack-3.49.2/configure:10041:	  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'
httrack-3.49.2/configure-10042-	  compiler_needs_object=yes
##############################################
httrack-3.49.2/configure-10106-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
httrack-3.49.2/configure:10107:      case `$LD -v 2>&1` in
httrack-3.49.2/configure-10108-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
httrack-3.49.2/configure-10229-	# below for broken collect2 doesn't work under 4.3+
httrack-3.49.2/configure:10230:	  collect2name=`${CC} -print-prog-name=collect2`
httrack-3.49.2/configure-10231-	  if test -f "$collect2name" &&
##############################################
httrack-3.49.2/configure-10303-      }'
httrack-3.49.2/configure:10304:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
httrack-3.49.2/configure-10305-  # Check for a 64-bit object if we didn't find anything.
httrack-3.49.2/configure-10306-  if test -z "$lt_cv_aix_libpath_"; then
httrack-3.49.2/configure:10307:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
httrack-3.49.2/configure-10308-  fi
##############################################
httrack-3.49.2/configure-10321-        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
httrack-3.49.2/configure:10322:        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
httrack-3.49.2/configure-10323-      else
##############################################
httrack-3.49.2/configure-10356-      }'
httrack-3.49.2/configure:10357:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
httrack-3.49.2/configure-10358-  # Check for a 64-bit object if we didn't find anything.
httrack-3.49.2/configure-10359-  if test -z "$lt_cv_aix_libpath_"; then
httrack-3.49.2/configure:10360:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
httrack-3.49.2/configure-10361-  fi
##############################################
httrack-3.49.2/configure-10429-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
httrack-3.49.2/configure:10430:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
httrack-3.49.2/configure-10431-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
httrack-3.49.2/configure-10466-	# FIXME: Setting linknames here is a bad hack.
httrack-3.49.2/configure:10467:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
httrack-3.49.2/configure-10468-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
httrack-3.49.2/configure-10484-  if test "$lt_cv_ld_force_load" = "yes"; then
httrack-3.49.2/configure:10485:    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\"`'
httrack-3.49.2/configure-10486-
##############################################
httrack-3.49.2/configure-10664-      if test "$GCC" = yes; then
httrack-3.49.2/configure:10665:	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'
httrack-3.49.2/configure-10666-	# Try to use the -exported_symbol ld option, if it does not
##############################################
httrack-3.49.2/configure-10692-	if test "$lt_cv_irix_exported_symbol" = yes; then
httrack-3.49.2/configure:10693:          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'
httrack-3.49.2/configure-10694-	fi
httrack-3.49.2/configure-10695-      else
httrack-3.49.2/configure:10696:	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'
httrack-3.49.2/configure:10697:	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'
httrack-3.49.2/configure-10698-      fi
##############################################
httrack-3.49.2/configure-10732-	hardcode_direct_absolute=yes
httrack-3.49.2/configure:10733:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
httrack-3.49.2/configure-10734-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
httrack-3.49.2/configure-10765-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
httrack-3.49.2/configure:10766:	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'
httrack-3.49.2/configure-10767-      else
httrack-3.49.2/configure-10768-	allow_undefined_flag=' -expect_unresolved \*'
httrack-3.49.2/configure:10769:	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'
httrack-3.49.2/configure-10770-      fi
##############################################
httrack-3.49.2/configure-10778-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
httrack-3.49.2/configure:10779:	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'
httrack-3.49.2/configure-10780-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
httrack-3.49.2/configure-10782-	allow_undefined_flag=' -expect_unresolved \*'
httrack-3.49.2/configure:10783:	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'
httrack-3.49.2/configure:10784:	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~
httrack-3.49.2/configure:10785:	$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'
httrack-3.49.2/configure-10786-
##############################################
httrack-3.49.2/configure-10801-      else
httrack-3.49.2/configure:10802:	case `$CC -V 2>&1` in
httrack-3.49.2/configure-10803-	*"Compilers 5.0"*)
##############################################
httrack-3.49.2/configure-11200-  esac
httrack-3.49.2/configure:11201:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
httrack-3.49.2/configure-11202-  case $lt_search_path_spec in
##############################################
httrack-3.49.2/configure-11207-    # okay in the real world where ";" in dirpaths is itself problematic.
httrack-3.49.2/configure:11208:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
httrack-3.49.2/configure-11209-    ;;
httrack-3.49.2/configure-11210-  *)
httrack-3.49.2/configure:11211:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
httrack-3.49.2/configure-11212-    ;;
##############################################
httrack-3.49.2/configure-11216-  lt_tmp_lt_search_path_spec=
httrack-3.49.2/configure:11217:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
httrack-3.49.2/configure-11218-  for lt_sys_path in $lt_search_path_spec; do
##############################################
httrack-3.49.2/configure-11251-  esac
httrack-3.49.2/configure:11252:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
httrack-3.49.2/configure-11253-else
##############################################
httrack-3.49.2/configure-11339-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
httrack-3.49.2/configure:11340:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
httrack-3.49.2/configure-11341-    ;;
##############################################
httrack-3.49.2/configure-11375-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
httrack-3.49.2/configure:11376:    postinstall_cmds='base_file=`basename \${file}`~
httrack-3.49.2/configure:11377:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
httrack-3.49.2/configure:11378:      dldir=$destdir/`dirname \$dlpath`~
httrack-3.49.2/configure-11379-      test -d \$dldir || mkdir -p \$dldir~
##############################################
httrack-3.49.2/configure-11384-      fi'
httrack-3.49.2/configure:11385:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
httrack-3.49.2/configure-11386-      dlpath=$dir/\$dldll~
##############################################
httrack-3.49.2/configure-11392-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
httrack-3.49.2/configure:11393:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
httrack-3.49.2/configure-11394-
##############################################
httrack-3.49.2/configure-11398-      # MinGW DLLs use traditional 'lib' prefix
httrack-3.49.2/configure:11399:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
httrack-3.49.2/configure-11400-      ;;
##############################################
httrack-3.49.2/configure-11402-      # pw32 DLLs use 'pw' prefix rather than 'lib'
httrack-3.49.2/configure:11403:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
httrack-3.49.2/configure-11404-      ;;
##############################################
httrack-3.49.2/configure-11411-    libname_spec='$name'
httrack-3.49.2/configure:11412:    soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
httrack-3.49.2/configure-11413-    library_names_spec='${libname}.dll.lib'
##############################################
httrack-3.49.2/configure-11423-        # Let DOS variable expansion print the short 8.3 style file name.
httrack-3.49.2/configure:11424:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
httrack-3.49.2/configure-11425-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
httrack-3.49.2/configure-11428-      # Convert to MSYS style.
httrack-3.49.2/configure:11429:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
httrack-3.49.2/configure-11430-      ;;
##############################################
httrack-3.49.2/configure-11434-      # like /cygdrive/c/PROGRA~1:/cygdr...
httrack-3.49.2/configure:11435:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
httrack-3.49.2/configure:11436:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
httrack-3.49.2/configure:11437:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
httrack-3.49.2/configure-11438-      ;;
##############################################
httrack-3.49.2/configure-11442-        # It is most probably a Windows format PATH.
httrack-3.49.2/configure:11443:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
httrack-3.49.2/configure-11444-      else
httrack-3.49.2/configure:11445:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
httrack-3.49.2/configure-11446-      fi
##############################################
httrack-3.49.2/configure-11452-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
httrack-3.49.2/configure:11453:    postinstall_cmds='base_file=`basename \${file}`~
httrack-3.49.2/configure:11454:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
httrack-3.49.2/configure:11455:      dldir=$destdir/`dirname \$dlpath`~
httrack-3.49.2/configure-11456-      test -d \$dldir || mkdir -p \$dldir~
httrack-3.49.2/configure-11457-      $install_prog $dir/$dlname \$dldir/$dlname'
httrack-3.49.2/configure:11458:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
httrack-3.49.2/configure-11459-      dlpath=$dir/\$dldll~
##############################################
httrack-3.49.2/configure-11466-    # Assume MSVC wrapper
httrack-3.49.2/configure:11467:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
httrack-3.49.2/configure-11468-    dynamic_linker='Win32 ld.exe'
##############################################
httrack-3.49.2/configure-11483-  shlibpath_var=DYLD_LIBRARY_PATH
httrack-3.49.2/configure:11484:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
httrack-3.49.2/configure-11485-
##############################################
httrack-3.49.2/configure-11709-  if test -f /etc/ld.so.conf; then
httrack-3.49.2/configure:11710:    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' ' '`
httrack-3.49.2/configure-11711-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
httrack-3.49.2/configure-11783-  shlibpath_var=LD_LIBRARY_PATH
httrack-3.49.2/configure:11784:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
httrack-3.49.2/configure-11785-    case $host_os in
##############################################
httrack-3.49.2/configure-14367-do :
httrack-3.49.2/configure:14368:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
httrack-3.49.2/configure-14369-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
httrack-3.49.2/configure-14371-  cat >>confdefs.h <<_ACEOF
httrack-3.49.2/configure:14372:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
httrack-3.49.2/configure-14373-_ACEOF
##############################################
httrack-3.49.2/configure-14657-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
httrack-3.49.2/configure:14658:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
httrack-3.49.2/configure-14659-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
httrack-3.49.2/configure-14756-if test -z "$BASH_VERSION$ZSH_VERSION" \
httrack-3.49.2/configure:14757:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
httrack-3.49.2/configure-14758-  as_echo='print -r --'
httrack-3.49.2/configure-14759-  as_echo_n='print -rn --'
httrack-3.49.2/configure:14760:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
httrack-3.49.2/configure-14761-  as_echo='printf %s\n'
##############################################
httrack-3.49.2/configure-14763-else
httrack-3.49.2/configure:14764:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
httrack-3.49.2/configure-14765-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
httrack-3.49.2/configure-14773-	expr "X$arg" : "X\\(.*\\)$as_nl";
httrack-3.49.2/configure:14774:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
httrack-3.49.2/configure-14775-      esac;
##############################################
httrack-3.49.2/configure-14850-# ----------------------------------------
httrack-3.49.2/configure:14851:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
httrack-3.49.2/configure-14852-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
httrack-3.49.2/configure-14922-  {
httrack-3.49.2/configure:14923:    as_val=`expr "$@" || test $? -eq 1`
httrack-3.49.2/configure-14924-  }
##############################################
httrack-3.49.2/configure-15026-      case $as_dir in #(
httrack-3.49.2/configure:15027:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
httrack-3.49.2/configure-15028-      *) as_qdir=$as_dir;;
##############################################
httrack-3.49.2/configure-15162-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
httrack-3.49.2/configure:15163:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
httrack-3.49.2/configure-15164-ac_cs_version="\\
##############################################
httrack-3.49.2/configure-15187-  --*=?*)
httrack-3.49.2/configure:15188:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
httrack-3.49.2/configure:15189:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
httrack-3.49.2/configure-15190-    ac_shift=:
##############################################
httrack-3.49.2/configure-15192-  --*=)
httrack-3.49.2/configure:15193:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
httrack-3.49.2/configure-15194-    ac_optarg=
##############################################
httrack-3.49.2/configure-15216-    case $ac_optarg in
httrack-3.49.2/configure:15217:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
httrack-3.49.2/configure-15218-    '') as_fn_error $? "missing file argument" ;;
##############################################
httrack-3.49.2/configure-15224-    case $ac_optarg in
httrack-3.49.2/configure:15225:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
httrack-3.49.2/configure-15226-    esac
##############################################
httrack-3.49.2/configure-15293-delay_variable_subst='$delay_variable_subst'
httrack-3.49.2/configure:15294:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15295:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15296:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15297:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15298:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15299:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15300:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15301:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15302:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15303:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15304:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15305:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15306:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15307:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15308:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15309:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15310:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15311:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15312:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15313:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15314:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15315:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15316:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15317:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15318:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15319:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15320:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15321:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15322:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15323:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15324:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15325:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15326:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15327:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15328:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15329:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15330:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15331:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15332:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15333:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15334:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15335:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15336:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15337:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15338:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15339:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15340:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15341:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15342:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15343:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15344:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15345:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15346:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15347:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15348:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15349:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15350: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"`'
httrack-3.49.2/configure:15351:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15352:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15353:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15354:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15355:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15356:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15357:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15358:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15359:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15360:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15361:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15362:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15363:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15364:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15365:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15366:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15367:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15368:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15369:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15370:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15371:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15372:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15373:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15374:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15375:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15376:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15377:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15378:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15379:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15380:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15381:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15382:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15383:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15384:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15385:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15386:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15387:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15388:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15389:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15390:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15391:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15392:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15393:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15394:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15395:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15396:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15397:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15398:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15399:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15400:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15401:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15402:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15403:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15404:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15405:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15406:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15407:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15408:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15409:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15410:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15411:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15412:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15413:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15414:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15415:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15416:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15417:sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15418:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15419:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15420:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15421:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15422:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure:15423:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/configure-15424-
##############################################
httrack-3.49.2/configure-15502-striplib; do
httrack-3.49.2/configure:15503:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
httrack-3.49.2/configure-15504-    *[\\\\\\\`\\"\\\$]*)
httrack-3.49.2/configure:15505:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
httrack-3.49.2/configure-15506-      ;;
##############################################
httrack-3.49.2/configure-15532-sys_lib_dlsearch_path_spec; do
httrack-3.49.2/configure:15533:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
httrack-3.49.2/configure-15534-    *[\\\\\\\`\\"\\\$]*)
httrack-3.49.2/configure:15535:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
httrack-3.49.2/configure-15536-      ;;
##############################################
httrack-3.49.2/configure-15638-fi
httrack-3.49.2/configure:15639:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
httrack-3.49.2/configure-15640-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
httrack-3.49.2/configure-15655-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
httrack-3.49.2/configure:15656:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
httrack-3.49.2/configure-15657-ac_delim='%!_!# '
##############################################
httrack-3.49.2/configure-15661-
httrack-3.49.2/configure:15662:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
httrack-3.49.2/configure-15663-  if test $ac_delim_n = $ac_delim_num; then
##############################################
httrack-3.49.2/configure-15799-for ac_last_try in false false :; do
httrack-3.49.2/configure:15800:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
httrack-3.49.2/configure-15801-  if test -z "$ac_tt"; then
##############################################
httrack-3.49.2/configure-15931-      esac
httrack-3.49.2/configure:15932:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
httrack-3.49.2/configure-15933-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
httrack-3.49.2/configure-15990-*)
httrack-3.49.2/configure:15991:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
httrack-3.49.2/configure-15992-  # A ".." for each directory in $ac_dir_suffix.
httrack-3.49.2/configure:15993:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
httrack-3.49.2/configure-15994-  case $ac_top_builddir_sub in
##############################################
httrack-3.49.2/configure-16051-/@mandir@/p'
httrack-3.49.2/configure:16052:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
httrack-3.49.2/configure-16053-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
httrack-3.49.2/configure-16068-
httrack-3.49.2/configure:16069:# Neutralize VPATH when `$srcdir' = `.'.
httrack-3.49.2/configure-16070-# Shell code in configure.ac might set extrasub.
##############################################
httrack-3.49.2/configure-16096-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
httrack-3.49.2/configure:16097:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
httrack-3.49.2/configure-16098-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
httrack-3.49.2/configure-16142-    * )
httrack-3.49.2/configure:16143:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
httrack-3.49.2/configure-16144-  esac
##############################################
httrack-3.49.2/configure-16189-    # Strip MF so we end up with the name of the file.
httrack-3.49.2/configure:16190:    mf=`echo "$mf" | sed -e 's/:.*$//'`
httrack-3.49.2/configure-16191-    # Check whether this is an Automake generated Makefile or not.
##############################################
httrack-3.49.2/configure-16226-    # from the Makefile without running 'make'.
httrack-3.49.2/configure:16227:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
httrack-3.49.2/configure-16228-    test -z "$DEPDIR" && continue
httrack-3.49.2/configure:16229:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
httrack-3.49.2/configure-16230-    test -z "$am__include" && continue
httrack-3.49.2/configure:16231:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
httrack-3.49.2/configure-16232-    # Find all dependency output files, they are included files with
##############################################
httrack-3.49.2/configure-16285-
httrack-3.49.2/configure:16286:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
httrack-3.49.2/configure-16287-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
httrack-3.49.2/Makefile.in-39-  { \
httrack-3.49.2/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
httrack-3.49.2/Makefile.in-41-  }; \
##############################################
httrack-3.49.2/Makefile.in-173-  while test -n "$$dir1"; do \
httrack-3.49.2/Makefile.in:174:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
httrack-3.49.2/Makefile.in-175-    if test "$$first" != "."; then \
httrack-3.49.2/Makefile.in-176-      if test "$$first" = ".."; then \
httrack-3.49.2/Makefile.in:177:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
httrack-3.49.2/Makefile.in:178:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
httrack-3.49.2/Makefile.in-179-      else \
httrack-3.49.2/Makefile.in:180:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
httrack-3.49.2/Makefile.in-181-        if test "$$first2" = "$$first"; then \
httrack-3.49.2/Makefile.in:182:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
httrack-3.49.2/Makefile.in-183-        else \
##############################################
httrack-3.49.2/Makefile.in-188-    fi; \
httrack-3.49.2/Makefile.in:189:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
httrack-3.49.2/Makefile.in-190-  done; \
##############################################
httrack-3.49.2/Makefile.in-414-	dot_seen=no; \
httrack-3.49.2/Makefile.in:415:	target=`echo $@ | sed s/-recursive//`; \
httrack-3.49.2/Makefile.in-416-	case "$@" in \
##############################################
httrack-3.49.2/Makefile.in-477-GTAGS:
httrack-3.49.2/Makefile.in:478:	here=`$(am__cd) $(top_builddir) && pwd` \
httrack-3.49.2/Makefile.in-479-	  && $(am__cd) $(top_srcdir) \
##############################################
httrack-3.49.2/Makefile.in-509-	test -d "$(distdir)" || mkdir "$(distdir)"
httrack-3.49.2/Makefile.in:510:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
httrack-3.49.2/Makefile.in:511:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
httrack-3.49.2/Makefile.in-512-	list='$(DISTFILES)'; \
##############################################
httrack-3.49.2/Makefile.in-523-	  if test -d $$d/$$file; then \
httrack-3.49.2/Makefile.in:524:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
httrack-3.49.2/Makefile.in-525-	    if test -d "$(distdir)/$$file"; then \
##############################################
httrack-3.49.2/Makefile.in-634-	test -d $(distdir)/_build || exit 0; \
httrack-3.49.2/Makefile.in:635:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
httrack-3.49.2/Makefile.in-636-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
httrack-3.49.2/Makefile.in-678-	}; \
httrack-3.49.2/Makefile.in:679:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
httrack-3.49.2/Makefile.in-680-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
httrack-3.49.2/Makefile.in-690-	fi
httrack-3.49.2/Makefile.in:691:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
httrack-3.49.2/Makefile.in-692-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
httrack-3.49.2/INSTALL-173-directory configuration variables that were expressed in terms of
httrack-3.49.2/INSTALL:174:`${prefix}'.  Any directories that were specified during `configure',
httrack-3.49.2/INSTALL-175-but not in terms of `${prefix}', must each be overridden at install
##############################################
httrack-3.49.2/m4/Makefile.in-39-  { \
httrack-3.49.2/m4/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
httrack-3.49.2/m4/Makefile.in-41-  }; \
##############################################
httrack-3.49.2/m4/Makefile.in-295-distdir: $(DISTFILES)
httrack-3.49.2/m4/Makefile.in:296:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
httrack-3.49.2/m4/Makefile.in:297:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
httrack-3.49.2/m4/Makefile.in-298-	list='$(DISTFILES)'; \
##############################################
httrack-3.49.2/m4/Makefile.in-309-	  if test -d $$d/$$file; then \
httrack-3.49.2/m4/Makefile.in:310:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
httrack-3.49.2/m4/Makefile.in-311-	    if test -d "$(distdir)/$$file"; then \
##############################################
httrack-3.49.2/m4/ltsugar.m4-67-m4_define([lt_combine],
httrack-3.49.2/m4/ltsugar.m4:68:[m4_if(m4_eval([$# > 3]), [1],
httrack-3.49.2/m4/ltsugar.m4-69-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
httrack-3.49.2/m4/libtool.m4-125-done
httrack-3.49.2/m4/libtool.m4:126:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
httrack-3.49.2/m4/libtool.m4-127-])
##############################################
httrack-3.49.2/m4/libtool.m4-427-m4_define([_LT_CONFIG_STATUS_DECLARE],
httrack-3.49.2/m4/libtool.m4:428:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
httrack-3.49.2/m4/libtool.m4-429-
##############################################
httrack-3.49.2/m4/libtool.m4-437-#
httrack-3.49.2/m4/libtool.m4:438:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
httrack-3.49.2/m4/libtool.m4-439-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
httrack-3.49.2/m4/libtool.m4-547-]], lt_decl_quote_varnames); do
httrack-3.49.2/m4/libtool.m4:548:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
httrack-3.49.2/m4/libtool.m4-549-    *[[\\\\\\\`\\"\\\$]]*)
httrack-3.49.2/m4/libtool.m4:550:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
httrack-3.49.2/m4/libtool.m4-551-      ;;
##############################################
httrack-3.49.2/m4/libtool.m4-560-]], lt_decl_dquote_varnames); do
httrack-3.49.2/m4/libtool.m4:561:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
httrack-3.49.2/m4/libtool.m4-562-    *[[\\\\\\\`\\"\\\$]]*)
httrack-3.49.2/m4/libtool.m4:563:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
httrack-3.49.2/m4/libtool.m4-564-      ;;
##############################################
httrack-3.49.2/m4/libtool.m4-720-
httrack-3.49.2/m4/libtool.m4:721:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
httrack-3.49.2/m4/libtool.m4-722-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
httrack-3.49.2/m4/libtool.m4-1090-  if test "$lt_cv_ld_force_load" = "yes"; then
httrack-3.49.2/m4/libtool.m4:1091:    _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\"`'
httrack-3.49.2/m4/libtool.m4-1092-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
httrack-3.49.2/m4/libtool.m4-1143-      }]'
httrack-3.49.2/m4/libtool.m4:1144:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
httrack-3.49.2/m4/libtool.m4-1145-  # Check for a 64-bit object if we didn't find anything.
httrack-3.49.2/m4/libtool.m4-1146-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
httrack-3.49.2/m4/libtool.m4:1147:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
httrack-3.49.2/m4/libtool.m4-1148-  fi],[])
##############################################
httrack-3.49.2/m4/libtool.m4-1179-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
httrack-3.49.2/m4/libtool.m4:1180:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
httrack-3.49.2/m4/libtool.m4-1181-  ECHO='print -r --'
httrack-3.49.2/m4/libtool.m4:1182:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
httrack-3.49.2/m4/libtool.m4-1183-  ECHO='printf %s\n'
##############################################
httrack-3.49.2/m4/libtool.m4-1214-    PATH=/empty FPATH=/empty; export PATH FPATH
httrack-3.49.2/m4/libtool.m4:1215:    test "X`printf %s $ECHO`" = "X$ECHO" \
httrack-3.49.2/m4/libtool.m4:1216:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
httrack-3.49.2/m4/libtool.m4-1217-
##############################################
httrack-3.49.2/m4/libtool.m4-1237-   if test "$GCC" = yes; then
httrack-3.49.2/m4/libtool.m4:1238:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
httrack-3.49.2/m4/libtool.m4-1239-   fi
##############################################
httrack-3.49.2/m4/libtool.m4-1241- /*)
httrack-3.49.2/m4/libtool.m4:1242:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
httrack-3.49.2/m4/libtool.m4-1243-   ;; #(
##############################################
httrack-3.49.2/m4/libtool.m4-1270-  if AC_TRY_EVAL(ac_compile); then
httrack-3.49.2/m4/libtool.m4:1271:    case `/usr/bin/file conftest.$ac_objext` in
httrack-3.49.2/m4/libtool.m4-1272-      *ELF-32*)
##############################################
httrack-3.49.2/m4/libtool.m4-1286-    if test "$lt_cv_prog_gnu_ld" = yes; then
httrack-3.49.2/m4/libtool.m4:1287:      case `/usr/bin/file conftest.$ac_objext` in
httrack-3.49.2/m4/libtool.m4-1288-	*32-bit*)
##############################################
httrack-3.49.2/m4/libtool.m4-1298-    else
httrack-3.49.2/m4/libtool.m4:1299:      case `/usr/bin/file conftest.$ac_objext` in
httrack-3.49.2/m4/libtool.m4-1300-	*32-bit*)
##############################################
httrack-3.49.2/m4/libtool.m4-1663-    # And add a safety zone
httrack-3.49.2/m4/libtool.m4:1664:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
httrack-3.49.2/m4/libtool.m4:1665:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
httrack-3.49.2/m4/libtool.m4-1666-    ;;
##############################################
httrack-3.49.2/m4/libtool.m4-1696-    if test -n "$kargmax"; then
httrack-3.49.2/m4/libtool.m4:1697:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
httrack-3.49.2/m4/libtool.m4-1698-    else
##############################################
httrack-3.49.2/m4/libtool.m4-1705-	test undefined != "$lt_cv_sys_max_cmd_len"; then
httrack-3.49.2/m4/libtool.m4:1706:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
httrack-3.49.2/m4/libtool.m4:1707:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
httrack-3.49.2/m4/libtool.m4-1708-    else
##############################################
httrack-3.49.2/m4/libtool.m4-1717-      # we can't tell.
httrack-3.49.2/m4/libtool.m4:1718:      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
httrack-3.49.2/m4/libtool.m4-1719-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
httrack-3.49.2/m4/libtool.m4-1721-      do
httrack-3.49.2/m4/libtool.m4:1722:        i=`expr $i + 1`
httrack-3.49.2/m4/libtool.m4-1723-        teststring=$teststring$teststring
##############################################
httrack-3.49.2/m4/libtool.m4-1725-      # Only check the string length outside the loop.
httrack-3.49.2/m4/libtool.m4:1726:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
httrack-3.49.2/m4/libtool.m4-1727-      teststring=
##############################################
httrack-3.49.2/m4/libtool.m4-1730-      # linker.  It appears as though 1/2 is a usable value.
httrack-3.49.2/m4/libtool.m4:1731:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
httrack-3.49.2/m4/libtool.m4-1732-    fi
##############################################
httrack-3.49.2/m4/libtool.m4-2055-  if test "$hard_links" = no; then
httrack-3.49.2/m4/libtool.m4:2056:    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
httrack-3.49.2/m4/libtool.m4-2057-    need_locks=warn
##############################################
httrack-3.49.2/m4/libtool.m4-2186-  esac
httrack-3.49.2/m4/libtool.m4:2187:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
httrack-3.49.2/m4/libtool.m4-2188-  case $lt_search_path_spec in
##############################################
httrack-3.49.2/m4/libtool.m4-2193-    # okay in the real world where ";" in dirpaths is itself problematic.
httrack-3.49.2/m4/libtool.m4:2194:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
httrack-3.49.2/m4/libtool.m4-2195-    ;;
httrack-3.49.2/m4/libtool.m4-2196-  *)
httrack-3.49.2/m4/libtool.m4:2197:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
httrack-3.49.2/m4/libtool.m4-2198-    ;;
##############################################
httrack-3.49.2/m4/libtool.m4-2202-  lt_tmp_lt_search_path_spec=
httrack-3.49.2/m4/libtool.m4:2203:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
httrack-3.49.2/m4/libtool.m4-2204-  for lt_sys_path in $lt_search_path_spec; do
##############################################
httrack-3.49.2/m4/libtool.m4-2237-  esac
httrack-3.49.2/m4/libtool.m4:2238:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
httrack-3.49.2/m4/libtool.m4-2239-else
##############################################
httrack-3.49.2/m4/libtool.m4-2325-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
httrack-3.49.2/m4/libtool.m4:2326:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
httrack-3.49.2/m4/libtool.m4-2327-    ;;
##############################################
httrack-3.49.2/m4/libtool.m4-2361-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
httrack-3.49.2/m4/libtool.m4:2362:    postinstall_cmds='base_file=`basename \${file}`~
httrack-3.49.2/m4/libtool.m4:2363:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
httrack-3.49.2/m4/libtool.m4:2364:      dldir=$destdir/`dirname \$dlpath`~
httrack-3.49.2/m4/libtool.m4-2365-      test -d \$dldir || mkdir -p \$dldir~
##############################################
httrack-3.49.2/m4/libtool.m4-2370-      fi'
httrack-3.49.2/m4/libtool.m4:2371:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
httrack-3.49.2/m4/libtool.m4-2372-      dlpath=$dir/\$dldll~
##############################################
httrack-3.49.2/m4/libtool.m4-2378-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
httrack-3.49.2/m4/libtool.m4:2379:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
httrack-3.49.2/m4/libtool.m4-2380-m4_if([$1], [],[
##############################################
httrack-3.49.2/m4/libtool.m4-2384-      # MinGW DLLs use traditional 'lib' prefix
httrack-3.49.2/m4/libtool.m4:2385:      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
httrack-3.49.2/m4/libtool.m4-2386-      ;;
##############################################
httrack-3.49.2/m4/libtool.m4-2388-      # pw32 DLLs use 'pw' prefix rather than 'lib'
httrack-3.49.2/m4/libtool.m4:2389:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
httrack-3.49.2/m4/libtool.m4-2390-      ;;
##############################################
httrack-3.49.2/m4/libtool.m4-2397-    libname_spec='$name'
httrack-3.49.2/m4/libtool.m4:2398:    soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
httrack-3.49.2/m4/libtool.m4-2399-    library_names_spec='${libname}.dll.lib'
##############################################
httrack-3.49.2/m4/libtool.m4-2409-        # Let DOS variable expansion print the short 8.3 style file name.
httrack-3.49.2/m4/libtool.m4:2410:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
httrack-3.49.2/m4/libtool.m4-2411-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
httrack-3.49.2/m4/libtool.m4-2414-      # Convert to MSYS style.
httrack-3.49.2/m4/libtool.m4:2415:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
httrack-3.49.2/m4/libtool.m4-2416-      ;;
##############################################
httrack-3.49.2/m4/libtool.m4-2420-      # like /cygdrive/c/PROGRA~1:/cygdr...
httrack-3.49.2/m4/libtool.m4:2421:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
httrack-3.49.2/m4/libtool.m4:2422:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
httrack-3.49.2/m4/libtool.m4:2423:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
httrack-3.49.2/m4/libtool.m4-2424-      ;;
##############################################
httrack-3.49.2/m4/libtool.m4-2428-        # It is most probably a Windows format PATH.
httrack-3.49.2/m4/libtool.m4:2429:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
httrack-3.49.2/m4/libtool.m4-2430-      else
httrack-3.49.2/m4/libtool.m4:2431:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
httrack-3.49.2/m4/libtool.m4-2432-      fi
##############################################
httrack-3.49.2/m4/libtool.m4-2438-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
httrack-3.49.2/m4/libtool.m4:2439:    postinstall_cmds='base_file=`basename \${file}`~
httrack-3.49.2/m4/libtool.m4:2440:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
httrack-3.49.2/m4/libtool.m4:2441:      dldir=$destdir/`dirname \$dlpath`~
httrack-3.49.2/m4/libtool.m4-2442-      test -d \$dldir || mkdir -p \$dldir~
httrack-3.49.2/m4/libtool.m4-2443-      $install_prog $dir/$dlname \$dldir/$dlname'
httrack-3.49.2/m4/libtool.m4:2444:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
httrack-3.49.2/m4/libtool.m4-2445-      dlpath=$dir/\$dldll~
##############################################
httrack-3.49.2/m4/libtool.m4-2452-    # Assume MSVC wrapper
httrack-3.49.2/m4/libtool.m4:2453:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
httrack-3.49.2/m4/libtool.m4-2454-    dynamic_linker='Win32 ld.exe'
##############################################
httrack-3.49.2/m4/libtool.m4-2469-  shlibpath_var=DYLD_LIBRARY_PATH
httrack-3.49.2/m4/libtool.m4:2470:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
httrack-3.49.2/m4/libtool.m4-2471-m4_if([$1], [],[
##############################################
httrack-3.49.2/m4/libtool.m4-2676-  if test -f /etc/ld.so.conf; then
httrack-3.49.2/m4/libtool.m4:2677:    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' ' '`
httrack-3.49.2/m4/libtool.m4-2678-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
httrack-3.49.2/m4/libtool.m4-2750-  shlibpath_var=LD_LIBRARY_PATH
httrack-3.49.2/m4/libtool.m4:2751:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
httrack-3.49.2/m4/libtool.m4-2752-    case $host_os in
##############################################
httrack-3.49.2/m4/libtool.m4-2967-	"file_magic "*)
httrack-3.49.2/m4/libtool.m4:2968:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
httrack-3.49.2/m4/libtool.m4-2969-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
httrack-3.49.2/m4/libtool.m4-3050-    # gcc leaves a trailing carriage return which upsets mingw
httrack-3.49.2/m4/libtool.m4:3051:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
httrack-3.49.2/m4/libtool.m4-3052-  *)
httrack-3.49.2/m4/libtool.m4:3053:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
httrack-3.49.2/m4/libtool.m4-3054-  esac
##############################################
httrack-3.49.2/m4/libtool.m4-3059-      # Canonicalize the pathname of ld
httrack-3.49.2/m4/libtool.m4:3060:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
httrack-3.49.2/m4/libtool.m4-3061-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
httrack-3.49.2/m4/libtool.m4:3062:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
httrack-3.49.2/m4/libtool.m4-3063-      done
##############################################
httrack-3.49.2/m4/libtool.m4-3090-      # Break only if it was the GNU/non-GNU ld that we prefer.
httrack-3.49.2/m4/libtool.m4:3091:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
httrack-3.49.2/m4/libtool.m4-3092-      *GNU* | *'with BFD'*)
##############################################
httrack-3.49.2/m4/libtool.m4-3130-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
httrack-3.49.2/m4/libtool.m4:3131:case `$LD -v 2>&1 </dev/null` in
httrack-3.49.2/m4/libtool.m4-3132-*GNU* | *'with BFD'*)
##############################################
httrack-3.49.2/m4/libtool.m4-3321-openbsd*)
httrack-3.49.2/m4/libtool.m4:3322:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
httrack-3.49.2/m4/libtool.m4-3323-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
httrack-3.49.2/m4/libtool.m4-3385-    else
httrack-3.49.2/m4/libtool.m4:3386:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
httrack-3.49.2/m4/libtool.m4-3387-    fi
##############################################
httrack-3.49.2/m4/libtool.m4-3431-	# Tru64's nm complains that /dev/null is an invalid object file
httrack-3.49.2/m4/libtool.m4:3432:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
httrack-3.49.2/m4/libtool.m4-3433-	*/dev/null* | *'Invalid file or object type'*)
##############################################
httrack-3.49.2/m4/libtool.m4-3437-	*)
httrack-3.49.2/m4/libtool.m4:3438:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
httrack-3.49.2/m4/libtool.m4-3439-	  */dev/null*)
##############################################
httrack-3.49.2/m4/libtool.m4-3463-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
httrack-3.49.2/m4/libtool.m4:3464:    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
httrack-3.49.2/m4/libtool.m4-3465-    *COFF*)
##############################################
httrack-3.49.2/m4/libtool.m4-3522-  # decide which to use based on capabilities of $DLLTOOL
httrack-3.49.2/m4/libtool.m4:3523:  case `$DLLTOOL --help 2>&1` in
httrack-3.49.2/m4/libtool.m4-3524-  *--identify-strict*)
##############################################
httrack-3.49.2/m4/libtool.m4-3681-# If we're using GNU nm, then use its standard symbol codes.
httrack-3.49.2/m4/libtool.m4:3682:case `$NM -V 2>&1` in
httrack-3.49.2/m4/libtool.m4-3683-*GNU* | *'with BFD'*)
##############################################
httrack-3.49.2/m4/libtool.m4-3699-mingw*)
httrack-3.49.2/m4/libtool.m4:3700:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
httrack-3.49.2/m4/libtool.m4-3701-  ;;
##############################################
httrack-3.49.2/m4/libtool.m4-3752-    nlist=conftest.nm
httrack-3.49.2/m4/libtool.m4:3753:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
httrack-3.49.2/m4/libtool.m4-3754-      # Try sorting and uniquifying the output.
##############################################
httrack-3.49.2/m4/libtool.m4-4090-	  *)
httrack-3.49.2/m4/libtool.m4:4091:	    case `$CC -V 2>&1 | sed 5q` in
httrack-3.49.2/m4/libtool.m4-4092-	    *Sun\ C*)
##############################################
httrack-3.49.2/m4/libtool.m4-4395-      *)
httrack-3.49.2/m4/libtool.m4:4396:	case `$CC -V 2>&1 | sed 5q` in
httrack-3.49.2/m4/libtool.m4-4397-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
httrack-3.49.2/m4/libtool.m4-4673-	# shared libraries, regardless of the interface used.
httrack-3.49.2/m4/libtool.m4:4674:	case `$LD -v 2>&1` in
httrack-3.49.2/m4/libtool.m4-4675-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
httrack-3.49.2/m4/libtool.m4-4705-    supports_anon_versioning=no
httrack-3.49.2/m4/libtool.m4:4706:    case `$LD -v 2>&1` in
httrack-3.49.2/m4/libtool.m4-4707-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
httrack-3.49.2/m4/libtool.m4-4774-	# is EXPORTS), use it as is; otherwise, prepend...
httrack-3.49.2/m4/libtool.m4:4775:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
httrack-3.49.2/m4/libtool.m4-4776-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
httrack-3.49.2/m4/libtool.m4-4802-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
httrack-3.49.2/m4/libtool.m4:4803:      _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'
httrack-3.49.2/m4/libtool.m4:4804:      _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'
httrack-3.49.2/m4/libtool.m4-4805-      ;;
##############################################
httrack-3.49.2/m4/libtool.m4-4820-        pgcc*)				# Portland Group C compiler
httrack-3.49.2/m4/libtool.m4:4821:	  _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'
httrack-3.49.2/m4/libtool.m4-4822-	  tmp_addflag=' $pic_flag'
##############################################
httrack-3.49.2/m4/libtool.m4-4825-					# Portland Group f77 and f90 compilers
httrack-3.49.2/m4/libtool.m4:4826:	  _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'
httrack-3.49.2/m4/libtool.m4-4827-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
httrack-3.49.2/m4/libtool.m4-4840-	nvcc*)	# Cuda Compiler Driver 2.2
httrack-3.49.2/m4/libtool.m4:4841:	  _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'
httrack-3.49.2/m4/libtool.m4-4842-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
httrack-3.49.2/m4/libtool.m4-4844-	esac
httrack-3.49.2/m4/libtool.m4:4845:	case `$CC -V 2>&1 | sed 5q` in
httrack-3.49.2/m4/libtool.m4-4846-	*Sun\ C*)			# Sun C 5.9
httrack-3.49.2/m4/libtool.m4:4847:	  _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'
httrack-3.49.2/m4/libtool.m4-4848-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
httrack-3.49.2/m4/libtool.m4-4912-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
httrack-3.49.2/m4/libtool.m4:4913:      case `$LD -v 2>&1` in
httrack-3.49.2/m4/libtool.m4-4914-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
httrack-3.49.2/m4/libtool.m4-5035-	# below for broken collect2 doesn't work under 4.3+
httrack-3.49.2/m4/libtool.m4:5036:	  collect2name=`${CC} -print-prog-name=collect2`
httrack-3.49.2/m4/libtool.m4-5037-	  if test -f "$collect2name" &&
##############################################
httrack-3.49.2/m4/libtool.m4-5085-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
httrack-3.49.2/m4/libtool.m4:5086:        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
httrack-3.49.2/m4/libtool.m4-5087-      else
##############################################
httrack-3.49.2/m4/libtool.m4-5151-	_LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
httrack-3.49.2/m4/libtool.m4:5152:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
httrack-3.49.2/m4/libtool.m4-5153-	    sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
httrack-3.49.2/m4/libtool.m4-5188-	# FIXME: Setting linknames here is a bad hack.
httrack-3.49.2/m4/libtool.m4:5189:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
httrack-3.49.2/m4/libtool.m4-5190-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
httrack-3.49.2/m4/libtool.m4-5326-      if test "$GCC" = yes; then
httrack-3.49.2/m4/libtool.m4:5327:	_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'
httrack-3.49.2/m4/libtool.m4-5328-	# Try to use the -exported_symbol ld option, if it does not
##############################################
httrack-3.49.2/m4/libtool.m4-5349-	if test "$lt_cv_irix_exported_symbol" = yes; then
httrack-3.49.2/m4/libtool.m4:5350:          _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'
httrack-3.49.2/m4/libtool.m4-5351-	fi
httrack-3.49.2/m4/libtool.m4-5352-      else
httrack-3.49.2/m4/libtool.m4:5353:	_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'
httrack-3.49.2/m4/libtool.m4:5354:	_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'
httrack-3.49.2/m4/libtool.m4-5355-      fi
##############################################
httrack-3.49.2/m4/libtool.m4-5389-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
httrack-3.49.2/m4/libtool.m4:5390:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
httrack-3.49.2/m4/libtool.m4-5391-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
httrack-3.49.2/m4/libtool.m4-5422-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
httrack-3.49.2/m4/libtool.m4:5423:	_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'
httrack-3.49.2/m4/libtool.m4-5424-      else
httrack-3.49.2/m4/libtool.m4-5425-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
httrack-3.49.2/m4/libtool.m4:5426:	_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'
httrack-3.49.2/m4/libtool.m4-5427-      fi
##############################################
httrack-3.49.2/m4/libtool.m4-5435-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
httrack-3.49.2/m4/libtool.m4:5436:	_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'
httrack-3.49.2/m4/libtool.m4-5437-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
httrack-3.49.2/m4/libtool.m4-5439-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
httrack-3.49.2/m4/libtool.m4:5440:	_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'
httrack-3.49.2/m4/libtool.m4:5441:	_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~
httrack-3.49.2/m4/libtool.m4:5442:	$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'
httrack-3.49.2/m4/libtool.m4-5443-
##############################################
httrack-3.49.2/m4/libtool.m4-5458-      else
httrack-3.49.2/m4/libtool.m4:5459:	case `$CC -V 2>&1` in
httrack-3.49.2/m4/libtool.m4-5460-	*"Compilers 5.0"*)
##############################################
httrack-3.49.2/m4/libtool.m4-5651-	  _LT_TAGVAR(allow_undefined_flag, $1)=
httrack-3.49.2/m4/libtool.m4:5652:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
httrack-3.49.2/m4/libtool.m4-5653-	  then
##############################################
httrack-3.49.2/m4/libtool.m4-5951-        # ancient GNU ld didn't support --whole-archive et. al.
httrack-3.49.2/m4/libtool.m4:5952:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
httrack-3.49.2/m4/libtool.m4-5953-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
httrack-3.49.2/m4/libtool.m4-6034-          # below for broken collect2 doesn't work under 4.3+
httrack-3.49.2/m4/libtool.m4:6035:	  collect2name=`${CC} -print-prog-name=collect2`
httrack-3.49.2/m4/libtool.m4-6036-	  if test -f "$collect2name" &&
##############################################
httrack-3.49.2/m4/libtool.m4-6084-
httrack-3.49.2/m4/libtool.m4:6085:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
httrack-3.49.2/m4/libtool.m4-6086-        else
##############################################
httrack-3.49.2/m4/libtool.m4-6150-	  _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
httrack-3.49.2/m4/libtool.m4:6151:	  _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
httrack-3.49.2/m4/libtool.m4-6152-	      $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
##############################################
httrack-3.49.2/m4/libtool.m4-6191-	    # is EXPORTS), use it as is; otherwise, prepend...
httrack-3.49.2/m4/libtool.m4:6192:	    _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
httrack-3.49.2/m4/libtool.m4-6193-	      cp $export_symbols $output_objdir/$soname.def;
##############################################
httrack-3.49.2/m4/libtool.m4-6271-            # dependencies.
httrack-3.49.2/m4/libtool.m4:6272:            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"'
httrack-3.49.2/m4/libtool.m4-6273-            ;;
##############################################
httrack-3.49.2/m4/libtool.m4-6336-	    # dependencies.
httrack-3.49.2/m4/libtool.m4:6337:	    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"'
httrack-3.49.2/m4/libtool.m4-6338-	    ;;
##############################################
httrack-3.49.2/m4/libtool.m4-6372-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
httrack-3.49.2/m4/libtool.m4:6373:	_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'
httrack-3.49.2/m4/libtool.m4:6374:	_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'
httrack-3.49.2/m4/libtool.m4-6375-	;;
##############################################
httrack-3.49.2/m4/libtool.m4-6379-	    # SGI C++
httrack-3.49.2/m4/libtool.m4:6380:	    _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'
httrack-3.49.2/m4/libtool.m4-6381-
##############################################
httrack-3.49.2/m4/libtool.m4-6390-	      if test "$with_gnu_ld" = no; then
httrack-3.49.2/m4/libtool.m4:6391:	        _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'
httrack-3.49.2/m4/libtool.m4-6392-	      else
httrack-3.49.2/m4/libtool.m4:6393:	        _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'
httrack-3.49.2/m4/libtool.m4-6394-	      fi
##############################################
httrack-3.49.2/m4/libtool.m4-6411-	    # to its proper name (with version) after linking.
httrack-3.49.2/m4/libtool.m4:6412:	    _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'
httrack-3.49.2/m4/libtool.m4:6413:	    _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'
httrack-3.49.2/m4/libtool.m4-6414-	    # Commands to make compiler produce verbose output that lists
##############################################
httrack-3.49.2/m4/libtool.m4-6421-	    # dependencies.
httrack-3.49.2/m4/libtool.m4:6422:	    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"'
httrack-3.49.2/m4/libtool.m4-6423-
##############################################
httrack-3.49.2/m4/libtool.m4-6436-	    # earlier do not add the objects themselves.
httrack-3.49.2/m4/libtool.m4:6437:	    case `$CC -V 2>&1` in
httrack-3.49.2/m4/libtool.m4-6438-	      *"Version 7."*)
##############################################
httrack-3.49.2/m4/libtool.m4-6457-            # Portland Group C++ compiler
httrack-3.49.2/m4/libtool.m4:6458:	    case `$CC -V` in
httrack-3.49.2/m4/libtool.m4-6459-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
httrack-3.49.2/m4/libtool.m4-6462-		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
httrack-3.49.2/m4/libtool.m4:6463:		compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
httrack-3.49.2/m4/libtool.m4-6464-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
httrack-3.49.2/m4/libtool.m4-6466-		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
httrack-3.49.2/m4/libtool.m4:6467:		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
httrack-3.49.2/m4/libtool.m4-6468-		$RANLIB $oldlib'
##############################################
httrack-3.49.2/m4/libtool.m4-6471-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
httrack-3.49.2/m4/libtool.m4:6472:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
httrack-3.49.2/m4/libtool.m4-6473-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
httrack-3.49.2/m4/libtool.m4-6475-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
httrack-3.49.2/m4/libtool.m4:6476:		$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'
httrack-3.49.2/m4/libtool.m4-6477-	      ;;
##############################################
httrack-3.49.2/m4/libtool.m4-6485-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
httrack-3.49.2/m4/libtool.m4:6486:	    _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'
httrack-3.49.2/m4/libtool.m4-6487-            ;;
##############################################
httrack-3.49.2/m4/libtool.m4-6504-	    # dependencies.
httrack-3.49.2/m4/libtool.m4:6505:	    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'
httrack-3.49.2/m4/libtool.m4-6506-	    ;;
##############################################
httrack-3.49.2/m4/libtool.m4-6519-	  *)
httrack-3.49.2/m4/libtool.m4:6520:	    case `$CC -V 2>&1 | sed 5q` in
httrack-3.49.2/m4/libtool.m4-6521-	    *Sun\ C*)
##############################################
httrack-3.49.2/m4/libtool.m4-6526-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
httrack-3.49.2/m4/libtool.m4:6527:	      _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'
httrack-3.49.2/m4/libtool.m4-6528-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
httrack-3.49.2/m4/libtool.m4-6596-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
httrack-3.49.2/m4/libtool.m4:6597:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
httrack-3.49.2/m4/libtool.m4-6598-	    _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'
##############################################
httrack-3.49.2/m4/libtool.m4-6615-	    # to its proper name (with version) after linking.
httrack-3.49.2/m4/libtool.m4:6616:	    _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'
httrack-3.49.2/m4/libtool.m4-6617-
##############################################
httrack-3.49.2/m4/libtool.m4-6636-	        _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
httrack-3.49.2/m4/libtool.m4:6637:	        _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'
httrack-3.49.2/m4/libtool.m4-6638-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
httrack-3.49.2/m4/libtool.m4-6641-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
httrack-3.49.2/m4/libtool.m4:6642:	        _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'
httrack-3.49.2/m4/libtool.m4:6643:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
httrack-3.49.2/m4/libtool.m4-6644-	          echo "-hidden">> $lib.exp~
httrack-3.49.2/m4/libtool.m4:6645:	          $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~
httrack-3.49.2/m4/libtool.m4-6646-	          $RM $lib.exp'
##############################################
httrack-3.49.2/m4/libtool.m4-6660-	    # dependencies.
httrack-3.49.2/m4/libtool.m4:6661:	    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"'
httrack-3.49.2/m4/libtool.m4-6662-	    ;;
##############################################
httrack-3.49.2/m4/libtool.m4-6667-	        osf3*)
httrack-3.49.2/m4/libtool.m4:6668:	          _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'
httrack-3.49.2/m4/libtool.m4-6669-		  ;;
httrack-3.49.2/m4/libtool.m4-6670-	        *)
httrack-3.49.2/m4/libtool.m4:6671:	          _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'
httrack-3.49.2/m4/libtool.m4-6672-		  ;;
##############################################
httrack-3.49.2/m4/libtool.m4-6920-  case ${2} in
httrack-3.49.2/m4/libtool.m4:6921:  .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
httrack-3.49.2/m4/libtool.m4:6922:  *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
httrack-3.49.2/m4/libtool.m4-6923-  esac
##############################################
httrack-3.49.2/m4/libtool.m4-7008-
httrack-3.49.2/m4/libtool.m4:7009:  for p in `eval "$output_verbose_link_cmd"`; do
httrack-3.49.2/m4/libtool.m4-7010-    case ${prev}${p} in
##############################################
httrack-3.49.2/m4/libtool.m4-7106-linux*)
httrack-3.49.2/m4/libtool.m4:7107:  case `$CC -V 2>&1 | sed 5q` in
httrack-3.49.2/m4/libtool.m4-7108-  *Sun\ C*)
##############################################
httrack-3.49.2/m4/libtool.m4-7157-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
httrack-3.49.2/m4/libtool.m4:7158: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
httrack-3.49.2/m4/libtool.m4-7159-fi
##############################################
httrack-3.49.2/m4/libtool.m4-7769-    test $lt_ac_count -gt 10 && break
httrack-3.49.2/m4/libtool.m4:7770:    lt_ac_count=`expr $lt_ac_count + 1`
httrack-3.49.2/m4/libtool.m4-7771-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
httrack-3.49.2/m4/libtool.m4-7840-# ------------------------------------------------------
httrack-3.49.2/m4/libtool.m4:7841:# In `$cfgfile', look for function FUNCNAME delimited by `^FUNCNAME ()$' and
httrack-3.49.2/m4/libtool.m4-7842-# '^} FUNCNAME ', and replace its body with REPLACEMENT-BODY.