===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
igmpproxy-0.2.1/depcomp-64-  case $1 in
igmpproxy-0.2.1/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
igmpproxy-0.2.1/depcomp-66-      *) dir=;;
##############################################
igmpproxy-0.2.1/depcomp-73-{
igmpproxy-0.2.1/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
igmpproxy-0.2.1/depcomp-75-}
##############################################
igmpproxy-0.2.1/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
igmpproxy-0.2.1/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
igmpproxy-0.2.1/depcomp-128-
##############################################
igmpproxy-0.2.1/depcomp-405-        sleep 1
igmpproxy-0.2.1/depcomp:406:        i=`expr $i - 1`
igmpproxy-0.2.1/depcomp-407-      done
igmpproxy-0.2.1/depcomp-408-    fi
igmpproxy-0.2.1/depcomp:409:    i=`expr $i - 1`
igmpproxy-0.2.1/depcomp-410-  done
##############################################
igmpproxy-0.2.1/depcomp-425-  # Do two passes, one to just change these to
igmpproxy-0.2.1/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
igmpproxy-0.2.1/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
igmpproxy-0.2.1/depcomp-659-  done
igmpproxy-0.2.1/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
igmpproxy-0.2.1/depcomp-661-  touch "$tmpdepfile"
##############################################
igmpproxy-0.2.1/src/ifvc.c-37-/* We need a temporary copy to not break strict aliasing rules */
igmpproxy-0.2.1/src/ifvc.c:38:static inline uint32_t s_addr_from_sockaddr(const struct sockaddr *addr) {
igmpproxy-0.2.1/src/ifvc.c-39-    struct sockaddr_in addr_in;
##############################################
igmpproxy-0.2.1/src/ifvc.c-114-        // Get the interface adress...
igmpproxy-0.2.1/src/ifvc.c:115:        Dp->InAdr.s_addr = s_addr_from_sockaddr(&IfPt->ifr_addr);
igmpproxy-0.2.1/src/ifvc.c-116-        addr = Dp->InAdr.s_addr;
##############################################
igmpproxy-0.2.1/src/ifvc.c-122-            my_log(LOG_ERR, errno, "ioctl SIOCGIFNETMASK for %s", IfReq.ifr_name);
igmpproxy-0.2.1/src/ifvc.c:123:        mask = s_addr_from_sockaddr(&IfReq.ifr_addr); // Do not use ifr_netmask as it is not available on freebsd
igmpproxy-0.2.1/src/ifvc.c-124-        subnet = addr & mask;
##############################################
igmpproxy-0.2.1/src/ifvc.c-133-                my_log(LOG_ERR, errno, "ioctl SIOCGIFDSTADDR for %s", IfReq.ifr_name);
igmpproxy-0.2.1/src/ifvc.c:134:            addr = s_addr_from_sockaddr(&IfReq.ifr_dstaddr);
igmpproxy-0.2.1/src/ifvc.c-135-            subnet = addr & mask;
##############################################
igmpproxy-0.2.1/src/ifvc.c-265-            // Get the interface adress...
igmpproxy-0.2.1/src/ifvc.c:266:            IfDescEp->InAdr.s_addr = s_addr_from_sockaddr(&IfPt->ifr_addr);
igmpproxy-0.2.1/src/ifvc.c-267-            addr = IfDescEp->InAdr.s_addr;
##############################################
igmpproxy-0.2.1/src/ifvc.c-273-                my_log(LOG_ERR, errno, "ioctl SIOCGIFNETMASK for %s", IfReq.ifr_name);
igmpproxy-0.2.1/src/ifvc.c:274:            mask = s_addr_from_sockaddr(&IfReq.ifr_addr); // Do not use ifr_netmask as it is not available on freebsd
igmpproxy-0.2.1/src/ifvc.c-275-            subnet = addr & mask;
##############################################
igmpproxy-0.2.1/src/ifvc.c-295-                    my_log(LOG_ERR, errno, "ioctl SIOCGIFDSTADDR for %s", IfReq.ifr_name);
igmpproxy-0.2.1/src/ifvc.c:296:                addr = s_addr_from_sockaddr(&IfReq.ifr_dstaddr);
igmpproxy-0.2.1/src/ifvc.c-297-                subnet = addr & mask;
##############################################
igmpproxy-0.2.1/src/config.c-376-    tmpStr = strtok(addrstr, "/");
igmpproxy-0.2.1/src/config.c:377:    addr = inet_addr(tmpStr);
igmpproxy-0.2.1/src/config.c-378-
##############################################
igmpproxy-0.2.1/src/Makefile.in-50-  { \
igmpproxy-0.2.1/src/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
igmpproxy-0.2.1/src/Makefile.in-52-  }; \
##############################################
igmpproxy-0.2.1/src/Makefile.in-392-.c.obj:
igmpproxy-0.2.1/src/Makefile.in:393:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
igmpproxy-0.2.1/src/Makefile.in-394-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
igmpproxy-0.2.1/src/Makefile.in-396-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
igmpproxy-0.2.1/src/Makefile.in:397:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
igmpproxy-0.2.1/src/Makefile.in-398-
##############################################
igmpproxy-0.2.1/src/Makefile.in-428-GTAGS:
igmpproxy-0.2.1/src/Makefile.in:429:	here=`$(am__cd) $(top_builddir) && pwd` \
igmpproxy-0.2.1/src/Makefile.in-430-	  && $(am__cd) $(top_srcdir) \
##############################################
igmpproxy-0.2.1/src/Makefile.in-451-distdir: $(DISTFILES)
igmpproxy-0.2.1/src/Makefile.in:452:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
igmpproxy-0.2.1/src/Makefile.in:453:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
igmpproxy-0.2.1/src/Makefile.in-454-	list='$(DISTFILES)'; \
##############################################
igmpproxy-0.2.1/src/Makefile.in-465-	  if test -d $$d/$$file; then \
igmpproxy-0.2.1/src/Makefile.in:466:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
igmpproxy-0.2.1/src/Makefile.in-467-	    if test -d "$(distdir)/$$file"; then \
##############################################
igmpproxy-0.2.1/doc/Makefile.in-49-  { \
igmpproxy-0.2.1/doc/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
igmpproxy-0.2.1/doc/Makefile.in-51-  }; \
##############################################
igmpproxy-0.2.1/doc/Makefile.in-118-  esac
igmpproxy-0.2.1/doc/Makefile.in:119:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
igmpproxy-0.2.1/doc/Makefile.in-120-am__vpath_adj = case $$p in \
igmpproxy-0.2.1/doc/Makefile.in:121:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
igmpproxy-0.2.1/doc/Makefile.in-122-    *) f=$$p;; \
igmpproxy-0.2.1/doc/Makefile.in-123-  esac;
igmpproxy-0.2.1/doc/Makefile.in:124:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
igmpproxy-0.2.1/doc/Makefile.in-125-am__install_max = 40
igmpproxy-0.2.1/doc/Makefile.in-126-am__nobase_strip_setup = \
igmpproxy-0.2.1/doc/Makefile.in:127:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
igmpproxy-0.2.1/doc/Makefile.in-128-am__nobase_strip = \
##############################################
igmpproxy-0.2.1/doc/Makefile.in-289-	test -n "$(man5dir)" \
igmpproxy-0.2.1/doc/Makefile.in:290:	  && test -n "`echo $$list1$$list2`" \
igmpproxy-0.2.1/doc/Makefile.in-291-	  || exit 0; \
##############################################
igmpproxy-0.2.1/doc/Makefile.in-332-	test -n "$(man8dir)" \
igmpproxy-0.2.1/doc/Makefile.in:333:	  && test -n "`echo $$list1$$list2`" \
igmpproxy-0.2.1/doc/Makefile.in-334-	  || exit 0; \
##############################################
igmpproxy-0.2.1/doc/Makefile.in-378-distdir: $(DISTFILES)
igmpproxy-0.2.1/doc/Makefile.in:379:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
igmpproxy-0.2.1/doc/Makefile.in:380:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
igmpproxy-0.2.1/doc/Makefile.in-381-	list='$(DISTFILES)'; \
##############################################
igmpproxy-0.2.1/doc/Makefile.in-392-	  if test -d $$d/$$file; then \
igmpproxy-0.2.1/doc/Makefile.in:393:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
igmpproxy-0.2.1/doc/Makefile.in-394-	    if test -d "$(distdir)/$$file"; then \
##############################################
igmpproxy-0.2.1/install-sh-234-      fi
igmpproxy-0.2.1/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
igmpproxy-0.2.1/install-sh-236-    *)
##############################################
igmpproxy-0.2.1/install-sh-281-      dstdir=$dst
igmpproxy-0.2.1/install-sh:282:      dst=$dstdir/`basename "$src"`
igmpproxy-0.2.1/install-sh-283-      dstdir_status=0
igmpproxy-0.2.1/install-sh-284-    else
igmpproxy-0.2.1/install-sh:285:      dstdir=`dirname "$dst"`
igmpproxy-0.2.1/install-sh-286-      test -d "$dstdir"
##############################################
igmpproxy-0.2.1/install-sh-344-                   test_tmpdir="$tmpdir/a"
igmpproxy-0.2.1/install-sh:345:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
igmpproxy-0.2.1/install-sh-346-                   case $ls_ld_tmpdir in
##############################################
igmpproxy-0.2.1/install-sh-351-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
igmpproxy-0.2.1/install-sh:352:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
igmpproxy-0.2.1/install-sh-353-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
igmpproxy-0.2.1/install-sh-409-            case $prefix in
igmpproxy-0.2.1/install-sh:410:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
igmpproxy-0.2.1/install-sh-411-              *) qprefix=$prefix;;
##############################################
igmpproxy-0.2.1/install-sh-458-    if $copy_on_change &&
igmpproxy-0.2.1/install-sh:459:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
igmpproxy-0.2.1/install-sh:460:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
igmpproxy-0.2.1/install-sh-461-       set -f &&
##############################################
igmpproxy-0.2.1/config.sub-52-
igmpproxy-0.2.1/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
igmpproxy-0.2.1/config.sub-54-
##############################################
igmpproxy-0.2.1/config.sub-114-# Here we must recognize all the valid KERNEL-OS combinations.
igmpproxy-0.2.1/config.sub:115:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
igmpproxy-0.2.1/config.sub-116-case $maybe_os in
##############################################
igmpproxy-0.2.1/config.sub-122-    os=-$maybe_os
igmpproxy-0.2.1/config.sub:123:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
igmpproxy-0.2.1/config.sub-124-    ;;
##############################################
igmpproxy-0.2.1/config.sub-126-    os=-linux-android
igmpproxy-0.2.1/config.sub:127:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
igmpproxy-0.2.1/config.sub-128-    ;;
igmpproxy-0.2.1/config.sub-129-  *)
igmpproxy-0.2.1/config.sub:130:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
igmpproxy-0.2.1/config.sub-131-    if [ $basic_machine != $1 ]
igmpproxy-0.2.1/config.sub:132:    then os=`echo $1 | sed 's/.*-/-/'`
igmpproxy-0.2.1/config.sub-133-    else os=; fi
##############################################
igmpproxy-0.2.1/config.sub-180-		os=-sco5v6
igmpproxy-0.2.1/config.sub:181:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
igmpproxy-0.2.1/config.sub-182-		;;
##############################################
igmpproxy-0.2.1/config.sub-184-		os=-sco3.2v5
igmpproxy-0.2.1/config.sub:185:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
igmpproxy-0.2.1/config.sub-186-		;;
##############################################
igmpproxy-0.2.1/config.sub-188-		os=-sco3.2v4
igmpproxy-0.2.1/config.sub:189:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
igmpproxy-0.2.1/config.sub-190-		;;
igmpproxy-0.2.1/config.sub-191-	-sco3.2.[4-9]*)
igmpproxy-0.2.1/config.sub:192:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
igmpproxy-0.2.1/config.sub:193:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
igmpproxy-0.2.1/config.sub-194-		;;
##############################################
igmpproxy-0.2.1/config.sub-196-		# Don't forget version if it is 3.2v4 or newer.
igmpproxy-0.2.1/config.sub:197:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
igmpproxy-0.2.1/config.sub-198-		;;
##############################################
igmpproxy-0.2.1/config.sub-200-		# Don't forget version if it is 3.2v4 or newer.
igmpproxy-0.2.1/config.sub:201:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
igmpproxy-0.2.1/config.sub-202-		;;
##############################################
igmpproxy-0.2.1/config.sub-204-		os=-sco3.2v2
igmpproxy-0.2.1/config.sub:205:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
igmpproxy-0.2.1/config.sub-206-		;;
igmpproxy-0.2.1/config.sub-207-	-udk*)
igmpproxy-0.2.1/config.sub:208:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
igmpproxy-0.2.1/config.sub-209-		;;
##############################################
igmpproxy-0.2.1/config.sub-211-		os=-isc2.2
igmpproxy-0.2.1/config.sub:212:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
igmpproxy-0.2.1/config.sub-213-		;;
##############################################
igmpproxy-0.2.1/config.sub-217-	-isc*)
igmpproxy-0.2.1/config.sub:218:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
igmpproxy-0.2.1/config.sub-219-		;;
##############################################
igmpproxy-0.2.1/config.sub-229-	-ptx*)
igmpproxy-0.2.1/config.sub:230:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
igmpproxy-0.2.1/config.sub-231-		;;
igmpproxy-0.2.1/config.sub-232-	-windowsnt*)
igmpproxy-0.2.1/config.sub:233:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
igmpproxy-0.2.1/config.sub-234-		;;
##############################################
igmpproxy-0.2.1/config.sub-367-	*-*-*)
igmpproxy-0.2.1/config.sub:368:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
igmpproxy-0.2.1/config.sub-369-		exit 1
##############################################
igmpproxy-0.2.1/config.sub-495-	amd64-*)
igmpproxy-0.2.1/config.sub:496:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
igmpproxy-0.2.1/config.sub-497-		;;
##############################################
igmpproxy-0.2.1/config.sub-540-	blackfin-*)
igmpproxy-0.2.1/config.sub:541:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
igmpproxy-0.2.1/config.sub-542-		os=-linux
##############################################
igmpproxy-0.2.1/config.sub-548-	c54x-*)
igmpproxy-0.2.1/config.sub:549:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
igmpproxy-0.2.1/config.sub-550-		;;
igmpproxy-0.2.1/config.sub-551-	c55x-*)
igmpproxy-0.2.1/config.sub:552:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
igmpproxy-0.2.1/config.sub-553-		;;
igmpproxy-0.2.1/config.sub-554-	c6x-*)
igmpproxy-0.2.1/config.sub:555:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
igmpproxy-0.2.1/config.sub-556-		;;
##############################################
igmpproxy-0.2.1/config.sub-652-	e500v[12]-*)
igmpproxy-0.2.1/config.sub:653:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
igmpproxy-0.2.1/config.sub-654-		os=$os"spe"
##############################################
igmpproxy-0.2.1/config.sub-759-	i*86v32)
igmpproxy-0.2.1/config.sub:760:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
igmpproxy-0.2.1/config.sub-761-		os=-sysv32
##############################################
igmpproxy-0.2.1/config.sub-763-	i*86v4*)
igmpproxy-0.2.1/config.sub:764:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
igmpproxy-0.2.1/config.sub-765-		os=-sysv4
##############################################
igmpproxy-0.2.1/config.sub-767-	i*86v)
igmpproxy-0.2.1/config.sub:768:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
igmpproxy-0.2.1/config.sub-769-		os=-sysv
##############################################
igmpproxy-0.2.1/config.sub-771-	i*86sol2)
igmpproxy-0.2.1/config.sub:772:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
igmpproxy-0.2.1/config.sub-773-		os=-solaris2
##############################################
igmpproxy-0.2.1/config.sub-797-	leon-*|leon[3-9]-*)
igmpproxy-0.2.1/config.sub:798:		basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'`
igmpproxy-0.2.1/config.sub-799-		;;
##############################################
igmpproxy-0.2.1/config.sub-804-	m68knommu-*)
igmpproxy-0.2.1/config.sub:805:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
igmpproxy-0.2.1/config.sub-806-		os=-linux
##############################################
igmpproxy-0.2.1/config.sub-841-	mips3*-*)
igmpproxy-0.2.1/config.sub:842:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
igmpproxy-0.2.1/config.sub-843-		;;
igmpproxy-0.2.1/config.sub-844-	mips3*)
igmpproxy-0.2.1/config.sub:845:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
igmpproxy-0.2.1/config.sub-846-		;;
##############################################
igmpproxy-0.2.1/config.sub-863-	ms1-*)
igmpproxy-0.2.1/config.sub:864:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
igmpproxy-0.2.1/config.sub-865-		;;
##############################################
igmpproxy-0.2.1/config.sub-982-	parisc-*)
igmpproxy-0.2.1/config.sub:983:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
igmpproxy-0.2.1/config.sub-984-		os=-linux
##############################################
igmpproxy-0.2.1/config.sub-998-	pc98-*)
igmpproxy-0.2.1/config.sub:999:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
igmpproxy-0.2.1/config.sub-1000-		;;
##############################################
igmpproxy-0.2.1/config.sub-1013-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
igmpproxy-0.2.1/config.sub:1014:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
igmpproxy-0.2.1/config.sub-1015-		;;
igmpproxy-0.2.1/config.sub-1016-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
igmpproxy-0.2.1/config.sub:1017:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
igmpproxy-0.2.1/config.sub-1018-		;;
igmpproxy-0.2.1/config.sub-1019-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
igmpproxy-0.2.1/config.sub:1020:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
igmpproxy-0.2.1/config.sub-1021-		;;
igmpproxy-0.2.1/config.sub-1022-	pentium4-*)
igmpproxy-0.2.1/config.sub:1023:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
igmpproxy-0.2.1/config.sub-1024-		;;
##############################################
igmpproxy-0.2.1/config.sub-1032-	ppc-* | ppcbe-*)
igmpproxy-0.2.1/config.sub:1033:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
igmpproxy-0.2.1/config.sub-1034-		;;
##############################################
igmpproxy-0.2.1/config.sub-1038-	ppcle-* | powerpclittle-*)
igmpproxy-0.2.1/config.sub:1039:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
igmpproxy-0.2.1/config.sub-1040-		;;
##############################################
igmpproxy-0.2.1/config.sub-1042-		;;
igmpproxy-0.2.1/config.sub:1043:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
igmpproxy-0.2.1/config.sub-1044-		;;
##############################################
igmpproxy-0.2.1/config.sub-1048-	ppc64le-* | powerpc64little-*)
igmpproxy-0.2.1/config.sub:1049:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
igmpproxy-0.2.1/config.sub-1050-		;;
##############################################
igmpproxy-0.2.1/config.sub-1131-	strongarm-* | thumb-*)
igmpproxy-0.2.1/config.sub:1132:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
igmpproxy-0.2.1/config.sub-1133-		;;
##############################################
igmpproxy-0.2.1/config.sub-1261-	xscale-* | xscalee[bl]-*)
igmpproxy-0.2.1/config.sub:1262:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
igmpproxy-0.2.1/config.sub-1263-		;;
##############################################
igmpproxy-0.2.1/config.sub-1338-	*)
igmpproxy-0.2.1/config.sub:1339:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
igmpproxy-0.2.1/config.sub-1340-		exit 1
##############################################
igmpproxy-0.2.1/config.sub-1346-	*-digital*)
igmpproxy-0.2.1/config.sub:1347:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
igmpproxy-0.2.1/config.sub-1348-		;;
igmpproxy-0.2.1/config.sub-1349-	*-commodore*)
igmpproxy-0.2.1/config.sub:1350:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
igmpproxy-0.2.1/config.sub-1351-		;;
##############################################
igmpproxy-0.2.1/config.sub-1367-	-solaris1 | -solaris1.*)
igmpproxy-0.2.1/config.sub:1368:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
igmpproxy-0.2.1/config.sub-1369-		;;
##############################################
igmpproxy-0.2.1/config.sub-1379-	-gnu/linux*)
igmpproxy-0.2.1/config.sub:1380:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
igmpproxy-0.2.1/config.sub-1381-		;;
##############################################
igmpproxy-0.2.1/config.sub-1426-	-nto*)
igmpproxy-0.2.1/config.sub:1427:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
igmpproxy-0.2.1/config.sub-1428-		;;
##############################################
igmpproxy-0.2.1/config.sub-1433-	-mac*)
igmpproxy-0.2.1/config.sub:1434:		os=`echo $os | sed -e 's|mac|macos|'`
igmpproxy-0.2.1/config.sub-1435-		;;
##############################################
igmpproxy-0.2.1/config.sub-1439-	-linux*)
igmpproxy-0.2.1/config.sub:1440:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
igmpproxy-0.2.1/config.sub-1441-		;;
igmpproxy-0.2.1/config.sub-1442-	-sunos5*)
igmpproxy-0.2.1/config.sub:1443:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
igmpproxy-0.2.1/config.sub-1444-		;;
igmpproxy-0.2.1/config.sub-1445-	-sunos6*)
igmpproxy-0.2.1/config.sub:1446:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
igmpproxy-0.2.1/config.sub-1447-		;;
##############################################
igmpproxy-0.2.1/config.sub-1494-	-sinix5.*)
igmpproxy-0.2.1/config.sub:1495:		os=`echo $os | sed -e 's|sinix|sysv|'`
igmpproxy-0.2.1/config.sub-1496-		;;
##############################################
igmpproxy-0.2.1/config.sub-1549-		# Get rid of the `-' at the beginning of $os.
igmpproxy-0.2.1/config.sub:1550:		os=`echo $os | sed 's/[^-]*-//'`
igmpproxy-0.2.1/config.sub:1551:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
igmpproxy-0.2.1/config.sub-1552-		exit 1
##############################################
igmpproxy-0.2.1/config.sub-1812-		esac
igmpproxy-0.2.1/config.sub:1813:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
igmpproxy-0.2.1/config.sub-1814-		;;
##############################################
igmpproxy-0.2.1/config.guess-34-
igmpproxy-0.2.1/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
igmpproxy-0.2.1/config.guess-36-
##############################################
igmpproxy-0.2.1/config.guess-102-: ${TMPDIR=/tmp} ;
igmpproxy-0.2.1/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
igmpproxy-0.2.1/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
igmpproxy-0.2.1/config.guess-151-	EOF
igmpproxy-0.2.1/config.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
igmpproxy-0.2.1/config.guess-153-	;;
##############################################
igmpproxy-0.2.1/config.guess-181-	    earmv*)
igmpproxy-0.2.1/config.guess:182:		arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
igmpproxy-0.2.1/config.guess:183:		endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'`
igmpproxy-0.2.1/config.guess-184-		machine=${arch}${endian}-unknown
##############################################
igmpproxy-0.2.1/config.guess-213-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
igmpproxy-0.2.1/config.guess:214:		abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"`
igmpproxy-0.2.1/config.guess-215-		;;
##############################################
igmpproxy-0.2.1/config.guess-226-	    *)
igmpproxy-0.2.1/config.guess:227:		release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2`
igmpproxy-0.2.1/config.guess-228-		;;
##############################################
igmpproxy-0.2.1/config.guess-264-	*4.0)
igmpproxy-0.2.1/config.guess:265:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
igmpproxy-0.2.1/config.guess-266-		;;
igmpproxy-0.2.1/config.guess-267-	*5.*)
igmpproxy-0.2.1/config.guess:268:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
igmpproxy-0.2.1/config.guess-269-		;;
##############################################
igmpproxy-0.2.1/config.guess-274-	# types through head -n 1, so we only detect the type of CPU 0.
igmpproxy-0.2.1/config.guess:275:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
igmpproxy-0.2.1/config.guess-276-	case "$ALPHA_CPU_TYPE" in
##############################################
igmpproxy-0.2.1/config.guess-312-	# 1.2 uses "1.2" for uname -r.
igmpproxy-0.2.1/config.guess:313:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`
igmpproxy-0.2.1/config.guess-314-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
igmpproxy-0.2.1/config.guess-372-    s390x:SunOS:*:*)
igmpproxy-0.2.1/config.guess:373:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
igmpproxy-0.2.1/config.guess-374-	exit ;;
igmpproxy-0.2.1/config.guess-375-    sun4H:SunOS:5.*:*)
igmpproxy-0.2.1/config.guess:376:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
igmpproxy-0.2.1/config.guess-377-	exit ;;
igmpproxy-0.2.1/config.guess-378-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
igmpproxy-0.2.1/config.guess:379:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
igmpproxy-0.2.1/config.guess-380-	exit ;;
##############################################
igmpproxy-0.2.1/config.guess-397-	fi
igmpproxy-0.2.1/config.guess:398:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
igmpproxy-0.2.1/config.guess-399-	exit ;;
##############################################
igmpproxy-0.2.1/config.guess-403-	# it's likely to be more like Solaris than SunOS4.
igmpproxy-0.2.1/config.guess:404:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
igmpproxy-0.2.1/config.guess-405-	exit ;;
##############################################
igmpproxy-0.2.1/config.guess-412-	# Japanese Language versions have a version number like `4.1.3-JL'.
igmpproxy-0.2.1/config.guess:413:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
igmpproxy-0.2.1/config.guess-414-	exit ;;
##############################################
igmpproxy-0.2.1/config.guess-418-    sun*:*:4.2BSD:*)
igmpproxy-0.2.1/config.guess:419:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
igmpproxy-0.2.1/config.guess-420-	test "x${UNAME_RELEASE}" = x && UNAME_RELEASE=3
##############################################
igmpproxy-0.2.1/config.guess-500-	$CC_FOR_BUILD -o $dummy $dummy.c &&
igmpproxy-0.2.1/config.guess:501:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
igmpproxy-0.2.1/config.guess:502:	  SYSTEM_NAME=`$dummy $dummyarg` &&
igmpproxy-0.2.1/config.guess-503-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
igmpproxy-0.2.1/config.guess-556-    *:IRIX*:*:*)
igmpproxy-0.2.1/config.guess:557:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
igmpproxy-0.2.1/config.guess-558-	exit ;;
##############################################
igmpproxy-0.2.1/config.guess-586-EOF
igmpproxy-0.2.1/config.guess:587:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
igmpproxy-0.2.1/config.guess-588-		then
##############################################
igmpproxy-0.2.1/config.guess-599-    *:AIX:*:[4567])
igmpproxy-0.2.1/config.guess:600:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
igmpproxy-0.2.1/config.guess-601-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
igmpproxy-0.2.1/config.guess-635-    9000/[34678]??:HP-UX:*:*)
igmpproxy-0.2.1/config.guess:636:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
igmpproxy-0.2.1/config.guess-637-	case "${UNAME_MACHINE}" in
##############################################
igmpproxy-0.2.1/config.guess-689-EOF
igmpproxy-0.2.1/config.guess:690:		    (CCOPTS="" $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
igmpproxy-0.2.1/config.guess-691-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
igmpproxy-0.2.1/config.guess-717-    ia64:HP-UX:*:*)
igmpproxy-0.2.1/config.guess:718:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
igmpproxy-0.2.1/config.guess-719-	echo ia64-hp-hpux${HPUX_REV}
##############################################
igmpproxy-0.2.1/config.guess-747-EOF
igmpproxy-0.2.1/config.guess:748:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
igmpproxy-0.2.1/config.guess-749-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
igmpproxy-0.2.1/config.guess-818-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
igmpproxy-0.2.1/config.guess:819:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
igmpproxy-0.2.1/config.guess-820-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
igmpproxy-0.2.1/config.guess-823-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
igmpproxy-0.2.1/config.guess:824:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
igmpproxy-0.2.1/config.guess-825-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
igmpproxy-0.2.1/config.guess-839-	    amd64)
igmpproxy-0.2.1/config.guess:840:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
igmpproxy-0.2.1/config.guess-841-	    *)
igmpproxy-0.2.1/config.guess:842:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
igmpproxy-0.2.1/config.guess-843-	esac
##############################################
igmpproxy-0.2.1/config.guess-897-    prep*:SunOS:5.*:*)
igmpproxy-0.2.1/config.guess:898:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
igmpproxy-0.2.1/config.guess-899-	exit ;;
##############################################
igmpproxy-0.2.1/config.guess-901-	# the GNU system
igmpproxy-0.2.1/config.guess:902:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
igmpproxy-0.2.1/config.guess-903-	exit ;;
##############################################
igmpproxy-0.2.1/config.guess-905-	# other systems with GNU libc and userland
igmpproxy-0.2.1/config.guess:906:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
igmpproxy-0.2.1/config.guess-907-	exit ;;
##############################################
igmpproxy-0.2.1/config.guess-999-EOF
igmpproxy-0.2.1/config.guess:1000:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
igmpproxy-0.2.1/config.guess-1001-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
##############################################
igmpproxy-0.2.1/config.guess-1099-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
igmpproxy-0.2.1/config.guess:1100:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
igmpproxy-0.2.1/config.guess-1101-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
igmpproxy-0.2.1/config.guess-1302-	fi
igmpproxy-0.2.1/config.guess:1303:	if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
igmpproxy-0.2.1/config.guess-1304-	    if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
##############################################
igmpproxy-0.2.1/config.guess-1387-    *:DragonFly:*:*)
igmpproxy-0.2.1/config.guess:1388:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
igmpproxy-0.2.1/config.guess-1389-	exit ;;
##############################################
igmpproxy-0.2.1/config.guess-1400-    i*86:skyos:*:*)
igmpproxy-0.2.1/config.guess:1401:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE} | sed -e 's/ .*$//'`
igmpproxy-0.2.1/config.guess-1402-	exit ;;
##############################################
igmpproxy-0.2.1/compile-67-	mingw/*)
igmpproxy-0.2.1/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
igmpproxy-0.2.1/compile-69-	  ;;
igmpproxy-0.2.1/compile-70-	cygwin/*)
igmpproxy-0.2.1/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
igmpproxy-0.2.1/compile-72-	  ;;
igmpproxy-0.2.1/compile-73-	wine/*)
igmpproxy-0.2.1/compile:74:	  file=`winepath -w "$file" || echo "$file"`
igmpproxy-0.2.1/compile-75-	  ;;
##############################################
igmpproxy-0.2.1/compile-309-# Name of file we expect compiler to create.
igmpproxy-0.2.1/compile:310:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
igmpproxy-0.2.1/compile-311-
##############################################
igmpproxy-0.2.1/compile-315-# object file name, since that is what matters with a parallel build.
igmpproxy-0.2.1/compile:316:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
igmpproxy-0.2.1/compile-317-while true; do
##############################################
igmpproxy-0.2.1/INSTALL-173-directory configuration variables that were expressed in terms of
igmpproxy-0.2.1/INSTALL:174:`${prefix}'.  Any directories that were specified during `configure',
igmpproxy-0.2.1/INSTALL-175-but not in terms of `${prefix}', must each be overridden at install
##############################################
igmpproxy-0.2.1/Makefile.in-50-  { \
igmpproxy-0.2.1/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
igmpproxy-0.2.1/Makefile.in-52-  }; \
##############################################
igmpproxy-0.2.1/Makefile.in-130-  esac
igmpproxy-0.2.1/Makefile.in:131:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
igmpproxy-0.2.1/Makefile.in-132-am__vpath_adj = case $$p in \
igmpproxy-0.2.1/Makefile.in:133:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
igmpproxy-0.2.1/Makefile.in-134-    *) f=$$p;; \
igmpproxy-0.2.1/Makefile.in-135-  esac;
igmpproxy-0.2.1/Makefile.in:136:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
igmpproxy-0.2.1/Makefile.in-137-am__install_max = 40
igmpproxy-0.2.1/Makefile.in-138-am__nobase_strip_setup = \
igmpproxy-0.2.1/Makefile.in:139:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
igmpproxy-0.2.1/Makefile.in-140-am__nobase_strip = \
##############################################
igmpproxy-0.2.1/Makefile.in-209-  while test -n "$$dir1"; do \
igmpproxy-0.2.1/Makefile.in:210:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
igmpproxy-0.2.1/Makefile.in-211-    if test "$$first" != "."; then \
igmpproxy-0.2.1/Makefile.in-212-      if test "$$first" = ".."; then \
igmpproxy-0.2.1/Makefile.in:213:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
igmpproxy-0.2.1/Makefile.in:214:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
igmpproxy-0.2.1/Makefile.in-215-      else \
igmpproxy-0.2.1/Makefile.in:216:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
igmpproxy-0.2.1/Makefile.in-217-        if test "$$first2" = "$$first"; then \
igmpproxy-0.2.1/Makefile.in:218:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
igmpproxy-0.2.1/Makefile.in-219-        else \
##############################################
igmpproxy-0.2.1/Makefile.in-224-    fi; \
igmpproxy-0.2.1/Makefile.in:225:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
igmpproxy-0.2.1/Makefile.in-226-  done; \
##############################################
igmpproxy-0.2.1/Makefile.in-401-	@list='$(dist_sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
igmpproxy-0.2.1/Makefile.in:402:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
igmpproxy-0.2.1/Makefile.in-403-	dir='$(DESTDIR)$(sysconfdir)'; $(am__uninstall_files_from_dir)
##############################################
igmpproxy-0.2.1/Makefile.in-418-	dot_seen=no; \
igmpproxy-0.2.1/Makefile.in:419:	target=`echo $@ | sed s/-recursive//`; \
igmpproxy-0.2.1/Makefile.in-420-	case "$@" in \
##############################################
igmpproxy-0.2.1/Makefile.in-481-GTAGS:
igmpproxy-0.2.1/Makefile.in:482:	here=`$(am__cd) $(top_builddir) && pwd` \
igmpproxy-0.2.1/Makefile.in-483-	  && $(am__cd) $(top_srcdir) \
##############################################
igmpproxy-0.2.1/Makefile.in-513-	test -d "$(distdir)" || mkdir "$(distdir)"
igmpproxy-0.2.1/Makefile.in:514:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
igmpproxy-0.2.1/Makefile.in:515:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
igmpproxy-0.2.1/Makefile.in-516-	list='$(DISTFILES)'; \
##############################################
igmpproxy-0.2.1/Makefile.in-527-	  if test -d $$d/$$file; then \
igmpproxy-0.2.1/Makefile.in:528:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
igmpproxy-0.2.1/Makefile.in-529-	    if test -d "$(distdir)/$$file"; then \
##############################################
igmpproxy-0.2.1/Makefile.in-638-	test -d $(distdir)/_build || exit 0; \
igmpproxy-0.2.1/Makefile.in:639:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
igmpproxy-0.2.1/Makefile.in-640-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
igmpproxy-0.2.1/Makefile.in-682-	}; \
igmpproxy-0.2.1/Makefile.in:683:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
igmpproxy-0.2.1/Makefile.in-684-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
igmpproxy-0.2.1/Makefile.in-694-	fi
igmpproxy-0.2.1/Makefile.in:695:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
igmpproxy-0.2.1/Makefile.in-696-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
igmpproxy-0.2.1/aclocal.m4-92-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
igmpproxy-0.2.1/aclocal.m4:93:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
igmpproxy-0.2.1/aclocal.m4-94-# and then we would define $MISSING as
##############################################
igmpproxy-0.2.1/aclocal.m4-107-# Expand $ac_aux_dir to an absolute path.
igmpproxy-0.2.1/aclocal.m4:108:am_aux_dir=`cd "$ac_aux_dir" && pwd`
igmpproxy-0.2.1/aclocal.m4-109-])
##############################################
igmpproxy-0.2.1/aclocal.m4-205-  if test "$am_compiler_list" = ""; then
igmpproxy-0.2.1/aclocal.m4:206:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
igmpproxy-0.2.1/aclocal.m4-207-  fi
##############################################
igmpproxy-0.2.1/aclocal.m4-356-    # Strip MF so we end up with the name of the file.
igmpproxy-0.2.1/aclocal.m4:357:    mf=`echo "$mf" | sed -e 's/:.*$//'`
igmpproxy-0.2.1/aclocal.m4-358-    # Check whether this is an Automake generated Makefile or not.
##############################################
igmpproxy-0.2.1/aclocal.m4-365-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
igmpproxy-0.2.1/aclocal.m4:366:      dirpart=`AS_DIRNAME("$mf")`
igmpproxy-0.2.1/aclocal.m4-367-    else
##############################################
igmpproxy-0.2.1/aclocal.m4-371-    # from the Makefile without running 'make'.
igmpproxy-0.2.1/aclocal.m4:372:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
igmpproxy-0.2.1/aclocal.m4-373-    test -z "$DEPDIR" && continue
igmpproxy-0.2.1/aclocal.m4:374:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
igmpproxy-0.2.1/aclocal.m4-375-    test -z "$am__include" && continue
igmpproxy-0.2.1/aclocal.m4:376:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
igmpproxy-0.2.1/aclocal.m4-377-    # Find all dependency output files, they are included files with
##############################################
igmpproxy-0.2.1/aclocal.m4-385-      test -f "$dirpart/$file" && continue
igmpproxy-0.2.1/aclocal.m4:386:      fdir=`AS_DIRNAME(["$file"])`
igmpproxy-0.2.1/aclocal.m4-387-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
igmpproxy-0.2.1/aclocal.m4-443-AC_REQUIRE([AC_PROG_INSTALL])dnl
igmpproxy-0.2.1/aclocal.m4:444:if test "`cd $srcdir && pwd`" != "`pwd`"; then
igmpproxy-0.2.1/aclocal.m4-445-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
igmpproxy-0.2.1/aclocal.m4-602-    * )
igmpproxy-0.2.1/aclocal.m4:603:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
igmpproxy-0.2.1/aclocal.m4-604-  esac
igmpproxy-0.2.1/aclocal.m4-605-done
igmpproxy-0.2.1/aclocal.m4:606:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
igmpproxy-0.2.1/aclocal.m4-607-
##############################################
igmpproxy-0.2.1/aclocal.m4-673-# Ignore all kinds of additional output from 'make'.
igmpproxy-0.2.1/aclocal.m4:674:case `$am_make -s -f confmf 2> /dev/null` in #(
igmpproxy-0.2.1/aclocal.m4-675-*the\ am__doit\ target*)
##############################################
igmpproxy-0.2.1/aclocal.m4-683-   echo '.include "confinc"' > confmf
igmpproxy-0.2.1/aclocal.m4:684:   case `$am_make -s -f confmf 2> /dev/null` in #(
igmpproxy-0.2.1/aclocal.m4-685-   *the\ am__doit\ target*)
##############################################
igmpproxy-0.2.1/aclocal.m4-865-     echo "timestamp, slept: $am_has_slept" > conftest.file
igmpproxy-0.2.1/aclocal.m4:866:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
igmpproxy-0.2.1/aclocal.m4-867-     if test "$[*]" = "X"; then
igmpproxy-0.2.1/aclocal.m4-868-	# -L didn't work.
igmpproxy-0.2.1/aclocal.m4:869:	set X `ls -t "$srcdir/configure" conftest.file`
igmpproxy-0.2.1/aclocal.m4-870-     fi
##############################################
igmpproxy-0.2.1/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
igmpproxy-0.2.1/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
igmpproxy-0.2.1/configure-45-  as_echo='print -r --'
igmpproxy-0.2.1/configure-46-  as_echo_n='print -rn --'
igmpproxy-0.2.1/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
igmpproxy-0.2.1/configure-48-  as_echo='printf %s\n'
##############################################
igmpproxy-0.2.1/configure-50-else
igmpproxy-0.2.1/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
igmpproxy-0.2.1/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
igmpproxy-0.2.1/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
igmpproxy-0.2.1/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
igmpproxy-0.2.1/configure-62-      esac;
##############################################
igmpproxy-0.2.1/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
igmpproxy-0.2.1/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
igmpproxy-0.2.1/configure-199-  if (eval "$as_required") 2>/dev/null; then :
##############################################
igmpproxy-0.2.1/configure-323-      case $as_dir in #(
igmpproxy-0.2.1/configure:324:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
igmpproxy-0.2.1/configure-325-      *) as_qdir=$as_dir;;
##############################################
igmpproxy-0.2.1/configure-396-  {
igmpproxy-0.2.1/configure:397:    as_val=`expr "$@" || test $? -eq 1`
igmpproxy-0.2.1/configure-398-  }
##############################################
igmpproxy-0.2.1/configure-403-# ----------------------------------------
igmpproxy-0.2.1/configure:404:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
igmpproxy-0.2.1/configure-405-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
igmpproxy-0.2.1/configure-466-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
igmpproxy-0.2.1/configure:467:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
igmpproxy-0.2.1/configure-468-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
igmpproxy-0.2.1/configure-756-  case $ac_option in
igmpproxy-0.2.1/configure:757:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
igmpproxy-0.2.1/configure-758-  *=)   ac_optarg= ;;
##############################################
igmpproxy-0.2.1/configure-800-  -disable-* | --disable-*)
igmpproxy-0.2.1/configure:801:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
igmpproxy-0.2.1/configure-802-    # Reject names that are not valid shell variable names.
##############################################
igmpproxy-0.2.1/configure-805-    ac_useropt_orig=$ac_useropt
igmpproxy-0.2.1/configure:806:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
igmpproxy-0.2.1/configure-807-    case $ac_user_opts in
##############################################
igmpproxy-0.2.1/configure-826-  -enable-* | --enable-*)
igmpproxy-0.2.1/configure:827:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
igmpproxy-0.2.1/configure-828-    # Reject names that are not valid shell variable names.
##############################################
igmpproxy-0.2.1/configure-831-    ac_useropt_orig=$ac_useropt
igmpproxy-0.2.1/configure:832:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
igmpproxy-0.2.1/configure-833-    case $ac_user_opts in
##############################################
igmpproxy-0.2.1/configure-1039-  -with-* | --with-*)
igmpproxy-0.2.1/configure:1040:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
igmpproxy-0.2.1/configure-1041-    # Reject names that are not valid shell variable names.
##############################################
igmpproxy-0.2.1/configure-1044-    ac_useropt_orig=$ac_useropt
igmpproxy-0.2.1/configure:1045:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
igmpproxy-0.2.1/configure-1046-    case $ac_user_opts in
##############################################
igmpproxy-0.2.1/configure-1055-  -without-* | --without-*)
igmpproxy-0.2.1/configure:1056:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
igmpproxy-0.2.1/configure-1057-    # Reject names that are not valid shell variable names.
##############################################
igmpproxy-0.2.1/configure-1060-    ac_useropt_orig=$ac_useropt
igmpproxy-0.2.1/configure:1061:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
igmpproxy-0.2.1/configure-1062-    case $ac_user_opts in
##############################################
igmpproxy-0.2.1/configure-1093-  *=*)
igmpproxy-0.2.1/configure:1094:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
igmpproxy-0.2.1/configure-1095-    # Reject names that are not valid shell variable names.
##############################################
igmpproxy-0.2.1/configure-1114-if test -n "$ac_prev"; then
igmpproxy-0.2.1/configure:1115:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
igmpproxy-0.2.1/configure-1116-  as_fn_error $? "missing argument to $ac_option"
##############################################
igmpproxy-0.2.1/configure-1136-    */ )
igmpproxy-0.2.1/configure:1137:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
igmpproxy-0.2.1/configure-1138-      eval $ac_var=\$ac_val;;
##############################################
igmpproxy-0.2.1/configure-1171-ac_ls_di=`ls -di .` &&
igmpproxy-0.2.1/configure:1172:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
igmpproxy-0.2.1/configure-1173-  as_fn_error $? "working directory cannot be determined"
##############################################
igmpproxy-0.2.1/configure-1227-case $srcdir in
igmpproxy-0.2.1/configure:1228:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
igmpproxy-0.2.1/configure-1229-esac
##############################################
igmpproxy-0.2.1/configure-1270-By default, \`make install' will install all the files in
igmpproxy-0.2.1/configure:1271:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
igmpproxy-0.2.1/configure:1272:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
igmpproxy-0.2.1/configure-1273-for instance \`--prefix=\$HOME'.
##############################################
igmpproxy-0.2.1/configure-1357-*)
igmpproxy-0.2.1/configure:1358:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
igmpproxy-0.2.1/configure-1359-  # A ".." for each directory in $ac_dir_suffix.
igmpproxy-0.2.1/configure:1360:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
igmpproxy-0.2.1/configure-1361-  case $ac_top_builddir_sub in
##############################################
igmpproxy-0.2.1/configure-1634-    *\'*)
igmpproxy-0.2.1/configure:1635:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
igmpproxy-0.2.1/configure-1636-    esac
##############################################
igmpproxy-0.2.1/configure-1717-      case $ac_val in
igmpproxy-0.2.1/configure:1718:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
igmpproxy-0.2.1/configure-1719-      esac
##############################################
igmpproxy-0.2.1/configure-1732-	case $ac_val in
igmpproxy-0.2.1/configure:1733:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
igmpproxy-0.2.1/configure-1734-	esac
##############################################
igmpproxy-0.2.1/configure-1852-    set,)
igmpproxy-0.2.1/configure:1853:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
igmpproxy-0.2.1/configure:1854:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
igmpproxy-0.2.1/configure-1855-      ac_cache_corrupted=: ;;
##############################################
igmpproxy-0.2.1/configure-1863-	# differences in whitespace do not lead to failure.
igmpproxy-0.2.1/configure:1864:	ac_old_val_w=`echo x $ac_old_val`
igmpproxy-0.2.1/configure:1865:	ac_new_val_w=`echo x $ac_new_val`
igmpproxy-0.2.1/configure-1866-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
igmpproxy-0.2.1/configure-1883-    case $ac_new_val in
igmpproxy-0.2.1/configure:1884:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
igmpproxy-0.2.1/configure-1885-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
igmpproxy-0.2.1/configure-2058-     echo "timestamp, slept: $am_has_slept" > conftest.file
igmpproxy-0.2.1/configure:2059:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
igmpproxy-0.2.1/configure-2060-     if test "$*" = "X"; then
igmpproxy-0.2.1/configure-2061-	# -L didn't work.
igmpproxy-0.2.1/configure:2062:	set X `ls -t "$srcdir/configure" conftest.file`
igmpproxy-0.2.1/configure-2063-     fi
##############################################
igmpproxy-0.2.1/configure-2109-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
igmpproxy-0.2.1/configure:2110:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
igmpproxy-0.2.1/configure-2111-
igmpproxy-0.2.1/configure-2112-# Expand $ac_aux_dir to an absolute path.
igmpproxy-0.2.1/configure:2113:am_aux_dir=`cd "$ac_aux_dir" && pwd`
igmpproxy-0.2.1/configure-2114-
##############################################
igmpproxy-0.2.1/configure-2254-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
igmpproxy-0.2.1/configure:2255:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
igmpproxy-0.2.1/configure-2256-	     'mkdir (GNU coreutils) '* | \
##############################################
igmpproxy-0.2.1/configure-2327-set x ${MAKE-make}
igmpproxy-0.2.1/configure:2328:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
igmpproxy-0.2.1/configure-2329-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
igmpproxy-0.2.1/configure-2337-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
igmpproxy-0.2.1/configure:2338:case `${MAKE-make} -f conftest.make 2>/dev/null` in
igmpproxy-0.2.1/configure-2339-  *@@@%%%=?*=@@@%%%*)
##############################################
igmpproxy-0.2.1/configure-2403-
igmpproxy-0.2.1/configure:2404:if test "`cd $srcdir && pwd`" != "`pwd`"; then
igmpproxy-0.2.1/configure-2405-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
igmpproxy-0.2.1/configure-2541-# Ignore all kinds of additional output from 'make'.
igmpproxy-0.2.1/configure:2542:case `$am_make -s -f confmf 2> /dev/null` in #(
igmpproxy-0.2.1/configure-2543-*the\ am__doit\ target*)
##############################################
igmpproxy-0.2.1/configure-2551-   echo '.include "confinc"' > confmf
igmpproxy-0.2.1/configure:2552:   case `$am_make -s -f confmf 2> /dev/null` in #(
igmpproxy-0.2.1/configure-2553-   *the\ am__doit\ target*)
##############################################
igmpproxy-0.2.1/configure-2930-$as_echo_n "checking whether the C compiler works... " >&6; }
igmpproxy-0.2.1/configure:2931:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
igmpproxy-0.2.1/configure-2932-
##############################################
igmpproxy-0.2.1/configure-2974-	then :; else
igmpproxy-0.2.1/configure:2975:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
igmpproxy-0.2.1/configure-2976-	fi
##############################################
igmpproxy-0.2.1/configure-3034-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
igmpproxy-0.2.1/configure:3035:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
igmpproxy-0.2.1/configure-3036-	  break;;
##############################################
igmpproxy-0.2.1/configure-3143-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
igmpproxy-0.2.1/configure:3144:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
igmpproxy-0.2.1/configure-3145-       break;;
##############################################
igmpproxy-0.2.1/configure-3461-  if test "$am_compiler_list" = ""; then
igmpproxy-0.2.1/configure:3462:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
igmpproxy-0.2.1/configure-3463-  fi
##############################################
igmpproxy-0.2.1/configure-3753-test "x$ac_build_alias" = x &&
igmpproxy-0.2.1/configure:3754:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
igmpproxy-0.2.1/configure-3755-test "x$ac_build_alias" = x &&
igmpproxy-0.2.1/configure-3756-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
igmpproxy-0.2.1/configure:3757:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
igmpproxy-0.2.1/configure-3758-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
igmpproxy-0.2.1/configure-3777-IFS=$ac_save_IFS
igmpproxy-0.2.1/configure:3778:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
igmpproxy-0.2.1/configure-3779-
##############################################
igmpproxy-0.2.1/configure-3788-else
igmpproxy-0.2.1/configure:3789:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
igmpproxy-0.2.1/configure-3790-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
igmpproxy-0.2.1/configure-3810-IFS=$ac_save_IFS
igmpproxy-0.2.1/configure:3811:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
igmpproxy-0.2.1/configure-3812-
##############################################
igmpproxy-0.2.1/configure-4069-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
igmpproxy-0.2.1/configure:4070:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
igmpproxy-0.2.1/configure-4071-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
igmpproxy-0.2.1/configure-4160-if test -z "$BASH_VERSION$ZSH_VERSION" \
igmpproxy-0.2.1/configure:4161:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
igmpproxy-0.2.1/configure-4162-  as_echo='print -r --'
igmpproxy-0.2.1/configure-4163-  as_echo_n='print -rn --'
igmpproxy-0.2.1/configure:4164:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
igmpproxy-0.2.1/configure-4165-  as_echo='printf %s\n'
##############################################
igmpproxy-0.2.1/configure-4167-else
igmpproxy-0.2.1/configure:4168:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
igmpproxy-0.2.1/configure-4169-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
igmpproxy-0.2.1/configure-4177-	expr "X$arg" : "X\\(.*\\)$as_nl";
igmpproxy-0.2.1/configure:4178:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
igmpproxy-0.2.1/configure-4179-      esac;
##############################################
igmpproxy-0.2.1/configure-4254-# ----------------------------------------
igmpproxy-0.2.1/configure:4255:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
igmpproxy-0.2.1/configure-4256-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
igmpproxy-0.2.1/configure-4326-  {
igmpproxy-0.2.1/configure:4327:    as_val=`expr "$@" || test $? -eq 1`
igmpproxy-0.2.1/configure-4328-  }
##############################################
igmpproxy-0.2.1/configure-4430-      case $as_dir in #(
igmpproxy-0.2.1/configure:4431:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
igmpproxy-0.2.1/configure-4432-      *) as_qdir=$as_dir;;
##############################################
igmpproxy-0.2.1/configure-4569-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
igmpproxy-0.2.1/configure:4570:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
igmpproxy-0.2.1/configure-4571-ac_cs_version="\\
##############################################
igmpproxy-0.2.1/configure-4594-  --*=?*)
igmpproxy-0.2.1/configure:4595:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
igmpproxy-0.2.1/configure:4596:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
igmpproxy-0.2.1/configure-4597-    ac_shift=:
##############################################
igmpproxy-0.2.1/configure-4599-  --*=)
igmpproxy-0.2.1/configure:4600:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
igmpproxy-0.2.1/configure-4601-    ac_optarg=
##############################################
igmpproxy-0.2.1/configure-4623-    case $ac_optarg in
igmpproxy-0.2.1/configure:4624:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
igmpproxy-0.2.1/configure-4625-    '') as_fn_error $? "missing file argument" ;;
##############################################
igmpproxy-0.2.1/configure-4631-    case $ac_optarg in
igmpproxy-0.2.1/configure:4632:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
igmpproxy-0.2.1/configure-4633-    esac
##############################################
igmpproxy-0.2.1/configure-4765-fi
igmpproxy-0.2.1/configure:4766:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
igmpproxy-0.2.1/configure-4767-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
igmpproxy-0.2.1/configure-4782-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
igmpproxy-0.2.1/configure:4783:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
igmpproxy-0.2.1/configure-4784-ac_delim='%!_!# '
##############################################
igmpproxy-0.2.1/configure-4788-
igmpproxy-0.2.1/configure:4789:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
igmpproxy-0.2.1/configure-4790-  if test $ac_delim_n = $ac_delim_num; then
##############################################
igmpproxy-0.2.1/configure-4926-for ac_last_try in false false :; do
igmpproxy-0.2.1/configure:4927:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
igmpproxy-0.2.1/configure-4928-  if test -z "$ac_tt"; then
##############################################
igmpproxy-0.2.1/configure-5058-      esac
igmpproxy-0.2.1/configure:5059:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
igmpproxy-0.2.1/configure-5060-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
igmpproxy-0.2.1/configure-5117-*)
igmpproxy-0.2.1/configure:5118:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
igmpproxy-0.2.1/configure-5119-  # A ".." for each directory in $ac_dir_suffix.
igmpproxy-0.2.1/configure:5120:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
igmpproxy-0.2.1/configure-5121-  case $ac_top_builddir_sub in
##############################################
igmpproxy-0.2.1/configure-5178-/@mandir@/p'
igmpproxy-0.2.1/configure:5179:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
igmpproxy-0.2.1/configure-5180-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
igmpproxy-0.2.1/configure-5195-
igmpproxy-0.2.1/configure:5196:# Neutralize VPATH when `$srcdir' = `.'.
igmpproxy-0.2.1/configure-5197-# Shell code in configure.ac might set extrasub.
##############################################
igmpproxy-0.2.1/configure-5223-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
igmpproxy-0.2.1/configure:5224:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
igmpproxy-0.2.1/configure-5225-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
igmpproxy-0.2.1/configure-5269-    * )
igmpproxy-0.2.1/configure:5270:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
igmpproxy-0.2.1/configure-5271-  esac
##############################################
igmpproxy-0.2.1/configure-5347-    # Strip MF so we end up with the name of the file.
igmpproxy-0.2.1/configure:5348:    mf=`echo "$mf" | sed -e 's/:.*$//'`
igmpproxy-0.2.1/configure-5349-    # Check whether this is an Automake generated Makefile or not.
##############################################
igmpproxy-0.2.1/configure-5384-    # from the Makefile without running 'make'.
igmpproxy-0.2.1/configure:5385:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
igmpproxy-0.2.1/configure-5386-    test -z "$DEPDIR" && continue
igmpproxy-0.2.1/configure:5387:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
igmpproxy-0.2.1/configure-5388-    test -z "$am__include" && continue
igmpproxy-0.2.1/configure:5389:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
igmpproxy-0.2.1/configure-5390-    # Find all dependency output files, they are included files with