===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
slowhttptest-1.8.2/man/Makefile.in-49-  { \
slowhttptest-1.8.2/man/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
slowhttptest-1.8.2/man/Makefile.in-51-  }; \
##############################################
slowhttptest-1.8.2/man/Makefile.in-117-  esac
slowhttptest-1.8.2/man/Makefile.in:118:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
slowhttptest-1.8.2/man/Makefile.in-119-am__vpath_adj = case $$p in \
slowhttptest-1.8.2/man/Makefile.in:120:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
slowhttptest-1.8.2/man/Makefile.in-121-    *) f=$$p;; \
slowhttptest-1.8.2/man/Makefile.in-122-  esac;
slowhttptest-1.8.2/man/Makefile.in:123:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
slowhttptest-1.8.2/man/Makefile.in-124-am__install_max = 40
slowhttptest-1.8.2/man/Makefile.in-125-am__nobase_strip_setup = \
slowhttptest-1.8.2/man/Makefile.in:126:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
slowhttptest-1.8.2/man/Makefile.in-127-am__nobase_strip = \
##############################################
slowhttptest-1.8.2/man/Makefile.in-283-	test -n "$(man1dir)" \
slowhttptest-1.8.2/man/Makefile.in:284:	  && test -n "`echo $$list1$$list2`" \
slowhttptest-1.8.2/man/Makefile.in-285-	  || exit 0; \
##############################################
slowhttptest-1.8.2/man/Makefile.in-332-distdir-am: $(DISTFILES)
slowhttptest-1.8.2/man/Makefile.in:333:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
slowhttptest-1.8.2/man/Makefile.in:334:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
slowhttptest-1.8.2/man/Makefile.in-335-	list='$(DISTFILES)'; \
##############################################
slowhttptest-1.8.2/man/Makefile.in-346-	  if test -d $$d/$$file; then \
slowhttptest-1.8.2/man/Makefile.in:347:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
slowhttptest-1.8.2/man/Makefile.in-348-	    if test -d "$(distdir)/$$file"; then \
##############################################
slowhttptest-1.8.2/src/slowhttptest.cc-227-  if(eNoProxy == proxy_type_) {
slowhttptest-1.8.2/src/slowhttptest.cc:228:    if(!resolve_addr(base_uri_.getHost().c_str(), base_uri_.getPortStr(), &addr_, base_uri_.isLiteralIPv6())) {
slowhttptest-1.8.2/src/slowhttptest.cc-229-      return false;
##############################################
slowhttptest-1.8.2/src/slowhttptest.cc-241-        if(eHTTPProxy == proxy_type_) {
slowhttptest-1.8.2/src/slowhttptest.cc:242:          if(!resolve_addr(proxy_.getHost().c_str(), proxy_.getPortStr(), &addr_)) {
slowhttptest-1.8.2/src/slowhttptest.cc-243-            return false;
##############################################
slowhttptest-1.8.2/src/slowhttptest.cc-246-        if(eProbeProxy == proxy_type_) {
slowhttptest-1.8.2/src/slowhttptest.cc:247:          if(!resolve_addr(base_uri_.getHost().c_str(), base_uri_.getPortStr(), &addr_)) {
slowhttptest-1.8.2/src/slowhttptest.cc-248-            return false;
slowhttptest-1.8.2/src/slowhttptest.cc-249-          }
slowhttptest-1.8.2/src/slowhttptest.cc:250:          if(!resolve_addr(base_uri_.getHost().c_str(), proxy_.getPortStr(), &probe_proxy_addr_)) {
slowhttptest-1.8.2/src/slowhttptest.cc-251-            return false;
##############################################
slowhttptest-1.8.2/src/slowhttptest.cc-616-
slowhttptest-1.8.2/src/slowhttptest.cc:617:bool SlowHTTPTest::resolve_addr(const char* host, const char* port, addrinfo  **addr, bool is_ipv6) {
slowhttptest-1.8.2/src/slowhttptest.cc-618-  int error;
##############################################
slowhttptest-1.8.2/src/slowhttptest.h-91- 
slowhttptest-1.8.2/src/slowhttptest.h:92:  static bool resolve_addr(const char* host, 
slowhttptest-1.8.2/src/slowhttptest.h-93-    const char* port, addrinfo **addr, bool is_ipv6=false);
##############################################
slowhttptest-1.8.2/src/Makefile.in-50-  { \
slowhttptest-1.8.2/src/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
slowhttptest-1.8.2/src/Makefile.in-52-  }; \
##############################################
slowhttptest-1.8.2/src/Makefile.in-387-.cc.obj:
slowhttptest-1.8.2/src/Makefile.in:388:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
slowhttptest-1.8.2/src/Makefile.in-389-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
slowhttptest-1.8.2/src/Makefile.in-391-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
slowhttptest-1.8.2/src/Makefile.in:392:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
slowhttptest-1.8.2/src/Makefile.in-393-
##############################################
slowhttptest-1.8.2/src/Makefile.in-423-GTAGS:
slowhttptest-1.8.2/src/Makefile.in:424:	here=`$(am__cd) $(top_builddir) && pwd` \
slowhttptest-1.8.2/src/Makefile.in-425-	  && $(am__cd) $(top_srcdir) \
##############################################
slowhttptest-1.8.2/src/Makefile.in-449-distdir-am: $(DISTFILES)
slowhttptest-1.8.2/src/Makefile.in:450:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
slowhttptest-1.8.2/src/Makefile.in:451:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
slowhttptest-1.8.2/src/Makefile.in-452-	list='$(DISTFILES)'; \
##############################################
slowhttptest-1.8.2/src/Makefile.in-463-	  if test -d $$d/$$file; then \
slowhttptest-1.8.2/src/Makefile.in:464:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
slowhttptest-1.8.2/src/Makefile.in-465-	    if test -d "$(distdir)/$$file"; then \
##############################################
slowhttptest-1.8.2/debian/patches/bump-version-refresh-build-scripts.patch-115- # gives unlimited permission to copy and/or distribute it,
slowhttptest-1.8.2/debian/patches/bump-version-refresh-build-scripts.patch:116:@@ -110,7 +110,7 @@ am_aux_dir=`cd "$ac_aux_dir" && pwd`
slowhttptest-1.8.2/debian/patches/bump-version-refresh-build-scripts.patch-117- 
##############################################
slowhttptest-1.8.2/debian/patches/bump-version-refresh-build-scripts.patch-164- done
slowhttptest-1.8.2/debian/patches/bump-version-refresh-build-scripts.patch:165: echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
slowhttptest-1.8.2/debian/patches/bump-version-refresh-build-scripts.patch-166- 
##############################################
slowhttptest-1.8.2/debian/patches/bump-version-refresh-build-scripts.patch-294- 	mingw/*)
slowhttptest-1.8.2/debian/patches/bump-version-refresh-build-scripts.patch:295: 	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
slowhttptest-1.8.2/debian/patches/bump-version-refresh-build-scripts.patch-296- 	  ;;
##############################################
slowhttptest-1.8.2/debian/patches/bump-version-refresh-build-scripts.patch-298-+	cygwin/* | msys/*)
slowhttptest-1.8.2/debian/patches/bump-version-refresh-build-scripts.patch:299: 	  file=`cygpath -m "$file" || echo "$file"`
slowhttptest-1.8.2/debian/patches/bump-version-refresh-build-scripts.patch-300- 	  ;;
##############################################
slowhttptest-1.8.2/debian/patches/bump-version-refresh-build-scripts.patch-429- cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
slowhttptest-1.8.2/debian/patches/bump-version-refresh-build-scripts.patch:430: ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
slowhttptest-1.8.2/debian/patches/bump-version-refresh-build-scripts.patch-431- ac_cs_version="\\
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/Makefile.in-49-  { \
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/Makefile.in-51-  }; \
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/Makefile.in-177-  while test -n "$$dir1"; do \
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/Makefile.in:178:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/Makefile.in-179-    if test "$$first" != "."; then \
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/Makefile.in-180-      if test "$$first" = ".."; then \
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/Makefile.in:181:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/Makefile.in:182:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/Makefile.in-183-      else \
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/Makefile.in:184:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/Makefile.in-185-        if test "$$first2" = "$$first"; then \
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/Makefile.in:186:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/Makefile.in-187-        else \
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/Makefile.in-192-    fi; \
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/Makefile.in:193:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/Makefile.in-194-  done; \
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/Makefile.in-364-	dot_seen=no; \
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/Makefile.in:365:	target=`echo $@ | sed s/-recursive//`; \
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/Makefile.in-366-	case "$@" in \
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/Makefile.in-427-GTAGS:
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/Makefile.in:428:	here=`$(am__cd) $(top_builddir) && pwd` \
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/Makefile.in-429-	  && $(am__cd) $(top_srcdir) \
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/Makefile.in-462-	test -d "$(distdir)" || mkdir "$(distdir)"
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/Makefile.in:463:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/Makefile.in:464:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/Makefile.in-465-	list='$(DISTFILES)'; \
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/Makefile.in-476-	  if test -d $$d/$$file; then \
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/Makefile.in:477:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/Makefile.in-478-	    if test -d "$(distdir)/$$file"; then \
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/Makefile.in-587-	test -d $(distdir)/_build || exit 0; \
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/Makefile.in:588:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/Makefile.in-589-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/Makefile.in-631-	}; \
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/Makefile.in:632:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/Makefile.in-633-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/Makefile.in-643-	fi
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/Makefile.in:644:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/Makefile.in-645-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/aclocal.m4-92-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/aclocal.m4:93:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/aclocal.m4-94-# and then we would define $MISSING as
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/aclocal.m4-107-# Expand $ac_aux_dir to an absolute path.
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/aclocal.m4:108:am_aux_dir=`cd "$ac_aux_dir" && pwd`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/aclocal.m4-109-])
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/aclocal.m4-205-  if test "$am_compiler_list" = ""; then
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/aclocal.m4:206:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/aclocal.m4-207-  fi
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/aclocal.m4-358-    # Strip MF so we end up with the name of the file.
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/aclocal.m4:359:    am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/aclocal.m4-360-    # Check whether this is an Automake generated Makefile which includes
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/aclocal.m4-365-      || continue
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/aclocal.m4:366:    am_dirpart=`AS_DIRNAME(["$am_mf"])`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/aclocal.m4:367:    am_filepart=`AS_BASENAME(["$am_mf"])`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/aclocal.m4-368-    AM_RUN_LOG([cd "$am_dirpart" \
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/aclocal.m4-433-AC_REQUIRE([AC_PROG_INSTALL])dnl
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/aclocal.m4:434:if test "`cd $srcdir && pwd`" != "`pwd`"; then
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/aclocal.m4-435-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/aclocal.m4-592-    * )
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/aclocal.m4:593:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/aclocal.m4-594-  esac
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/aclocal.m4-595-done
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/aclocal.m4:596:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/aclocal.m4-597-
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/aclocal.m4-848-     echo "timestamp, slept: $am_has_slept" > conftest.file
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/aclocal.m4:849:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/aclocal.m4-850-     if test "$[*]" = "X"; then
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/aclocal.m4-851-	# -L didn't work.
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/aclocal.m4:852:	set X `ls -t "$srcdir/configure" conftest.file`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/aclocal.m4-853-     fi
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/compile-67-	mingw/*)
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/compile-69-	  ;;
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/compile-70-	cygwin/*)
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/compile-72-	  ;;
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/compile-73-	wine/*)
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/compile:74:	  file=`winepath -w "$file" || echo "$file"`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/compile-75-	  ;;
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/compile-310-# Name of file we expect compiler to create.
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/compile:311:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/compile-312-
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/compile-316-# object file name, since that is what matters with a parallel build.
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/compile:317:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/compile-318-while true; do
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-47-  as_echo='print -r --'
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-48-  as_echo_n='print -rn --'
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-50-  as_echo='printf %s\n'
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-52-else
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-64-      esac;
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-201-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-327-      case $as_dir in #(
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:328:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-329-      *) as_qdir=$as_dir;;
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-400-  {
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:401:    as_val=`expr "$@" || test $? -eq 1`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-402-  }
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-407-# ----------------------------------------
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:408:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-409-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-470-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:471:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-472-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-800-  case $ac_option in
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:801:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-802-  *=)   ac_optarg= ;;
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-844-  -disable-* | --disable-*)
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:845:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-846-    # Reject names that are not valid shell variable names.
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-849-    ac_useropt_orig=$ac_useropt
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:850:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-851-    case $ac_user_opts in
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-870-  -enable-* | --enable-*)
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:871:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-872-    # Reject names that are not valid shell variable names.
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-875-    ac_useropt_orig=$ac_useropt
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:876:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-877-    case $ac_user_opts in
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-1074-  -with-* | --with-*)
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:1075:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-1076-    # Reject names that are not valid shell variable names.
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-1079-    ac_useropt_orig=$ac_useropt
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:1080:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-1081-    case $ac_user_opts in
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-1090-  -without-* | --without-*)
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:1091:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-1092-    # Reject names that are not valid shell variable names.
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-1095-    ac_useropt_orig=$ac_useropt
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:1096:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-1097-    case $ac_user_opts in
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-1128-  *=*)
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:1129:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-1130-    # Reject names that are not valid shell variable names.
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-1149-if test -n "$ac_prev"; then
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:1150:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-1151-  as_fn_error $? "missing argument to $ac_option"
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-1171-    */ )
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:1172:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-1173-      eval $ac_var=\$ac_val;;
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-1206-ac_ls_di=`ls -di .` &&
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:1207:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-1208-  as_fn_error $? "working directory cannot be determined"
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-1262-case $srcdir in
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:1263:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-1264-esac
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-1305-By default, \`make install' will install all the files in
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:1306:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:1307:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-1308-for instance \`--prefix=\$HOME'.
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-1390-*)
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:1391:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-1392-  # A ".." for each directory in $ac_dir_suffix.
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:1393:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-1394-  case $ac_top_builddir_sub in
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-1970-    *\'*)
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:1971:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-1972-    esac
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-2053-      case $ac_val in
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:2054:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-2055-      esac
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-2068-	case $ac_val in
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:2069:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-2070-	esac
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-2188-    set,)
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:2189:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:2190:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-2191-      ac_cache_corrupted=: ;;
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-2199-	# differences in whitespace do not lead to failure.
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:2200:	ac_old_val_w=`echo x $ac_old_val`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:2201:	ac_new_val_w=`echo x $ac_new_val`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-2202-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-2219-    case $ac_new_val in
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:2220:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-2221-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-2398-     echo "timestamp, slept: $am_has_slept" > conftest.file
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:2399:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-2400-     if test "$*" = "X"; then
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-2401-	# -L didn't work.
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:2402:	set X `ls -t "$srcdir/configure" conftest.file`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-2403-     fi
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-2449-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:2450:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-2451-
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-2452-# Expand $ac_aux_dir to an absolute path.
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:2453:am_aux_dir=`cd "$ac_aux_dir" && pwd`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-2454-
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-2594-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:2595:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-2596-	     'mkdir (GNU coreutils) '* | \
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-2667-set x ${MAKE-make}
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:2668:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-2669-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-2677-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:2678:case `${MAKE-make} -f conftest.make 2>/dev/null` in
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-2679-  *@@@%%%=?*=@@@%%%*)
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-2743-
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:2744:if test "`cd $srcdir && pwd`" != "`pwd`"; then
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-2745-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-3017-$as_echo_n "checking whether the C++ compiler works... " >&6; }
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:3018:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-3019-
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-3061-	then :; else
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:3062:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-3063-	fi
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-3121-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:3122:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-3123-	  break;;
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-3230-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:3231:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-3232-       break;;
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-3462-  if test "$am_compiler_list" = ""; then
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:3463:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-3464-  fi
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-4188-  if test "$am_compiler_list" = ""; then
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:4189:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-4190-  fi
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-4608-                for switch in -std=c++11 -std=c++0x +std=c++11 "-h std=c++11"; do
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:4609:      cachevar=`$as_echo "ax_cv_cxx_compile_cxx11_$switch" | $as_tr_sh`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-4610-      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX supports C++11 features with $switch" >&5
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-5208-  # Check for GNU $ac_path_GREP
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:5209:case `"$ac_path_GREP" --version 2>&1` in
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-5210-*GNU*)
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-5274-  # Check for GNU $ac_path_EGREP
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:5275:case `"$ac_path_EGREP" --version 2>&1` in
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-5276-*GNU*)
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-5438-do :
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:5439:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-5440-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-5443-  cat >>confdefs.h <<_ACEOF
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:5444:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-5445-_ACEOF
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-5453-do :
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:5454:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-5455-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-5457-  cat >>confdefs.h <<_ACEOF
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:5458:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-5459-_ACEOF
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-5690-do :
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:5691:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-5692-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-5694-  cat >>confdefs.h <<_ACEOF
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:5695:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-5696-_ACEOF
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-5743-ac_save_IFS=$IFS; IFS=','
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:5744:set dummy `echo "$ac_cv_func_select_args" | sed 's/\*/\*/g'`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-5745-IFS=$ac_save_IFS
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-5784-do :
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:5785:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-5786-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-5788-  cat >>confdefs.h <<_ACEOF
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:5789:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-5790-_ACEOF
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-5895-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:5896:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-5897-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-5990-if test -z "$BASH_VERSION$ZSH_VERSION" \
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:5991:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-5992-  as_echo='print -r --'
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-5993-  as_echo_n='print -rn --'
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:5994:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-5995-  as_echo='printf %s\n'
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-5997-else
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:5998:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-5999-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-6007-	expr "X$arg" : "X\\(.*\\)$as_nl";
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:6008:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-6009-      esac;
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-6084-# ----------------------------------------
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:6085:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-6086-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-6156-  {
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:6157:    as_val=`expr "$@" || test $? -eq 1`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-6158-  }
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-6260-      case $as_dir in #(
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:6261:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-6262-      *) as_qdir=$as_dir;;
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-6395-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:6396:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-6397-ac_cs_version="\\
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-6420-  --*=?*)
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:6421:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:6422:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-6423-    ac_shift=:
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-6425-  --*=)
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:6426:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-6427-    ac_optarg=
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-6449-    case $ac_optarg in
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:6450:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-6451-    '') as_fn_error $? "missing file argument" ;;
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-6457-    case $ac_optarg in
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:6458:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-6459-    esac
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-6587-fi
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:6588:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-6589-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-6604-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:6605:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-6606-ac_delim='%!_!# '
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-6610-
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:6611:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-6612-  if test $ac_delim_n = $ac_delim_num; then
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-6748-for ac_last_try in false false :; do
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:6749:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-6750-  if test -z "$ac_tt"; then
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-6880-      esac
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:6881:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-6882-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-6939-*)
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:6940:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-6941-  # A ".." for each directory in $ac_dir_suffix.
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:6942:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-6943-  case $ac_top_builddir_sub in
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-7000-/@mandir@/p'
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:7001:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-7002-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-7017-
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:7018:# Neutralize VPATH when `$srcdir' = `.'.
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-7019-# Shell code in configure.ac might set extrasub.
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-7045-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:7046:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-7047-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-7091-    * )
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:7092:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-7093-  esac
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-7146-    # Strip MF so we end up with the name of the file.
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure:7147:    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/configure-7148-    # Check whether this is an Automake generated Makefile which includes
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/depcomp-64-  case $1 in
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/depcomp-66-      *) dir=;;
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/depcomp-73-{
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/depcomp-75-}
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/depcomp-128-
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/depcomp-405-        sleep 1
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/depcomp:406:        i=`expr $i - 1`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/depcomp-407-      done
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/depcomp-408-    fi
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/depcomp:409:    i=`expr $i - 1`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/depcomp-410-  done
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/depcomp-425-  # Do two passes, one to just change these to
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/depcomp-659-  done
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/depcomp-661-  touch "$tmpdepfile"
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/install-sh-234-      fi
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/install-sh-236-    *)
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/install-sh-280-      dstdir=$dst
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/install-sh:281:      dstbase=`basename "$src"`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/install-sh-282-      case $dst in
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/install-sh-287-    else
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/install-sh:288:      dstdir=`dirname "$dst"`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/install-sh-289-      test -d "$dstdir"
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/install-sh-354-                   test_tmpdir="$tmpdir/a"
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/install-sh:355:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/install-sh-356-                   case $ls_ld_tmpdir in
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/install-sh-361-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/install-sh:362:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/install-sh-363-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/install-sh-419-            case $prefix in
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/install-sh:420:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/install-sh-421-              *) qprefix=$prefix;;
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/install-sh-468-    if $copy_on_change &&
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/install-sh:469:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/install-sh:470:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/install-sh-471-       set -f &&
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/man/Makefile.in-49-  { \
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/man/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/man/Makefile.in-51-  }; \
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/man/Makefile.in-117-  esac
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/man/Makefile.in:118:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/man/Makefile.in-119-am__vpath_adj = case $$p in \
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/man/Makefile.in:120:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/man/Makefile.in-121-    *) f=$$p;; \
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/man/Makefile.in-122-  esac;
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/man/Makefile.in:123:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/man/Makefile.in-124-am__install_max = 40
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/man/Makefile.in-125-am__nobase_strip_setup = \
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/man/Makefile.in:126:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/man/Makefile.in-127-am__nobase_strip = \
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/man/Makefile.in-282-	test -n "$(man1dir)" \
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/man/Makefile.in:283:	  && test -n "`echo $$list1$$list2`" \
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/man/Makefile.in-284-	  || exit 0; \
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/man/Makefile.in-331-distdir-am: $(DISTFILES)
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/man/Makefile.in:332:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/man/Makefile.in:333:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/man/Makefile.in-334-	list='$(DISTFILES)'; \
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/man/Makefile.in-345-	  if test -d $$d/$$file; then \
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/man/Makefile.in:346:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/man/Makefile.in-347-	    if test -d "$(distdir)/$$file"; then \
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/src/Makefile.in-50-  { \
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/src/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/src/Makefile.in-52-  }; \
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/src/Makefile.in-386-.cc.obj:
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/src/Makefile.in:387:@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/src/Makefile.in-388-@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/src/Makefile.in-390-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/src/Makefile.in:391:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/src/Makefile.in-392-
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/src/Makefile.in-422-GTAGS:
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/src/Makefile.in:423:	here=`$(am__cd) $(top_builddir) && pwd` \
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/src/Makefile.in-424-	  && $(am__cd) $(top_srcdir) \
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/src/Makefile.in-448-distdir-am: $(DISTFILES)
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/src/Makefile.in:449:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/src/Makefile.in:450:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/src/Makefile.in-451-	list='$(DISTFILES)'; \
##############################################
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/src/Makefile.in-462-	  if test -d $$d/$$file; then \
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/src/Makefile.in:463:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
slowhttptest-1.8.2/.pc/bump-version-refresh-build-scripts.patch/src/Makefile.in-464-	    if test -d "$(distdir)/$$file"; then \
##############################################
slowhttptest-1.8.2/Makefile.in-49-  { \
slowhttptest-1.8.2/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
slowhttptest-1.8.2/Makefile.in-51-  }; \
##############################################
slowhttptest-1.8.2/Makefile.in-177-  while test -n "$$dir1"; do \
slowhttptest-1.8.2/Makefile.in:178:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
slowhttptest-1.8.2/Makefile.in-179-    if test "$$first" != "."; then \
slowhttptest-1.8.2/Makefile.in-180-      if test "$$first" = ".."; then \
slowhttptest-1.8.2/Makefile.in:181:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
slowhttptest-1.8.2/Makefile.in:182:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
slowhttptest-1.8.2/Makefile.in-183-      else \
slowhttptest-1.8.2/Makefile.in:184:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
slowhttptest-1.8.2/Makefile.in-185-        if test "$$first2" = "$$first"; then \
slowhttptest-1.8.2/Makefile.in:186:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
slowhttptest-1.8.2/Makefile.in-187-        else \
##############################################
slowhttptest-1.8.2/Makefile.in-192-    fi; \
slowhttptest-1.8.2/Makefile.in:193:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
slowhttptest-1.8.2/Makefile.in-194-  done; \
##############################################
slowhttptest-1.8.2/Makefile.in-365-	dot_seen=no; \
slowhttptest-1.8.2/Makefile.in:366:	target=`echo $@ | sed s/-recursive//`; \
slowhttptest-1.8.2/Makefile.in-367-	case "$@" in \
##############################################
slowhttptest-1.8.2/Makefile.in-428-GTAGS:
slowhttptest-1.8.2/Makefile.in:429:	here=`$(am__cd) $(top_builddir) && pwd` \
slowhttptest-1.8.2/Makefile.in-430-	  && $(am__cd) $(top_srcdir) \
##############################################
slowhttptest-1.8.2/Makefile.in-463-	test -d "$(distdir)" || mkdir "$(distdir)"
slowhttptest-1.8.2/Makefile.in:464:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
slowhttptest-1.8.2/Makefile.in:465:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
slowhttptest-1.8.2/Makefile.in-466-	list='$(DISTFILES)'; \
##############################################
slowhttptest-1.8.2/Makefile.in-477-	  if test -d $$d/$$file; then \
slowhttptest-1.8.2/Makefile.in:478:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
slowhttptest-1.8.2/Makefile.in-479-	    if test -d "$(distdir)/$$file"; then \
##############################################
slowhttptest-1.8.2/Makefile.in-594-	test -d $(distdir)/_build || exit 0; \
slowhttptest-1.8.2/Makefile.in:595:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
slowhttptest-1.8.2/Makefile.in-596-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
slowhttptest-1.8.2/Makefile.in-638-	}; \
slowhttptest-1.8.2/Makefile.in:639:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
slowhttptest-1.8.2/Makefile.in-640-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
slowhttptest-1.8.2/Makefile.in-650-	fi
slowhttptest-1.8.2/Makefile.in:651:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
slowhttptest-1.8.2/Makefile.in-652-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
slowhttptest-1.8.2/aclocal.m4-92-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
slowhttptest-1.8.2/aclocal.m4:93:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
slowhttptest-1.8.2/aclocal.m4-94-# and then we would define $MISSING as
##############################################
slowhttptest-1.8.2/aclocal.m4-107-# Expand $ac_aux_dir to an absolute path.
slowhttptest-1.8.2/aclocal.m4:108:am_aux_dir=`cd "$ac_aux_dir" && pwd`
slowhttptest-1.8.2/aclocal.m4-109-])
##############################################
slowhttptest-1.8.2/aclocal.m4-205-  if test "$am_compiler_list" = ""; then
slowhttptest-1.8.2/aclocal.m4:206:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
slowhttptest-1.8.2/aclocal.m4-207-  fi
##############################################
slowhttptest-1.8.2/aclocal.m4-358-    # Strip MF so we end up with the name of the file.
slowhttptest-1.8.2/aclocal.m4:359:    am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
slowhttptest-1.8.2/aclocal.m4-360-    # Check whether this is an Automake generated Makefile which includes
##############################################
slowhttptest-1.8.2/aclocal.m4-365-      || continue
slowhttptest-1.8.2/aclocal.m4:366:    am_dirpart=`AS_DIRNAME(["$am_mf"])`
slowhttptest-1.8.2/aclocal.m4:367:    am_filepart=`AS_BASENAME(["$am_mf"])`
slowhttptest-1.8.2/aclocal.m4-368-    AM_RUN_LOG([cd "$am_dirpart" \
##############################################
slowhttptest-1.8.2/aclocal.m4-435-AC_REQUIRE([AC_PROG_INSTALL])dnl
slowhttptest-1.8.2/aclocal.m4:436:if test "`cd $srcdir && pwd`" != "`pwd`"; then
slowhttptest-1.8.2/aclocal.m4-437-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
slowhttptest-1.8.2/aclocal.m4-594-    * )
slowhttptest-1.8.2/aclocal.m4:595:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
slowhttptest-1.8.2/aclocal.m4-596-  esac
slowhttptest-1.8.2/aclocal.m4-597-done
slowhttptest-1.8.2/aclocal.m4:598:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
slowhttptest-1.8.2/aclocal.m4-599-
##############################################
slowhttptest-1.8.2/aclocal.m4-850-     echo "timestamp, slept: $am_has_slept" > conftest.file
slowhttptest-1.8.2/aclocal.m4:851:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
slowhttptest-1.8.2/aclocal.m4-852-     if test "$[*]" = "X"; then
slowhttptest-1.8.2/aclocal.m4-853-	# -L didn't work.
slowhttptest-1.8.2/aclocal.m4:854:	set X `ls -t "$srcdir/configure" conftest.file`
slowhttptest-1.8.2/aclocal.m4-855-     fi
##############################################
slowhttptest-1.8.2/compile-67-	mingw/*)
slowhttptest-1.8.2/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
slowhttptest-1.8.2/compile-69-	  ;;
slowhttptest-1.8.2/compile-70-	cygwin/* | msys/*)
slowhttptest-1.8.2/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
slowhttptest-1.8.2/compile-72-	  ;;
slowhttptest-1.8.2/compile-73-	wine/*)
slowhttptest-1.8.2/compile:74:	  file=`winepath -w "$file" || echo "$file"`
slowhttptest-1.8.2/compile-75-	  ;;
##############################################
slowhttptest-1.8.2/compile-310-# Name of file we expect compiler to create.
slowhttptest-1.8.2/compile:311:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
slowhttptest-1.8.2/compile-312-
##############################################
slowhttptest-1.8.2/compile-316-# object file name, since that is what matters with a parallel build.
slowhttptest-1.8.2/compile:317:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
slowhttptest-1.8.2/compile-318-while true; do
##############################################
slowhttptest-1.8.2/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
slowhttptest-1.8.2/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
slowhttptest-1.8.2/configure-47-  as_echo='print -r --'
slowhttptest-1.8.2/configure-48-  as_echo_n='print -rn --'
slowhttptest-1.8.2/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
slowhttptest-1.8.2/configure-50-  as_echo='printf %s\n'
##############################################
slowhttptest-1.8.2/configure-52-else
slowhttptest-1.8.2/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
slowhttptest-1.8.2/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
slowhttptest-1.8.2/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
slowhttptest-1.8.2/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
slowhttptest-1.8.2/configure-64-      esac;
##############################################
slowhttptest-1.8.2/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
slowhttptest-1.8.2/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
slowhttptest-1.8.2/configure-201-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
slowhttptest-1.8.2/configure-327-      case $as_dir in #(
slowhttptest-1.8.2/configure:328:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
slowhttptest-1.8.2/configure-329-      *) as_qdir=$as_dir;;
##############################################
slowhttptest-1.8.2/configure-400-  {
slowhttptest-1.8.2/configure:401:    as_val=`expr "$@" || test $? -eq 1`
slowhttptest-1.8.2/configure-402-  }
##############################################
slowhttptest-1.8.2/configure-407-# ----------------------------------------
slowhttptest-1.8.2/configure:408:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
slowhttptest-1.8.2/configure-409-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
slowhttptest-1.8.2/configure-470-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
slowhttptest-1.8.2/configure:471:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
slowhttptest-1.8.2/configure-472-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
slowhttptest-1.8.2/configure-802-  case $ac_option in
slowhttptest-1.8.2/configure:803:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
slowhttptest-1.8.2/configure-804-  *=)   ac_optarg= ;;
##############################################
slowhttptest-1.8.2/configure-846-  -disable-* | --disable-*)
slowhttptest-1.8.2/configure:847:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
slowhttptest-1.8.2/configure-848-    # Reject names that are not valid shell variable names.
##############################################
slowhttptest-1.8.2/configure-851-    ac_useropt_orig=$ac_useropt
slowhttptest-1.8.2/configure:852:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
slowhttptest-1.8.2/configure-853-    case $ac_user_opts in
##############################################
slowhttptest-1.8.2/configure-872-  -enable-* | --enable-*)
slowhttptest-1.8.2/configure:873:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
slowhttptest-1.8.2/configure-874-    # Reject names that are not valid shell variable names.
##############################################
slowhttptest-1.8.2/configure-877-    ac_useropt_orig=$ac_useropt
slowhttptest-1.8.2/configure:878:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
slowhttptest-1.8.2/configure-879-    case $ac_user_opts in
##############################################
slowhttptest-1.8.2/configure-1085-  -with-* | --with-*)
slowhttptest-1.8.2/configure:1086:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
slowhttptest-1.8.2/configure-1087-    # Reject names that are not valid shell variable names.
##############################################
slowhttptest-1.8.2/configure-1090-    ac_useropt_orig=$ac_useropt
slowhttptest-1.8.2/configure:1091:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
slowhttptest-1.8.2/configure-1092-    case $ac_user_opts in
##############################################
slowhttptest-1.8.2/configure-1101-  -without-* | --without-*)
slowhttptest-1.8.2/configure:1102:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
slowhttptest-1.8.2/configure-1103-    # Reject names that are not valid shell variable names.
##############################################
slowhttptest-1.8.2/configure-1106-    ac_useropt_orig=$ac_useropt
slowhttptest-1.8.2/configure:1107:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
slowhttptest-1.8.2/configure-1108-    case $ac_user_opts in
##############################################
slowhttptest-1.8.2/configure-1139-  *=*)
slowhttptest-1.8.2/configure:1140:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
slowhttptest-1.8.2/configure-1141-    # Reject names that are not valid shell variable names.
##############################################
slowhttptest-1.8.2/configure-1160-if test -n "$ac_prev"; then
slowhttptest-1.8.2/configure:1161:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
slowhttptest-1.8.2/configure-1162-  as_fn_error $? "missing argument to $ac_option"
##############################################
slowhttptest-1.8.2/configure-1182-    */ )
slowhttptest-1.8.2/configure:1183:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
slowhttptest-1.8.2/configure-1184-      eval $ac_var=\$ac_val;;
##############################################
slowhttptest-1.8.2/configure-1217-ac_ls_di=`ls -di .` &&
slowhttptest-1.8.2/configure:1218:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
slowhttptest-1.8.2/configure-1219-  as_fn_error $? "working directory cannot be determined"
##############################################
slowhttptest-1.8.2/configure-1273-case $srcdir in
slowhttptest-1.8.2/configure:1274:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
slowhttptest-1.8.2/configure-1275-esac
##############################################
slowhttptest-1.8.2/configure-1316-By default, \`make install' will install all the files in
slowhttptest-1.8.2/configure:1317:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
slowhttptest-1.8.2/configure:1318:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
slowhttptest-1.8.2/configure-1319-for instance \`--prefix=\$HOME'.
##############################################
slowhttptest-1.8.2/configure-1402-*)
slowhttptest-1.8.2/configure:1403:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
slowhttptest-1.8.2/configure-1404-  # A ".." for each directory in $ac_dir_suffix.
slowhttptest-1.8.2/configure:1405:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
slowhttptest-1.8.2/configure-1406-  case $ac_top_builddir_sub in
##############################################
slowhttptest-1.8.2/configure-1982-    *\'*)
slowhttptest-1.8.2/configure:1983:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
slowhttptest-1.8.2/configure-1984-    esac
##############################################
slowhttptest-1.8.2/configure-2065-      case $ac_val in
slowhttptest-1.8.2/configure:2066:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
slowhttptest-1.8.2/configure-2067-      esac
##############################################
slowhttptest-1.8.2/configure-2080-	case $ac_val in
slowhttptest-1.8.2/configure:2081:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
slowhttptest-1.8.2/configure-2082-	esac
##############################################
slowhttptest-1.8.2/configure-2200-    set,)
slowhttptest-1.8.2/configure:2201:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
slowhttptest-1.8.2/configure:2202:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
slowhttptest-1.8.2/configure-2203-      ac_cache_corrupted=: ;;
##############################################
slowhttptest-1.8.2/configure-2211-	# differences in whitespace do not lead to failure.
slowhttptest-1.8.2/configure:2212:	ac_old_val_w=`echo x $ac_old_val`
slowhttptest-1.8.2/configure:2213:	ac_new_val_w=`echo x $ac_new_val`
slowhttptest-1.8.2/configure-2214-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
slowhttptest-1.8.2/configure-2231-    case $ac_new_val in
slowhttptest-1.8.2/configure:2232:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
slowhttptest-1.8.2/configure-2233-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
slowhttptest-1.8.2/configure-2410-     echo "timestamp, slept: $am_has_slept" > conftest.file
slowhttptest-1.8.2/configure:2411:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
slowhttptest-1.8.2/configure-2412-     if test "$*" = "X"; then
slowhttptest-1.8.2/configure-2413-	# -L didn't work.
slowhttptest-1.8.2/configure:2414:	set X `ls -t "$srcdir/configure" conftest.file`
slowhttptest-1.8.2/configure-2415-     fi
##############################################
slowhttptest-1.8.2/configure-2461-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
slowhttptest-1.8.2/configure:2462:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
slowhttptest-1.8.2/configure-2463-
slowhttptest-1.8.2/configure-2464-# Expand $ac_aux_dir to an absolute path.
slowhttptest-1.8.2/configure:2465:am_aux_dir=`cd "$ac_aux_dir" && pwd`
slowhttptest-1.8.2/configure-2466-
##############################################
slowhttptest-1.8.2/configure-2606-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
slowhttptest-1.8.2/configure:2607:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
slowhttptest-1.8.2/configure-2608-	     'mkdir (GNU coreutils) '* | \
##############################################
slowhttptest-1.8.2/configure-2679-set x ${MAKE-make}
slowhttptest-1.8.2/configure:2680:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
slowhttptest-1.8.2/configure-2681-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
slowhttptest-1.8.2/configure-2689-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
slowhttptest-1.8.2/configure:2690:case `${MAKE-make} -f conftest.make 2>/dev/null` in
slowhttptest-1.8.2/configure-2691-  *@@@%%%=?*=@@@%%%*)
##############################################
slowhttptest-1.8.2/configure-2755-
slowhttptest-1.8.2/configure:2756:if test "`cd $srcdir && pwd`" != "`pwd`"; then
slowhttptest-1.8.2/configure-2757-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
slowhttptest-1.8.2/configure-3029-$as_echo_n "checking whether the C++ compiler works... " >&6; }
slowhttptest-1.8.2/configure:3030:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
slowhttptest-1.8.2/configure-3031-
##############################################
slowhttptest-1.8.2/configure-3073-	then :; else
slowhttptest-1.8.2/configure:3074:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
slowhttptest-1.8.2/configure-3075-	fi
##############################################
slowhttptest-1.8.2/configure-3133-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
slowhttptest-1.8.2/configure:3134:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
slowhttptest-1.8.2/configure-3135-	  break;;
##############################################
slowhttptest-1.8.2/configure-3242-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
slowhttptest-1.8.2/configure:3243:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
slowhttptest-1.8.2/configure-3244-       break;;
##############################################
slowhttptest-1.8.2/configure-3474-  if test "$am_compiler_list" = ""; then
slowhttptest-1.8.2/configure:3475:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
slowhttptest-1.8.2/configure-3476-  fi
##############################################
slowhttptest-1.8.2/configure-4200-  if test "$am_compiler_list" = ""; then
slowhttptest-1.8.2/configure:4201:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
slowhttptest-1.8.2/configure-4202-  fi
##############################################
slowhttptest-1.8.2/configure-4620-                for switch in -std=c++11 -std=c++0x +std=c++11 "-h std=c++11"; do
slowhttptest-1.8.2/configure:4621:      cachevar=`$as_echo "ax_cv_cxx_compile_cxx11_$switch" | $as_tr_sh`
slowhttptest-1.8.2/configure-4622-      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX supports C++11 features with $switch" >&5
##############################################
slowhttptest-1.8.2/configure-5220-  # Check for GNU $ac_path_GREP
slowhttptest-1.8.2/configure:5221:case `"$ac_path_GREP" --version 2>&1` in
slowhttptest-1.8.2/configure-5222-*GNU*)
##############################################
slowhttptest-1.8.2/configure-5286-  # Check for GNU $ac_path_EGREP
slowhttptest-1.8.2/configure:5287:case `"$ac_path_EGREP" --version 2>&1` in
slowhttptest-1.8.2/configure-5288-*GNU*)
##############################################
slowhttptest-1.8.2/configure-5450-do :
slowhttptest-1.8.2/configure:5451:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
slowhttptest-1.8.2/configure-5452-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
slowhttptest-1.8.2/configure-5455-  cat >>confdefs.h <<_ACEOF
slowhttptest-1.8.2/configure:5456:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
slowhttptest-1.8.2/configure-5457-_ACEOF
##############################################
slowhttptest-1.8.2/configure-5465-do :
slowhttptest-1.8.2/configure:5466:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
slowhttptest-1.8.2/configure-5467-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
slowhttptest-1.8.2/configure-5469-  cat >>confdefs.h <<_ACEOF
slowhttptest-1.8.2/configure:5470:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
slowhttptest-1.8.2/configure-5471-_ACEOF
##############################################
slowhttptest-1.8.2/configure-5702-do :
slowhttptest-1.8.2/configure:5703:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
slowhttptest-1.8.2/configure-5704-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
slowhttptest-1.8.2/configure-5706-  cat >>confdefs.h <<_ACEOF
slowhttptest-1.8.2/configure:5707:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
slowhttptest-1.8.2/configure-5708-_ACEOF
##############################################
slowhttptest-1.8.2/configure-5755-ac_save_IFS=$IFS; IFS=','
slowhttptest-1.8.2/configure:5756:set dummy `echo "$ac_cv_func_select_args" | sed 's/\*/\*/g'`
slowhttptest-1.8.2/configure-5757-IFS=$ac_save_IFS
##############################################
slowhttptest-1.8.2/configure-5796-do :
slowhttptest-1.8.2/configure:5797:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
slowhttptest-1.8.2/configure-5798-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
slowhttptest-1.8.2/configure-5800-  cat >>confdefs.h <<_ACEOF
slowhttptest-1.8.2/configure:5801:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
slowhttptest-1.8.2/configure-5802-_ACEOF
##############################################
slowhttptest-1.8.2/configure-5907-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
slowhttptest-1.8.2/configure:5908:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
slowhttptest-1.8.2/configure-5909-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
slowhttptest-1.8.2/configure-6002-if test -z "$BASH_VERSION$ZSH_VERSION" \
slowhttptest-1.8.2/configure:6003:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
slowhttptest-1.8.2/configure-6004-  as_echo='print -r --'
slowhttptest-1.8.2/configure-6005-  as_echo_n='print -rn --'
slowhttptest-1.8.2/configure:6006:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
slowhttptest-1.8.2/configure-6007-  as_echo='printf %s\n'
##############################################
slowhttptest-1.8.2/configure-6009-else
slowhttptest-1.8.2/configure:6010:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
slowhttptest-1.8.2/configure-6011-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
slowhttptest-1.8.2/configure-6019-	expr "X$arg" : "X\\(.*\\)$as_nl";
slowhttptest-1.8.2/configure:6020:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
slowhttptest-1.8.2/configure-6021-      esac;
##############################################
slowhttptest-1.8.2/configure-6096-# ----------------------------------------
slowhttptest-1.8.2/configure:6097:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
slowhttptest-1.8.2/configure-6098-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
slowhttptest-1.8.2/configure-6168-  {
slowhttptest-1.8.2/configure:6169:    as_val=`expr "$@" || test $? -eq 1`
slowhttptest-1.8.2/configure-6170-  }
##############################################
slowhttptest-1.8.2/configure-6272-      case $as_dir in #(
slowhttptest-1.8.2/configure:6273:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
slowhttptest-1.8.2/configure-6274-      *) as_qdir=$as_dir;;
##############################################
slowhttptest-1.8.2/configure-6407-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
slowhttptest-1.8.2/configure:6408:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
slowhttptest-1.8.2/configure-6409-ac_cs_version="\\
##############################################
slowhttptest-1.8.2/configure-6432-  --*=?*)
slowhttptest-1.8.2/configure:6433:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
slowhttptest-1.8.2/configure:6434:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
slowhttptest-1.8.2/configure-6435-    ac_shift=:
##############################################
slowhttptest-1.8.2/configure-6437-  --*=)
slowhttptest-1.8.2/configure:6438:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
slowhttptest-1.8.2/configure-6439-    ac_optarg=
##############################################
slowhttptest-1.8.2/configure-6461-    case $ac_optarg in
slowhttptest-1.8.2/configure:6462:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
slowhttptest-1.8.2/configure-6463-    '') as_fn_error $? "missing file argument" ;;
##############################################
slowhttptest-1.8.2/configure-6469-    case $ac_optarg in
slowhttptest-1.8.2/configure:6470:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
slowhttptest-1.8.2/configure-6471-    esac
##############################################
slowhttptest-1.8.2/configure-6599-fi
slowhttptest-1.8.2/configure:6600:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
slowhttptest-1.8.2/configure-6601-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
slowhttptest-1.8.2/configure-6616-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
slowhttptest-1.8.2/configure:6617:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
slowhttptest-1.8.2/configure-6618-ac_delim='%!_!# '
##############################################
slowhttptest-1.8.2/configure-6622-
slowhttptest-1.8.2/configure:6623:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
slowhttptest-1.8.2/configure-6624-  if test $ac_delim_n = $ac_delim_num; then
##############################################
slowhttptest-1.8.2/configure-6760-for ac_last_try in false false :; do
slowhttptest-1.8.2/configure:6761:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
slowhttptest-1.8.2/configure-6762-  if test -z "$ac_tt"; then
##############################################
slowhttptest-1.8.2/configure-6892-      esac
slowhttptest-1.8.2/configure:6893:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
slowhttptest-1.8.2/configure-6894-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
slowhttptest-1.8.2/configure-6951-*)
slowhttptest-1.8.2/configure:6952:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
slowhttptest-1.8.2/configure-6953-  # A ".." for each directory in $ac_dir_suffix.
slowhttptest-1.8.2/configure:6954:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
slowhttptest-1.8.2/configure-6955-  case $ac_top_builddir_sub in
##############################################
slowhttptest-1.8.2/configure-7012-/@mandir@/p'
slowhttptest-1.8.2/configure:7013:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
slowhttptest-1.8.2/configure-7014-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
slowhttptest-1.8.2/configure-7029-
slowhttptest-1.8.2/configure:7030:# Neutralize VPATH when `$srcdir' = `.'.
slowhttptest-1.8.2/configure-7031-# Shell code in configure.ac might set extrasub.
##############################################
slowhttptest-1.8.2/configure-7057-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
slowhttptest-1.8.2/configure:7058:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
slowhttptest-1.8.2/configure-7059-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
slowhttptest-1.8.2/configure-7103-    * )
slowhttptest-1.8.2/configure:7104:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
slowhttptest-1.8.2/configure-7105-  esac
##############################################
slowhttptest-1.8.2/configure-7158-    # Strip MF so we end up with the name of the file.
slowhttptest-1.8.2/configure:7159:    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
slowhttptest-1.8.2/configure-7160-    # Check whether this is an Automake generated Makefile which includes
##############################################
slowhttptest-1.8.2/depcomp-64-  case $1 in
slowhttptest-1.8.2/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
slowhttptest-1.8.2/depcomp-66-      *) dir=;;
##############################################
slowhttptest-1.8.2/depcomp-73-{
slowhttptest-1.8.2/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
slowhttptest-1.8.2/depcomp-75-}
##############################################
slowhttptest-1.8.2/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
slowhttptest-1.8.2/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
slowhttptest-1.8.2/depcomp-128-
##############################################
slowhttptest-1.8.2/depcomp-405-        sleep 1
slowhttptest-1.8.2/depcomp:406:        i=`expr $i - 1`
slowhttptest-1.8.2/depcomp-407-      done
slowhttptest-1.8.2/depcomp-408-    fi
slowhttptest-1.8.2/depcomp:409:    i=`expr $i - 1`
slowhttptest-1.8.2/depcomp-410-  done
##############################################
slowhttptest-1.8.2/depcomp-425-  # Do two passes, one to just change these to
slowhttptest-1.8.2/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
slowhttptest-1.8.2/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
slowhttptest-1.8.2/depcomp-659-  done
slowhttptest-1.8.2/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
slowhttptest-1.8.2/depcomp-661-  touch "$tmpdepfile"
##############################################
slowhttptest-1.8.2/install-sh-234-      fi
slowhttptest-1.8.2/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
slowhttptest-1.8.2/install-sh-236-    *)
##############################################
slowhttptest-1.8.2/install-sh-280-      dstdir=$dst
slowhttptest-1.8.2/install-sh:281:      dstbase=`basename "$src"`
slowhttptest-1.8.2/install-sh-282-      case $dst in
##############################################
slowhttptest-1.8.2/install-sh-287-    else
slowhttptest-1.8.2/install-sh:288:      dstdir=`dirname "$dst"`
slowhttptest-1.8.2/install-sh-289-      test -d "$dstdir"
##############################################
slowhttptest-1.8.2/install-sh-354-                   test_tmpdir="$tmpdir/a"
slowhttptest-1.8.2/install-sh:355:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
slowhttptest-1.8.2/install-sh-356-                   case $ls_ld_tmpdir in
##############################################
slowhttptest-1.8.2/install-sh-361-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
slowhttptest-1.8.2/install-sh:362:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
slowhttptest-1.8.2/install-sh-363-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
slowhttptest-1.8.2/install-sh-419-            case $prefix in
slowhttptest-1.8.2/install-sh:420:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
slowhttptest-1.8.2/install-sh-421-              *) qprefix=$prefix;;
##############################################
slowhttptest-1.8.2/install-sh-479-    if $copy_on_change &&
slowhttptest-1.8.2/install-sh:480:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
slowhttptest-1.8.2/install-sh:481:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
slowhttptest-1.8.2/install-sh-482-       set -f &&