===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
vdetelweb-1.2.1/vdetelweb.c-267-
vdetelweb-1.2.1/vdetelweb.c:268:static void sockaddr2ip_6addr(struct ip_addr *ipaddrp,unsigned char *addr)
vdetelweb-1.2.1/vdetelweb.c-269-{
vdetelweb-1.2.1/vdetelweb.c:270:	IP6_ADDR(ipaddrp,
vdetelweb-1.2.1/vdetelweb.c-271-			(addr[0]<<8)|addr[1],
##############################################
vdetelweb-1.2.1/vdetelweb.c-304-							addr[3-i]=addrh;
vdetelweb-1.2.1/vdetelweb.c:305:						IP64_ADDR(&ipaddr, addr[0],addr[1],addr[2],addr[3]);
vdetelweb-1.2.1/vdetelweb.c-306-						bitno2mask(addr,bitno,4);
vdetelweb-1.2.1/vdetelweb.c:307:						IP64_MASKADDR(&netmask, addr[0],addr[1],addr[2],addr[3]);
vdetelweb-1.2.1/vdetelweb.c:308:						lwip_add_addr(nif,&ipaddr,&netmask);
vdetelweb-1.2.1/vdetelweb.c-309-					}
##############################################
vdetelweb-1.2.1/vdetelweb.c-314-						unsigned char *addr=in->sin6_addr.s6_addr;
vdetelweb-1.2.1/vdetelweb.c:315:						sockaddr2ip_6addr(&ipaddr,addr);
vdetelweb-1.2.1/vdetelweb.c-316-						bitno2mask(addr,bitno,16);
vdetelweb-1.2.1/vdetelweb.c:317:						sockaddr2ip_6addr(&netmask,addr);
vdetelweb-1.2.1/vdetelweb.c:318:						lwip_add_addr(nif,&ipaddr,&netmask);
vdetelweb-1.2.1/vdetelweb.c-319-					}
##############################################
vdetelweb-1.2.1/vdetelweb.c-346-						addr[3-i]=addrh;
vdetelweb-1.2.1/vdetelweb.c:347:					IP64_ADDR(&ipaddr, addr[0],addr[1],addr[2],addr[3]);
vdetelweb-1.2.1/vdetelweb.c-348-					lwip_add_route(lwipstack,IP_ADDR_ANY,IP_ADDR_ANY,&ipaddr,nif,0);
##############################################
vdetelweb-1.2.1/vdetelweb.c-353-					struct sockaddr_in6 *in=(struct sockaddr_in6 *)res->ai_addr;
vdetelweb-1.2.1/vdetelweb.c:354:					sockaddr2ip_6addr(&ipaddr,in->sin6_addr.s6_addr);
vdetelweb-1.2.1/vdetelweb.c-355-					lwip_add_route(lwipstack,IP_ADDR_ANY,IP_ADDR_ANY,&ipaddr,nif,0);
##############################################
vdetelweb-1.2.1/install-sh-217-      fi
vdetelweb-1.2.1/install-sh:218:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
vdetelweb-1.2.1/install-sh-219-    *)
##############################################
vdetelweb-1.2.1/install-sh-269-      dstdir=$dst
vdetelweb-1.2.1/install-sh:270:      dst=$dstdir/`basename "$src"`
vdetelweb-1.2.1/install-sh-271-      dstdir_status=0
##############################################
vdetelweb-1.2.1/install-sh-351-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
vdetelweb-1.2.1/install-sh:352:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
vdetelweb-1.2.1/install-sh-353-		   case $ls_ld_tmpdir in
##############################################
vdetelweb-1.2.1/install-sh-358-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
vdetelweb-1.2.1/install-sh:359:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
vdetelweb-1.2.1/install-sh-360-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
vdetelweb-1.2.1/install-sh-418-	    case $prefix in
vdetelweb-1.2.1/install-sh:419:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
vdetelweb-1.2.1/install-sh-420-	      *) qprefix=$prefix;;
##############################################
vdetelweb-1.2.1/install-sh-467-    if $copy_on_change &&
vdetelweb-1.2.1/install-sh:468:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
vdetelweb-1.2.1/install-sh:469:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
vdetelweb-1.2.1/install-sh-470-
##############################################
vdetelweb-1.2.1/missing-139-       # Could not run --version or --help.  This is probably someone
vdetelweb-1.2.1/missing:140:       # running `$TOOL --version' or `$TOOL --help' to check whether
vdetelweb-1.2.1/missing-141-       # $TOOL exists and not knowing $TOOL uses missing.
##############################################
vdetelweb-1.2.1/missing-173-         from any GNU archive site."
vdetelweb-1.2.1/missing:174:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
vdetelweb-1.2.1/missing-175-    test -z "$files" && files="config.h"
##############################################
vdetelweb-1.2.1/missing-202-         proper tools for further handling them.
vdetelweb-1.2.1/missing:203:         You can get \`$1' as part of \`Autoconf' from any GNU
vdetelweb-1.2.1/missing-204-         archive site."
vdetelweb-1.2.1/missing-205-
vdetelweb-1.2.1/missing:206:    file=`echo "$*" | sed -n "$sed_output"`
vdetelweb-1.2.1/missing:207:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
vdetelweb-1.2.1/missing-208-    if test -f "$file"; then
##############################################
vdetelweb-1.2.1/missing-231-	*.y)
vdetelweb-1.2.1/missing:232:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
vdetelweb-1.2.1/missing-233-	    if test -f "$SRCFILE"; then
##############################################
vdetelweb-1.2.1/missing-235-	    fi
vdetelweb-1.2.1/missing:236:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
vdetelweb-1.2.1/missing-237-	    if test -f "$SRCFILE"; then
##############################################
vdetelweb-1.2.1/missing-261-	*.l)
vdetelweb-1.2.1/missing:262:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
vdetelweb-1.2.1/missing-263-	    if test -f "$SRCFILE"; then
##############################################
vdetelweb-1.2.1/missing-280-
vdetelweb-1.2.1/missing:281:    file=`echo "$*" | sed -n "$sed_output"`
vdetelweb-1.2.1/missing:282:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
vdetelweb-1.2.1/missing-283-    if test -f "$file"; then
##############################################
vdetelweb-1.2.1/missing-300-    # The file to touch is that specified with -o ...
vdetelweb-1.2.1/missing:301:    file=`echo "$*" | sed -n "$sed_output"`
vdetelweb-1.2.1/missing:302:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
vdetelweb-1.2.1/missing-303-    if test -z "$file"; then
vdetelweb-1.2.1/missing-304-      # ... or it is the one specified with @setfilename ...
vdetelweb-1.2.1/missing:305:      infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
vdetelweb-1.2.1/missing-306-      file=`sed -n '
##############################################
vdetelweb-1.2.1/missing-312-      # ... or it is derived from the source name (dir/f.texi becomes f.info)
vdetelweb-1.2.1/missing:313:      test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
vdetelweb-1.2.1/missing-314-    fi
##############################################
vdetelweb-1.2.1/missing-336-	*o*)
vdetelweb-1.2.1/missing:337:	    firstarg=`echo "$firstarg" | sed s/o//`
vdetelweb-1.2.1/missing-338-	    tar "$firstarg" "$@" && exit 0
##############################################
vdetelweb-1.2.1/missing-342-	*h*)
vdetelweb-1.2.1/missing:343:	    firstarg=`echo "$firstarg" | sed s/h//`
vdetelweb-1.2.1/missing-344-	    tar "$firstarg" "$@" && exit 0
##############################################
vdetelweb-1.2.1/depcomp-67-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
vdetelweb-1.2.1/depcomp:68:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
vdetelweb-1.2.1/depcomp-69-
##############################################
vdetelweb-1.2.1/depcomp-224-  # Version 6 uses the directory in both cases.
vdetelweb-1.2.1/depcomp:225:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
vdetelweb-1.2.1/depcomp-226-  test "x$dir" = "x$object" && dir=
vdetelweb-1.2.1/depcomp:227:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
vdetelweb-1.2.1/depcomp-228-  if test "$libtool" = yes; then
##############################################
vdetelweb-1.2.1/depcomp-253-    # Do two passes, one to just change these to
vdetelweb-1.2.1/depcomp:254:    # `$object: dependent.h' and one to simply `dependent.h:'.
vdetelweb-1.2.1/depcomp-255-    sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
##############################################
vdetelweb-1.2.1/depcomp-295-  # Do two passes, one to just change these to
vdetelweb-1.2.1/depcomp:296:  # `$object: dependent.h' and one to simply `dependent.h:'.
vdetelweb-1.2.1/depcomp-297-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
vdetelweb-1.2.1/depcomp-311-  # Much of this is similar to the tru64 case; see comments there.
vdetelweb-1.2.1/depcomp:312:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
vdetelweb-1.2.1/depcomp-313-  test "x$dir" = "x$object" && dir=
vdetelweb-1.2.1/depcomp:314:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
vdetelweb-1.2.1/depcomp-315-  if test "$libtool" = yes; then
##############################################
vdetelweb-1.2.1/depcomp-355-   # Subdirectories are respected.
vdetelweb-1.2.1/depcomp:356:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
vdetelweb-1.2.1/depcomp-357-   test "x$dir" = "x$object" && dir=
vdetelweb-1.2.1/depcomp:358:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
vdetelweb-1.2.1/depcomp-359-
##############################################
vdetelweb-1.2.1/depcomp-501-  done
vdetelweb-1.2.1/depcomp:502:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
vdetelweb-1.2.1/depcomp-503-  touch "$tmpdepfile"
##############################################
vdetelweb-1.2.1/Makefile.in-91-  esac
vdetelweb-1.2.1/Makefile.in:92:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
vdetelweb-1.2.1/Makefile.in-93-am__vpath_adj = case $$p in \
vdetelweb-1.2.1/Makefile.in:94:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
vdetelweb-1.2.1/Makefile.in-95-    *) f=$$p;; \
vdetelweb-1.2.1/Makefile.in-96-  esac;
vdetelweb-1.2.1/Makefile.in:97:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
vdetelweb-1.2.1/Makefile.in-98-am__install_max = 40
vdetelweb-1.2.1/Makefile.in-99-am__nobase_strip_setup = \
vdetelweb-1.2.1/Makefile.in:100:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
vdetelweb-1.2.1/Makefile.in-101-am__nobase_strip = \
##############################################
vdetelweb-1.2.1/Makefile.in-349-.c.obj:
vdetelweb-1.2.1/Makefile.in:350:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
vdetelweb-1.2.1/Makefile.in-351-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
vdetelweb-1.2.1/Makefile.in-353-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
vdetelweb-1.2.1/Makefile.in:354:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
vdetelweb-1.2.1/Makefile.in-355-
vdetelweb-1.2.1/Makefile.in-356-vdetelweb-vdetelweb.o: vdetelweb.c
vdetelweb-1.2.1/Makefile.in:357:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vdetelweb_CFLAGS) $(CFLAGS) -MT vdetelweb-vdetelweb.o -MD -MP -MF $(DEPDIR)/vdetelweb-vdetelweb.Tpo -c -o vdetelweb-vdetelweb.o `test -f 'vdetelweb.c' || echo '$(srcdir)/'`vdetelweb.c
vdetelweb-1.2.1/Makefile.in-358-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/vdetelweb-vdetelweb.Tpo $(DEPDIR)/vdetelweb-vdetelweb.Po
##############################################
vdetelweb-1.2.1/Makefile.in-360-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
vdetelweb-1.2.1/Makefile.in:361:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vdetelweb_CFLAGS) $(CFLAGS) -c -o vdetelweb-vdetelweb.o `test -f 'vdetelweb.c' || echo '$(srcdir)/'`vdetelweb.c
vdetelweb-1.2.1/Makefile.in-362-
vdetelweb-1.2.1/Makefile.in-363-vdetelweb-vdetelweb.obj: vdetelweb.c
vdetelweb-1.2.1/Makefile.in:364:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vdetelweb_CFLAGS) $(CFLAGS) -MT vdetelweb-vdetelweb.obj -MD -MP -MF $(DEPDIR)/vdetelweb-vdetelweb.Tpo -c -o vdetelweb-vdetelweb.obj `if test -f 'vdetelweb.c'; then $(CYGPATH_W) 'vdetelweb.c'; else $(CYGPATH_W) '$(srcdir)/vdetelweb.c'; fi`
vdetelweb-1.2.1/Makefile.in-365-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/vdetelweb-vdetelweb.Tpo $(DEPDIR)/vdetelweb-vdetelweb.Po
##############################################
vdetelweb-1.2.1/Makefile.in-367-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
vdetelweb-1.2.1/Makefile.in:368:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vdetelweb_CFLAGS) $(CFLAGS) -c -o vdetelweb-vdetelweb.obj `if test -f 'vdetelweb.c'; then $(CYGPATH_W) 'vdetelweb.c'; else $(CYGPATH_W) '$(srcdir)/vdetelweb.c'; fi`
vdetelweb-1.2.1/Makefile.in-369-
vdetelweb-1.2.1/Makefile.in-370-vdetelweb-web.o: web.c
vdetelweb-1.2.1/Makefile.in:371:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vdetelweb_CFLAGS) $(CFLAGS) -MT vdetelweb-web.o -MD -MP -MF $(DEPDIR)/vdetelweb-web.Tpo -c -o vdetelweb-web.o `test -f 'web.c' || echo '$(srcdir)/'`web.c
vdetelweb-1.2.1/Makefile.in-372-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/vdetelweb-web.Tpo $(DEPDIR)/vdetelweb-web.Po
##############################################
vdetelweb-1.2.1/Makefile.in-374-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
vdetelweb-1.2.1/Makefile.in:375:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vdetelweb_CFLAGS) $(CFLAGS) -c -o vdetelweb-web.o `test -f 'web.c' || echo '$(srcdir)/'`web.c
vdetelweb-1.2.1/Makefile.in-376-
vdetelweb-1.2.1/Makefile.in-377-vdetelweb-web.obj: web.c
vdetelweb-1.2.1/Makefile.in:378:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vdetelweb_CFLAGS) $(CFLAGS) -MT vdetelweb-web.obj -MD -MP -MF $(DEPDIR)/vdetelweb-web.Tpo -c -o vdetelweb-web.obj `if test -f 'web.c'; then $(CYGPATH_W) 'web.c'; else $(CYGPATH_W) '$(srcdir)/web.c'; fi`
vdetelweb-1.2.1/Makefile.in-379-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/vdetelweb-web.Tpo $(DEPDIR)/vdetelweb-web.Po
##############################################
vdetelweb-1.2.1/Makefile.in-381-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
vdetelweb-1.2.1/Makefile.in:382:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vdetelweb_CFLAGS) $(CFLAGS) -c -o vdetelweb-web.obj `if test -f 'web.c'; then $(CYGPATH_W) 'web.c'; else $(CYGPATH_W) '$(srcdir)/web.c'; fi`
vdetelweb-1.2.1/Makefile.in-383-
vdetelweb-1.2.1/Makefile.in-384-vdetelweb-telnet.o: telnet.c
vdetelweb-1.2.1/Makefile.in:385:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vdetelweb_CFLAGS) $(CFLAGS) -MT vdetelweb-telnet.o -MD -MP -MF $(DEPDIR)/vdetelweb-telnet.Tpo -c -o vdetelweb-telnet.o `test -f 'telnet.c' || echo '$(srcdir)/'`telnet.c
vdetelweb-1.2.1/Makefile.in-386-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/vdetelweb-telnet.Tpo $(DEPDIR)/vdetelweb-telnet.Po
##############################################
vdetelweb-1.2.1/Makefile.in-388-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
vdetelweb-1.2.1/Makefile.in:389:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vdetelweb_CFLAGS) $(CFLAGS) -c -o vdetelweb-telnet.o `test -f 'telnet.c' || echo '$(srcdir)/'`telnet.c
vdetelweb-1.2.1/Makefile.in-390-
vdetelweb-1.2.1/Makefile.in-391-vdetelweb-telnet.obj: telnet.c
vdetelweb-1.2.1/Makefile.in:392:@am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vdetelweb_CFLAGS) $(CFLAGS) -MT vdetelweb-telnet.obj -MD -MP -MF $(DEPDIR)/vdetelweb-telnet.Tpo -c -o vdetelweb-telnet.obj `if test -f 'telnet.c'; then $(CYGPATH_W) 'telnet.c'; else $(CYGPATH_W) '$(srcdir)/telnet.c'; fi`
vdetelweb-1.2.1/Makefile.in-393-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/vdetelweb-telnet.Tpo $(DEPDIR)/vdetelweb-telnet.Po
##############################################
vdetelweb-1.2.1/Makefile.in-395-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
vdetelweb-1.2.1/Makefile.in:396:@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(vdetelweb_CFLAGS) $(CFLAGS) -c -o vdetelweb-telnet.obj `if test -f 'telnet.c'; then $(CYGPATH_W) 'telnet.c'; else $(CYGPATH_W) '$(srcdir)/telnet.c'; fi`
vdetelweb-1.2.1/Makefile.in-397-install-man1: $(man_MANS)
##############################################
vdetelweb-1.2.1/Makefile.in-401-	test -n "$(man1dir)" \
vdetelweb-1.2.1/Makefile.in:402:	  && test -n "`echo $$list1$$list2`" \
vdetelweb-1.2.1/Makefile.in-403-	  || exit 0; \
##############################################
vdetelweb-1.2.1/Makefile.in-458-	@list='$(vdeconf_DATA)'; test -n "$(vdeconfdir)" || list=; \
vdetelweb-1.2.1/Makefile.in:459:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
vdetelweb-1.2.1/Makefile.in-460-	dir='$(DESTDIR)$(vdeconfdir)'; $(am__uninstall_files_from_dir)
##############################################
vdetelweb-1.2.1/Makefile.in-506-GTAGS:
vdetelweb-1.2.1/Makefile.in:507:	here=`$(am__cd) $(top_builddir) && pwd` \
vdetelweb-1.2.1/Makefile.in-508-	  && $(am__cd) $(top_srcdir) \
##############################################
vdetelweb-1.2.1/Makefile.in-529-	test -d "$(distdir)" || mkdir "$(distdir)"
vdetelweb-1.2.1/Makefile.in:530:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
vdetelweb-1.2.1/Makefile.in:531:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
vdetelweb-1.2.1/Makefile.in-532-	list='$(DISTFILES)'; \
##############################################
vdetelweb-1.2.1/Makefile.in-543-	  if test -d $$d/$$file; then \
vdetelweb-1.2.1/Makefile.in:544:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
vdetelweb-1.2.1/Makefile.in-545-	    if test -d "$(distdir)/$$file"; then \
##############################################
vdetelweb-1.2.1/Makefile.in-629-	test -d $(distdir)/_build || exit 0; \
vdetelweb-1.2.1/Makefile.in:630:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
vdetelweb-1.2.1/Makefile.in-631-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
vdetelweb-1.2.1/Makefile.in-672-	}; \
vdetelweb-1.2.1/Makefile.in:673:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
vdetelweb-1.2.1/Makefile.in-674-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
vdetelweb-1.2.1/Makefile.in-684-	fi
vdetelweb-1.2.1/Makefile.in:685:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
vdetelweb-1.2.1/Makefile.in-686-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
vdetelweb-1.2.1/aclocal.m4-73-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
vdetelweb-1.2.1/aclocal.m4:74:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
vdetelweb-1.2.1/aclocal.m4-75-#
##############################################
vdetelweb-1.2.1/aclocal.m4-97-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
vdetelweb-1.2.1/aclocal.m4:98:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
vdetelweb-1.2.1/aclocal.m4-99-# and then we would define $MISSING as
##############################################
vdetelweb-1.2.1/aclocal.m4-113-# expand $ac_aux_dir to an absolute path
vdetelweb-1.2.1/aclocal.m4:114:am_aux_dir=`cd $ac_aux_dir && pwd`
vdetelweb-1.2.1/aclocal.m4-115-])
##############################################
vdetelweb-1.2.1/aclocal.m4-215-  if test "$am_compiler_list" = ""; then
vdetelweb-1.2.1/aclocal.m4:216:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
vdetelweb-1.2.1/aclocal.m4-217-  fi
##############################################
vdetelweb-1.2.1/aclocal.m4-364-    # Strip MF so we end up with the name of the file.
vdetelweb-1.2.1/aclocal.m4:365:    mf=`echo "$mf" | sed -e 's/:.*$//'`
vdetelweb-1.2.1/aclocal.m4-366-    # Check whether this is an Automake generated Makefile or not.
##############################################
vdetelweb-1.2.1/aclocal.m4-373-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
vdetelweb-1.2.1/aclocal.m4:374:      dirpart=`AS_DIRNAME("$mf")`
vdetelweb-1.2.1/aclocal.m4-375-    else
##############################################
vdetelweb-1.2.1/aclocal.m4-379-    # from the Makefile without running `make'.
vdetelweb-1.2.1/aclocal.m4:380:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
vdetelweb-1.2.1/aclocal.m4-381-    test -z "$DEPDIR" && continue
vdetelweb-1.2.1/aclocal.m4:382:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
vdetelweb-1.2.1/aclocal.m4-383-    test -z "am__include" && continue
vdetelweb-1.2.1/aclocal.m4:384:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
vdetelweb-1.2.1/aclocal.m4-385-    # When using ansi2knr, U may be empty or an underscore; expand it
vdetelweb-1.2.1/aclocal.m4:386:    U=`sed -n 's/^U = //p' < "$mf"`
vdetelweb-1.2.1/aclocal.m4-387-    # Find all dependency output files, they are included files with
##############################################
vdetelweb-1.2.1/aclocal.m4-395-      test -f "$dirpart/$file" && continue
vdetelweb-1.2.1/aclocal.m4:396:      fdir=`AS_DIRNAME(["$file"])`
vdetelweb-1.2.1/aclocal.m4-397-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
vdetelweb-1.2.1/aclocal.m4-450-AC_REQUIRE([AC_PROG_INSTALL])dnl
vdetelweb-1.2.1/aclocal.m4:451:if test "`cd $srcdir && pwd`" != "`pwd`"; then
vdetelweb-1.2.1/aclocal.m4-452-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
vdetelweb-1.2.1/aclocal.m4-552-    * )
vdetelweb-1.2.1/aclocal.m4:553:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
vdetelweb-1.2.1/aclocal.m4-554-  esac
vdetelweb-1.2.1/aclocal.m4-555-done
vdetelweb-1.2.1/aclocal.m4:556:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
vdetelweb-1.2.1/aclocal.m4-557-
##############################################
vdetelweb-1.2.1/aclocal.m4-630-# Ignore all kinds of additional output from `make'.
vdetelweb-1.2.1/aclocal.m4:631:case `$am_make -s -f confmf 2> /dev/null` in #(
vdetelweb-1.2.1/aclocal.m4-632-*the\ am__doit\ target*)
##############################################
vdetelweb-1.2.1/aclocal.m4-640-   echo '.include "confinc"' > confmf
vdetelweb-1.2.1/aclocal.m4:641:   case `$am_make -s -f confmf 2> /dev/null` in #(
vdetelweb-1.2.1/aclocal.m4-642-   *the\ am__doit\ target*)
##############################################
vdetelweb-1.2.1/aclocal.m4-797-if (
vdetelweb-1.2.1/aclocal.m4:798:   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
vdetelweb-1.2.1/aclocal.m4-799-   if test "$[*]" = "X"; then
vdetelweb-1.2.1/aclocal.m4-800-      # -L didn't work.
vdetelweb-1.2.1/aclocal.m4:801:      set X `ls -t "$srcdir/configure" conftest.file`
vdetelweb-1.2.1/aclocal.m4-802-   fi
##############################################
vdetelweb-1.2.1/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
vdetelweb-1.2.1/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
vdetelweb-1.2.1/configure-47-  as_echo='print -r --'
vdetelweb-1.2.1/configure-48-  as_echo_n='print -rn --'
vdetelweb-1.2.1/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
vdetelweb-1.2.1/configure-50-  as_echo='printf %s\n'
##############################################
vdetelweb-1.2.1/configure-52-else
vdetelweb-1.2.1/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
vdetelweb-1.2.1/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
vdetelweb-1.2.1/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
vdetelweb-1.2.1/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
vdetelweb-1.2.1/configure-64-      esac;
##############################################
vdetelweb-1.2.1/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
vdetelweb-1.2.1/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
vdetelweb-1.2.1/configure-201-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
vdetelweb-1.2.1/configure-327-      case $as_dir in #(
vdetelweb-1.2.1/configure:328:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
vdetelweb-1.2.1/configure-329-      *) as_qdir=$as_dir;;
##############################################
vdetelweb-1.2.1/configure-400-  {
vdetelweb-1.2.1/configure:401:    as_val=`expr "$@" || test $? -eq 1`
vdetelweb-1.2.1/configure-402-  }
##############################################
vdetelweb-1.2.1/configure-407-# ----------------------------------------
vdetelweb-1.2.1/configure:408:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
vdetelweb-1.2.1/configure-409-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
vdetelweb-1.2.1/configure-470-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
vdetelweb-1.2.1/configure:471:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
vdetelweb-1.2.1/configure-472-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
vdetelweb-1.2.1/configure-787-  case $ac_option in
vdetelweb-1.2.1/configure:788:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
vdetelweb-1.2.1/configure-789-  *=)   ac_optarg= ;;
##############################################
vdetelweb-1.2.1/configure-831-  -disable-* | --disable-*)
vdetelweb-1.2.1/configure:832:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
vdetelweb-1.2.1/configure-833-    # Reject names that are not valid shell variable names.
##############################################
vdetelweb-1.2.1/configure-836-    ac_useropt_orig=$ac_useropt
vdetelweb-1.2.1/configure:837:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
vdetelweb-1.2.1/configure-838-    case $ac_user_opts in
##############################################
vdetelweb-1.2.1/configure-857-  -enable-* | --enable-*)
vdetelweb-1.2.1/configure:858:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
vdetelweb-1.2.1/configure-859-    # Reject names that are not valid shell variable names.
##############################################
vdetelweb-1.2.1/configure-862-    ac_useropt_orig=$ac_useropt
vdetelweb-1.2.1/configure:863:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
vdetelweb-1.2.1/configure-864-    case $ac_user_opts in
##############################################
vdetelweb-1.2.1/configure-1070-  -with-* | --with-*)
vdetelweb-1.2.1/configure:1071:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
vdetelweb-1.2.1/configure-1072-    # Reject names that are not valid shell variable names.
##############################################
vdetelweb-1.2.1/configure-1075-    ac_useropt_orig=$ac_useropt
vdetelweb-1.2.1/configure:1076:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
vdetelweb-1.2.1/configure-1077-    case $ac_user_opts in
##############################################
vdetelweb-1.2.1/configure-1086-  -without-* | --without-*)
vdetelweb-1.2.1/configure:1087:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
vdetelweb-1.2.1/configure-1088-    # Reject names that are not valid shell variable names.
##############################################
vdetelweb-1.2.1/configure-1091-    ac_useropt_orig=$ac_useropt
vdetelweb-1.2.1/configure:1092:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
vdetelweb-1.2.1/configure-1093-    case $ac_user_opts in
##############################################
vdetelweb-1.2.1/configure-1124-  *=*)
vdetelweb-1.2.1/configure:1125:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
vdetelweb-1.2.1/configure-1126-    # Reject names that are not valid shell variable names.
##############################################
vdetelweb-1.2.1/configure-1145-if test -n "$ac_prev"; then
vdetelweb-1.2.1/configure:1146:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
vdetelweb-1.2.1/configure-1147-  as_fn_error $? "missing argument to $ac_option"
##############################################
vdetelweb-1.2.1/configure-1167-    */ )
vdetelweb-1.2.1/configure:1168:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
vdetelweb-1.2.1/configure-1169-      eval $ac_var=\$ac_val;;
##############################################
vdetelweb-1.2.1/configure-1202-ac_ls_di=`ls -di .` &&
vdetelweb-1.2.1/configure:1203:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
vdetelweb-1.2.1/configure-1204-  as_fn_error $? "working directory cannot be determined"
##############################################
vdetelweb-1.2.1/configure-1258-case $srcdir in
vdetelweb-1.2.1/configure:1259:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
vdetelweb-1.2.1/configure-1260-esac
##############################################
vdetelweb-1.2.1/configure-1301-By default, \`make install' will install all the files in
vdetelweb-1.2.1/configure:1302:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
vdetelweb-1.2.1/configure:1303:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
vdetelweb-1.2.1/configure-1304-for instance \`--prefix=\$HOME'.
##############################################
vdetelweb-1.2.1/configure-1381-*)
vdetelweb-1.2.1/configure:1382:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
vdetelweb-1.2.1/configure-1383-  # A ".." for each directory in $ac_dir_suffix.
vdetelweb-1.2.1/configure:1384:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
vdetelweb-1.2.1/configure-1385-  case $ac_top_builddir_sub in
##############################################
vdetelweb-1.2.1/configure-1869-    *\'*)
vdetelweb-1.2.1/configure:1870:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
vdetelweb-1.2.1/configure-1871-    esac
##############################################
vdetelweb-1.2.1/configure-1952-      case $ac_val in
vdetelweb-1.2.1/configure:1953:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
vdetelweb-1.2.1/configure-1954-      esac
##############################################
vdetelweb-1.2.1/configure-1967-	case $ac_val in
vdetelweb-1.2.1/configure:1968:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
vdetelweb-1.2.1/configure-1969-	esac
##############################################
vdetelweb-1.2.1/configure-2087-    set,)
vdetelweb-1.2.1/configure:2088:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
vdetelweb-1.2.1/configure:2089:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
vdetelweb-1.2.1/configure-2090-      ac_cache_corrupted=: ;;
##############################################
vdetelweb-1.2.1/configure-2098-	# differences in whitespace do not lead to failure.
vdetelweb-1.2.1/configure:2099:	ac_old_val_w=`echo x $ac_old_val`
vdetelweb-1.2.1/configure:2100:	ac_new_val_w=`echo x $ac_new_val`
vdetelweb-1.2.1/configure-2101-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
vdetelweb-1.2.1/configure-2118-    case $ac_new_val in
vdetelweb-1.2.1/configure:2119:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
vdetelweb-1.2.1/configure-2120-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
vdetelweb-1.2.1/configure-2293-if (
vdetelweb-1.2.1/configure:2294:   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
vdetelweb-1.2.1/configure-2295-   if test "$*" = "X"; then
vdetelweb-1.2.1/configure-2296-      # -L didn't work.
vdetelweb-1.2.1/configure:2297:      set X `ls -t "$srcdir/configure" conftest.file`
vdetelweb-1.2.1/configure-2298-   fi
##############################################
vdetelweb-1.2.1/configure-2329-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
vdetelweb-1.2.1/configure:2330:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
vdetelweb-1.2.1/configure-2331-
vdetelweb-1.2.1/configure-2332-# expand $ac_aux_dir to an absolute path
vdetelweb-1.2.1/configure:2333:am_aux_dir=`cd $ac_aux_dir && pwd`
vdetelweb-1.2.1/configure-2334-
##############################################
vdetelweb-1.2.1/configure-2474-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
vdetelweb-1.2.1/configure:2475:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
vdetelweb-1.2.1/configure-2476-	     'mkdir (GNU coreutils) '* | \
##############################################
vdetelweb-1.2.1/configure-2553-set x ${MAKE-make}
vdetelweb-1.2.1/configure:2554:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
vdetelweb-1.2.1/configure-2555-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
vdetelweb-1.2.1/configure-2563-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
vdetelweb-1.2.1/configure:2564:case `${MAKE-make} -f conftest.make 2>/dev/null` in
vdetelweb-1.2.1/configure-2565-  *@@@%%%=?*=@@@%%%*)
##############################################
vdetelweb-1.2.1/configure-2590-
vdetelweb-1.2.1/configure:2591:if test "`cd $srcdir && pwd`" != "`pwd`"; then
vdetelweb-1.2.1/configure-2592-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
vdetelweb-1.2.1/configure-3003-$as_echo_n "checking whether the C compiler works... " >&6; }
vdetelweb-1.2.1/configure:3004:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
vdetelweb-1.2.1/configure-3005-
##############################################
vdetelweb-1.2.1/configure-3047-	then :; else
vdetelweb-1.2.1/configure:3048:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
vdetelweb-1.2.1/configure-3049-	fi
##############################################
vdetelweb-1.2.1/configure-3107-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
vdetelweb-1.2.1/configure:3108:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
vdetelweb-1.2.1/configure-3109-	  break;;
##############################################
vdetelweb-1.2.1/configure-3216-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
vdetelweb-1.2.1/configure:3217:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
vdetelweb-1.2.1/configure-3218-       break;;
##############################################
vdetelweb-1.2.1/configure-3465-# Ignore all kinds of additional output from `make'.
vdetelweb-1.2.1/configure:3466:case `$am_make -s -f confmf 2> /dev/null` in #(
vdetelweb-1.2.1/configure-3467-*the\ am__doit\ target*)
##############################################
vdetelweb-1.2.1/configure-3475-   echo '.include "confinc"' > confmf
vdetelweb-1.2.1/configure:3476:   case `$am_make -s -f confmf 2> /dev/null` in #(
vdetelweb-1.2.1/configure-3477-   *the\ am__doit\ target*)
##############################################
vdetelweb-1.2.1/configure-3538-  if test "$am_compiler_list" = ""; then
vdetelweb-1.2.1/configure:3539:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
vdetelweb-1.2.1/configure-3540-  fi
##############################################
vdetelweb-1.2.1/configure-3798-  # Check for GNU $ac_path_GREP
vdetelweb-1.2.1/configure:3799:case `"$ac_path_GREP" --version 2>&1` in
vdetelweb-1.2.1/configure-3800-*GNU*)
##############################################
vdetelweb-1.2.1/configure-3864-  # Check for GNU $ac_path_EGREP
vdetelweb-1.2.1/configure:3865:case `"$ac_path_EGREP" --version 2>&1` in
vdetelweb-1.2.1/configure-3866-*GNU*)
##############################################
vdetelweb-1.2.1/configure-4025-do :
vdetelweb-1.2.1/configure:4026:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
vdetelweb-1.2.1/configure-4027-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
vdetelweb-1.2.1/configure-4030-  cat >>confdefs.h <<_ACEOF
vdetelweb-1.2.1/configure:4031:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
vdetelweb-1.2.1/configure-4032-_ACEOF
##############################################
vdetelweb-1.2.1/configure-4040-do :
vdetelweb-1.2.1/configure:4041:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
vdetelweb-1.2.1/configure-4042-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
vdetelweb-1.2.1/configure-4044-  cat >>confdefs.h <<_ACEOF
vdetelweb-1.2.1/configure:4045:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
vdetelweb-1.2.1/configure-4046-_ACEOF
##############################################
vdetelweb-1.2.1/configure-4259-do :
vdetelweb-1.2.1/configure:4260:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
vdetelweb-1.2.1/configure-4261-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
vdetelweb-1.2.1/configure-4263-  cat >>confdefs.h <<_ACEOF
vdetelweb-1.2.1/configure:4264:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
vdetelweb-1.2.1/configure-4265-_ACEOF
##############################################
vdetelweb-1.2.1/configure-4466-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
vdetelweb-1.2.1/configure:4467:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
vdetelweb-1.2.1/configure-4468-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
vdetelweb-1.2.1/configure-4549-if test -z "$BASH_VERSION$ZSH_VERSION" \
vdetelweb-1.2.1/configure:4550:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
vdetelweb-1.2.1/configure-4551-  as_echo='print -r --'
vdetelweb-1.2.1/configure-4552-  as_echo_n='print -rn --'
vdetelweb-1.2.1/configure:4553:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
vdetelweb-1.2.1/configure-4554-  as_echo='printf %s\n'
##############################################
vdetelweb-1.2.1/configure-4556-else
vdetelweb-1.2.1/configure:4557:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
vdetelweb-1.2.1/configure-4558-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
vdetelweb-1.2.1/configure-4566-	expr "X$arg" : "X\\(.*\\)$as_nl";
vdetelweb-1.2.1/configure:4567:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
vdetelweb-1.2.1/configure-4568-      esac;
##############################################
vdetelweb-1.2.1/configure-4643-# ----------------------------------------
vdetelweb-1.2.1/configure:4644:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
vdetelweb-1.2.1/configure-4645-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
vdetelweb-1.2.1/configure-4715-  {
vdetelweb-1.2.1/configure:4716:    as_val=`expr "$@" || test $? -eq 1`
vdetelweb-1.2.1/configure-4717-  }
##############################################
vdetelweb-1.2.1/configure-4819-      case $as_dir in #(
vdetelweb-1.2.1/configure:4820:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
vdetelweb-1.2.1/configure-4821-      *) as_qdir=$as_dir;;
##############################################
vdetelweb-1.2.1/configure-4954-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
vdetelweb-1.2.1/configure:4955:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
vdetelweb-1.2.1/configure-4956-ac_cs_version="\\
##############################################
vdetelweb-1.2.1/configure-4979-  --*=?*)
vdetelweb-1.2.1/configure:4980:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
vdetelweb-1.2.1/configure:4981:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
vdetelweb-1.2.1/configure-4982-    ac_shift=:
##############################################
vdetelweb-1.2.1/configure-4984-  --*=)
vdetelweb-1.2.1/configure:4985:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
vdetelweb-1.2.1/configure-4986-    ac_optarg=
##############################################
vdetelweb-1.2.1/configure-5008-    case $ac_optarg in
vdetelweb-1.2.1/configure:5009:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
vdetelweb-1.2.1/configure-5010-    '') as_fn_error $? "missing file argument" ;;
##############################################
vdetelweb-1.2.1/configure-5016-    case $ac_optarg in
vdetelweb-1.2.1/configure:5017:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
vdetelweb-1.2.1/configure-5018-    esac
##############################################
vdetelweb-1.2.1/configure-5144-fi
vdetelweb-1.2.1/configure:5145:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
vdetelweb-1.2.1/configure-5146-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
vdetelweb-1.2.1/configure-5161-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
vdetelweb-1.2.1/configure:5162:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
vdetelweb-1.2.1/configure-5163-ac_delim='%!_!# '
##############################################
vdetelweb-1.2.1/configure-5167-
vdetelweb-1.2.1/configure:5168:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
vdetelweb-1.2.1/configure-5169-  if test $ac_delim_n = $ac_delim_num; then
##############################################
vdetelweb-1.2.1/configure-5305-for ac_last_try in false false :; do
vdetelweb-1.2.1/configure:5306:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
vdetelweb-1.2.1/configure-5307-  if test -z "$ac_tt"; then
##############################################
vdetelweb-1.2.1/configure-5437-      esac
vdetelweb-1.2.1/configure:5438:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
vdetelweb-1.2.1/configure-5439-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
vdetelweb-1.2.1/configure-5496-*)
vdetelweb-1.2.1/configure:5497:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
vdetelweb-1.2.1/configure-5498-  # A ".." for each directory in $ac_dir_suffix.
vdetelweb-1.2.1/configure:5499:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
vdetelweb-1.2.1/configure-5500-  case $ac_top_builddir_sub in
##############################################
vdetelweb-1.2.1/configure-5557-/@mandir@/p'
vdetelweb-1.2.1/configure:5558:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
vdetelweb-1.2.1/configure-5559-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
vdetelweb-1.2.1/configure-5574-
vdetelweb-1.2.1/configure:5575:# Neutralize VPATH when `$srcdir' = `.'.
vdetelweb-1.2.1/configure-5576-# Shell code in configure.ac might set extrasub.
##############################################
vdetelweb-1.2.1/configure-5602-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
vdetelweb-1.2.1/configure:5603:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
vdetelweb-1.2.1/configure-5604-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
vdetelweb-1.2.1/configure-5648-    * )
vdetelweb-1.2.1/configure:5649:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
vdetelweb-1.2.1/configure-5650-  esac
##############################################
vdetelweb-1.2.1/configure-5695-    # Strip MF so we end up with the name of the file.
vdetelweb-1.2.1/configure:5696:    mf=`echo "$mf" | sed -e 's/:.*$//'`
vdetelweb-1.2.1/configure-5697-    # Check whether this is an Automake generated Makefile or not.
##############################################
vdetelweb-1.2.1/configure-5732-    # from the Makefile without running `make'.
vdetelweb-1.2.1/configure:5733:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
vdetelweb-1.2.1/configure-5734-    test -z "$DEPDIR" && continue
vdetelweb-1.2.1/configure:5735:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
vdetelweb-1.2.1/configure-5736-    test -z "am__include" && continue
vdetelweb-1.2.1/configure:5737:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
vdetelweb-1.2.1/configure-5738-    # When using ansi2knr, U may be empty or an underscore; expand it
vdetelweb-1.2.1/configure:5739:    U=`sed -n 's/^U = //p' < "$mf"`
vdetelweb-1.2.1/configure-5740-    # Find all dependency output files, they are included files with